@brightspot/ui 1.0.0-alpha.3 → 1.0.0-alpha.5
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/dist/storybook/{648.0f0c2ea1.iframe.bundle.js → 648.0f339b09.iframe.bundle.js} +1 -1
- package/dist/storybook/689.bf58321f.iframe.bundle.js +95 -0
- package/dist/storybook/689.bf58321f.iframe.bundle.js.map +1 -0
- package/dist/storybook/906.a03add0d.iframe.bundle.js +405 -0
- package/dist/storybook/{906.72b6fffa.iframe.bundle.js.map → 906.a03add0d.iframe.bundle.js.map} +1 -1
- package/dist/storybook/936.31ecad10.iframe.bundle.js +1 -0
- package/dist/storybook/iframe.html +3 -3
- package/dist/storybook/{main.8dadaa0a.iframe.bundle.js → main.60eb2a33.iframe.bundle.js} +1 -1
- package/dist/storybook/project.json +1 -1
- package/dist/storybook/runtime~main.7d6d5df6.iframe.bundle.js +1 -0
- package/dist/storybook/sb-addons/essentials-backgrounds-4/manager-bundle.js +1 -1
- package/dist/storybook/sb-addons/essentials-controls-1/manager-bundle.js +8 -8
- package/dist/storybook/sb-addons/essentials-docs-3/manager-bundle.js +4 -4
- package/dist/storybook/sb-addons/essentials-measure-7/manager-bundle.js +1 -1
- package/dist/storybook/sb-addons/essentials-outline-8/manager-bundle.js +1 -1
- package/dist/storybook/sb-addons/essentials-viewport-5/manager-bundle.js +1 -1
- package/dist/storybook/sb-manager/globals-module-info.js +1 -0
- package/dist/storybook/sb-manager/globals-runtime.js +10372 -9836
- package/dist/storybook/sb-manager/runtime.js +119 -119
- package/dist/storybook/stories-Badge-stories.52b61cf3.iframe.bundle.js.map +1 -1
- package/dist/storybook/stories-Button-stories.777d0529.iframe.bundle.js.map +1 -1
- package/dist/storybook/{stories-Colors-stories.324d20d0.iframe.bundle.js → stories-Colors-stories.927fecc8.iframe.bundle.js} +2 -2
- package/dist/storybook/{stories-Colors-stories.324d20d0.iframe.bundle.js.map → stories-Colors-stories.927fecc8.iframe.bundle.js.map} +1 -1
- package/dist/storybook/{stories-Icon-stories.171bf8c3.iframe.bundle.js → stories-Icon-stories.f2eb249f.iframe.bundle.js} +2 -2
- package/dist/storybook/stories-Icon-stories.f2eb249f.iframe.bundle.js.map +1 -0
- package/dist/storybook/{stories-ScrollShadow-stories.252ec9e7.iframe.bundle.js → stories-ScrollShadow-stories.ddf1e99b.iframe.bundle.js} +4 -4
- package/dist/storybook/stories-ScrollShadow-stories.ddf1e99b.iframe.bundle.js.map +1 -0
- package/dist/tailwind.config.js +6 -1
- package/dist/tailwind.config.ts +6 -1
- package/package.json +16 -16
- package/dist/storybook/689.b6901a43.iframe.bundle.js +0 -95
- package/dist/storybook/689.b6901a43.iframe.bundle.js.map +0 -1
- package/dist/storybook/906.72b6fffa.iframe.bundle.js +0 -405
- package/dist/storybook/936.7e4d4897.iframe.bundle.js +0 -1
- package/dist/storybook/runtime~main.36ab40ff.iframe.bundle.js +0 -1
- package/dist/storybook/stories-Icon-stories.171bf8c3.iframe.bundle.js.map +0 -1
- package/dist/storybook/stories-ScrollShadow-stories.252ec9e7.iframe.bundle.js.map +0 -1
- /package/dist/storybook/{689.b6901a43.iframe.bundle.js.LICENSE.txt → 689.bf58321f.iframe.bundle.js.LICENSE.txt} +0 -0
- /package/dist/storybook/{906.72b6fffa.iframe.bundle.js.LICENSE.txt → 906.a03add0d.iframe.bundle.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspot/ui",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.5",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"description": "A UI library for building Brightspot CMS components.",
|
|
6
6
|
"main": "./dist/tailwind.config.ts",
|
|
@@ -24,31 +24,31 @@
|
|
|
24
24
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
25
25
|
"@types/node": "^22.15.3",
|
|
26
26
|
"autoprefixer": "10.4.21",
|
|
27
|
-
"css-loader": "7.1
|
|
28
|
-
"eslint": "^
|
|
29
|
-
"eslint-config-prettier": "^
|
|
30
|
-
"eslint-plugin-prettier": "
|
|
27
|
+
"css-loader": "^6.7.1",
|
|
28
|
+
"eslint": "^8.17.0",
|
|
29
|
+
"eslint-config-prettier": "^8.5.0",
|
|
30
|
+
"eslint-plugin-prettier": "5.0.0",
|
|
31
31
|
"eslint-plugin-storybook": "^0.12.0",
|
|
32
32
|
"globals": "^16.0.0",
|
|
33
33
|
"lit": "^3.3.0",
|
|
34
|
-
"mini-css-extract-plugin": "2.
|
|
35
|
-
"postcss-import": "16.
|
|
36
|
-
"postcss-loader": "8",
|
|
37
|
-
"prettier": "^3.5
|
|
38
|
-
"prettier-plugin-tailwindcss": "^0.6.
|
|
34
|
+
"mini-css-extract-plugin": "^2.6.1",
|
|
35
|
+
"postcss-import": "^16.0.0",
|
|
36
|
+
"postcss-loader": "^8.0.0",
|
|
37
|
+
"prettier": "^3.2.5",
|
|
38
|
+
"prettier-plugin-tailwindcss": "^0.6.8",
|
|
39
39
|
"shx": "^0.4.0",
|
|
40
40
|
"storybook": "^8.6.12",
|
|
41
|
-
"style-loader": "
|
|
42
|
-
"ts-node": "^10.
|
|
41
|
+
"style-loader": "^3.3.1",
|
|
42
|
+
"ts-node": "^10.8.1",
|
|
43
43
|
"typescript": "^4.7.3",
|
|
44
44
|
"typescript-eslint": "^8.29.0",
|
|
45
|
-
"webpack": "^5.
|
|
46
|
-
"webpack-cli": "^
|
|
47
|
-
"webpack-merge": "
|
|
45
|
+
"webpack": "^5.73.0",
|
|
46
|
+
"webpack-cli": "^4.10.0",
|
|
47
|
+
"webpack-merge": "^5.8.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"lucide-static": "0.508.0",
|
|
51
|
-
"tailwindcss": "3.4.
|
|
51
|
+
"tailwindcss": "^3.4.13"
|
|
52
52
|
},
|
|
53
53
|
"files": [
|
|
54
54
|
"dist/**/*"
|