@onereach/ui-components 2.76.8 → 2.76.9
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "2.76.
|
|
3
|
+
"version": "2.76.9",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@codemirror/lang-json": "6.0.0",
|
|
39
39
|
"@codemirror/lang-markdown": "6.0.1",
|
|
40
40
|
"@floating-ui/dom": "0.3.1",
|
|
41
|
-
"@onereach/styles": "^2.37.
|
|
41
|
+
"@onereach/styles": "^2.37.3",
|
|
42
42
|
"@splidejs/splide": "4.0.6",
|
|
43
43
|
"@types/lodash": "4.14.173",
|
|
44
44
|
"@types/sortablejs": "1.10.7",
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
"@onereach/rollup-vue-lib-config": "2.0.0",
|
|
58
58
|
"@rollup/plugin-replace": "4.0.0",
|
|
59
59
|
"@rollup/plugin-url": "^8.0.1",
|
|
60
|
-
"@storybook/addon-actions": "6.5.
|
|
60
|
+
"@storybook/addon-actions": "6.5.16",
|
|
61
61
|
"@storybook/jest": "^0.0.10",
|
|
62
62
|
"@storybook/testing-library": "^0.0.13",
|
|
63
|
-
"@storybook/vue3": "6.5.
|
|
63
|
+
"@storybook/vue3": "6.5.16",
|
|
64
64
|
"@types/faker": "5.5.9",
|
|
65
65
|
"@vue/composition-api": "1.7.0",
|
|
66
66
|
"faker": "5.5.3",
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
},
|
|
126
126
|
"./package.json": "./package.json"
|
|
127
127
|
},
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "4a0ec26623b04b4434a7794ceb226e71e861ab42"
|
|
129
129
|
}
|
|
@@ -168,7 +168,7 @@ const LeftTemplate: StoryFn<typeof OrSidebar> = (args) => ({
|
|
|
168
168
|
</template>
|
|
169
169
|
</OrSidebar>
|
|
170
170
|
<div
|
|
171
|
-
class="theme-background-surface-1 dark:theme-background-surface-1-dark text-on-background dark:text-on-background-dark"
|
|
171
|
+
class="theme-background-surface-1 dark:theme-background-surface-1-dark text-on-background dark:text-on-background-dark typography-body-1-regular"
|
|
172
172
|
style="flex-grow: 1; overflow: auto; padding: 16px"
|
|
173
173
|
>
|
|
174
174
|
${Faker.lorem.paragraphs(10)}
|