Skip to content

Commit

Permalink
Merge pull request #409 from privy-open-source/release/0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adenvt authored Mar 3, 2023
2 parents 5265486 + f0cec6a commit cca2c7d
Show file tree
Hide file tree
Showing 10 changed files with 157 additions and 47 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@privyid/design-system",
"version": "0.8.0",
"version": "0.9.0",
"packageManager": "[email protected]",
"private": true,
"scripts": {
Expand All @@ -17,9 +17,9 @@
"fix": "yarn lint --fix",
"coverage": "vitest run --coverage --reporter=dot",
"postinstall": "husky install",
"packages:prepare": "yarn workspaces foreach -vt run prepare",
"packages:build": "yarn workspaces foreach -vt run build",
"release:prepare": "yarn workspaces foreach -vt version minor --deferred"
"packages:prepare": "yarn workspaces foreach -v --topological-dev run prepare",
"packages:build": "yarn workspaces foreach -v --topological-dev run build",
"release:prepare": "yarn workspaces foreach -v --topological-dev version minor --deferred"
},
"devDependencies": {
"@babel/core": "^7.19.6",
Expand Down Expand Up @@ -50,6 +50,7 @@
"@vitest/coverage-c8": "0.24.5",
"@vue/eslint-config-typescript": "11.0.2",
"autoprefixer": "10.4.13",
"browserslist-to-esbuild": "^1.2.0",
"browserslist-useragent-regexp": "^4.0.0",
"eslint": "8.33.0",
"eslint-config-standard-with-typescript": "latest",
Expand Down
9 changes: 8 additions & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "@privyid/browserslist-config",
"version": "0.8.0",
"version": "0.9.0",
"packageManager": "[email protected]",
"license": "MIT",
"repository": "https://github.com/privy-open-source/design-system",
"author": "Ade Novid <[email protected]> (https://github.com/adenvt)",
"bugs": {
"url": "https://github.com/privy-open-source/design-system/issues"
},
"homepage": "https://privy-open-source.github.io/design-system/",
"main": "./index.js",
"types": "./index.d.ts",
"files": [
Expand Down
9 changes: 8 additions & 1 deletion packages/eslint-config-persona/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "@privyid/eslint-config-persona",
"version": "0.8.0",
"version": "0.9.0",
"packageManager": "[email protected]",
"license": "MIT",
"repository": "https://github.com/privy-open-source/design-system",
"author": "Ade Novid <[email protected]> (https://github.com/adenvt)",
"bugs": {
"url": "https://github.com/privy-open-source/design-system/issues"
},
"homepage": "https://privy-open-source.github.io/design-system/",
"main": "./index.js",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5.47.0",
Expand Down
13 changes: 12 additions & 1 deletion packages/persona/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "@privyid/persona",
"version": "0.8.0",
"version": "0.9.0",
"license": "MIT",
"repository": "https://github.com/privy-open-source/design-system",
"author": "Ade Novid <[email protected]> (https://github.com/adenvt)",
"bugs": {
"url": "https://github.com/privy-open-source/design-system/issues"
},
"homepage": "https://privy-open-source.github.io/design-system/",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -74,6 +80,9 @@
"webfontloader": "1.6.28",
"zxcvbn": "^4.4.2"
},
"browserslist": [
"extends @privyid/browserslist-config"
],
"peerDependencies": {
"@privyid/tailwind-preset": "workspace:^",
"postcss-custom-properties": "^12.1.11",
Expand All @@ -86,8 +95,10 @@
"@nuxt/module-builder": "latest",
"@nuxt/schema": "3.0.0",
"@nuxtjs/tailwindcss": "^6.2.0",
"@privyid/browserslist-config": "workspace:^",
"@privyid/tailwind-preset": "workspace:^",
"@types/sanitize-html": "^2",
"browserslist-to-esbuild": "^1.2.0",
"del-cli": "5.0.0",
"nuxt": "3.0.0",
"postcss-custom-properties": "^12.1.11",
Expand Down
9 changes: 8 additions & 1 deletion packages/tailwind-animation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "@privyid/tailwind-animation",
"version": "0.8.0",
"version": "0.9.0",
"packageManager": "[email protected]",
"license": "MIT",
"repository": "https://github.com/privy-open-source/design-system",
"author": "Ade Novid <[email protected]> (https://github.com/adenvt)",
"bugs": {
"url": "https://github.com/privy-open-source/design-system/issues"
},
"homepage": "https://privy-open-source.github.io/design-system/",
"main": "./index.js",
"types": "./index.d.ts",
"peerDependencies": {
Expand Down
9 changes: 8 additions & 1 deletion packages/tailwind-extended/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "@privyid/tailwind-extended",
"version": "0.8.0",
"version": "0.9.0",
"packageManager": "[email protected]",
"license": "MIT",
"repository": "https://github.com/privy-open-source/design-system",
"author": "Ade Novid <[email protected]> (https://github.com/adenvt)",
"bugs": {
"url": "https://github.com/privy-open-source/design-system/issues"
},
"homepage": "https://privy-open-source.github.io/design-system/",
"main": "./index.js",
"types": "./index.d.ts",
"peerDependencies": {
Expand Down
9 changes: 8 additions & 1 deletion packages/tailwind-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "@privyid/tailwind-preset",
"version": "0.8.0",
"version": "0.9.0",
"packageManager": "[email protected]",
"license": "MIT",
"repository": "https://github.com/privy-open-source/design-system",
"author": "Ade Novid <[email protected]> (https://github.com/adenvt)",
"bugs": {
"url": "https://github.com/privy-open-source/design-system/issues"
},
"homepage": "https://privy-open-source.github.io/design-system/",
"main": "./index.js",
"types": "./index.d.ts",
"files": [
Expand Down
74 changes: 38 additions & 36 deletions src/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineConfig } from 'vitepress'
import { Plugin } from 'vite'
import { babel } from '@rollup/plugin-babel'
import getTarget from 'browserslist-to-esbuild'
import head from './head'

export default defineConfig({
Expand Down Expand Up @@ -32,9 +33,9 @@ export default defineConfig({
sidebar: {
'/docs/': [
{
text : 'Documentation',
collapsible: true,
items : [
text : 'Documentation',
collapsed: true,
items : [
{ text: 'Instalation', link: '/docs/getting-started' },
{ text: 'Editor Setup', link: '/docs/editor-setup' },
{ text: 'Browser Support', link: '/docs/browser-support' },
Expand All @@ -43,9 +44,9 @@ export default defineConfig({
],
'/foundation/': [
{
text : 'Foundation',
collapsible: true,
items : [
text : 'Foundation',
collapsed: true,
items : [
{
text: 'Borders',
link: '/foundation/borders/',
Expand All @@ -71,9 +72,9 @@ export default defineConfig({
],
'/components/': [
{
text : 'Base',
collapsible: true,
items : [
text : 'Base',
collapsed: true,
items : [
{
text: 'Avatar',
link: '/components/avatar/',
Expand Down Expand Up @@ -173,9 +174,9 @@ export default defineConfig({
],
},
{
text : 'Typography',
collapsible: true,
items : [
text : 'Typography',
collapsed: true,
items : [
{
text: 'Caption',
link: '/components/caption/',
Expand All @@ -199,9 +200,9 @@ export default defineConfig({
],
},
{
text : 'Form',
collapsible: true,
items : [
text : 'Form',
collapsed: true,
items : [
{
text: 'Calendar',
link: '/components/calendar/',
Expand Down Expand Up @@ -261,9 +262,9 @@ export default defineConfig({
],
},
{
text : 'Dashboard',
collapsible: true,
items : [
text : 'Dashboard',
collapsed: true,
items : [
{
text: 'Filterbar',
link: '/components/filterbar/',
Expand All @@ -287,9 +288,9 @@ export default defineConfig({
],
},
{
text : 'Signature',
collapsible: true,
items : [
text : 'Signature',
collapsed: true,
items : [
{
text: 'Signature Draw',
link: '/components/signature-draw/',
Expand All @@ -301,9 +302,9 @@ export default defineConfig({
],
},
{
text : 'PDF',
collapsible: true,
items : [
text : 'PDF',
collapsed: true,
items : [
{
text: 'PDF Viewer',
link: '/components/pdf-viewer/',
Expand All @@ -315,9 +316,9 @@ export default defineConfig({
],
},
{
text : 'Non-Component',
collapsible: true,
items : [
text : 'Non-Component',
collapsed: true,
items : [
{
text: 'Dialog',
link: '/components/dialog/',
Expand All @@ -337,9 +338,9 @@ export default defineConfig({
],
},
{
text : 'Headless',
collapsible: true,
items : [
text : 'Headless',
collapsed: true,
items : [
{
text: 'Dropzone',
link: '/components/dropzone/',
Expand All @@ -355,9 +356,9 @@ export default defineConfig({
],
},
{
text : 'Directive',
collapsible: true,
items : [
text : 'Directive',
collapsed: true,
items : [
{
text: 'Aspect Ratio',
link: '/components/aspect-ratio/',
Expand All @@ -375,9 +376,9 @@ export default defineConfig({
],
'/styleguide/': [
{
text : 'Guide',
collapsible: true,
items : [
text : 'Guide',
collapsed: true,
items : [
{
text: 'Badge',
link: '/styleguide/badge/',
Expand Down Expand Up @@ -408,6 +409,7 @@ export default defineConfig({
},
},
vite: {
build : { target: getTarget('extends @privyid/browserslist-config') },
plugins: [
babel({
babelHelpers: 'bundled',
Expand Down
2 changes: 1 addition & 1 deletion src/docs/browser-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
browser: 'Chrome',
icon : 'chrome',
version: '80',
version: '62',
},
{
browser: 'Firefox',
Expand Down
Loading

1 comment on commit cca2c7d

@vercel
Copy link

@vercel vercel bot commented on cca2c7d Mar 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

design-system – ./

design-system-privyid.vercel.app
privy-design-system.vercel.app
design-system-git-main-privyid.vercel.app

Please sign in to comment.