@onereach/ui-components 15.2.1 → 15.2.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/bundled/v2/components/OrCardCollectionV3/styles.js +7 -3
- package/dist/bundled/v2/components/OrCardV3/styles.js +1 -3
- package/dist/bundled/v2/index.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/props.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrCardCollectionV3-118845ec.js → OrCardCollectionV3-004c2d3a.js} +7 -3
- package/dist/bundled/v3/components/OrCardV3/OrCard.js +1 -1
- package/dist/bundled/v3/components/OrCardV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCardV3/props.js +1 -1
- package/dist/bundled/v3/components/OrCardV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrCardV3-a0e51677.js → OrCardV3-fb9a7436.js} +1 -3
- package/dist/bundled/v3/components/index.js +2 -2
- package/dist/bundled/v3/index.js +3 -3
- package/dist/esm/v2/{OrCard-42359715.js → OrCard-4f970f6a.js} +1 -3
- package/dist/esm/v2/{OrCardCollection-1c7a0fe2.js → OrCardCollection-75ccfd98.js} +7 -3
- package/dist/esm/v2/components/index.js +2 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +1 -1
- package/dist/esm/v2/components/or-card-v3/index.js +1 -1
- package/dist/esm/v2/index.js +2 -2
- package/dist/esm/v3/{OrCard-c2ef331b.js → OrCard-999571e5.js} +1 -3
- package/dist/esm/v3/{OrCardCollection-cd534916.js → OrCardCollection-b4a2eaae.js} +7 -3
- package/dist/esm/v3/components/index.js +2 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +1 -1
- package/dist/esm/v3/components/or-card-v3/index.js +1 -1
- package/dist/esm/v3/index.js +2 -2
- package/package.json +3 -3
- package/src/components/or-card-collection-v3/styles.ts +6 -2
- package/src/components/or-card-v3/styles.ts +1 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrCardCollectionV3-
|
|
1
|
+
export { s as default } from '../OrCardCollectionV3-004c2d3a.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-
|
|
1
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-004c2d3a.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CardCollectionView, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-
|
|
1
|
+
export { C as CardCollectionView, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-004c2d3a.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as CardCollection, e as CardCollectionContent, f as CardCollectionContentViews, h as CardCollectionEmptyContentItem, b as CardCollectionToolbar, c as CardCollectionToolbarPanel } from '../OrCardCollectionV3-
|
|
1
|
+
export { a as CardCollection, e as CardCollectionContent, f as CardCollectionContentViews, h as CardCollectionEmptyContentItem, b as CardCollectionToolbar, c as CardCollectionToolbarPanel } from '../OrCardCollectionV3-004c2d3a.js';
|
package/dist/bundled/v3/components/{OrCardCollectionV3-118845ec.js → OrCardCollectionV3-004c2d3a.js}
RENAMED
|
@@ -45,14 +45,18 @@ const CardCollectionContent = [
|
|
|
45
45
|
// Overflow
|
|
46
46
|
'overflow-auto',
|
|
47
47
|
// Spacing
|
|
48
|
-
'-mx-sm', '-my-sm', '-mr-[calc(theme(spacing.sm) * 2)]', 'px-sm', 'py-sm'
|
|
48
|
+
'-mx-sm', '-my-sm', '-mr-[calc(theme(spacing.sm) * 2)]', 'px-sm', 'py-sm'];
|
|
49
49
|
const CardCollectionContentViews = {
|
|
50
50
|
[CardCollectionView.Grid]: [
|
|
51
51
|
// Layout
|
|
52
|
-
'grid-cols-1 md:grid-cols-5'
|
|
52
|
+
'grid-cols-1 md:grid-cols-5',
|
|
53
|
+
// Spacing
|
|
54
|
+
'gap-sm md:gap-md'],
|
|
53
55
|
[CardCollectionView.List]: [
|
|
54
56
|
// Layout
|
|
55
|
-
'grid-cols-1'
|
|
57
|
+
'grid-cols-1',
|
|
58
|
+
// Spacing
|
|
59
|
+
'gap-sm']
|
|
56
60
|
};
|
|
57
61
|
const CardCollectionEmptyContentItem = [
|
|
58
62
|
// Layout
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrCardV3-
|
|
1
|
+
export { s as default } from '../OrCardV3-fb9a7436.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CardPadding, s as OrCardV3 } from '../OrCardV3-
|
|
1
|
+
export { C as CardPadding, s as OrCardV3 } from '../OrCardV3-fb9a7436.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CardPadding } from '../OrCardV3-
|
|
1
|
+
export { C as CardPadding } from '../OrCardV3-fb9a7436.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { c as CardInteractive, b as CardPaddings, a as CardRoot } from '../OrCardV3-
|
|
1
|
+
export { c as CardInteractive, b as CardPaddings, a as CardRoot } from '../OrCardV3-fb9a7436.js';
|
|
@@ -28,9 +28,7 @@ const CardInteractive = [
|
|
|
28
28
|
// Hover
|
|
29
29
|
'hover:shadow-contextual hover:dark:shadow-contextual-dark',
|
|
30
30
|
// Selected
|
|
31
|
-
'selected:bg-
|
|
32
|
-
// Active
|
|
33
|
-
'active:bg-surface-1 dark:active:bg-surface-1-dark', 'active:shadow-card active:dark:shadow-card-dark'];
|
|
31
|
+
'selected:bg-primary-opacity-0-08 dark:selected:bg-primary-opacity-0-08-dark', 'selected:shadow-card selected:dark:shadow-card-dark'];
|
|
34
32
|
|
|
35
33
|
var script = defineComponent({
|
|
36
34
|
name: 'OrCard',
|
|
@@ -9,8 +9,8 @@ export { default as OrIconButton, default as OrIconButtonV2 } from './OrIconButt
|
|
|
9
9
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButtonV3-110fcb08.js';
|
|
10
10
|
export { default as OrCard } from './OrCard/OrCard.js';
|
|
11
11
|
export { CARD_COLLECTION_LAYOUT, OrCardCollection } from './OrCardCollection/index.js';
|
|
12
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollectionV3-
|
|
13
|
-
export { C as CardPadding, s as OrCardV3 } from './OrCardV3-
|
|
12
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollectionV3-004c2d3a.js';
|
|
13
|
+
export { C as CardPadding, s as OrCardV3 } from './OrCardV3-fb9a7436.js';
|
|
14
14
|
export { default as OrCheckbox } from './OrCheckbox/OrCheckbox.js';
|
|
15
15
|
export { default as OrCheckboxGroupV3 } from './OrCheckboxGroupV3/OrCheckboxGroup.js';
|
|
16
16
|
export { s as OrCheckboxTreeV3 } from './OrCheckboxTreeV3-50981d75.js';
|