@oracle/oraclejet-preact 17.0.4 → 17.0.6

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 (87) hide show
  1. package/amd/CheckboxSet-9c883a32.js +2 -0
  2. package/{cjs/CheckboxSet-13a5c10c.js.map → amd/CheckboxSet-9c883a32.js.map} +1 -1
  3. package/amd/TextArea-2c7af40c.js +2 -0
  4. package/amd/TextArea-2c7af40c.js.map +1 -0
  5. package/amd/TextAreaAutosize-9dc5bffe.js +2 -0
  6. package/amd/{TextAreaAutosize-0a023972.js.map → TextAreaAutosize-9dc5bffe.js.map} +1 -1
  7. package/amd/Theme-redwood/theme.css +216 -216
  8. package/amd/Theme-stable/theme.css +352 -352
  9. package/amd/UNSAFE_CheckboxItem.js +1 -1
  10. package/amd/UNSAFE_CheckboxItem.js.map +1 -1
  11. package/amd/UNSAFE_CheckboxSet.js +1 -1
  12. package/amd/UNSAFE_CheckboxSet.js.map +1 -1
  13. package/amd/UNSAFE_TextArea.js +1 -1
  14. package/amd/UNSAFE_TextAreaAutosize.js +1 -1
  15. package/cjs/BaseNavigationListItem-175a3f35.js +49 -0
  16. package/cjs/BaseNavigationListItem-175a3f35.js.map +1 -0
  17. package/cjs/CheckboxSetContext-c62db26d.js +12 -0
  18. package/{es/CheckboxSetContext-1be56556.js.map → cjs/CheckboxSetContext-c62db26d.js.map} +1 -1
  19. package/cjs/{InputDatePicker-005c03d0.js → InputDatePicker-91be7790.js} +2 -2
  20. package/cjs/{InputDatePicker-005c03d0.js.map → InputDatePicker-91be7790.js.map} +1 -1
  21. package/cjs/{NavigationListItem-12a76e7d.js → NavigationList-5218562e.js} +3 -18
  22. package/cjs/NavigationList-5218562e.js.map +1 -0
  23. package/cjs/NavigationListItem-b80c41dc.js +12 -0
  24. package/cjs/NavigationListItem-b80c41dc.js.map +1 -0
  25. package/cjs/{OverflowTabBarItem-c0a592fd.js → OverflowTabBarItem-1de46588.js} +5 -4
  26. package/cjs/{OverflowTabBarItem-c0a592fd.js.map → OverflowTabBarItem-1de46588.js.map} +1 -1
  27. package/cjs/{RemovableNavigationListItem-6231df42.js → RemovableNavigationListItem-eb2c8156.js} +4 -3
  28. package/cjs/{RemovableNavigationListItem-6231df42.js.map → RemovableNavigationListItem-eb2c8156.js.map} +1 -1
  29. package/cjs/{ReorderableTabBar-5743c66a.js → ReorderableTabBar-025a0d71.js} +2 -2
  30. package/cjs/{ReorderableTabBar-5743c66a.js.map → ReorderableTabBar-025a0d71.js.map} +1 -1
  31. package/cjs/{TabBar-73bb6c97.js → TabBar-e77706d0.js} +6 -1
  32. package/cjs/{TabBar-73bb6c97.js.map → TabBar-e77706d0.js.map} +1 -1
  33. package/cjs/{TabBarMixed-426fcaf1.js → TabBarMixed-bc696a46.js} +6 -1
  34. package/cjs/{TabBarMixed-426fcaf1.js.map → TabBarMixed-bc696a46.js.map} +1 -1
  35. package/cjs/Theme-redwood/theme.css +89 -89
  36. package/cjs/Theme-stable/theme.css +217 -217
  37. package/cjs/UNSAFE_CheckboxItem.js +30 -80
  38. package/cjs/UNSAFE_CheckboxItem.js.map +1 -1
  39. package/cjs/UNSAFE_CheckboxSet.js +44 -15
  40. package/cjs/UNSAFE_CheckboxSet.js.map +1 -1
  41. package/cjs/UNSAFE_InputDatePicker.js +87 -87
  42. package/cjs/UNSAFE_NavigationList.js +16 -14
  43. package/cjs/UNSAFE_NavigationList.js.map +1 -1
  44. package/cjs/UNSAFE_NavigationListCommon.js +55 -54
  45. package/cjs/UNSAFE_NavigationListCommon.js.map +1 -1
  46. package/cjs/UNSAFE_OverflowTabBar.js +23 -21
  47. package/cjs/UNSAFE_OverflowTabBar.js.map +1 -1
  48. package/cjs/UNSAFE_ReorderableTabBar.js +21 -7
  49. package/cjs/UNSAFE_ReorderableTabBar.js.map +1 -1
  50. package/cjs/UNSAFE_TabBar.js +24 -22
  51. package/cjs/UNSAFE_TabBar.js.map +1 -1
  52. package/cjs/UNSAFE_TabBarCommon.js +20 -18
  53. package/cjs/UNSAFE_TabBarCommon.js.map +1 -1
  54. package/cjs/UNSAFE_TabBarMixed.js +24 -22
  55. package/cjs/UNSAFE_TabBarMixed.js.map +1 -1
  56. package/cjs/{BaseNavigationListItem-070d75bc.js → useNavigationListItem-74009187.js} +2 -40
  57. package/cjs/useNavigationListItem-74009187.js.map +1 -0
  58. package/es/CheckboxSet-836e3263.js +49 -0
  59. package/es/CheckboxSet-836e3263.js.map +1 -0
  60. package/es/{TextArea-d97aac1f.js → TextArea-979496a0.js} +25 -8
  61. package/es/TextArea-979496a0.js.map +1 -0
  62. package/es/{TextAreaAutosize-68a4786d.js → TextAreaAutosize-b73aaa2f.js} +2 -2
  63. package/es/{TextAreaAutosize-68a4786d.js.map → TextAreaAutosize-b73aaa2f.js.map} +1 -1
  64. package/es/Theme-redwood/theme.css +414 -414
  65. package/es/Theme-stable/theme.css +485 -485
  66. package/es/UNSAFE_CheckboxItem.js +80 -30
  67. package/es/UNSAFE_CheckboxItem.js.map +1 -1
  68. package/es/UNSAFE_CheckboxSet.js +10 -44
  69. package/es/UNSAFE_CheckboxSet.js.map +1 -1
  70. package/es/UNSAFE_TextArea.js +2 -3
  71. package/es/UNSAFE_TextArea.js.map +1 -1
  72. package/es/UNSAFE_TextAreaAutosize.js +2 -2
  73. package/package.json +2 -2
  74. package/amd/CheckboxSetContext-2e486ea8.js +0 -2
  75. package/amd/CheckboxSetContext-2e486ea8.js.map +0 -1
  76. package/amd/MaxLengthCounter-caafceef.js +0 -2
  77. package/amd/MaxLengthCounter-caafceef.js.map +0 -1
  78. package/amd/TextArea-44c90bc4.js +0 -2
  79. package/amd/TextArea-44c90bc4.js.map +0 -1
  80. package/amd/TextAreaAutosize-0a023972.js +0 -2
  81. package/cjs/BaseNavigationListItem-070d75bc.js.map +0 -1
  82. package/cjs/CheckboxSet-13a5c10c.js +0 -53
  83. package/cjs/NavigationListItem-12a76e7d.js.map +0 -1
  84. package/es/CheckboxSetContext-1be56556.js +0 -9
  85. package/es/MaxLengthCounter-cead2dac.js +0 -25
  86. package/es/MaxLengthCounter-cead2dac.js.map +0 -1
  87. package/es/TextArea-d97aac1f.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"TabBarMixed-426fcaf1.js","sources":["../../src/UNSAFE_TabBarMixed/useTabBarMixed.ts","../../src/UNSAFE_TabBarMixed/TabBarMixed.tsx"],"sourcesContent":["import { ComponentProps, ContextType, RefObject } from 'preact';\nimport type { TabBarContext, TabBarLayout } from '../UNSAFE_TabBarCommon';\n\nimport { useTabBar } from '../hooks/PRIVATE_useTabBar';\n\ntype TabBarContextValue = ContextType<typeof TabBarContext>;\n\nexport type useTabBarOptions = {\n class?: string;\n display?: TabBarContextValue['display'];\n edge?: 'bottom' | 'top';\n onRemove?: TabBarContextValue['onRemove'];\n onSelect?: TabBarContextValue['onSelect'];\n ref?: RefObject<HTMLDivElement>;\n selection?: TabBarContextValue['selection'];\n size?: TabBarContextValue['size'];\n children?: ComponentProps<typeof TabBarLayout>['children'];\n};\n\n/**\n * A thin wrapper around useTabBar hook\n */\nexport function useTabBarMixed(options: useTabBarOptions) {\n return useTabBar(options);\n}\n","import type { ComponentChildren } from 'preact';\nimport { useRef } from 'preact/hooks';\nimport { Ref } from 'preact';\nimport { forwardRef, useImperativeHandle } from 'preact/compat';\nimport { TabBarContext } from '../UNSAFE_TabBarCommon';\nimport { styles } from './themes/TabBarMixedStyles.css';\nimport { useTabBarMixed as useTabBar } from './useTabBarMixed';\n\ntype UseTabBarOptions = Parameters<typeof useTabBar>[0];\n\n/**\n * Component props expected to be pased to **TabBarMixed**.\n *\n * @see {@link TabBarMixed}\n */\ntype TabBarMixedProps<K extends string | number> = {\n /**\n * Component children that will be rendered within the **TabBarMixed**\n * root element.\n *\n * It is expected that **TabBarLayout** and **ConveyorBelt** elements are\n * provided. The same **TabBarItem**, **RemovableTabBarItem**,\n * and **OverflowTabBarItem** elements should also be used.\n */\n children?: ComponentChildren;\n /**\n * Callback fired when a tab item is removed.\n */\n onRemove?: UseTabBarOptions['onRemove'];\n /**\n * Callback fired when a tab item is selected.\n */\n onSelect?: UseTabBarOptions['onSelect'];\n /**\n * The item key of the selected tab item.\n */\n selection?: K;\n /**\n * The height of the the tab bar.\n *\n * @default \"md\"\n */\n size?: UseTabBarOptions['size'];\n /**\n * An aria-label which defines a string value that labels this TabBarMixed.\n * Either aria-label or aria-labelledby should be specified in order to make TabBarMixed accessible.\n */\n 'aria-label'?: string;\n\n /**\n * An aria-labelledby which identifies the element(s) that labels this TabBarMixed.\n * Either aria-label or aria-labelledby should be specified in order to make TabBarMixed accessible.\n */\n 'aria-labelledby'?: string;\n};\n\nexport type FocusableHandle = {\n focus: () => void;\n blur: () => void;\n};\n\n/**\n * A navigation component that enables horizontal navigation between distinct content with a mixture of static and dynamic tabs.\n *\n * @param {TabBarMixedProps} props TabBarMixed component props.\n * @returns {JSX.Element} TabBarMixed component element.\n */\nexport const TabBarMixed = forwardRef(\n <K extends string | number>(\n props: TabBarMixedProps<K>,\n focusHandleRef?: Ref<FocusableHandle>\n ) => {\n const {\n children,\n onRemove,\n onSelect,\n selection,\n size,\n 'aria-label': ariaLabel,\n 'aria-labelledby': ariaLabelledby\n } = props;\n\n const rootRef = useRef<HTMLDivElement>(null);\n\n const { rootProps, tabBarContext } = useTabBar({\n class: styles.tabBarBase,\n edge: 'bottom',\n onRemove,\n onSelect,\n ref: rootRef,\n selection,\n size,\n children\n });\n\n //Allows to call focus on rootRef without having to expose it\n useImperativeHandle(focusHandleRef!, () => ({\n focus: () => {\n if (rootRef.current) {\n rootRef.current.focus();\n }\n },\n blur: () => {\n if (rootRef.current) {\n rootRef.current.blur();\n }\n }\n }));\n\n return (\n <TabBarContext.Provider value={tabBarContext}>\n <div aria-label={ariaLabel} aria-labelledby={ariaLabelledby} {...rootProps}>\n {children}\n </div>\n </TabBarContext.Provider>\n );\n }\n);\n"],"names":["useTabBar","forwardRef","useRef","styles","useImperativeHandle","_jsx","TabBarContext"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmBA;;AAEG;AACG,SAAU,cAAc,CAAC,OAAyB,EAAA;AACtD,IAAA,OAAOA,mBAAS,CAAC,OAAO,CAAC,CAAC;AAC5B;;ACqCA;;;;;AAKG;AACU,MAAA,WAAW,GAAGC,iBAAU,CACnC,CACE,KAA0B,EAC1B,cAAqC,KACnC;IACF,MAAM,EACJ,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,IAAI,EACJ,YAAY,EAAE,SAAS,EACvB,iBAAiB,EAAE,cAAc,EAClC,GAAG,KAAK,CAAC;AAEV,IAAA,MAAM,OAAO,GAAGC,YAAM,CAAiB,IAAI,CAAC,CAAC;AAE7C,IAAA,MAAM,EAAE,SAAS,EAAE,aAAa,EAAE,GAAGF,cAAS,CAAC;QAC7C,KAAK,EAAEG,sDAAM,CAAC,UAAU;AACxB,QAAA,IAAI,EAAE,QAAQ;QACd,QAAQ;QACR,QAAQ;AACR,QAAA,GAAG,EAAE,OAAO;QACZ,SAAS;QACT,IAAI;QACJ,QAAQ;AACT,KAAA,CAAC,CAAC;;AAGH,IAAAC,0BAAmB,CAAC,cAAe,EAAE,OAAO;QAC1C,KAAK,EAAE,MAAK;AACV,YAAA,IAAI,OAAO,CAAC,OAAO,EAAE;AACnB,gBAAA,OAAO,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;aACzB;SACF;QACD,IAAI,EAAE,MAAK;AACT,YAAA,IAAI,OAAO,CAAC,OAAO,EAAE;AACnB,gBAAA,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC;aACxB;SACF;AACF,KAAA,CAAC,CAAC,CAAC;IAEJ,QACEC,eAACC,8BAAa,CAAC,QAAQ,EAAC,EAAA,KAAK,EAAE,aAAa,EAAA,QAAA,EAC1CD,sCAAiB,SAAS,EAAA,iBAAA,EAAmB,cAAc,EAAM,GAAA,SAAS,YACvE,QAAQ,EAAA,CACL,EACiB,CAAA,EACzB;AACJ,CAAC;;;;"}
1
+ {"version":3,"file":"TabBarMixed-bc696a46.js","sources":["../../src/UNSAFE_TabBarMixed/useTabBarMixed.ts","../../src/UNSAFE_TabBarMixed/TabBarMixed.tsx"],"sourcesContent":["import { ComponentProps, ContextType, RefObject } from 'preact';\nimport type { TabBarContext, TabBarLayout } from '../UNSAFE_TabBarCommon';\n\nimport { useTabBar } from '../hooks/PRIVATE_useTabBar';\n\ntype TabBarContextValue = ContextType<typeof TabBarContext>;\n\nexport type useTabBarOptions = {\n class?: string;\n display?: TabBarContextValue['display'];\n edge?: 'bottom' | 'top';\n onRemove?: TabBarContextValue['onRemove'];\n onSelect?: TabBarContextValue['onSelect'];\n ref?: RefObject<HTMLDivElement>;\n selection?: TabBarContextValue['selection'];\n size?: TabBarContextValue['size'];\n children?: ComponentProps<typeof TabBarLayout>['children'];\n};\n\n/**\n * A thin wrapper around useTabBar hook\n */\nexport function useTabBarMixed(options: useTabBarOptions) {\n return useTabBar(options);\n}\n","import type { ComponentChildren } from 'preact';\nimport { useRef } from 'preact/hooks';\nimport { Ref } from 'preact';\nimport { forwardRef, useImperativeHandle } from 'preact/compat';\nimport { TabBarContext } from '../UNSAFE_TabBarCommon';\nimport { styles } from './themes/TabBarMixedStyles.css';\nimport { useTabBarMixed as useTabBar } from './useTabBarMixed';\n\ntype UseTabBarOptions = Parameters<typeof useTabBar>[0];\n\n/**\n * Component props expected to be pased to **TabBarMixed**.\n *\n * @see {@link TabBarMixed}\n */\ntype TabBarMixedProps<K extends string | number> = {\n /**\n * Component children that will be rendered within the **TabBarMixed**\n * root element.\n *\n * It is expected that **TabBarLayout** and **ConveyorBelt** elements are\n * provided. The same **TabBarItem**, **RemovableTabBarItem**,\n * and **OverflowTabBarItem** elements should also be used.\n */\n children?: ComponentChildren;\n /**\n * Callback fired when a tab item is removed.\n */\n onRemove?: UseTabBarOptions['onRemove'];\n /**\n * Callback fired when a tab item is selected.\n */\n onSelect?: UseTabBarOptions['onSelect'];\n /**\n * The item key of the selected tab item.\n */\n selection?: K;\n /**\n * The height of the the tab bar.\n *\n * @default \"md\"\n */\n size?: UseTabBarOptions['size'];\n /**\n * An aria-label which defines a string value that labels this TabBarMixed.\n * Either aria-label or aria-labelledby should be specified in order to make TabBarMixed accessible.\n */\n 'aria-label'?: string;\n\n /**\n * An aria-labelledby which identifies the element(s) that labels this TabBarMixed.\n * Either aria-label or aria-labelledby should be specified in order to make TabBarMixed accessible.\n */\n 'aria-labelledby'?: string;\n};\n\nexport type FocusableHandle = {\n focus: () => void;\n blur: () => void;\n};\n\n/**\n * A navigation component that enables horizontal navigation between distinct content with a mixture of static and dynamic tabs.\n *\n * @param {TabBarMixedProps} props TabBarMixed component props.\n * @returns {JSX.Element} TabBarMixed component element.\n */\nexport const TabBarMixed = forwardRef(\n <K extends string | number>(\n props: TabBarMixedProps<K>,\n focusHandleRef?: Ref<FocusableHandle>\n ) => {\n const {\n children,\n onRemove,\n onSelect,\n selection,\n size,\n 'aria-label': ariaLabel,\n 'aria-labelledby': ariaLabelledby\n } = props;\n\n const rootRef = useRef<HTMLDivElement>(null);\n\n const { rootProps, tabBarContext } = useTabBar({\n class: styles.tabBarBase,\n edge: 'bottom',\n onRemove,\n onSelect,\n ref: rootRef,\n selection,\n size,\n children\n });\n\n //Allows to call focus on rootRef without having to expose it\n useImperativeHandle(focusHandleRef!, () => ({\n focus: () => {\n if (rootRef.current) {\n rootRef.current.focus();\n }\n },\n blur: () => {\n if (rootRef.current) {\n rootRef.current.blur();\n }\n }\n }));\n\n return (\n <TabBarContext.Provider value={tabBarContext}>\n <div aria-label={ariaLabel} aria-labelledby={ariaLabelledby} {...rootProps}>\n {children}\n </div>\n </TabBarContext.Provider>\n );\n }\n);\n"],"names":["useTabBar","forwardRef","useRef","styles","useImperativeHandle","_jsx","TabBarContext"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmBA;;AAEG;AACG,SAAU,cAAc,CAAC,OAAyB,EAAA;AACtD,IAAA,OAAOA,mBAAS,CAAC,OAAO,CAAC,CAAC;AAC5B;;ACqCA;;;;;AAKG;AACU,MAAA,WAAW,GAAGC,iBAAU,CACnC,CACE,KAA0B,EAC1B,cAAqC,KACnC;IACF,MAAM,EACJ,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,IAAI,EACJ,YAAY,EAAE,SAAS,EACvB,iBAAiB,EAAE,cAAc,EAClC,GAAG,KAAK,CAAC;AAEV,IAAA,MAAM,OAAO,GAAGC,YAAM,CAAiB,IAAI,CAAC,CAAC;AAE7C,IAAA,MAAM,EAAE,SAAS,EAAE,aAAa,EAAE,GAAGF,cAAS,CAAC;QAC7C,KAAK,EAAEG,sDAAM,CAAC,UAAU;AACxB,QAAA,IAAI,EAAE,QAAQ;QACd,QAAQ;QACR,QAAQ;AACR,QAAA,GAAG,EAAE,OAAO;QACZ,SAAS;QACT,IAAI;QACJ,QAAQ;AACT,KAAA,CAAC,CAAC;;AAGH,IAAAC,0BAAmB,CAAC,cAAe,EAAE,OAAO;QAC1C,KAAK,EAAE,MAAK;AACV,YAAA,IAAI,OAAO,CAAC,OAAO,EAAE;AACnB,gBAAA,OAAO,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;aACzB;SACF;QACD,IAAI,EAAE,MAAK;AACT,YAAA,IAAI,OAAO,CAAC,OAAO,EAAE;AACnB,gBAAA,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC;aACxB;SACF;AACF,KAAA,CAAC,CAAC,CAAC;IAEJ,QACEC,eAACC,8BAAa,CAAC,QAAQ,EAAC,EAAA,KAAK,EAAE,aAAa,EAAA,QAAA,EAC1CD,sCAAiB,SAAS,EAAA,iBAAA,EAAmB,cAAc,EAAM,GAAA,SAAS,YACvE,QAAQ,EAAA,CACL,EACiB,CAAA,EACzB;AACJ,CAAC;;;;"}
@@ -4,6 +4,14 @@
4
4
  --inlineFontSize__1n9ixz61: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-body-xs-font-size);
5
5
  }
6
6
  /* end:UNSAFE_UserAssistance/themes/redwood/UserAssistanceBaseTheme.styles.css */
7
+ /* start:UNSAFE_Checkbox/themes/redwood/CheckboxIconBaseTheme.styles.css */
8
+ .CheckboxIconBaseTheme_baseTheme__1broikm0 {
9
+ --iconSize__1denrfz0: initial;
10
+ --iconColorChecked__1denrfz1: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-text-icon-primary);
11
+ --iconColorUnchecked__1denrfz2: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-text-icon-primary);
12
+ --iconTransformActive__1denrfz3: scale(0.75);
13
+ }
14
+ /* end:UNSAFE_Checkbox/themes/redwood/CheckboxIconBaseTheme.styles.css */
7
15
  /* start:UNSAFE_Checkbox/themes/redwood/CheckboxBaseTheme.styles.css */
8
16
  .CheckboxBaseTheme_baseTheme__lptpwa0 {
9
17
  --iconToTextGap__1qyga5a1: calc(2 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
@@ -22,14 +30,6 @@
22
30
  --padding__2ugez74: calc(2 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
23
31
  }
24
32
  /* end:UNSAFE_Popup/themes/redwood/PopupBaseTheme.styles.css */
25
- /* start:UNSAFE_Checkbox/themes/redwood/CheckboxIconBaseTheme.styles.css */
26
- .CheckboxIconBaseTheme_baseTheme__1broikm0 {
27
- --iconSize__1denrfz0: initial;
28
- --iconColorChecked__1denrfz1: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-text-icon-primary);
29
- --iconColorUnchecked__1denrfz2: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-text-icon-primary);
30
- --iconTransformActive__1denrfz3: scale(0.75);
31
- }
32
- /* end:UNSAFE_Checkbox/themes/redwood/CheckboxIconBaseTheme.styles.css */
33
33
  /* start:UNSAFE_ComponentMessage/themes/redwood/ComponentMessageBaseTheme.styles.css */
34
34
  .ComponentMessageBaseTheme_baseTheme__tgaz2j0 {
35
35
  --startIconColor__1aj7c360: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-text-icon-info);
@@ -62,12 +62,15 @@
62
62
  --summaryLineHeight__l2hi9d6: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-subheading-xs-line-height);
63
63
  }
64
64
  /* end:UNSAFE_MessageBanner/themes/redwood/MessageBannerBaseTheme.styles.css */
65
- /* start:PRIVATE_Axis/themes/redwood/AxisBaseTheme.styles.css */
66
- .AxisBaseTheme_baseTheme__14uuhu50 {
67
- --axisTitleTextColor__1veqowy0: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-text-icon-secondary);
68
- --axisTickLabelTextColor__1veqowy1: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-text-icon-secondary);
65
+ /* start:PRIVATE_BaseCardView/themes/redwood/BaseCardViewBaseTheme.styles.css */
66
+ :root, .oj-density-dependent {
67
+ --oj-c-EXPERIMENTAL-DO-NOT-USE-card-view-gutter-size-xs: calc(3 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
68
+ --oj-c-EXPERIMENTAL-DO-NOT-USE-card-view-gutter-size-sm: calc(calc(4 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px));
69
+ --oj-c-EXPERIMENTAL-DO-NOT-USE-card-view-gutter-size-md: calc(calc(6 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + calc(3 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px)));
70
+ --oj-c-EXPERIMENTAL-DO-NOT-USE-card-view-gutter-size-lg: calc(calc(12 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + calc(9 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px)));
71
+ --oj-c-EXPERIMENTAL-DO-NOT-USE-card-view-gutter-size-xl: calc(calc(16 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + calc(13 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px)));
69
72
  }
70
- /* end:PRIVATE_Axis/themes/redwood/AxisBaseTheme.styles.css */
73
+ /* end:PRIVATE_BaseCardView/themes/redwood/BaseCardViewBaseTheme.styles.css */
71
74
  /* start:UNSAFE_Label/themes/redwood/LabelBaseTheme.styles.css */
72
75
  .LabelBaseTheme_baseTheme__mpxezv0 {
73
76
  --fontWeight__kn3t7f0: 600;
@@ -100,6 +103,18 @@
100
103
  --formLayoutTopEdgeLabelToValuePadding__kn3t7fb: calc(calc(2 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px));
101
104
  }
102
105
  /* end:UNSAFE_Label/themes/redwood/LabelBaseTheme.styles.css */
106
+ /* start:UNSAFE_Skeleton/themes/redwood/SkeletonBaseTheme.styles.css */
107
+ .SkeletonBaseTheme_baseTheme__afgqbw0 {
108
+ --bgColor-start__1mh02730: rgba(var(--oj-c-EXPERIMENTAL-DO-NOT-USE-palette-neutral-170), 0.05);
109
+ --bgColor-end__1mh02731: rgba(var(--oj-c-EXPERIMENTAL-DO-NOT-USE-palette-neutral-170), 0.15);
110
+ }
111
+ /* end:UNSAFE_Skeleton/themes/redwood/SkeletonBaseTheme.styles.css */
112
+ /* start:PRIVATE_Axis/themes/redwood/AxisBaseTheme.styles.css */
113
+ .AxisBaseTheme_baseTheme__14uuhu50 {
114
+ --axisTitleTextColor__1veqowy0: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-text-icon-secondary);
115
+ --axisTickLabelTextColor__1veqowy1: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-text-icon-secondary);
116
+ }
117
+ /* end:PRIVATE_Axis/themes/redwood/AxisBaseTheme.styles.css */
103
118
  /* start:hooks/UNSAFE_useTooltip/themes/redwood/TooltipContentBaseTheme.styles.css */
104
119
  .TooltipContentBaseTheme_baseTheme__sanbbo0 {
105
120
  --maxWidth__1x922a00: ;
@@ -332,26 +347,11 @@
332
347
  --iconColor__1qbg5hn6: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-text-icon-primary);
333
348
  }
334
349
  /* end:UNSAFE_Menu/themes/redwood/MenuItemBaseTheme.styles.css */
335
- /* start:PRIVATE_BaseCardView/themes/redwood/BaseCardViewBaseTheme.styles.css */
336
- :root, .oj-density-dependent {
337
- --oj-c-EXPERIMENTAL-DO-NOT-USE-card-view-gutter-size-xs: calc(3 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
338
- --oj-c-EXPERIMENTAL-DO-NOT-USE-card-view-gutter-size-sm: calc(calc(4 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px));
339
- --oj-c-EXPERIMENTAL-DO-NOT-USE-card-view-gutter-size-md: calc(calc(6 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + calc(3 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px)));
340
- --oj-c-EXPERIMENTAL-DO-NOT-USE-card-view-gutter-size-lg: calc(calc(12 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + calc(9 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px)));
341
- --oj-c-EXPERIMENTAL-DO-NOT-USE-card-view-gutter-size-xl: calc(calc(16 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + calc(13 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px)));
342
- }
343
- /* end:PRIVATE_BaseCardView/themes/redwood/BaseCardViewBaseTheme.styles.css */
344
350
  /* start:UNSAFE_Menu/themes/redwood/MenuSeparatorBaseTheme.styles.css */
345
351
  .MenuSeparatorBaseTheme_baseTheme__bwp4nk0 {
346
352
  --verticalPadding__168r8wj0: calc(2 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
347
353
  }
348
354
  /* end:UNSAFE_Menu/themes/redwood/MenuSeparatorBaseTheme.styles.css */
349
- /* start:UNSAFE_Skeleton/themes/redwood/SkeletonBaseTheme.styles.css */
350
- .SkeletonBaseTheme_baseTheme__afgqbw0 {
351
- --bgColor-start__1mh02730: rgba(var(--oj-c-EXPERIMENTAL-DO-NOT-USE-palette-neutral-170), 0.05);
352
- --bgColor-end__1mh02731: rgba(var(--oj-c-EXPERIMENTAL-DO-NOT-USE-palette-neutral-170), 0.15);
353
- }
354
- /* end:UNSAFE_Skeleton/themes/redwood/SkeletonBaseTheme.styles.css */
355
355
  /* start:UNSAFE_RadioItem/themes/redwood/RadioBaseTheme.styles.css */
356
356
  .RadioBaseTheme_baseTheme__1xmeiy50 {
357
357
  --iconToTextGap__11tjnon1: calc(2 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
@@ -361,6 +361,13 @@
361
361
  --rowHeight__11tjnon2: calc(calc(9 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + calc(2 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px)));
362
362
  }
363
363
  /* end:UNSAFE_RadioItem/themes/redwood/RadioBaseTheme.styles.css */
364
+ /* start:PRIVATE_List/themes/redwood/ListBaseTheme.styles.css */
365
+ :root, .oj-density-dependent {
366
+ --oj-c-EXPERIMENTAL-DO-NOT-USE-list-item-height: calc(calc(12 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + calc(2 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px)));
367
+ --oj-c-EXPERIMENTAL-DO-NOT-USE-list-item-padding-vertical: calc(calc(3 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px));
368
+ --oj-c-EXPERIMENTAL-DO-NOT-USE-list-item-padding-horizontal: calc(calc(4 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)));
369
+ }
370
+ /* end:PRIVATE_List/themes/redwood/ListBaseTheme.styles.css */
364
371
  /* start:UNSAFE_TextField/themes/redwood/FormLayoutBaseTheme.styles.css */
365
372
  .FormLayoutBaseTheme_baseTheme__sm2a4g0 {
366
373
  --startEdgeLabelToValuePadding__vm51h40: calc(6 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
@@ -370,13 +377,6 @@
370
377
  --topEdgeLabelToValuePadding__vm51h42: calc(calc(2 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px));
371
378
  }
372
379
  /* end:UNSAFE_TextField/themes/redwood/FormLayoutBaseTheme.styles.css */
373
- /* start:PRIVATE_List/themes/redwood/ListBaseTheme.styles.css */
374
- :root, .oj-density-dependent {
375
- --oj-c-EXPERIMENTAL-DO-NOT-USE-list-item-height: calc(calc(12 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + calc(2 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px)));
376
- --oj-c-EXPERIMENTAL-DO-NOT-USE-list-item-padding-vertical: calc(calc(3 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px));
377
- --oj-c-EXPERIMENTAL-DO-NOT-USE-list-item-padding-horizontal: calc(calc(4 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)));
378
- }
379
- /* end:PRIVATE_List/themes/redwood/ListBaseTheme.styles.css */
380
380
  /* start:UNSAFE_GroupedList/themes/redwood/GroupedListBaseTheme.styles.css */
381
381
  .GroupedListBaseTheme_baseTheme__1nfzl1m0 {
382
382
  --groupHeaderBgColorSticky__11yn0c70: rgb(var(--oj-c-EXPERIMENTAL-DO-NOT-USE-palette-neutral-30));
@@ -394,12 +394,6 @@
394
394
  --textColorVisited__1w21kyl7: var(--textColor__1w21kyl5);
395
395
  }
396
396
  /* end:UNSAFE_Link/themes/redwood/LinkBaseTheme.styles.css */
397
- /* start:UNSAFE_ButtonLayout/themes/redwood/ButtonLayoutBaseTheme.styles.css */
398
- .ButtonLayoutBaseTheme_baseTheme__8fzs170 {
399
- --spacing-lg-columnGap__rt5x5j0: calc(4 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
400
- --spacing-sm-columnGap__rt5x5j1: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem);
401
- }
402
- /* end:UNSAFE_ButtonLayout/themes/redwood/ButtonLayoutBaseTheme.styles.css */
403
397
  /* start:PRIVATE_Table/themes/redwood/TableBaseTheme.styles.css */
404
398
  :root, .oj-density-dependent {
405
399
  --oj-c-EXPERIMENTAL-DO-NOT-USE-list-row-height: calc(calc(12 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + calc(2 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px)));
@@ -410,16 +404,17 @@
410
404
  --oj-c-EXPERIMENTAL-DO-NOT-USE-list-header-cell-padding-horizontal: calc(calc(4 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)));
411
405
  }
412
406
  /* end:PRIVATE_Table/themes/redwood/TableBaseTheme.styles.css */
413
- /* start:UNSAFE_DatePicker/themes/redwood/DatePickerBaseTheme.styles.css */
414
- .DatePickerBaseTheme_baseTheme__tg9grh0 {
415
- --width__1wy4iwf0: 100%;
416
- --maxWidth__1wy4iwf1: calc(84 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
417
- --calendarGridRowGap__1wy4iwf2: calc(4 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
418
- --monthYearGridRowGap__1wy4iwf3: calc(13 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
419
- --height__1wy4iwf4: calc(89 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
420
- --todayFooterButtonHeight__1wy4iwf5: calc(102 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
407
+ /* start:UNSAFE_ButtonLayout/themes/redwood/ButtonLayoutBaseTheme.styles.css */
408
+ .ButtonLayoutBaseTheme_baseTheme__8fzs170 {
409
+ --spacing-lg-columnGap__rt5x5j0: calc(4 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
410
+ --spacing-sm-columnGap__rt5x5j1: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem);
421
411
  }
422
- /* end:UNSAFE_DatePicker/themes/redwood/DatePickerBaseTheme.styles.css */
412
+ /* end:UNSAFE_ButtonLayout/themes/redwood/ButtonLayoutBaseTheme.styles.css */
413
+ /* start:UNSAFE_ConveyorBelt/themes/redwood/ConveyorBeltBaseTheme.styles.css */
414
+ .ConveyorBeltBaseTheme_baseTheme__1ktowgq0 {
415
+ --boxShadow-width__114pbvl0: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem);
416
+ }
417
+ /* end:UNSAFE_ConveyorBelt/themes/redwood/ConveyorBeltBaseTheme.styles.css */
423
418
  /* start:UNSAFE_Avatar/themes/redwood/AvatarBaseTheme.styles.css */
424
419
  .AvatarBaseTheme_baseTheme__se034w0 {
425
420
  --bgColor__n2nsgo0: ;
@@ -498,6 +493,26 @@
498
493
  --shapes-circle-borderRadius__n2nsgo21: 50%;
499
494
  }
500
495
  /* end:UNSAFE_Avatar/themes/redwood/AvatarBaseTheme.styles.css */
496
+ /* start:UNSAFE_DatePicker/themes/redwood/DatePickerBaseTheme.styles.css */
497
+ .DatePickerBaseTheme_baseTheme__tg9grh0 {
498
+ --width__1wy4iwf0: 100%;
499
+ --maxWidth__1wy4iwf1: calc(84 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
500
+ --calendarGridRowGap__1wy4iwf2: calc(4 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
501
+ --monthYearGridRowGap__1wy4iwf3: calc(13 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
502
+ --height__1wy4iwf4: calc(89 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
503
+ --todayFooterButtonHeight__1wy4iwf5: calc(102 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
504
+ }
505
+ /* end:UNSAFE_DatePicker/themes/redwood/DatePickerBaseTheme.styles.css */
506
+ /* start:UNSAFE_DrawerLayout/themes/redwood/DrawerLayoutBaseTheme.styles.css */
507
+ .DrawerLayoutBaseTheme_baseTheme__qqda4t0 {
508
+ --overlayDrawerBackgroundColor__37aqbl0: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-surface-neutral10);
509
+ }
510
+ /* end:UNSAFE_DrawerLayout/themes/redwood/DrawerLayoutBaseTheme.styles.css */
511
+ /* start:UNSAFE_DrawerPopup/themes/redwood/DrawerPopupBaseTheme.styles.css */
512
+ .DrawerPopupBaseTheme_baseTheme__11hfduf0 {
513
+ --overlayDrawerBackgroundColor__1ekn0ug0: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-surface-neutral10);
514
+ }
515
+ /* end:UNSAFE_DrawerPopup/themes/redwood/DrawerPopupBaseTheme.styles.css */
501
516
  /* start:UNSAFE_Badge/themes/redwood/BadgeThemeBaseTheme.styles.css */
502
517
  .BadgeThemeBaseTheme_baseTheme__lng3910 {
503
518
  --backgroundColor__88ut8n0: ;
@@ -546,21 +561,6 @@
546
561
  --sizes-md-padding__88ut8n17: calc(3 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
547
562
  }
548
563
  /* end:UNSAFE_Badge/themes/redwood/BadgeThemeBaseTheme.styles.css */
549
- /* start:UNSAFE_ConveyorBelt/themes/redwood/ConveyorBeltBaseTheme.styles.css */
550
- .ConveyorBeltBaseTheme_baseTheme__1ktowgq0 {
551
- --boxShadow-width__114pbvl0: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem);
552
- }
553
- /* end:UNSAFE_ConveyorBelt/themes/redwood/ConveyorBeltBaseTheme.styles.css */
554
- /* start:UNSAFE_DrawerLayout/themes/redwood/DrawerLayoutBaseTheme.styles.css */
555
- .DrawerLayoutBaseTheme_baseTheme__qqda4t0 {
556
- --overlayDrawerBackgroundColor__37aqbl0: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-surface-neutral10);
557
- }
558
- /* end:UNSAFE_DrawerLayout/themes/redwood/DrawerLayoutBaseTheme.styles.css */
559
- /* start:UNSAFE_DrawerPopup/themes/redwood/DrawerPopupBaseTheme.styles.css */
560
- .DrawerPopupBaseTheme_baseTheme__11hfduf0 {
561
- --overlayDrawerBackgroundColor__1ekn0ug0: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-surface-neutral10);
562
- }
563
- /* end:UNSAFE_DrawerPopup/themes/redwood/DrawerPopupBaseTheme.styles.css */
564
564
  /* start:UNSAFE_FilePicker/themes/redwood/FilePickerBaseTheme.styles.css */
565
565
  .FilePickerBaseTheme_baseTheme__gjv4mp0 {
566
566
  --borderColor__12s6ppx0: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-border-enabled);
@@ -568,6 +568,12 @@
568
568
  --borderWidth__12s6ppx2: 1px;
569
569
  }
570
570
  /* end:UNSAFE_FilePicker/themes/redwood/FilePickerBaseTheme.styles.css */
571
+ /* start:UNSAFE_Indexer/themes/redwood/IndexerBaseTheme.styles.css */
572
+ .IndexerBaseTheme_baseTheme__k2mgdb0 {
573
+ --textColor__1gj3n970: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-text-icon-primary);
574
+ --fontSize__1gj3n971: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-body-sm-font-size);
575
+ }
576
+ /* end:UNSAFE_Indexer/themes/redwood/IndexerBaseTheme.styles.css */
571
577
  /* start:UNSAFE_FormLayout/themes/redwood/FormLayoutBaseTheme.styles.css */
572
578
  .FormLayoutBaseTheme_baseTheme__1sotkej0 {
573
579
  --maxColumnWidth__pa4rfz0: 448px;
@@ -576,12 +582,6 @@
576
582
  --rowGapWidth__pa4rfz3: max(calc(12px + calc(2 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px))),calc(calc(3.5 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + calc(1.5 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px))));
577
583
  }
578
584
  /* end:UNSAFE_FormLayout/themes/redwood/FormLayoutBaseTheme.styles.css */
579
- /* start:UNSAFE_Indexer/themes/redwood/IndexerBaseTheme.styles.css */
580
- .IndexerBaseTheme_baseTheme__k2mgdb0 {
581
- --textColor__1gj3n970: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-text-icon-primary);
582
- --fontSize__1gj3n971: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-body-sm-font-size);
583
- }
584
- /* end:UNSAFE_Indexer/themes/redwood/IndexerBaseTheme.styles.css */
585
585
  /* start:UNSAFE_Dialog/themes/redwood/DialogBaseTheme.styles.css */
586
586
  .DialogBaseTheme_baseTheme__s3vxcb0 {
587
587
  --boxShadow__9f8o6i0: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-box-shadow-lg);
@@ -630,12 +630,6 @@
630
630
  --trackSizes-fit__1qest1m9: calc(3 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
631
631
  }
632
632
  /* end:UNSAFE_MeterCircle/themes/redwood/MeterCircleBaseTheme.styles.css */
633
- /* start:UNSAFE_ProgressBar/themes/redwood/ProgressBarBaseTheme.styles.css */
634
- .ProgressBarBaseTheme_baseTheme__suzb8h0 {
635
- --height__irxz4j0: 6px;
636
- --borderRadius__irxz4j1: 3px;
637
- }
638
- /* end:UNSAFE_ProgressBar/themes/redwood/ProgressBarBaseTheme.styles.css */
639
633
  /* start:UNSAFE_MessageToast/themes/redwood/MessageToastBaseTheme.styles.css */
640
634
  .MessageToastBaseTheme_baseTheme__3146600 {
641
635
  --backgroundColor__zw7y740: rgb(var(--oj-c-EXPERIMENTAL-DO-NOT-USE-palette-neutral-50));
@@ -651,18 +645,6 @@
651
645
  --detailTextColor__zw7y74a: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-text-icon-secondary);
652
646
  }
653
647
  /* end:UNSAFE_MessageToast/themes/redwood/MessageToastBaseTheme.styles.css */
654
- /* start:UNSAFE_ProgressCircle/themes/redwood/ProgressCircleBaseTheme.styles.css */
655
- .ProgressCircleBaseTheme_baseTheme__1qsbny60 {
656
- --size__lborgv0: ;
657
- --trackWidth__lborgv1: ;
658
- --sizes-sm-size__lborgv2: calc(6 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
659
- --sizes-sm-trackWidth__lborgv3: 2px;
660
- --sizes-md-size__lborgv4: calc(12 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
661
- --sizes-md-trackWidth__lborgv5: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem);
662
- --sizes-lg-size__lborgv6: calc(24 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
663
- --sizes-lg-trackWidth__lborgv7: calc(1.5 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
664
- }
665
- /* end:UNSAFE_ProgressCircle/themes/redwood/ProgressCircleBaseTheme.styles.css */
666
648
  /* start:UNSAFE_RadioItem/themes/redwood/RadioIconBaseTheme.styles.css */
667
649
  .RadioIconBaseTheme_baseTheme__1j9fixc0 {
668
650
  --iconSize__bwcdcl0: var(--iconSize__bwcdcl0);
@@ -703,6 +685,24 @@
703
685
  --stackedHeight__1vg465e8: calc(calc(18.5 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem)) + calc(2 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-density-units, 0px)));
704
686
  }
705
687
  /* end:UNSAFE_TabBarCommon/themes/redwood/TabBarItemBaseTheme.styles.css */
688
+ /* start:UNSAFE_ProgressBar/themes/redwood/ProgressBarBaseTheme.styles.css */
689
+ .ProgressBarBaseTheme_baseTheme__suzb8h0 {
690
+ --height__irxz4j0: 6px;
691
+ --borderRadius__irxz4j1: 3px;
692
+ }
693
+ /* end:UNSAFE_ProgressBar/themes/redwood/ProgressBarBaseTheme.styles.css */
694
+ /* start:UNSAFE_ProgressCircle/themes/redwood/ProgressCircleBaseTheme.styles.css */
695
+ .ProgressCircleBaseTheme_baseTheme__1qsbny60 {
696
+ --size__lborgv0: ;
697
+ --trackWidth__lborgv1: ;
698
+ --sizes-sm-size__lborgv2: calc(6 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
699
+ --sizes-sm-trackWidth__lborgv3: 2px;
700
+ --sizes-md-size__lborgv4: calc(12 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
701
+ --sizes-md-trackWidth__lborgv5: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem);
702
+ --sizes-lg-size__lborgv6: calc(24 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
703
+ --sizes-lg-trackWidth__lborgv7: calc(1.5 * var(--oj-c-EXPERIMENTAL-DO-NOT-USE-size-units, 0.25rem));
704
+ }
705
+ /* end:UNSAFE_ProgressCircle/themes/redwood/ProgressCircleBaseTheme.styles.css */
706
706
  /* start:UNSAFE_RatingGauge/themes/redwood/RatingGaugeBaseTheme.styles.css */
707
707
  .RatingGaugeBaseTheme_baseTheme__1u6vk8m0 {
708
708
  --colorSelected__1kgzocs0: var(--oj-c-EXPERIMENTAL-DO-NOT-USE-text-icon-primary);