@onereach/ui-components 17.5.0-beta.4906.0 → 18.0.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/dist/esm/components/index.js +1 -1
- package/dist/esm/components/or-data-grid-v3/index.js +1 -1
- package/dist/esm/components/or-skeleton-v3/index.js +1 -1
- package/dist/esm/components/or-skeleton-v3/or-skeleton-circle-v3/index.js +1 -1
- package/dist/esm/components/or-skeleton-v3/or-skeleton-rect-v3/index.js +1 -1
- package/dist/esm/components/or-skeleton-v3/or-skeleton-text-v3/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/{styles-5034a773.js → styles-79a4c2cb.js} +1 -1
- package/package.json +4 -3
|
@@ -233,6 +233,6 @@ import './or-select-v3/partials/or-select-control-input/index.js';
|
|
|
233
233
|
import './or-select-v3/partials/or-select-placeholder/index.js';
|
|
234
234
|
import './or-select-v3/partials/or-select-single-control/index.js';
|
|
235
235
|
import 'lodash/range';
|
|
236
|
-
import '../styles-
|
|
236
|
+
import '../styles-79a4c2cb.js';
|
|
237
237
|
import '../useOverflow-5793f499.js';
|
|
238
238
|
import 'lodash/isNil';
|
|
@@ -46,7 +46,7 @@ import '../or-error-v3/index.js';
|
|
|
46
46
|
import '../or-hint-v3/index.js';
|
|
47
47
|
import '../../style-inject.es-87955792.js';
|
|
48
48
|
import '../../px-to-rem-a21cdf39.js';
|
|
49
|
-
import '../../styles-
|
|
49
|
+
import '../../styles-79a4c2cb.js';
|
|
50
50
|
import 'lodash/range';
|
|
51
51
|
import '../or-date-picker-v3/index.js';
|
|
52
52
|
import '../../directives/index.js';
|
|
@@ -3,5 +3,5 @@ export { OrSkeletonRectV3 } from './or-skeleton-rect-v3/index.js';
|
|
|
3
3
|
export { OrSkeletonTextV3 } from './or-skeleton-text-v3/index.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '../../px-to-rem-a21cdf39.js';
|
|
6
|
-
import '../../styles-
|
|
6
|
+
import '../../styles-79a4c2cb.js';
|
|
7
7
|
import 'lodash/range';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeClass, normalizeStyle } from 'vue';
|
|
2
2
|
import { p as pxToRem } from '../../../px-to-rem-a21cdf39.js';
|
|
3
|
-
import { a as SkeletonRoot,
|
|
3
|
+
import { a as SkeletonRoot, d as SkeletonCircle, c as SkeletonAnimated } from '../../../styles-79a4c2cb.js';
|
|
4
4
|
|
|
5
5
|
var script = defineComponent({
|
|
6
6
|
name: 'OrSkeletonCircle',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeClass, normalizeStyle } from 'vue';
|
|
2
2
|
import { p as pxToRem } from '../../../px-to-rem-a21cdf39.js';
|
|
3
|
-
import { a as SkeletonRoot,
|
|
3
|
+
import { a as SkeletonRoot, e as SkeletonRect, c as SkeletonAnimated } from '../../../styles-79a4c2cb.js';
|
|
4
4
|
|
|
5
5
|
var script = defineComponent({
|
|
6
6
|
name: 'OrSkeletonRect',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import range from 'lodash/range';
|
|
2
2
|
import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeClass, normalizeStyle, Fragment, renderList } from 'vue';
|
|
3
3
|
import { p as pxToRem } from '../../../px-to-rem-a21cdf39.js';
|
|
4
|
-
import { S as SkeletonTextContainerRoot, a as SkeletonRoot, b as SkeletonText, c as SkeletonAnimated } from '../../../styles-
|
|
4
|
+
import { S as SkeletonTextContainerRoot, a as SkeletonRoot, b as SkeletonText, c as SkeletonAnimated } from '../../../styles-79a4c2cb.js';
|
|
5
5
|
|
|
6
6
|
var script = defineComponent({
|
|
7
7
|
name: 'OrSkeletonText',
|
package/dist/esm/index.js
CHANGED
|
@@ -235,6 +235,6 @@ import './components/or-select-v3/partials/or-select-control-input/index.js';
|
|
|
235
235
|
import './components/or-select-v3/partials/or-select-placeholder/index.js';
|
|
236
236
|
import './components/or-select-v3/partials/or-select-single-control/index.js';
|
|
237
237
|
import 'lodash/range';
|
|
238
|
-
import './styles-
|
|
238
|
+
import './styles-79a4c2cb.js';
|
|
239
239
|
import 'lodash/isNil';
|
|
240
240
|
import 'lodash/isElement';
|
|
@@ -31,4 +31,4 @@ const SkeletonAnimated = [
|
|
|
31
31
|
// Animation
|
|
32
32
|
'animate-skeleton-loader'];
|
|
33
33
|
|
|
34
|
-
export { SkeletonTextContainerRoot as S, SkeletonRoot as a, SkeletonText as b, SkeletonAnimated as c,
|
|
34
|
+
export { SkeletonTextContainerRoot as S, SkeletonRoot as a, SkeletonText as b, SkeletonAnimated as c, SkeletonCircle as d, SkeletonRect as e };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "18.0.0",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@codemirror/lang-json": "6.0.1",
|
|
29
29
|
"@codemirror/lang-markdown": "6.1.1",
|
|
30
30
|
"@floating-ui/dom": "1.5.3",
|
|
31
|
-
"@onereach/styles": "^
|
|
31
|
+
"@onereach/styles": "^18.0.0",
|
|
32
32
|
"@splidejs/splide": "4.0.6",
|
|
33
33
|
"@tiptap/core": "2.0.3",
|
|
34
34
|
"@tiptap/extension-blockquote": "2.0.3",
|
|
@@ -140,5 +140,6 @@
|
|
|
140
140
|
"default": "./dist/bundled/components/*/index.js"
|
|
141
141
|
},
|
|
142
142
|
"./package.json": "./package.json"
|
|
143
|
-
}
|
|
143
|
+
},
|
|
144
|
+
"gitHead": "820a808a697711ebee15e718abfa0db745fa1740"
|
|
144
145
|
}
|