@speckle/ui-components 2.19.0 → 2.19.2
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/components/common/loading/Bar.vue.d.ts +2 -0
- package/dist/lib.cjs +1 -1
- package/dist/lib.cjs.map +1 -1
- package/dist/lib.js +199 -199
- package/dist/lib.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +12 -12
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme=mention]{background:none;pointer-events:none}.tippy-box[data-theme=mention] .tippy-arrow{display:none}.tippy-box[data-theme=mention] .tippy-content>*{pointer-events:auto}.icon-slot[data-v-
|
|
1
|
+
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme=mention]{background:none;pointer-events:none}.tippy-box[data-theme=mention] .tippy-arrow{display:none}.tippy-box[data-theme=mention] .tippy-content>*{pointer-events:auto}.icon-slot[data-v-ad210086]:empty{display:none}.swoosher[data-v-985badae]{width:100%;height:100%;animation:swoosh-985badae 1s infinite linear;transform-origin:0% 30%}@keyframes swoosh-985badae{0%{transform:translate(0) scaleX(0)}40%{transform:translate(0) scaleX(.4)}to{transform:translate(100%) scaleX(.5)}}html.dialog-open{overflow:visible!important}html.dialog-open body{overflow:hidden!important}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
|
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.19.
|
|
4
|
+
"version": "2.19.2",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite",
|
|
7
7
|
"build": "vue-tsc && vite build",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@headlessui/vue": "^1.7.18",
|
|
49
49
|
"@heroicons/vue": "^2.0.12",
|
|
50
|
-
"@speckle/shared": "^2.19.
|
|
51
|
-
"@storybook/test": "^8.
|
|
50
|
+
"@speckle/shared": "^2.19.2",
|
|
51
|
+
"@storybook/test": "^8.1.10",
|
|
52
52
|
"@vueuse/core": "^9.13.0",
|
|
53
53
|
"lodash": "^4.0.0",
|
|
54
54
|
"lodash-es": "^4.0.0",
|
|
@@ -62,14 +62,14 @@
|
|
|
62
62
|
"@babel/preset-env": "^7.21.5",
|
|
63
63
|
"@babel/preset-react": "^7.18.6",
|
|
64
64
|
"@rollup/plugin-typescript": "^11.1.0",
|
|
65
|
-
"@speckle/tailwind-theme": "^2.19.
|
|
66
|
-
"@storybook/addon-essentials": "^8.
|
|
67
|
-
"@storybook/addon-interactions": "^8.
|
|
68
|
-
"@storybook/addon-links": "^8.
|
|
69
|
-
"@storybook/blocks": "^8.
|
|
70
|
-
"@storybook/test-runner": "^0.
|
|
71
|
-
"@storybook/vue3": "^8.
|
|
72
|
-
"@storybook/vue3-vite": "^8.
|
|
65
|
+
"@speckle/tailwind-theme": "^2.19.2",
|
|
66
|
+
"@storybook/addon-essentials": "^8.1.10",
|
|
67
|
+
"@storybook/addon-interactions": "^8.1.10",
|
|
68
|
+
"@storybook/addon-links": "^8.1.10",
|
|
69
|
+
"@storybook/blocks": "^8.1.10",
|
|
70
|
+
"@storybook/test-runner": "^0.18.2",
|
|
71
|
+
"@storybook/vue3": "^8.1.10",
|
|
72
|
+
"@storybook/vue3-vite": "^8.1.10",
|
|
73
73
|
"@types/eslint": "^8.56.10",
|
|
74
74
|
"@types/lodash": "^4.0.0",
|
|
75
75
|
"@types/lodash-es": "^4.17.12",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"postcss-nesting": "^10.2.0",
|
|
90
90
|
"prettier": "^2.7.1",
|
|
91
91
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
92
|
-
"storybook": "^8.
|
|
92
|
+
"storybook": "^8.1.10",
|
|
93
93
|
"tailwindcss": "^3.3.2",
|
|
94
94
|
"type-fest": "^2.13.1",
|
|
95
95
|
"typescript": "^5.0.4",
|