@scalably/ui 0.2.2 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +72 -20
- package/dist/ellipse-1-KLKF5JLX.png +0 -0
- package/dist/ellipse-2-S4X56YEC.png +0 -0
- package/dist/group-avatar-SDBXEZTD.svg +14 -0
- package/dist/image-placeholder-XP67WFED.svg +5 -0
- package/dist/index.d.cts +593 -17
- package/dist/index.d.ts +593 -17
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/multiple-line-PVJRKNX7.svg +48 -0
- package/dist/profile-avatar-6OK7NBEZ.svg +5 -0
- package/dist/radial-gradient-bg-MNKFH462.png +0 -0
- package/dist/scalably-app-OLHCIWQX.png +0 -0
- package/dist/scalably-app-S22I6VRA.svg +23 -0
- package/dist/scalably-campaign-5AY7VBOH.png +0 -0
- package/dist/scalably-campaign-RDHRQF3F.svg +31 -0
- package/dist/scalably-icon-4F2BCRV7.png +0 -0
- package/dist/scalably-icon-CSNKYSCD.svg +8 -0
- package/dist/scalably-icon-big-ACP74XKY.png +0 -0
- package/dist/scalably-membership-E4EHTRKR.png +0 -0
- package/dist/scalably-membership-YGZ7UT3R.svg +33 -0
- package/dist/styles.css +1 -1
- package/package.json +27 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scalably/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Scalably Design System - Shared UI Components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@eslint/js": "9.15.0",
|
|
71
|
-
"@storybook/addon-a11y": "
|
|
72
|
-
"@storybook/addon-designs": "
|
|
73
|
-
"@storybook/addon-docs": "
|
|
74
|
-
"@storybook/addon-links": "
|
|
75
|
-
"@storybook/addon-themes": "
|
|
76
|
-
"@storybook/react-vite": "
|
|
71
|
+
"@storybook/addon-a11y": "10.1.0",
|
|
72
|
+
"@storybook/addon-designs": "11.0.3",
|
|
73
|
+
"@storybook/addon-docs": "10.1.0",
|
|
74
|
+
"@storybook/addon-links": "10.1.0",
|
|
75
|
+
"@storybook/addon-themes": "10.1.0",
|
|
76
|
+
"@storybook/react-vite": "10.1.0",
|
|
77
77
|
"@testing-library/jest-dom": "6.8.0",
|
|
78
78
|
"@testing-library/react": "16.3.0",
|
|
79
79
|
"@testing-library/user-event": "14.6.1",
|
|
@@ -81,33 +81,41 @@
|
|
|
81
81
|
"@types/jsdom": "21.1.7",
|
|
82
82
|
"@types/react": "18.3.12",
|
|
83
83
|
"@types/react-dom": "18.3.1",
|
|
84
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
85
|
-
"@typescript-eslint/parser": "8.
|
|
86
|
-
"@vitejs/plugin-react": "
|
|
87
|
-
"@vitest/coverage-v8": "
|
|
84
|
+
"@typescript-eslint/eslint-plugin": "8.48.0",
|
|
85
|
+
"@typescript-eslint/parser": "8.48.0",
|
|
86
|
+
"@vitejs/plugin-react": "5.1.1",
|
|
87
|
+
"@vitest/coverage-v8": "4.0.14",
|
|
88
88
|
"autoprefixer": "10.4.20",
|
|
89
|
+
"baseline-browser-mapping": "2.8.32",
|
|
89
90
|
"clsx": "2.1.1",
|
|
90
|
-
"eslint": "9.
|
|
91
|
+
"eslint": "9.39.1",
|
|
91
92
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
92
93
|
"eslint-plugin-react": "7.37.2",
|
|
93
94
|
"eslint-plugin-react-hooks": "5.0.0",
|
|
94
|
-
"eslint-plugin-storybook": "
|
|
95
|
+
"eslint-plugin-storybook": "10.1.0",
|
|
95
96
|
"essentials": "1.2.0",
|
|
96
97
|
"jest-axe": "10.0.0",
|
|
97
|
-
"jsdom": "
|
|
98
|
+
"jsdom": "24.1.3",
|
|
98
99
|
"postcss": "8.4.49",
|
|
99
100
|
"react": "18.3.1",
|
|
100
101
|
"react-dom": "18.3.1",
|
|
101
|
-
"storybook": "
|
|
102
|
+
"storybook": "10.1.0",
|
|
102
103
|
"tailwind-merge": "2.5.4",
|
|
103
104
|
"tailwindcss": "3.4.17",
|
|
104
|
-
"tsup": "8.5.
|
|
105
|
-
"typescript": "5.
|
|
106
|
-
"vite": "
|
|
107
|
-
"vitest": "
|
|
105
|
+
"tsup": "8.5.1",
|
|
106
|
+
"typescript": "5.9.3",
|
|
107
|
+
"vite": "7.2.4",
|
|
108
|
+
"vitest": "4.0.14"
|
|
108
109
|
},
|
|
109
110
|
"dependencies": {
|
|
110
111
|
"@floating-ui/react": "0.26.28",
|
|
112
|
+
"@tiptap/extension-character-count": "3.11.1",
|
|
113
|
+
"@tiptap/extension-image": "3.11.1",
|
|
114
|
+
"@tiptap/extension-placeholder": "3.11.1",
|
|
115
|
+
"@tiptap/extension-text-align": "3.11.1",
|
|
116
|
+
"@tiptap/extension-youtube": "3.11.1",
|
|
117
|
+
"@tiptap/react": "3.11.1",
|
|
118
|
+
"@tiptap/starter-kit": "3.11.1",
|
|
111
119
|
"class-variance-authority": "0.7.1",
|
|
112
120
|
"date-fns": "4.1.0"
|
|
113
121
|
},
|