@onereach/ui-components 16.2.0 → 16.2.1
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/OrDataGridV3/OrDataGrid.js +1 -1
- package/dist/bundled/v2/components/OrDataGridV3/index.js +1 -1
- package/dist/bundled/v2/components/OrExpansionPanelV3/styles.js +5 -5
- package/dist/bundled/v2/components/index.js +1 -1
- package/dist/bundled/v2/index.js +2 -2
- package/dist/bundled/v3/components/OrDataGridV3/OrDataGrid.js +1 -1
- package/dist/bundled/v3/components/OrDataGridV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDataGridV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDataGridV3-c33fee34.js → OrDataGridV3-5df3a949.js} +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/props.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrExpansionPanelV3-3bc713aa.js → OrExpansionPanelV3-71f1551d.js} +5 -5
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSelectV3-0c15392f.js → OrSelectV3-d86aefa2.js} +1 -1
- package/dist/bundled/v3/components/index.js +3 -3
- package/dist/bundled/v3/index.js +4 -4
- package/dist/esm/v2/{OrDataGrid-6461fca4.js → OrDataGrid-e38fe950.js} +1 -1
- package/dist/esm/v2/{OrDataGridToolbar-462aec20.js → OrDataGridToolbar-eba4291d.js} +1 -1
- package/dist/esm/v2/{OrExpansionPanel-3f7da2f5.js → OrExpansionPanel-c10defa5.js} +5 -5
- package/dist/esm/v2/{OrSelect-c1fbbede.js → OrSelect-322314a6.js} +1 -1
- package/dist/esm/v2/components/index.js +4 -4
- package/dist/esm/v2/components/or-data-grid-v3/index.js +4 -4
- package/dist/esm/v2/components/or-data-grid-v3/partials/index.js +3 -3
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v2/components/or-select-v3/index.js +2 -2
- package/dist/esm/v2/index.js +4 -4
- package/dist/esm/v3/{OrDataGrid-550f18b2.js → OrDataGrid-f6b030e2.js} +1 -1
- package/dist/esm/v3/{OrDataGridToolbar-a4871539.js → OrDataGridToolbar-df02d90e.js} +1 -1
- package/dist/esm/v3/{OrExpansionPanel-bb8883a1.js → OrExpansionPanel-99c697c1.js} +5 -5
- package/dist/esm/v3/{OrSelect-9347b36b.js → OrSelect-e3db7652.js} +1 -1
- package/dist/esm/v3/components/index.js +4 -4
- package/dist/esm/v3/components/or-data-grid-v3/index.js +4 -4
- package/dist/esm/v3/components/or-data-grid-v3/partials/index.js +3 -3
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v3/components/or-select-v3/index.js +2 -2
- package/dist/esm/v3/index.js +4 -4
- package/package.json +3 -3
- package/src/components/or-expansion-panel-v3/styles.ts +10 -10
- /package/dist/bundled/v2/{OrDataGrid-a52d274a.js → OrDataGrid-95d37a44.js} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { _ as default } from '../../OrDataGrid-
|
|
1
|
+
export { _ as default } from '../../OrDataGrid-95d37a44.js';
|
|
2
2
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DataGridVariant, _ as OrDataGridV3 } from '../../OrDataGrid-
|
|
1
|
+
export { D as DataGridVariant, _ as OrDataGridV3 } from '../../OrDataGrid-95d37a44.js';
|
|
@@ -48,18 +48,18 @@ const ExpansionPanelHeaderColors = {
|
|
|
48
48
|
// Theme
|
|
49
49
|
'theme-foreground-default', 'dark:theme-foreground-default-dark',
|
|
50
50
|
// Theme (hover)
|
|
51
|
-
'hover:
|
|
51
|
+
'hover:theme-foreground-primary', 'dark:hover:theme-foreground-primary-dark',
|
|
52
52
|
// Theme (focus)
|
|
53
|
-
'focus-visible:
|
|
53
|
+
'focus-visible:theme-foreground-primary', 'dark:focus-visible:theme-foreground-primary-dark',
|
|
54
54
|
// Theme (active)
|
|
55
|
-
'active:theme-foreground-primary
|
|
55
|
+
'active:theme-foreground-primary', 'dark:active:theme-foreground-primary-dark'],
|
|
56
56
|
'danger': [
|
|
57
57
|
// Theme
|
|
58
58
|
'theme-foreground-error', 'dark:theme-foreground-error-dark',
|
|
59
59
|
// Theme (hover)
|
|
60
|
-
'hover:
|
|
60
|
+
'hover:theme-foreground-error-hover', 'dark:hover:theme-foreground-error-hover-dark',
|
|
61
61
|
// Theme (focus)
|
|
62
|
-
'focus-visible:
|
|
62
|
+
'focus-visible:theme-foreground-error-hover', 'dark:focus-visible:theme-foreground-error-hover-dark',
|
|
63
63
|
// Theme (active)
|
|
64
64
|
'active:theme-foreground-error-hover', 'dark:active:theme-foreground-error-hover-dark']
|
|
65
65
|
};
|
|
@@ -44,7 +44,7 @@ export { default as OrConfirm } from './OrConfirm/OrConfirm.js';
|
|
|
44
44
|
export { default as OrConfirmV3 } from './OrConfirmV3/OrConfirm.js';
|
|
45
45
|
export { ConfirmType } from './OrConfirmV3/props.js';
|
|
46
46
|
export { default as OrContextMenuV3 } from './OrContextMenuV3/OrContextMenu.js';
|
|
47
|
-
export { D as DataGridVariant, _ as OrDataGridV3 } from '../OrDataGrid-
|
|
47
|
+
export { D as DataGridVariant, _ as OrDataGridV3 } from '../OrDataGrid-95d37a44.js';
|
|
48
48
|
export { default as OrDateFormatV3 } from './OrDateFormatV3/OrDateFormat.js';
|
|
49
49
|
export { default as OrDatePickerV3 } from './OrDatePickerV3/OrDatePicker.js';
|
|
50
50
|
export { default as OrDateRangePickerV3 } from './OrDateRangePickerV3/OrDateRangePicker.js';
|