@onereach/ui-components 4.1.1-beta.2540.0 → 4.1.1-beta.2541.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.
Files changed (129) hide show
  1. package/dist/bundled/v2/{OrDateTimePickerMonthSelect-f5dd7748.js → OrDateTimePickerMonthSelect-5aa2774a.js} +17 -1
  2. package/dist/bundled/v2/components/OrCheckboxV3/styles.js +1 -1
  3. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +1 -1
  4. package/dist/bundled/v2/components/OrDatePickerV3/index.js +1 -1
  5. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
  6. package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +1 -1
  7. package/dist/bundled/v2/components/OrInputBoxV3/styles.js +5 -5
  8. package/dist/bundled/v2/components/OrRadioV3/styles.js +1 -1
  9. package/dist/bundled/v2/components/OrSwitchV3/styles.js +1 -1
  10. package/dist/bundled/v2/components/index.js +1 -1
  11. package/dist/bundled/v2/index.js +2 -2
  12. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-79caff13.js → OrCardCollection.vue_vue_type_script_lang-ddb8a48b.js} +1 -1
  13. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-45a52430.js → OrConfirm.vue_vue_type_script_lang-3981e810.js} +1 -1
  14. package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-05ac3b12.js → OrDatePicker.vue_vue_type_script_lang-254d4344.js} +2 -2
  15. package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-3714b668.js → OrDateTimePicker.vue_vue_type_script_lang-1f5577c9.js} +2 -2
  16. package/dist/bundled/v3/{OrDateTimePickerMonthSelect-6d8e6580.js → OrDateTimePickerMonthSelect-90a1aed9.js} +19 -1
  17. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-4e78716e.js → OrInput.vue_vue_type_script_lang-f1f53512.js} +1 -1
  18. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-1209c933.js → OrSearch.vue_vue_type_script_lang-cb158795.js} +1 -1
  19. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-c5f73ec0.js → OrSelect.vue_vue_type_script_lang-dfb75069.js} +3 -3
  20. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-729923e5.js → OrTextarea.vue_vue_type_script_lang-f287189f.js} +1 -1
  21. package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-65a44568.js → OrTimePicker.vue_vue_type_script_lang-d6f6927c.js} +1 -1
  22. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +5 -5
  23. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +4 -4
  24. package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +2 -2
  25. package/dist/bundled/v3/components/OrCheckboxV3/index.js +1 -1
  26. package/dist/bundled/v3/components/OrCheckboxV3/styles.js +1 -1
  27. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +4 -4
  28. package/dist/bundled/v3/components/OrConfirmV3/index.js +3 -3
  29. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +4 -4
  30. package/dist/bundled/v3/components/OrDatePickerV3/index.js +3 -3
  31. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +4 -4
  32. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +3 -3
  33. package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.js +2 -2
  34. package/dist/bundled/v3/components/OrInputBoxV3/index.js +1 -1
  35. package/dist/bundled/v3/components/OrInputBoxV3/styles.js +5 -5
  36. package/dist/bundled/v3/components/OrInputV3/OrInput.js +3 -3
  37. package/dist/bundled/v3/components/OrInputV3/index.js +2 -2
  38. package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +2 -2
  39. package/dist/bundled/v3/components/OrRadioV3/index.js +1 -1
  40. package/dist/bundled/v3/components/OrRadioV3/styles.js +1 -1
  41. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +4 -4
  42. package/dist/bundled/v3/components/OrSearchV3/index.js +3 -3
  43. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +5 -5
  44. package/dist/bundled/v3/components/OrSelectV3/index.js +4 -4
  45. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +2 -2
  46. package/dist/bundled/v3/components/OrSwitchV3/index.js +1 -1
  47. package/dist/bundled/v3/components/OrSwitchV3/styles.js +1 -1
  48. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +3 -3
  49. package/dist/bundled/v3/components/OrTextareaV3/index.js +2 -2
  50. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +3 -3
  51. package/dist/bundled/v3/components/OrTimePickerV3/index.js +2 -2
  52. package/dist/bundled/v3/components/index.js +14 -14
  53. package/dist/bundled/v3/index.js +15 -15
  54. package/dist/esm/v2/{OrCardCollection-d55b4954.js → OrCardCollection-37e07aee.js} +2 -2
  55. package/dist/esm/v2/{OrCheckbox-dc587ec9.js → OrCheckbox-f26dde41.js} +1 -1
  56. package/dist/esm/v2/{OrConfirm-83805bbf.js → OrConfirm-dc082874.js} +1 -1
  57. package/dist/esm/v2/{OrDatePicker-98b372f0.js → OrDatePicker-0cdd933a.js} +3 -3
  58. package/dist/esm/v2/{OrDateTimePicker-87e92935.js → OrDateTimePicker-76455cd3.js} +3 -3
  59. package/dist/esm/v2/{OrDateTimePickerMonthSelect-dd83fe85.js → OrDateTimePickerMonthSelect-439fb0d1.js} +17 -1
  60. package/dist/esm/v2/{OrInput-2ebb2f0b.js → OrInput-9e5d01ca.js} +2 -2
  61. package/dist/esm/v2/{OrInputBox-748257da.js → OrInputBox-d36b1323.js} +1 -1
  62. package/dist/esm/v2/{OrInputBox.vue_rollup-plugin-vue_script-971506e9.js → OrInputBox.vue_rollup-plugin-vue_script-fe250f7a.js} +5 -5
  63. package/dist/esm/v2/{OrRadio-26031dd3.js → OrRadio-a812088f.js} +1 -1
  64. package/dist/esm/v2/{OrSearch-d6e663f5.js → OrSearch-1f845d8f.js} +2 -2
  65. package/dist/esm/v2/{OrSelect-8f187435.js → OrSelect-9387e798.js} +4 -4
  66. package/dist/esm/v2/{OrSwitch-823f71a6.js → OrSwitch-9fae0bae.js} +1 -1
  67. package/dist/esm/v2/{OrTextarea-56f0f583.js → OrTextarea-800f63d4.js} +2 -2
  68. package/dist/esm/v2/{OrTimePicker-bfe221c0.js → OrTimePicker-1430220a.js} +2 -2
  69. package/dist/esm/v2/components/index.js +15 -15
  70. package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -5
  71. package/dist/esm/v2/components/or-checkbox-v3/index.js +1 -1
  72. package/dist/esm/v2/components/or-combined-input-v3/index.js +2 -2
  73. package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
  74. package/dist/esm/v2/components/or-date-picker-v3/index.js +4 -4
  75. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +4 -4
  76. package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-day-select/OrDateTimePickerDaySelect.vue.d.ts +4 -0
  77. package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-day-select/styles.d.ts +1 -0
  78. package/dist/esm/v2/components/or-input-box-v3/index.js +2 -2
  79. package/dist/esm/v2/components/or-input-v3/index.js +3 -3
  80. package/dist/esm/v2/components/or-radio-v3/index.js +1 -1
  81. package/dist/esm/v2/components/or-search-v3/index.js +4 -4
  82. package/dist/esm/v2/components/or-select-v3/index.js +5 -5
  83. package/dist/esm/v2/components/or-switch-v3/index.js +1 -1
  84. package/dist/esm/v2/components/or-textarea-v3/index.js +3 -3
  85. package/dist/esm/v2/components/or-time-picker-v3/index.js +3 -3
  86. package/dist/esm/v2/index.js +15 -15
  87. package/dist/esm/v3/{OrCardCollection-894886bc.js → OrCardCollection-98497ba1.js} +2 -2
  88. package/dist/esm/v3/{OrCheckbox-56f849f7.js → OrCheckbox-e9cb1bf3.js} +1 -1
  89. package/dist/esm/v3/{OrConfirm-e96ebc60.js → OrConfirm-6c8cf960.js} +1 -1
  90. package/dist/esm/v3/{OrDatePicker-1a86c6d0.js → OrDatePicker-bb0517c6.js} +2 -2
  91. package/dist/esm/v3/{OrDateTimePicker-c3f650da.js → OrDateTimePicker-b3901823.js} +2 -2
  92. package/dist/esm/v3/{OrDateTimePickerMonthSelect-c1dc76b1.js → OrDateTimePickerMonthSelect-770a31d9.js} +19 -1
  93. package/dist/esm/v3/{OrInput-a4c01eb3.js → OrInput-59cefc84.js} +1 -1
  94. package/dist/esm/v3/{OrInputBox-a6d68437.js → OrInputBox-ba40bbdf.js} +5 -5
  95. package/dist/esm/v3/{OrRadio-a890ee7c.js → OrRadio-a6c88f29.js} +1 -1
  96. package/dist/esm/v3/{OrSearch-d7191a43.js → OrSearch-07b723b8.js} +2 -2
  97. package/dist/esm/v3/{OrSelect-8126c7f9.js → OrSelect-b6d9d320.js} +3 -3
  98. package/dist/esm/v3/{OrSwitch-97096491.js → OrSwitch-594f5a63.js} +1 -1
  99. package/dist/esm/v3/{OrTextarea-b8dba186.js → OrTextarea-fa1454e3.js} +1 -1
  100. package/dist/esm/v3/{OrTimePicker-f5161162.js → OrTimePicker-775f3098.js} +1 -1
  101. package/dist/esm/v3/components/index.js +14 -14
  102. package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
  103. package/dist/esm/v3/components/or-checkbox-v3/index.js +1 -1
  104. package/dist/esm/v3/components/or-combined-input-v3/index.js +2 -2
  105. package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
  106. package/dist/esm/v3/components/or-date-picker-v3/index.js +3 -3
  107. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +3 -3
  108. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-day-select/OrDateTimePickerDaySelect.vue.d.ts +4 -0
  109. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-day-select/styles.d.ts +1 -0
  110. package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
  111. package/dist/esm/v3/components/or-input-v3/index.js +2 -2
  112. package/dist/esm/v3/components/or-radio-v3/index.js +1 -1
  113. package/dist/esm/v3/components/or-search-v3/index.js +3 -3
  114. package/dist/esm/v3/components/or-select-v3/index.js +4 -4
  115. package/dist/esm/v3/components/or-switch-v3/index.js +1 -1
  116. package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
  117. package/dist/esm/v3/components/or-time-picker-v3/index.js +2 -2
  118. package/dist/esm/v3/index.js +14 -14
  119. package/package.json +2 -2
  120. package/src/components/or-checkbox-v3/styles.ts +2 -2
  121. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-day-select/OrDateTimePickerDaySelect.vue +23 -2
  122. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-day-select/styles.ts +9 -0
  123. package/src/components/or-input-box-v3/styles.ts +16 -16
  124. package/src/components/or-radio-v3/styles.ts +2 -2
  125. package/src/components/or-switch-v3/styles.ts +2 -2
  126. /package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-60cefcbd.js → OrCheckbox.vue_vue_type_script_lang-0a2323c2.js} +0 -0
  127. /package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-d8623184.js → OrInputBox.vue_vue_type_script_lang-a21db166.js} +0 -0
  128. /package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-99b109c4.js → OrRadio.vue_vue_type_script_lang-e9ac87e8.js} +0 -0
  129. /package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-53f0c8b1.js → OrSwitch.vue_vue_type_script_lang-286a0a4e.js} +0 -0
@@ -151,6 +151,9 @@ const DateTimePickerDaySelectButtonGroupDayItem = [
151
151
  '!px-sm', '!py-sm',
152
152
  // Typography
153
153
  'typography-caption-regular'];
154
+ const DateTimePickerDaySelectButtonGroupTodayItem = [
155
+ // Theme
156
+ 'theme-foreground-primary', 'dark:theme-foreground-primary-dark', 'theme-outline-1-primary', 'dark:theme-outline-1-primary-dark'];
154
157
 
155
158
  var script$1 = defineComponent({
156
159
  name: 'OrDateTimePickerDaySelect',
@@ -181,6 +184,7 @@ var script$1 = defineComponent({
181
184
  const buttonGroupStyles = computed(() => [...DateTimePickerDaySelectButtonGroup]);
182
185
  const buttonGroupWeekdayItemStyles = computed(() => [...DateTimePickerDaySelectButtonGroupWeekdayItem]);
183
186
  const buttonGroupDayItemStyles = computed(() => [...DateTimePickerDaySelectButtonGroupDayItem]);
187
+ const buttonGroupTodayItemStyles = computed(() => [...DateTimePickerDaySelectButtonGroupTodayItem]);
184
188
  // State
185
189
  const proxyModelValue = computed({
186
190
  get: () => {
@@ -206,6 +210,14 @@ var script$1 = defineComponent({
206
210
  return options;
207
211
  })();
208
212
  });
213
+ const currentDate = computed(() => {
214
+ const value = new Date();
215
+ value.setUTCHours(proxyModelValue.value.getUTCHours());
216
+ value.setUTCMinutes(proxyModelValue.value.getUTCMinutes());
217
+ value.setUTCSeconds(proxyModelValue.value.getUTCSeconds());
218
+ value.setUTCMilliseconds(proxyModelValue.value.getUTCMilliseconds());
219
+ return value;
220
+ });
209
221
  // Methods
210
222
  function formatWeekday(value) {
211
223
  return value.toLocaleString(navigator.language, {
@@ -225,8 +237,10 @@ var script$1 = defineComponent({
225
237
  buttonGroupStyles,
226
238
  buttonGroupWeekdayItemStyles,
227
239
  buttonGroupDayItemStyles,
240
+ buttonGroupTodayItemStyles,
228
241
  proxyModelValue,
229
242
  dayOptions,
243
+ currentDate,
230
244
  formatWeekday,
231
245
  formatDay
232
246
  };
@@ -248,12 +262,14 @@ var __vue_render__$1 = function () {
248
262
  class: _vm.buttonGroupStyles
249
263
  }, [_vm._l(7, function (weekday) {
250
264
  return _c('div', {
265
+ key: weekday,
251
266
  class: _vm.buttonGroupWeekdayItemStyles
252
267
  }, [_vm._v("\n " + _vm._s(_vm.formatWeekday(_vm.dayOptions[weekday - 1])) + "\n ")]);
253
268
  }), _vm._v(" "), _vm._l(_vm.dayOptions, function (value) {
269
+ var _obj;
254
270
  return _c('OrButton', {
255
271
  key: Number(value),
256
- class: _vm.buttonGroupDayItemStyles,
272
+ class: (_obj = {}, _obj[_vm.buttonGroupDayItemStyles.join(' ')] = true, _obj[_vm.buttonGroupTodayItemStyles.join(' ')] = Number(value) === Number(_vm.currentDate) && Number(value) !== Number(_vm.proxyModelValue), _obj),
257
273
  attrs: {
258
274
  "variant": Number(value) === Number(_vm.proxyModelValue) ? 'contained' : 'text',
259
275
  "color": Number(value) === Number(_vm.proxyModelValue) ? 'primary' : 'inherit',
@@ -17,7 +17,7 @@ const CheckboxControl = [
17
17
  // Theme
18
18
  'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-background-default', 'dark:theme-background-default-dark', 'theme-border-1-outline', 'dark:theme-border-1-outline-dark',
19
19
  // Theme (focus)
20
- 'focus:theme-outline-primary', 'dark:focus:theme-outline-primary-dark',
20
+ 'focus:theme-outline-2-primary', 'dark:focus:theme-outline-2-primary-dark',
21
21
  // Theme (checked)
22
22
  'checked:theme-preset-1-primary', 'dark:checked:theme-preset-1-primary-dark',
23
23
  // Theme (indeterminate)
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue-demi';
2
- import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDaySelect, b as OrDateTimePickerMonthSelect } from '../../OrDateTimePickerMonthSelect-f5dd7748.js';
2
+ import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDaySelect, b as OrDateTimePickerMonthSelect } from '../../OrDateTimePickerMonthSelect-5aa2774a.js';
3
3
  import { O as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader } from '../../OrDateTimePickerPopoverHeader-40001d2f.js';
4
4
  import { DatePicker } from './styles.js';
5
5
  import __vue_component__$1 from '../OrErrorV3/OrError.js';
@@ -1,7 +1,7 @@
1
1
  export { default as OrDatePickerV3 } from './OrDatePicker.js';
2
2
  export { InputBoxSize as DatePickerSize } from '../OrInputBoxV3/props.js';
3
3
  import 'vue-demi';
4
- import '../../OrDateTimePickerMonthSelect-f5dd7748.js';
4
+ import '../../OrDateTimePickerMonthSelect-5aa2774a.js';
5
5
  import '../OrDateTimePickerV3/hooks/useDatePlaceholder.js';
6
6
  import '../../normalize-component-6e8e3d80.js';
7
7
  import '../OrDateTimePickerV3/hooks/useDefaultDate.js';
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue-demi';
2
- import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDaySelect, b as OrDateTimePickerMonthSelect } from '../../OrDateTimePickerMonthSelect-f5dd7748.js';
2
+ import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDaySelect, b as OrDateTimePickerMonthSelect } from '../../OrDateTimePickerMonthSelect-5aa2774a.js';
3
3
  import { O as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader } from '../../OrDateTimePickerPopoverHeader-40001d2f.js';
4
4
  import { O as OrDateTimePickerTimeControl, a as OrDateTimePickerTimeSelect } from '../../OrDateTimePickerTimeSelect-153a174a.js';
5
5
  import { DateTimePicker } from './styles.js';
@@ -1,7 +1,7 @@
1
1
  export { default as OrDateTimePickerV3 } from './OrDateTimePicker.js';
2
2
  export { InputBoxSize as DateTimePickerSize } from '../OrInputBoxV3/props.js';
3
3
  import 'vue-demi';
4
- import '../../OrDateTimePickerMonthSelect-f5dd7748.js';
4
+ import '../../OrDateTimePickerMonthSelect-5aa2774a.js';
5
5
  import './hooks/useDatePlaceholder.js';
6
6
  import '../../normalize-component-6e8e3d80.js';
7
7
  import './hooks/useDefaultDate.js';
@@ -10,15 +10,15 @@ const InputBoxRoot = [
10
10
  const InputBoxRootVariants = {
11
11
  'styled': [
12
12
  // Theme
13
- 'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark', 'theme-border-1-outline', 'dark:theme-border-1-outline-dark', 'theme-outline-transparent', 'dark:theme-outline-transparent',
13
+ 'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark', 'theme-border-1-outline', 'dark:theme-border-1-outline-dark', 'theme-outline-2-transparent', 'dark:theme-outline-2-transparent',
14
14
  // Theme (focus)
15
- 'focus-within:theme-background-primary-opacity', 'dark:focus-within:theme-background-primary-opacity-dark', 'focus-within:theme-border-1-primary', 'dark:focus-within:theme-border-1-primary-dark', 'focus-within:theme-outline-primary', 'dark:focus-within:theme-outline-primary-dark',
15
+ 'focus-within:theme-background-primary-translucent', 'dark:focus-within:theme-background-primary-translucent-dark', 'focus-within:theme-border-1-primary', 'dark:focus-within:theme-border-1-primary-dark', 'focus-within:theme-outline-2-primary', 'dark:focus-within:theme-outline-2-primary-dark',
16
16
  // Theme (read-only)
17
- 'read-only:bg-primary-opacity-0-08', 'dark:read-only:bg-primary-opacity-0-08-dark', 'read-only:!border-transparent', 'dark:read-only:!border-transparent',
17
+ 'read-only:theme-background-primary-translucent', 'dark:read-only:theme-background-primary-translucent-dark', 'read-only:!border-transparent', 'dark:read-only:!border-transparent',
18
18
  // Theme (invalid)
19
- 'invalid:theme-preset-3-error', 'dark:invalid:theme-preset-3-error-dark', 'invalid:theme-background-error-opacity', 'dark:invalid:theme-background-error-opacity-dark', 'invalid:theme-foreground-default', 'dark:invalid:theme-foreground-default-dark', 'invalid:theme-border-1-error', 'dark:invalid:theme-border-1-error-dark', 'invalid:theme-outline-transparent', 'dark:invalid:theme-outline-transparent',
19
+ 'invalid:theme-preset-3-error', 'dark:invalid:theme-preset-3-error-dark', 'invalid:theme-background-error-translucent', 'dark:invalid:theme-background-error-translucent-dark', 'invalid:theme-foreground-default', 'dark:invalid:theme-foreground-default-dark', 'invalid:theme-border-1-error', 'dark:invalid:theme-border-1-error-dark', 'invalid:theme-outline-2-transparent', 'dark:invalid:theme-outline-2-transparent',
20
20
  // Theme (invalid, focus)
21
- 'invalid:focus-within:theme-background-error-opacity', 'dark:invalid:focus-within:theme-background-error-opacity-dark', 'invalid:focus-within:theme-border-1-error', 'dark:invalid:focus-within:theme-border-1-error-dark', 'invalid:focus-within:theme-outline-error', 'dark:invalid:focus-within:theme-outline-error-dark',
21
+ 'invalid:focus-within:theme-background-error-translucent', 'dark:invalid:focus-within:theme-background-error-translucent-dark', 'invalid:focus-within:theme-border-1-error', 'dark:invalid:focus-within:theme-border-1-error-dark', 'invalid:focus-within:theme-outline-2-error', 'dark:invalid:focus-within:theme-outline-2-error-dark',
22
22
  // Theme (invalid, read-only)
23
23
  'invalid:read-only:bg-error-opacity-0-08', 'dark:invalid:read-only:bg-error-opacity-0-08-dark', 'invalid:read-only:!border-transparent', 'dark:invalid:read-only:!border-transparent'],
24
24
  'unstyled': [
@@ -15,7 +15,7 @@ const RadioControl = [
15
15
  // Theme
16
16
  'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-background-default', 'dark:theme-background-default-dark', 'theme-border-1-outline', 'dark:theme-border-1-outline-dark',
17
17
  // Theme (focus)
18
- 'focus:theme-outline-primary', 'dark:focus:theme-outline-primary-dark',
18
+ 'focus:theme-outline-2-primary', 'dark:focus:theme-outline-2-primary-dark',
19
19
  // Theme (checked)
20
20
  'checked:theme-preset-1-primary', 'dark:checked:theme-preset-1-primary-dark'];
21
21
  const RadioControlHandle = [
@@ -19,7 +19,7 @@ const SwitchControl = [
19
19
  // Theme
20
20
  'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-background-default', 'dark:theme-background-default-dark', 'theme-border-1-outline', 'dark:theme-border-1-outline-dark',
21
21
  // Theme (focus)
22
- 'focus:theme-outline-primary', 'dark:focus:theme-outline-primary-dark',
22
+ 'focus:theme-outline-2-primary', 'dark:focus:theme-outline-2-primary-dark',
23
23
  // Theme (checked)
24
24
  'checked:theme-preset-1-primary', 'dark:checked:theme-preset-1-primary-dark'];
25
25
  const SwitchControlHandle = [
@@ -202,7 +202,7 @@ import './OrCode/theme.js';
202
202
  import './OrColorPicker/utils/defultPalette.js';
203
203
  import '../index-63e094a0.js';
204
204
  import './OrConfirmV3/styles.js';
205
- import '../OrDateTimePickerMonthSelect-f5dd7748.js';
205
+ import '../OrDateTimePickerMonthSelect-5aa2774a.js';
206
206
  import './OrDateTimePickerV3/hooks/useDatePlaceholder.js';
207
207
  import './OrDateTimePickerV3/hooks/useDefaultDate.js';
208
208
  import './OrDateTimePickerV3/hooks/useDefaultHours.js';