@speckle/ui-components 2.12.666 → 2.14.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 +0 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -53,8 +53,3 @@ Optionally you can also run `yarn dev` to run the Vite dev server which runs `Ap
|
|
|
53
53
|
#### Styles don't work
|
|
54
54
|
|
|
55
55
|
Re-start storybook, it could be that you introduced a new tailwind class that was previously purged out
|
|
56
|
-
|
|
57
|
-
## TODO
|
|
58
|
-
|
|
59
|
-
- Add export to Chromatic
|
|
60
|
-
- CI/CD?
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@speckle/ui-components",
|
|
3
3
|
"description": "Speckle theme UI components built with Vue 3 & Tailwind",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.14.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite",
|
|
7
7
|
"build": "vue-tsc && vite build",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@headlessui/vue": "^1.7.13",
|
|
42
42
|
"@heroicons/vue": "^2.0.12",
|
|
43
|
-
"@speckle/shared": "^2.
|
|
43
|
+
"@speckle/shared": "^2.14.0",
|
|
44
44
|
"@vueuse/core": "^9.13.0",
|
|
45
45
|
"lodash": "^4.0.0",
|
|
46
46
|
"lodash-es": "^4.0.0",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@babel/preset-env": "^7.21.5",
|
|
53
53
|
"@babel/preset-react": "^7.18.6",
|
|
54
54
|
"@rollup/plugin-typescript": "^11.1.0",
|
|
55
|
-
"@speckle/tailwind-theme": "^2.
|
|
55
|
+
"@speckle/tailwind-theme": "^2.14.0",
|
|
56
56
|
"@storybook/addon-essentials": "^7.0.10",
|
|
57
57
|
"@storybook/addon-interactions": "^7.0.10",
|
|
58
58
|
"@storybook/addon-links": "^7.0.10",
|