@onereach/ui-components 8.4.0-beta.3653.0 → 8.4.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 (1795) hide show
  1. package/dist/bundled/v2/OrDateTimePickerMonthSelect-c7ea6517.js +574 -0
  2. package/dist/bundled/v2/OrDateTimePickerPopoverHeader-13a1f9e3.js +235 -0
  3. package/dist/bundled/v2/OrDateTimePickerTimeSelect-7ce1b97d.js +359 -0
  4. package/dist/bundled/v2/{components/OrListV3-89fc240d.js → OrList-9dff50b7.js} +8 -13
  5. package/dist/bundled/v2/_baseAssignValue-2250dbc9.js +38 -0
  6. package/dist/bundled/v2/_baseIsEqual-fe2002b6.js +1237 -0
  7. package/dist/bundled/v2/_baseProperty-a52739e9.js +15 -0
  8. package/dist/bundled/v2/_commonjsHelpers-1789f0cf.js +7 -0
  9. package/dist/bundled/v2/components/OrAvatar/OrAvatar.js +105 -1
  10. package/dist/bundled/v2/components/OrAvatar/constants.js +8 -1
  11. package/dist/bundled/v2/components/OrAvatar/index.js +2 -1
  12. package/dist/bundled/v2/components/OrAvatarV3/OrAvatar.js +106 -2
  13. package/dist/bundled/v2/components/OrAvatarV3/index.js +2 -1
  14. package/dist/bundled/v2/components/OrAvatarV3/props.js +19 -1
  15. package/dist/bundled/v2/components/OrAvatarV3/styles.js +84 -1
  16. package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +137 -2
  17. package/dist/bundled/v2/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +71 -2
  18. package/dist/bundled/v2/components/OrBottomSheetV3/index.js +2 -1
  19. package/dist/bundled/v2/components/OrBottomSheetV3/props.js +7 -1
  20. package/dist/bundled/v2/components/OrBottomSheetV3/styles.js +48 -1
  21. package/dist/bundled/v2/components/OrButton/OrButton.js +173 -2
  22. package/dist/bundled/v2/components/OrButton/constants.js +25 -1
  23. package/dist/bundled/v2/components/OrButton/index.js +2 -194
  24. package/dist/bundled/v2/components/{OrDateFormatV3-2a884d32.js → OrButtonGroupV3/OrButtonGroup.js} +17 -21
  25. package/dist/bundled/v2/components/OrButtonGroupV3/OrButtonGroup.vue.d.ts +48 -0
  26. package/dist/bundled/v2/components/OrButtonGroupV3/index.d.ts +2 -0
  27. package/dist/bundled/v2/components/OrButtonGroupV3/index.js +2 -0
  28. package/dist/bundled/v2/components/OrButtonGroupV3/props.d.ts +1 -0
  29. package/dist/bundled/v2/components/OrButtonGroupV3/props.js +1 -0
  30. package/dist/bundled/v2/components/OrButtonGroupV3/styles.d.ts +3 -0
  31. package/dist/bundled/v2/components/OrButtonGroupV3/styles.js +21 -0
  32. package/dist/bundled/v2/components/OrButtonV2/OrButton.js +179 -2
  33. package/dist/bundled/v2/components/OrButtonV2/constants.js +43 -1
  34. package/dist/bundled/v2/components/OrButtonV2/index.js +2 -1
  35. package/dist/bundled/v2/components/OrButtonV3/OrButton.js +116 -2
  36. package/dist/bundled/v2/components/OrButtonV3/index.js +2 -1
  37. package/dist/bundled/v2/components/OrButtonV3/props.js +21 -1
  38. package/dist/bundled/v2/components/OrButtonV3/styles.js +75 -1
  39. package/dist/bundled/v2/components/OrCard/OrCard.js +2 -1
  40. package/dist/bundled/v2/components/OrCardCollection/OrCardCollection.js +216 -2
  41. package/dist/bundled/v2/components/OrCardCollection/constants.js +7 -1
  42. package/dist/bundled/v2/components/OrCardCollection/index.js +2 -220
  43. package/dist/bundled/v2/components/OrCardCollection/types.js +1 -0
  44. package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +258 -2
  45. package/dist/bundled/v2/components/OrCardCollectionV3/index.js +2 -1
  46. package/dist/bundled/v2/components/OrCardCollectionV3/props.js +16 -1
  47. package/dist/bundled/v2/components/OrCardCollectionV3/styles.js +38 -1
  48. package/dist/bundled/v2/components/OrCardCollectionV3/types.js +1 -0
  49. package/dist/bundled/v2/components/OrCardV3/OrCard.js +71 -2
  50. package/dist/bundled/v2/components/OrCardV3/index.js +2 -1
  51. package/dist/bundled/v2/components/OrCardV3/props.js +8 -1
  52. package/dist/bundled/v2/components/OrCardV3/styles.js +27 -1
  53. package/dist/bundled/v2/components/OrCheckbox/OrCheckbox.js +3 -2
  54. package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.js +5 -4
  55. package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +208 -2
  56. package/dist/bundled/v2/components/OrCheckboxTreeV3/index.js +1 -1
  57. package/dist/bundled/v2/components/OrCheckboxTreeV3/styles.js +10 -1
  58. package/dist/bundled/v2/components/OrCheckboxTreeV3/types.js +1 -0
  59. package/dist/bundled/v2/components/OrCheckboxTreeV3/utils/extractChildrenValues.js +19 -2
  60. package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +183 -2
  61. package/dist/bundled/v2/components/OrCheckboxV3/index.js +1 -1
  62. package/dist/bundled/v2/components/OrCheckboxV3/styles.js +31 -1
  63. package/dist/bundled/v2/components/OrChip/OrChip.js +91 -2
  64. package/dist/bundled/v2/components/OrChip/index.js +1 -1
  65. package/dist/bundled/v2/components/OrChips/OrChips.js +311 -2
  66. package/dist/bundled/v2/components/OrChips/constants.js +10 -1
  67. package/dist/bundled/v2/components/OrChips/index.js +2 -1
  68. package/dist/bundled/v2/components/OrCode/OrCode.js +354 -2
  69. package/dist/bundled/v2/components/OrCode/constants.js +11 -1
  70. package/dist/bundled/v2/components/OrCode/index.js +7 -1
  71. package/dist/bundled/v2/components/OrCode/lang.js +27 -1
  72. package/dist/bundled/v2/components/OrCode/libs.js +5 -1
  73. package/dist/bundled/v2/components/OrCode/theme.js +189 -1
  74. package/dist/bundled/v2/components/OrCodeV3/OrCode.js +494 -2
  75. package/dist/bundled/v2/components/OrCodeV3/index.js +7 -2
  76. package/dist/bundled/v2/components/OrCodeV3/libs.js +5 -1
  77. package/dist/bundled/v2/components/OrCodeV3/props.js +11 -1
  78. package/dist/bundled/v2/components/OrCodeV3/styles.js +28 -1
  79. package/dist/bundled/v2/components/OrCollapse/OrCollapse.js +4 -2
  80. package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +162 -2
  81. package/dist/bundled/v2/components/OrColorPicker/constants.js +323 -1
  82. package/dist/bundled/v2/components/OrColorPicker/index.js +2 -1
  83. package/dist/bundled/v2/components/OrColorPicker/types.js +1 -0
  84. package/dist/bundled/v2/components/OrColorPicker/utils/defultPalette.js +16 -1
  85. package/dist/bundled/v2/components/OrCombinedInputV3/OrCombinedInput.js +144 -2
  86. package/dist/bundled/v2/components/OrCombinedInputV3/index.js +2 -2
  87. package/dist/bundled/v2/components/OrCombinedInputV3/props.js +1 -1
  88. package/dist/bundled/v2/components/OrCombinedInputV3/styles.js +16 -1
  89. package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +261 -2
  90. package/dist/bundled/v2/components/OrConfirm/index.js +1 -1
  91. package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +260 -2
  92. package/dist/bundled/v2/components/OrConfirmV3/index.js +2 -1
  93. package/dist/bundled/v2/components/OrConfirmV3/props.js +7 -1
  94. package/dist/bundled/v2/components/OrConfirmV3/styles.js +47 -1
  95. package/dist/bundled/v2/components/OrContextMenuV3/OrContextMenu.js +108 -2
  96. package/dist/bundled/v2/components/OrContextMenuV3/index.js +2 -109
  97. package/dist/bundled/v2/components/OrContextMenuV3/props.js +1 -1
  98. package/dist/bundled/v2/components/OrDateFormatV3/OrDateFormat.js +69 -2
  99. package/dist/bundled/v2/components/OrDateFormatV3/index.js +1 -1
  100. package/dist/bundled/v2/components/OrDateFormatV3/styles.js +5 -1
  101. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +372 -2
  102. package/dist/bundled/v2/components/OrDatePickerV3/index.js +2 -2
  103. package/dist/bundled/v2/components/OrDatePickerV3/props.js +1 -1
  104. package/dist/bundled/v2/components/OrDatePickerV3/styles.js +10 -1
  105. package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +485 -2
  106. package/dist/bundled/v2/components/OrDateRangePickerV3/index.js +2 -2
  107. package/dist/bundled/v2/components/OrDateRangePickerV3/props.js +1 -1
  108. package/dist/bundled/v2/components/OrDateRangePickerV3/styles.js +10 -1
  109. package/dist/bundled/v2/components/OrDateTimeFormatV3/OrDateTimeFormat.js +76 -2
  110. package/dist/bundled/v2/components/OrDateTimeFormatV3/index.js +1 -1
  111. package/dist/bundled/v2/components/OrDateTimeFormatV3/styles.js +5 -1
  112. package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +1062 -2
  113. package/dist/bundled/v2/components/OrDateTimePicker/constants.js +20 -1
  114. package/dist/bundled/v2/components/OrDateTimePicker/index.js +2 -1
  115. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +520 -2
  116. package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +12 -2
  117. package/dist/bundled/v2/components/OrDateTimePickerV3/props.js +10 -2
  118. package/dist/bundled/v2/components/OrDateTimePickerV3/styles.js +11 -1
  119. package/dist/bundled/v2/components/OrDateTimePickerV3/types.js +1 -0
  120. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatDate.js +8 -1
  121. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatTime.js +11 -1
  122. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getCurrentDate.js +6 -1
  123. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +9 -1
  124. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getNextMonthDate.js +6 -1
  125. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +12 -1
  126. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/index.js +6 -1
  127. package/dist/bundled/v2/components/OrEmptyStateV3/OrEmptyState.js +111 -2
  128. package/dist/bundled/v2/components/OrEmptyStateV3/index.js +2 -1
  129. package/dist/bundled/v2/components/OrEmptyStateV3/props.js +7 -1
  130. package/dist/bundled/v2/components/OrEmptyStateV3/styles.js +46 -1
  131. package/dist/bundled/v2/components/OrEmptyStateV3/types.js +1 -0
  132. package/dist/bundled/v2/components/OrError/OrError.js +2 -1
  133. package/dist/bundled/v2/components/OrErrorTagV3/OrErrorTag.js +65 -2
  134. package/dist/bundled/v2/components/OrErrorTagV3/index.js +1 -1
  135. package/dist/bundled/v2/components/OrErrorTagV3/styles.js +15 -1
  136. package/dist/bundled/v2/components/OrErrorV3/OrError.js +71 -2
  137. package/dist/bundled/v2/components/OrErrorV3/index.js +1 -1
  138. package/dist/bundled/v2/components/OrErrorV3/styles.js +19 -1
  139. package/dist/bundled/v2/components/OrExpansionPanelV3/OrExpansionPanel.js +136 -2
  140. package/dist/bundled/v2/components/OrExpansionPanelV3/index.js +2 -1
  141. package/dist/bundled/v2/components/OrExpansionPanelV3/props.js +18 -1
  142. package/dist/bundled/v2/components/OrExpansionPanelV3/styles.js +69 -1
  143. package/dist/bundled/v2/components/OrFabV3/OrFab.js +82 -2
  144. package/dist/bundled/v2/components/OrFabV3/index.js +2 -1
  145. package/dist/bundled/v2/components/OrFabV3/props.js +7 -1
  146. package/dist/bundled/v2/components/OrFabV3/styles.js +19 -1
  147. package/dist/bundled/v2/components/OrFloating/OrFloating.js +186 -2
  148. package/dist/bundled/v2/components/OrFloating/constants.js +22 -1
  149. package/dist/bundled/v2/components/OrFloating/index.js +2 -1
  150. package/dist/bundled/v2/components/OrFormGroupV3/OrFormGroup.js +123 -2
  151. package/dist/bundled/v2/components/OrFormGroupV3/index.js +2 -1
  152. package/dist/bundled/v2/components/OrFormGroupV3/props.js +7 -1
  153. package/dist/bundled/v2/components/OrFormGroupV3/styles.js +17 -1
  154. package/dist/bundled/v2/components/OrHint/OrHint.js +2 -1
  155. package/dist/bundled/v2/components/OrHintV3/OrHint.js +71 -2
  156. package/dist/bundled/v2/components/OrHintV3/index.js +1 -1
  157. package/dist/bundled/v2/components/OrHintV3/styles.js +19 -1
  158. package/dist/bundled/v2/components/OrIcon/OrIcon.js +158 -2
  159. package/dist/bundled/v2/components/OrIcon/constants.js +24 -1
  160. package/dist/bundled/v2/components/OrIcon/index.js +2 -178
  161. package/dist/bundled/v2/components/OrIconButtonV2/OrIconButton.js +7 -6
  162. package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +135 -2
  163. package/dist/bundled/v2/components/OrIconButtonV3/index.js +3 -2
  164. package/dist/bundled/v2/components/OrIconButtonV3/props.js +11 -2
  165. package/dist/bundled/v2/components/OrIconButtonV3/styles.js +72 -1
  166. package/dist/bundled/v2/components/OrIconV3/OrIcon.js +69 -2
  167. package/dist/bundled/v2/components/OrIconV3/index.js +2 -1
  168. package/dist/bundled/v2/components/OrIconV3/props.js +17 -1
  169. package/dist/bundled/v2/components/OrIconV3/styles.js +44 -1
  170. package/dist/bundled/v2/components/OrInlineInputBoxV3/OrInlineInputBox.js +68 -2
  171. package/dist/bundled/v2/components/OrInlineInputBoxV3/index.js +2 -1
  172. package/dist/bundled/v2/components/OrInlineInputBoxV3/props.js +7 -1
  173. package/dist/bundled/v2/components/OrInlineInputBoxV3/styles.js +23 -1
  174. package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +344 -2
  175. package/dist/bundled/v2/components/OrInlineInputV3/index.js +3 -2
  176. package/dist/bundled/v2/components/OrInlineInputV3/props.js +9 -2
  177. package/dist/bundled/v2/components/OrInlineInputV3/styles.js +29 -1
  178. package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +387 -2
  179. package/dist/bundled/v2/components/OrInlineTextEdit/constants.js +13 -1
  180. package/dist/bundled/v2/components/OrInlineTextEdit/index.js +2 -395
  181. package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +261 -2
  182. package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +1 -1
  183. package/dist/bundled/v2/components/OrInlineTextareaV3/styles.js +21 -1
  184. package/dist/bundled/v2/components/OrInput/OrInput.js +4 -2
  185. package/dist/bundled/v2/components/OrInputBoxV3/OrInputBox.js +169 -2
  186. package/dist/bundled/v2/components/OrInputBoxV3/index.js +2 -1
  187. package/dist/bundled/v2/components/OrInputBoxV3/props.js +12 -1
  188. package/dist/bundled/v2/components/OrInputBoxV3/styles.js +49 -1
  189. package/dist/bundled/v2/components/OrInputV3/OrInput.js +417 -2
  190. package/dist/bundled/v2/components/OrInputV3/index.js +3 -2
  191. package/dist/bundled/v2/components/OrInputV3/props.js +11 -2
  192. package/dist/bundled/v2/components/OrInputV3/styles.js +14 -1
  193. package/dist/bundled/v2/components/OrLabel/OrLabel.js +2 -1
  194. package/dist/bundled/v2/components/OrLabelV3/OrLabel.js +93 -2
  195. package/dist/bundled/v2/components/OrLabelV3/index.js +2 -1
  196. package/dist/bundled/v2/components/OrLabelV3/props.js +8 -1
  197. package/dist/bundled/v2/components/OrLabelV3/styles.js +38 -1
  198. package/dist/bundled/v2/components/OrLinkV3/OrLink.js +85 -2
  199. package/dist/bundled/v2/components/OrLinkV3/index.js +2 -1
  200. package/dist/bundled/v2/components/OrLinkV3/props.js +10 -1
  201. package/dist/bundled/v2/components/OrLinkV3/styles.js +32 -1
  202. package/dist/bundled/v2/components/OrList/OrList.js +1122 -2
  203. package/dist/bundled/v2/components/OrList/index.js +1 -1
  204. package/dist/bundled/v2/components/OrListOfInputs/OrListOfInputs.js +4 -3
  205. package/dist/bundled/v2/components/OrListV3/OrList.js +2 -2
  206. package/dist/bundled/v2/components/OrListV3/index.js +1 -1
  207. package/dist/bundled/v2/components/OrListV3/styles.js +8 -1
  208. package/dist/bundled/v2/components/OrListV3/types.js +1 -0
  209. package/dist/bundled/v2/components/OrLoader/OrLoader.js +106 -2
  210. package/dist/bundled/v2/components/OrLoader/constants.js +8 -1
  211. package/dist/bundled/v2/components/OrLoader/index.js +2 -111
  212. package/dist/bundled/v2/components/OrLoader/types.js +1 -0
  213. package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +170 -2
  214. package/dist/bundled/v2/components/OrLoaderV3/index.js +2 -1
  215. package/dist/bundled/v2/components/OrLoaderV3/props.js +18 -1
  216. package/dist/bundled/v2/components/OrLoaderV3/styles.js +17 -1
  217. package/dist/bundled/v2/components/OrMenuItemV3/OrMenuItem.js +93 -2
  218. package/dist/bundled/v2/components/OrMenuItemV3/index.js +1 -1
  219. package/dist/bundled/v2/components/OrMenuItemV3/styles.js +21 -1
  220. package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +131 -2
  221. package/dist/bundled/v2/components/OrMenuV3/index.js +2 -2
  222. package/dist/bundled/v2/components/OrMenuV3/props.js +1 -1
  223. package/dist/bundled/v2/components/OrMenuV3/styles.js +7 -1
  224. package/dist/bundled/v2/components/OrModal/OrModal.js +183 -2
  225. package/dist/bundled/v2/components/OrModal/constants.js +10 -1
  226. package/dist/bundled/v2/components/OrModal/index.js +2 -1
  227. package/dist/bundled/v2/components/OrModalV3/OrModal.js +287 -2
  228. package/dist/bundled/v2/components/OrModalV3/index.js +2 -1
  229. package/dist/bundled/v2/components/OrModalV3/props.js +8 -1
  230. package/dist/bundled/v2/components/OrModalV3/styles.js +30 -1
  231. package/dist/bundled/v2/components/OrNotification/OrNotification.js +128 -2
  232. package/dist/bundled/v2/components/OrNotification/constants.js +14 -1
  233. package/dist/bundled/v2/components/OrNotification/index.js +2 -139
  234. package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +107 -2
  235. package/dist/bundled/v2/components/OrNotificationV3/index.js +2 -1
  236. package/dist/bundled/v2/components/OrNotificationV3/props.js +9 -1
  237. package/dist/bundled/v2/components/OrNotificationV3/styles.js +54 -1
  238. package/dist/bundled/v2/components/OrNumberInput/OrNumberInput.js +1 -1
  239. package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +7 -4
  240. package/dist/bundled/v2/components/OrOverflowMenu/types.js +1 -0
  241. package/dist/bundled/v2/components/OrOverlay/OrOverlay.js +2 -1
  242. package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +78 -2
  243. package/dist/bundled/v2/components/OrOverlayV3/index.js +1 -1
  244. package/dist/bundled/v2/components/OrOverlayV3/styles.js +9 -1
  245. package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +307 -2
  246. package/dist/bundled/v2/components/OrPaginationV3/index.js +1 -1
  247. package/dist/bundled/v2/components/OrPaginationV3/styles.js +26 -1
  248. package/dist/bundled/v2/components/OrPaginationV3/types.js +1 -0
  249. package/dist/bundled/v2/components/OrPassword/OrPassword.js +5 -3
  250. package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +217 -2
  251. package/dist/bundled/v2/components/OrPopoverV3/hooks/types.js +1 -0
  252. package/dist/bundled/v2/components/OrPopoverV3/hooks/useFloating.js +137 -3
  253. package/dist/bundled/v2/components/OrPopoverV3/index.js +2 -1
  254. package/dist/bundled/v2/components/OrPopoverV3/props.js +23 -1
  255. package/dist/bundled/v2/components/OrPopoverV3/styles.js +46 -1
  256. package/dist/bundled/v2/components/OrProgress/OrProgress.js +208 -2
  257. package/dist/bundled/v2/components/OrProgress/constants.js +15 -1
  258. package/dist/bundled/v2/components/OrProgress/index.js +2 -1
  259. package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +244 -2
  260. package/dist/bundled/v2/components/OrProgressV3/index.js +2 -1
  261. package/dist/bundled/v2/components/OrProgressV3/props.js +15 -1
  262. package/dist/bundled/v2/components/OrProgressV3/styles.js +63 -1
  263. package/dist/bundled/v2/components/OrRadio/OrRadio.js +4 -3
  264. package/dist/bundled/v2/components/OrRadioGroup/OrRadioGroup.js +2 -1
  265. package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.js +4 -4
  266. package/dist/bundled/v2/components/OrRadioV3/OrRadio.js +164 -2
  267. package/dist/bundled/v2/components/OrRadioV3/index.js +1 -1
  268. package/dist/bundled/v2/components/OrRadioV3/styles.js +31 -1
  269. package/dist/bundled/v2/components/OrRangeSliderV3/OrRangeSlider.js +243 -2
  270. package/dist/bundled/v2/components/OrRangeSliderV3/index.js +2 -2
  271. package/dist/bundled/v2/components/OrRangeSliderV3/props.js +1 -1
  272. package/dist/bundled/v2/components/OrRangeSliderV3/styles.js +97 -2
  273. package/dist/bundled/v2/components/OrResizeablePanelV3/OrResizeablePanel.js +248 -2
  274. package/dist/bundled/v2/components/OrResizeablePanelV3/index.js +2 -1
  275. package/dist/bundled/v2/components/OrResizeablePanelV3/props.js +16 -1
  276. package/dist/bundled/v2/components/OrResizeablePanelV3/styles.js +186 -1
  277. package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +2170 -2
  278. package/dist/bundled/v2/components/OrRichTextEditorV3/index.js +2 -1
  279. package/dist/bundled/v2/components/OrRichTextEditorV3/props.js +7 -1
  280. package/dist/bundled/v2/components/OrRichTextEditorV3/styles.js +38 -1
  281. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +42 -2
  282. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +183 -2
  283. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -1
  284. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.js +199 -3
  285. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.js +1 -0
  286. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.js +2 -1
  287. package/dist/bundled/v2/components/OrSearch/OrSearch.js +4 -3
  288. package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +148 -2
  289. package/dist/bundled/v2/components/OrSearchV3/index.js +2 -146
  290. package/dist/bundled/v2/components/OrSearchV3/props.js +1 -1
  291. package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.js +209 -2
  292. package/dist/bundled/v2/components/OrSegmentedControlV3/index.js +2 -1
  293. package/dist/bundled/v2/components/OrSegmentedControlV3/props.js +7 -1
  294. package/dist/bundled/v2/components/OrSegmentedControlV3/styles.js +15 -1
  295. package/dist/bundled/v2/components/OrSegmentedControlV3/types.js +1 -0
  296. package/dist/bundled/v2/components/OrSelect/OrSelect.js +1603 -2
  297. package/dist/bundled/v2/components/OrSelect/constants.js +50 -1
  298. package/dist/bundled/v2/components/OrSelect/index.js +1 -1
  299. package/dist/bundled/v2/components/OrSelect/types.js +1 -0
  300. package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +1166 -2
  301. package/dist/bundled/v2/components/OrSelectV3/index.js +2 -2
  302. package/dist/bundled/v2/components/OrSelectV3/props.js +1 -1
  303. package/dist/bundled/v2/components/OrSelectV3/styles.js +54 -1
  304. package/dist/bundled/v2/components/OrSelectV3/types.js +1 -0
  305. package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +138 -2
  306. package/dist/bundled/v2/components/OrSidebar/constants.js +7 -1
  307. package/dist/bundled/v2/components/OrSidebar/index.js +2 -142
  308. package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +198 -2
  309. package/dist/bundled/v2/components/OrSidebarV3/index.js +3 -2
  310. package/dist/bundled/v2/components/OrSidebarV3/props.js +9 -2
  311. package/dist/bundled/v2/components/OrSidebarV3/styles.js +64 -2
  312. package/dist/bundled/v2/components/OrSkeleton/constants.js +12 -1
  313. package/dist/bundled/v2/components/OrSkeleton/index.js +4 -1
  314. package/dist/bundled/v2/components/OrSkeletonCircle/OrSkeletonCircle.js +77 -2
  315. package/dist/bundled/v2/components/OrSkeletonCircle/index.js +2 -1
  316. package/dist/bundled/v2/components/OrSkeletonCircleV3/OrSkeletonCircle.js +80 -2
  317. package/dist/bundled/v2/components/OrSkeletonCircleV3/index.js +1 -1
  318. package/dist/bundled/v2/components/OrSkeletonRect/OrSkeletonRect.js +80 -2
  319. package/dist/bundled/v2/components/OrSkeletonRect/index.js +2 -1
  320. package/dist/bundled/v2/components/OrSkeletonRectV3/OrSkeletonRect.js +83 -2
  321. package/dist/bundled/v2/components/OrSkeletonRectV3/index.js +1 -1
  322. package/dist/bundled/v2/components/OrSkeletonText/OrSkeletonText.js +94 -2
  323. package/dist/bundled/v2/components/OrSkeletonText/index.js +2 -1
  324. package/dist/bundled/v2/components/OrSkeletonTextV3/OrSkeletonText.js +113 -2
  325. package/dist/bundled/v2/components/OrSkeletonTextV3/index.js +1 -1
  326. package/dist/bundled/v2/components/OrSkeletonV3/index.js +3 -1
  327. package/dist/bundled/v2/components/OrSkeletonV3/styles.js +34 -1
  328. package/dist/bundled/v2/components/OrSlider/OrSlider.js +5 -3
  329. package/dist/bundled/v2/components/OrSliderV3/OrSlider.js +187 -2
  330. package/dist/bundled/v2/components/OrSliderV3/index.js +2 -1
  331. package/dist/bundled/v2/components/OrSliderV3/props.js +12 -1
  332. package/dist/bundled/v2/components/OrSliderV3/styles.js +92 -1
  333. package/dist/bundled/v2/components/OrSortingV3/OrSorting.js +136 -2
  334. package/dist/bundled/v2/components/OrSortingV3/index.js +1 -1
  335. package/dist/bundled/v2/components/OrSortingV3/styles.js +6 -1
  336. package/dist/bundled/v2/components/OrSortingV3/types.js +1 -0
  337. package/dist/bundled/v2/components/OrStepper/OrStepper.js +3 -2
  338. package/dist/bundled/v2/components/OrSwitch/OrSwitch.js +3 -2
  339. package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.js +196 -2
  340. package/dist/bundled/v2/components/OrSwitchV3/index.js +1 -1
  341. package/dist/bundled/v2/components/OrSwitchV3/styles.js +51 -1
  342. package/dist/bundled/v2/components/OrTab/OrTab.js +3 -2
  343. package/dist/bundled/v2/components/OrTabHeaderItem/OrTabHeaderItem.js +2 -1
  344. package/dist/bundled/v2/components/OrTabV3/OrTab.js +76 -2
  345. package/dist/bundled/v2/components/OrTabV3/index.js +1 -1
  346. package/dist/bundled/v2/components/OrTabV3/styles.js +19 -1
  347. package/dist/bundled/v2/components/OrTabs/OrTabs.js +2 -1
  348. package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +216 -2
  349. package/dist/bundled/v2/components/OrTabsV3/index.js +2 -1
  350. package/dist/bundled/v2/components/OrTabsV3/props.js +7 -1
  351. package/dist/bundled/v2/components/OrTabsV3/styles.js +31 -1
  352. package/dist/bundled/v2/components/OrTabsV3/types.js +1 -0
  353. package/dist/bundled/v2/components/OrTag/OrTag.js +4 -3
  354. package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +386 -2
  355. package/dist/bundled/v2/components/OrTagInputV3/index.js +2 -2
  356. package/dist/bundled/v2/components/OrTagInputV3/props.js +1 -1
  357. package/dist/bundled/v2/components/OrTagInputV3/styles.js +17 -1
  358. package/dist/bundled/v2/components/OrTagV3/OrTag.js +120 -2
  359. package/dist/bundled/v2/components/OrTagV3/index.js +2 -1
  360. package/dist/bundled/v2/components/OrTagV3/props.js +13 -1
  361. package/dist/bundled/v2/components/OrTagV3/styles.js +32 -1
  362. package/dist/bundled/v2/components/OrTagsV3/OrTags.js +193 -2
  363. package/dist/bundled/v2/components/OrTagsV3/index.js +2 -1
  364. package/dist/bundled/v2/components/OrTagsV3/props.js +11 -1
  365. package/dist/bundled/v2/components/OrTagsV3/styles.js +46 -1
  366. package/dist/bundled/v2/components/OrTagsV3/types.js +1 -0
  367. package/dist/bundled/v2/components/OrTagsV3/utils/castToTag.js +12 -1
  368. package/dist/bundled/v2/components/OrTeleport/OrTeleport.js +630 -2
  369. package/dist/bundled/v2/components/OrTeleport/constants.js +16 -1
  370. package/dist/bundled/v2/components/OrTeleport/index.js +1 -1
  371. package/dist/bundled/v2/components/OrTeleportV3/OrTeleport.js +1 -1
  372. package/dist/bundled/v2/components/OrTextV3/OrText.js +117 -2
  373. package/dist/bundled/v2/components/OrTextV3/index.js +1 -1
  374. package/dist/bundled/v2/components/OrTextV3/styles.js +17 -1
  375. package/dist/bundled/v2/components/OrTextarea/OrTextarea.js +4 -2
  376. package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.js +243 -2
  377. package/dist/bundled/v2/components/OrTextareaV3/index.js +2 -2
  378. package/dist/bundled/v2/components/OrTextareaV3/props.js +1 -1
  379. package/dist/bundled/v2/components/OrTextareaV3/styles.js +16 -1
  380. package/dist/bundled/v2/components/OrTextbox/OrTextbox.js +499 -2
  381. package/dist/bundled/v2/components/OrTextbox/constants.js +11 -1
  382. package/dist/bundled/v2/components/OrTextbox/index.js +2 -505
  383. package/dist/bundled/v2/components/OrTimeFormatV3/OrTimeFormat.js +74 -2
  384. package/dist/bundled/v2/components/OrTimeFormatV3/index.js +1 -1
  385. package/dist/bundled/v2/components/OrTimeFormatV3/styles.js +5 -1
  386. package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +361 -2
  387. package/dist/bundled/v2/components/OrTimePickerV3/index.js +3 -3
  388. package/dist/bundled/v2/components/OrTimePickerV3/props.js +2 -2
  389. package/dist/bundled/v2/components/OrTimePickerV3/styles.js +8 -1
  390. package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +434 -2
  391. package/dist/bundled/v2/components/OrTimeRangePickerV3/index.js +3 -3
  392. package/dist/bundled/v2/components/OrTimeRangePickerV3/props.js +2 -2
  393. package/dist/bundled/v2/components/OrTimeRangePickerV3/styles.js +8 -1
  394. package/dist/bundled/v2/components/OrToast/OrToast.js +141 -2
  395. package/dist/bundled/v2/components/OrToast/Timer.js +37 -2
  396. package/dist/bundled/v2/components/OrToast/composable/index.js +2 -1
  397. package/dist/bundled/v2/components/OrToast/composable/useQueue.js +33 -2
  398. package/dist/bundled/v2/components/OrToast/composable/useToast.js +86 -1
  399. package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +25 -2
  400. package/dist/bundled/v2/components/OrToast/constants.js +24 -1
  401. package/dist/bundled/v2/components/OrToast/index.js +5 -1
  402. package/dist/bundled/v2/components/OrToast/types.js +1 -0
  403. package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +201 -2
  404. package/dist/bundled/v2/components/OrToastContainer/index.js +4 -1
  405. package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +223 -2
  406. package/dist/bundled/v2/components/OrToastContainerV3/index.js +5 -1
  407. package/dist/bundled/v2/components/OrToastV3/OrToast.js +172 -2
  408. package/dist/bundled/v2/components/OrToastV3/Timer.js +37 -2
  409. package/dist/bundled/v2/components/OrToastV3/composable/index.js +2 -1
  410. package/dist/bundled/v2/components/OrToastV3/composable/useQueue.js +33 -2
  411. package/dist/bundled/v2/components/OrToastV3/composable/useToast.js +86 -1
  412. package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +25 -2
  413. package/dist/bundled/v2/components/OrToastV3/index.js +6 -1
  414. package/dist/bundled/v2/components/OrToastV3/props.js +1 -1
  415. package/dist/bundled/v2/components/OrToastV3/styles.js +59 -1
  416. package/dist/bundled/v2/components/OrToastV3/types.js +1 -0
  417. package/dist/bundled/v2/components/OrTooltip/OrTooltip.js +180 -2
  418. package/dist/bundled/v2/components/OrTooltip/index.js +2 -240
  419. package/dist/bundled/v2/components/OrTooltipContent/OrTooltipContent.js +68 -2
  420. package/dist/bundled/v2/components/OrTooltipContent/index.js +1 -1
  421. package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +139 -2
  422. package/dist/bundled/v2/components/OrTooltipV3/index.js +2 -2
  423. package/dist/bundled/v2/components/OrTooltipV3/props.js +1 -1
  424. package/dist/bundled/v2/components/OrTooltipV3/styles.js +48 -2
  425. package/dist/bundled/v2/components/OrTreeV3/OrTree.js +423 -2
  426. package/dist/bundled/v2/components/OrTreeV3/index.js +2 -429
  427. package/dist/bundled/v2/components/OrTreeV3/types.js +8 -0
  428. package/dist/bundled/v2/components/index.d.ts +1 -0
  429. package/dist/bundled/v2/components/index.js +173 -91
  430. package/dist/bundled/v2/directives/dropdown-close.js +14 -2
  431. package/dist/bundled/v2/directives/dropdown-open.js +19 -2
  432. package/dist/bundled/v2/directives/index.js +2 -1
  433. package/dist/bundled/v2/dom-cec392f3.js +260 -0
  434. package/dist/bundled/v2/eq-44ea4d70.js +77 -0
  435. package/dist/bundled/v2/{components/OrFloating-b7306559.js → floating-ui.dom-d9ef0d1f.js} +1 -204
  436. package/dist/bundled/v2/get-34aa21f4.js +856 -0
  437. package/dist/bundled/v2/hooks/index.js +10 -1
  438. package/dist/bundled/v2/hooks/useControlAttributes.js +12 -2
  439. package/dist/bundled/v2/hooks/useElevation.js +25 -2
  440. package/dist/bundled/v2/hooks/useIdAttribute.js +12 -2
  441. package/dist/bundled/v2/hooks/useOverflow.js +75 -2
  442. package/dist/bundled/v2/hooks/usePopoverState.js +42 -2
  443. package/dist/bundled/v2/hooks/useProxyModelValue.js +29 -2
  444. package/dist/bundled/v2/hooks/useResponsive/index.js +1 -1
  445. package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +203 -2
  446. package/dist/bundled/v2/hooks/useTheme.js +3753 -1
  447. package/dist/bundled/v2/hooks/useToggle.js +23 -2
  448. package/dist/bundled/v2/hooks/useValidationAttributes.js +16 -2
  449. package/dist/bundled/v2/index-0fa7e6ca.js +114 -0
  450. package/dist/bundled/v2/{components/OrCode-0a5ec298.js → index-10711eb4.js} +99 -13223
  451. package/dist/bundled/v2/index-3de14f24.js +2301 -0
  452. package/dist/bundled/v2/index-4acf7746.js +94 -0
  453. package/dist/bundled/v2/index-5564585f.js +295 -0
  454. package/dist/bundled/v2/index-5d81edfd.js +760 -0
  455. package/dist/bundled/v2/index-67eff9fe.js +9715 -0
  456. package/dist/bundled/v2/index-7121b6d0.js +8 -0
  457. package/dist/bundled/v2/index-8becffff.js +1912 -0
  458. package/dist/bundled/v2/index-9ab841c5.js +837 -0
  459. package/dist/bundled/v2/index-c1efbf6a.js +819 -0
  460. package/dist/bundled/v2/index-c54ed0b9.js +361 -0
  461. package/dist/bundled/v2/index-c80eecf1.js +1636 -0
  462. package/dist/bundled/v2/index-d41efd2a.js +1379 -0
  463. package/dist/bundled/v2/index-f1a845c3.js +3158 -0
  464. package/dist/bundled/v2/index-f671afe5.js +7127 -0
  465. package/dist/bundled/v2/index.js +199 -93
  466. package/dist/bundled/v2/isArrayLike-e7fb5cae.js +91 -0
  467. package/dist/bundled/v2/isEqual-7a8e6106.js +38 -0
  468. package/dist/bundled/v2/isObject-b7415fc1.js +202 -0
  469. package/dist/bundled/v2/markdown-7d2cd3a5.js +8287 -0
  470. package/dist/bundled/v2/normalize-component-6e8e3d80.js +76 -0
  471. package/dist/bundled/v2/props-7be029c7.js +32 -0
  472. package/dist/bundled/v2/range-82efa3d4.js +136 -0
  473. package/dist/bundled/v2/round-567ede34.js +66 -0
  474. package/dist/bundled/v2/{components/OrList-dda38b72.js → sortable.esm-11705107.js} +1 -2566
  475. package/dist/bundled/v2/style-inject.es-4c6f2515.js +26 -0
  476. package/dist/bundled/v2/toFinite-bc59ffb0.js +142 -0
  477. package/dist/bundled/v2/toInteger-9fa0151c.js +38 -0
  478. package/dist/bundled/v2/toString-b6e4472a.js +114 -0
  479. package/dist/bundled/v2/types-668300dd.js +5 -0
  480. package/dist/bundled/v2/{components/OrModal-daa83157.js → useFocusTrap-f810e0ea.js} +4 -188
  481. package/dist/bundled/v2/utils/constants/color.js +16 -1
  482. package/dist/bundled/v2/utils/constants/key-codes.js +16 -1
  483. package/dist/bundled/v2/utils/constants/poper.js +10 -1
  484. package/dist/bundled/v2/utils/constants/regex.js +49 -1
  485. package/dist/bundled/v2/utils/functions/color.js +40 -1
  486. package/dist/bundled/v2/utils/functions/dom.js +2 -1
  487. package/dist/bundled/v2/utils/functions/flattenDeep.js +6 -1
  488. package/dist/bundled/v2/utils/functions/hash.js +8 -1
  489. package/dist/bundled/v2/utils/functions/px-to-rem.js +3 -1
  490. package/dist/bundled/v2/utils/functions/text.js +9 -2
  491. package/dist/bundled/v2/utils/index.js +12 -2
  492. package/dist/bundled/v2/utils/isEmpty.js +5 -1
  493. package/dist/bundled/v2/utils/isEmptyValue.js +5 -1
  494. package/dist/bundled/v2/utils/isEqualValue.js +8 -1
  495. package/dist/bundled/v2/utils/isVisible.js +5 -1
  496. package/dist/bundled/v2/v4-cf8987a3.js +67 -0
  497. package/dist/bundled/v3/OrAvatar.vue_vue_type_script_lang-10c2add0.js +55 -0
  498. package/dist/bundled/v3/OrAvatar.vue_vue_type_script_lang-d1b297c8.js +59 -0
  499. package/dist/bundled/v3/OrBottomSheet.vue_vue_type_script_lang-0cabf675.js +91 -0
  500. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-0fb2b270.js +105 -0
  501. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-dfeef2d0.js +57 -0
  502. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-e9677805.js +100 -0
  503. package/dist/bundled/v3/OrButtonGroup.vue_vue_type_script_lang-72837423.js +33 -0
  504. package/dist/bundled/v3/OrCard.vue_vue_type_script_lang-81561dd8.js +21 -0
  505. package/dist/bundled/v3/OrCard.vue_vue_type_script_lang-adf1d0a3.js +33 -0
  506. package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-20f91db4.js +103 -0
  507. package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-b1006270.js +136 -0
  508. package/dist/bundled/v3/OrCheckbox.vue_vue_type_script_lang-cdc466f7.js +105 -0
  509. package/dist/bundled/v3/OrCheckbox.vue_vue_type_script_lang-de28fcaf.js +86 -0
  510. package/dist/bundled/v3/OrCheckboxGroup.vue_vue_type_script_lang-0622d8c3.js +57 -0
  511. package/dist/bundled/v3/OrCheckboxTree.vue_vue_type_script_lang-b939bd8a.js +111 -0
  512. package/dist/bundled/v3/OrChip.vue_vue_type_script_lang-cacd81e5.js +43 -0
  513. package/dist/bundled/v3/OrChips.vue_vue_type_script_lang-e1f37564.js +192 -0
  514. package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-8376244c.js +237 -0
  515. package/dist/bundled/{v2/components/OrCodeV3-6cf8786e.js → v3/OrCode.vue_vue_type_script_lang-e8ef6dee.js} +86 -236
  516. package/dist/bundled/v3/OrCollapse.vue_vue_type_script_lang-be1c8c66.js +112 -0
  517. package/dist/bundled/v3/OrColorPicker.vue_vue_type_script_lang-b030a96d.js +59 -0
  518. package/dist/bundled/v3/OrCombinedInput.vue_vue_type_script_lang-cdb2d8ca.js +66 -0
  519. package/dist/bundled/v3/OrConfirm.vue_vue_type_script_lang-09002522.js +168 -0
  520. package/dist/bundled/v3/OrConfirm.vue_vue_type_script_lang-2887602e.js +163 -0
  521. package/dist/bundled/v3/OrContextMenu.vue_vue_type_script_lang-16abb02a.js +65 -0
  522. package/dist/bundled/v3/OrDateFormat.vue_vue_type_script_lang-fef42ccd.js +34 -0
  523. package/dist/bundled/v3/OrDatePicker.vue_vue_type_script_lang-cab14650.js +193 -0
  524. package/dist/bundled/v3/OrDateRangePicker.vue_vue_type_script_lang-6038239b.js +225 -0
  525. package/dist/bundled/v3/OrDateTimeFormat.vue_vue_type_script_lang-15603748.js +41 -0
  526. package/dist/bundled/v3/OrDateTimePicker.vue_vue_type_script_lang-0542cccc.js +763 -0
  527. package/dist/bundled/v3/OrDateTimePicker.vue_vue_type_script_lang-d7711046.js +260 -0
  528. package/dist/bundled/v3/OrDateTimePickerMonthSelect.vue_vue_type_script_lang-e914eff0.js +336 -0
  529. package/dist/bundled/v3/OrDateTimePickerPopoverHeader-33ad43d4.js +207 -0
  530. package/dist/bundled/v3/OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-40a2de7e.js +105 -0
  531. package/dist/bundled/v3/OrDateTimePickerTimeSelect-178aa93a.js +85 -0
  532. package/dist/bundled/v3/OrDateTimePickerTimeSelect.vue_vue_type_script_lang-636aa4a8.js +215 -0
  533. package/dist/bundled/v3/OrEmptyState.vue_vue_type_script_lang-2c1f09ef.js +64 -0
  534. package/dist/bundled/v3/OrError.vue_vue_type_script_lang-450321b8.js +13 -0
  535. package/dist/bundled/v3/OrError.vue_vue_type_script_lang-fcf91781.js +29 -0
  536. package/dist/bundled/v3/OrErrorTag.vue_vue_type_script_lang-057dcb3b.js +24 -0
  537. package/dist/bundled/v3/OrExpansionPanel.vue_vue_type_script_lang-7fad7b18.js +68 -0
  538. package/dist/bundled/v3/OrFab.vue_vue_type_script_lang-d68402ac.js +39 -0
  539. package/dist/bundled/v3/OrFloating.vue_vue_type_script_lang-38aa1d83.js +148 -0
  540. package/dist/bundled/v3/OrFormGroup.vue_vue_type_script_lang-165cf30e.js +63 -0
  541. package/dist/bundled/v3/OrHint.vue_vue_type_script_lang-0ab8b932.js +29 -0
  542. package/dist/bundled/v3/OrHint.vue_vue_type_script_lang-5eb3ee22.js +14 -0
  543. package/dist/bundled/v3/OrIcon.vue_vue_type_script_lang-db2e3f85.js +34 -0
  544. package/dist/bundled/v3/OrIcon.vue_vue_type_script_lang-f3cbff23.js +99 -0
  545. package/dist/bundled/v3/OrIconButton.vue_vue_type_script_lang-667eefbf.js +77 -0
  546. package/dist/bundled/v3/OrIconButton.vue_vue_type_script_lang-f6bf7dda.js +143 -0
  547. package/dist/bundled/v3/OrInlineInput.vue_vue_type_script_lang-5ab4644e.js +141 -0
  548. package/dist/bundled/v3/OrInlineInputBox.vue_vue_type_script_lang-fe99c485.js +30 -0
  549. package/dist/bundled/v3/OrInlineTextEdit.vue_vue_type_script_lang-d2f3ad39.js +233 -0
  550. package/dist/bundled/v3/OrInlineTextarea.vue_vue_type_script_lang-c6d82ad5.js +132 -0
  551. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-0d7cb6c3.js +146 -0
  552. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-515ff78a.js +190 -0
  553. package/dist/bundled/v3/OrInputBox.vue_vue_type_script_lang-989d5ee6.js +93 -0
  554. package/dist/bundled/v3/OrLabel.vue_vue_type_script_lang-6243e348.js +41 -0
  555. package/dist/bundled/v3/OrLabel.vue_vue_type_script_lang-e2bcff17.js +45 -0
  556. package/dist/bundled/v3/OrLink.vue_vue_type_script_lang-c35ed9e3.js +46 -0
  557. package/dist/bundled/v3/OrList.vue_vue_type_script_lang-8df85a8d.js +1008 -0
  558. package/dist/bundled/v3/OrList.vue_vue_type_script_lang-e1c786c5.js +208 -0
  559. package/dist/bundled/v3/OrListOfInputs.vue_vue_type_script_lang-34a006d0.js +79 -0
  560. package/dist/bundled/v3/OrLoader.vue_vue_type_script_lang-52edc8f8.js +80 -0
  561. package/dist/bundled/v3/OrLoader.vue_vue_type_script_lang-a1fed697.js +48 -0
  562. package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-3feb056b.js +76 -0
  563. package/dist/bundled/v3/OrMenuItem.vue_vue_type_script_lang-11569833.js +39 -0
  564. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-4a14c3ae.js +163 -0
  565. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-70904ce1.js +101 -0
  566. package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-5fd54a49.js +54 -0
  567. package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-81d7cfef.js +70 -0
  568. package/dist/bundled/v3/OrNumberInput.vue_vue_type_script_lang-b832e611.js +114 -0
  569. package/dist/bundled/v3/OrOverflowMenu.vue_vue_type_script_lang-5bde29a6.js +139 -0
  570. package/dist/bundled/v3/OrOverlay.vue_vue_type_script_lang-2f5d626d.js +33 -0
  571. package/dist/bundled/v3/OrOverlay.vue_vue_type_script_lang-4a0cd054.js +40 -0
  572. package/dist/bundled/v3/OrPagination.vue_vue_type_script_lang-2ff7e5a0.js +167 -0
  573. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-1165ec6c.js +100 -0
  574. package/dist/bundled/v3/OrPopover.vue_vue_type_script_lang-877797ba.js +162 -0
  575. package/dist/bundled/v3/OrProgress.vue_vue_type_script_lang-4b93a66e.js +136 -0
  576. package/dist/bundled/v3/OrProgress.vue_vue_type_script_lang-c4bd7133.js +130 -0
  577. package/dist/bundled/v3/OrRadio.vue_vue_type_script_lang-750ce51f.js +82 -0
  578. package/dist/bundled/v3/OrRadio.vue_vue_type_script_lang-a4f043e9.js +92 -0
  579. package/dist/bundled/v3/OrRadioGroup.vue_vue_type_script_lang-75b6c81b.js +47 -0
  580. package/dist/bundled/v3/OrRadioGroup.vue_vue_type_script_lang-8fad9a5f.js +56 -0
  581. package/dist/bundled/v3/OrRangeSlider.vue_vue_type_script_lang-e17cd5a8.js +150 -0
  582. package/dist/bundled/v3/OrResizeablePanel.vue_vue_type_script_lang-e2f723b0.js +187 -0
  583. package/dist/bundled/v3/OrRichTextEditor.vue_vue_type_script_lang-6e66f3ed.js +1910 -0
  584. package/dist/bundled/v3/OrSearch.vue_vue_type_script_lang-245c9614.js +123 -0
  585. package/dist/bundled/v3/OrSearch.vue_vue_type_script_lang-46df9961.js +83 -0
  586. package/dist/bundled/v3/OrSegmentedControl.vue_vue_type_script_lang-10bd4ea8.js +135 -0
  587. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-29b90f18.js +747 -0
  588. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-baf7c270.js +1267 -0
  589. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-777f8c4f.js +131 -0
  590. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-d6e95246.js +85 -0
  591. package/dist/bundled/v3/OrSkeletonCircle.vue_vue_type_script_lang-2a2e5870.js +44 -0
  592. package/dist/bundled/v3/OrSkeletonCircle.vue_vue_type_script_lang-b768e00d.js +38 -0
  593. package/dist/bundled/v3/OrSkeletonRect.vue_vue_type_script_lang-32f819ad.js +41 -0
  594. package/dist/bundled/v3/OrSkeletonRect.vue_vue_type_script_lang-3a1d6b32.js +47 -0
  595. package/dist/bundled/v3/OrSkeletonText.vue_vue_type_script_lang-502607ef.js +71 -0
  596. package/dist/bundled/v3/OrSkeletonText.vue_vue_type_script_lang-cfe360bb.js +50 -0
  597. package/dist/bundled/v3/OrSlider.vue_vue_type_script_lang-ae4652e3.js +227 -0
  598. package/dist/bundled/v3/OrSlider.vue_vue_type_script_lang-e26488b0.js +115 -0
  599. package/dist/bundled/v3/OrSorting.vue_vue_type_script_lang-c1ba0fdd.js +66 -0
  600. package/dist/bundled/v3/OrStepper.vue_vue_type_script_lang-33639493.js +377 -0
  601. package/dist/bundled/v3/OrSwitch.vue_vue_type_script_lang-3ef06bbd.js +78 -0
  602. package/dist/bundled/v3/OrSwitch.vue_vue_type_script_lang-9e9e15d1.js +91 -0
  603. package/dist/bundled/v3/OrTab.vue_vue_type_script_lang-886e334a.js +26 -0
  604. package/dist/bundled/v3/OrTab.vue_vue_type_script_lang-d9ee65b6.js +57 -0
  605. package/dist/bundled/v3/OrTabHeaderItem.vue_vue_type_script_lang-e1a0b91f.js +60 -0
  606. package/dist/bundled/v3/OrTabs.vue_vue_type_script_lang-0de7f1a4.js +134 -0
  607. package/dist/bundled/v3/OrTabs.vue_vue_type_script_lang-9129d34b.js +46 -0
  608. package/dist/bundled/v3/OrTag.vue_vue_type_script_lang-533656e5.js +55 -0
  609. package/dist/bundled/v3/OrTag.vue_vue_type_script_lang-b62c0b79.js +58 -0
  610. package/dist/bundled/v3/OrTagInput.vue_vue_type_script_lang-fa961339.js +202 -0
  611. package/dist/bundled/v3/OrTags.vue_vue_type_script_lang-4221ee26.js +115 -0
  612. package/dist/bundled/v3/OrTeleport.vue3.vue_vue_type_script_lang-dfc6301c.js +16 -0
  613. package/dist/bundled/{v2/components/OrTextV3-17c9dea1.js → v3/OrText.vue_vue_type_script_lang-6ce019db.js} +2 -56
  614. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-5624556c.js +187 -0
  615. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-9f62ecd7.js +112 -0
  616. package/dist/bundled/v3/OrTextbox.vue_vue_type_script_lang-d0db6077.js +336 -0
  617. package/dist/bundled/v3/OrTimeFormat.vue_vue_type_script_lang-acef5eaa.js +39 -0
  618. package/dist/bundled/v3/OrTimePicker.vue_vue_type_script_lang-4bda3fcb.js +191 -0
  619. package/dist/bundled/v3/OrTimeRangePicker.vue_vue_type_script_lang-5d813382.js +202 -0
  620. package/dist/bundled/v3/OrToastContainer.vue_vue_type_script_lang-84d3f4c8.js +155 -0
  621. package/dist/bundled/v3/OrToastContainer.vue_vue_type_script_lang-b019a53c.js +135 -0
  622. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-288c978f.js +113 -0
  623. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-a8c7bc09.js +77 -0
  624. package/dist/bundled/v3/OrTooltipContent.vue_vue_type_script_lang-4c1afacb.js +19 -0
  625. package/dist/bundled/v3/OrTree.vue_vue_type_script_lang-f6e6d6ac.js +310 -0
  626. package/dist/bundled/v3/_baseAssignValue-2250dbc9.js +38 -0
  627. package/dist/bundled/v3/_baseIsEqual-fe2002b6.js +1237 -0
  628. package/dist/bundled/v3/_baseProperty-a52739e9.js +15 -0
  629. package/dist/bundled/v3/_commonjsHelpers-1789f0cf.js +7 -0
  630. package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +33 -0
  631. package/dist/bundled/v3/components/OrAvatar/OrAvatar.vue.d.ts +47 -0
  632. package/dist/bundled/v3/components/OrAvatar/constants.d.ts +5 -0
  633. package/dist/bundled/v3/components/OrAvatar/constants.js +8 -0
  634. package/dist/bundled/v3/components/OrAvatar/index.d.ts +2 -0
  635. package/dist/bundled/v3/components/OrAvatar/index.js +2 -0
  636. package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.js +24 -0
  637. package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.vue.d.ts +55 -0
  638. package/dist/bundled/v3/components/OrAvatarV3/index.d.ts +2 -0
  639. package/dist/bundled/v3/components/OrAvatarV3/index.js +2 -0
  640. package/dist/bundled/v3/components/OrAvatarV3/props.d.ts +15 -0
  641. package/dist/bundled/v3/components/OrAvatarV3/props.js +19 -0
  642. package/dist/bundled/v3/components/OrAvatarV3/styles.d.ts +6 -0
  643. package/dist/bundled/v3/components/OrAvatarV3/styles.js +84 -0
  644. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +31 -0
  645. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +566 -0
  646. package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.d.ts +530 -0
  647. package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +71 -0
  648. package/dist/bundled/v3/components/OrBottomSheetV3/index.d.ts +2 -0
  649. package/dist/bundled/v3/components/OrBottomSheetV3/index.js +2 -0
  650. package/dist/bundled/v3/components/OrBottomSheetV3/props.d.ts +4 -0
  651. package/dist/bundled/v3/components/OrBottomSheetV3/props.js +7 -0
  652. package/dist/bundled/v3/components/OrBottomSheetV3/styles.d.ts +6 -0
  653. package/dist/bundled/v3/components/OrBottomSheetV3/styles.js +48 -0
  654. package/dist/bundled/v3/components/OrButton/OrButton.js +43 -0
  655. package/dist/bundled/v3/components/OrButton/OrButton.vue.d.ts +153 -0
  656. package/dist/bundled/v3/components/OrButton/constants.d.ts +21 -0
  657. package/dist/bundled/v3/components/OrButton/constants.js +25 -0
  658. package/dist/bundled/v3/components/OrButton/index.d.ts +2 -0
  659. package/dist/bundled/v3/components/OrButton/index.js +2 -0
  660. package/dist/bundled/v3/components/OrButtonGroupV3/OrButtonGroup.js +13 -0
  661. package/dist/bundled/v3/components/OrButtonGroupV3/OrButtonGroup.vue.d.ts +37 -0
  662. package/dist/bundled/v3/components/OrButtonGroupV3/index.d.ts +2 -0
  663. package/dist/bundled/v3/components/OrButtonGroupV3/index.js +2 -0
  664. package/dist/bundled/v3/components/OrButtonGroupV3/props.d.ts +1 -0
  665. package/dist/bundled/v3/components/OrButtonGroupV3/props.js +1 -0
  666. package/dist/bundled/v3/components/OrButtonGroupV3/styles.d.ts +3 -0
  667. package/dist/bundled/v3/components/OrButtonGroupV3/styles.js +21 -0
  668. package/dist/bundled/v3/components/OrButtonV2/OrButton.js +42 -0
  669. package/dist/bundled/v3/components/OrButtonV2/OrButton.vue.d.ts +126 -0
  670. package/dist/bundled/v3/components/OrButtonV2/constants.d.ts +35 -0
  671. package/dist/bundled/v3/components/OrButtonV2/constants.js +43 -0
  672. package/dist/bundled/v3/components/OrButtonV2/index.d.ts +3 -0
  673. package/dist/bundled/v3/components/OrButtonV2/index.js +3 -0
  674. package/dist/bundled/v3/components/OrButtonV3/OrButton.js +36 -0
  675. package/dist/bundled/v3/components/OrButtonV3/OrButton.vue.d.ts +78 -0
  676. package/dist/bundled/v3/components/OrButtonV3/index.d.ts +2 -0
  677. package/dist/bundled/v3/components/OrButtonV3/index.js +2 -0
  678. package/dist/bundled/v3/components/OrButtonV3/props.d.ts +16 -0
  679. package/dist/bundled/v3/components/OrButtonV3/props.js +21 -0
  680. package/dist/bundled/v3/components/OrButtonV3/styles.d.ts +4 -0
  681. package/dist/bundled/v3/components/OrButtonV3/styles.js +75 -0
  682. package/dist/bundled/v3/components/OrCard/OrCard.js +21 -0
  683. package/dist/bundled/v3/components/OrCard/OrCard.vue.d.ts +18 -0
  684. package/dist/bundled/v3/components/OrCard/index.d.ts +1 -0
  685. package/dist/bundled/v3/components/OrCard/index.js +1 -0
  686. package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.js +88 -0
  687. package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.vue.d.ts +86 -0
  688. package/dist/bundled/v3/components/OrCardCollection/constants.d.ts +4 -0
  689. package/dist/bundled/v3/components/OrCardCollection/constants.js +7 -0
  690. package/dist/bundled/v3/components/OrCardCollection/index.d.ts +3 -0
  691. package/dist/bundled/v3/components/OrCardCollection/index.js +2 -0
  692. package/dist/bundled/v3/components/OrCardCollection/types.d.ts +8 -0
  693. package/dist/bundled/v3/components/OrCardCollection/types.js +1 -0
  694. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +65 -0
  695. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +93 -0
  696. package/dist/bundled/v3/components/OrCardCollectionV3/index.d.ts +3 -0
  697. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +2 -0
  698. package/dist/bundled/v3/components/OrCardCollectionV3/props.d.ts +8 -0
  699. package/dist/bundled/v3/components/OrCardCollectionV3/props.js +16 -0
  700. package/dist/bundled/v3/components/OrCardCollectionV3/styles.d.ts +6 -0
  701. package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +38 -0
  702. package/dist/bundled/v3/components/OrCardCollectionV3/types.d.ts +8 -0
  703. package/dist/bundled/v3/components/OrCardCollectionV3/types.js +1 -0
  704. package/dist/bundled/v3/components/OrCardV3/OrCard.js +15 -0
  705. package/dist/bundled/v3/components/OrCardV3/OrCard.vue.d.ts +37 -0
  706. package/dist/bundled/v3/components/OrCardV3/index.d.ts +2 -0
  707. package/dist/bundled/v3/components/OrCardV3/index.js +2 -0
  708. package/dist/bundled/v3/components/OrCardV3/props.d.ts +5 -0
  709. package/dist/bundled/v3/components/OrCardV3/props.js +8 -0
  710. package/dist/bundled/v3/components/OrCardV3/styles.d.ts +4 -0
  711. package/dist/bundled/v3/components/OrCardV3/styles.js +27 -0
  712. package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.js +68 -0
  713. package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.vue.d.ts +73 -0
  714. package/dist/bundled/v3/components/OrCheckbox/index.d.ts +1 -0
  715. package/dist/bundled/v3/components/OrCheckbox/index.js +1 -0
  716. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +33 -0
  717. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +73 -0
  718. package/dist/bundled/v3/components/OrCheckboxGroupV3/index.d.ts +1 -0
  719. package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +1 -0
  720. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +64 -0
  721. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +65 -0
  722. package/dist/bundled/v3/components/OrCheckboxTreeV3/index.d.ts +2 -0
  723. package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +1 -0
  724. package/dist/bundled/v3/components/OrCheckboxTreeV3/styles.d.ts +2 -0
  725. package/dist/bundled/v3/components/OrCheckboxTreeV3/styles.js +10 -0
  726. package/dist/bundled/v3/components/OrCheckboxTreeV3/types.d.ts +8 -0
  727. package/dist/bundled/v3/components/OrCheckboxTreeV3/types.js +1 -0
  728. package/dist/bundled/v3/components/OrCheckboxTreeV3/utils/extractChildrenValues.d.ts +2 -0
  729. package/dist/bundled/v3/components/OrCheckboxTreeV3/utils/extractChildrenValues.js +19 -0
  730. package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +47 -0
  731. package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.vue.d.ts +90 -0
  732. package/dist/bundled/v3/components/OrCheckboxV3/index.d.ts +1 -0
  733. package/dist/bundled/v3/components/OrCheckboxV3/index.js +1 -0
  734. package/dist/bundled/v3/components/OrCheckboxV3/styles.d.ts +3 -0
  735. package/dist/bundled/v3/components/OrCheckboxV3/styles.js +31 -0
  736. package/dist/bundled/v3/components/OrChip/OrChip.js +29 -0
  737. package/dist/bundled/v3/components/OrChip/OrChip.vue.d.ts +42 -0
  738. package/dist/bundled/v3/components/OrChip/index.d.ts +1 -0
  739. package/dist/bundled/v3/components/OrChip/index.js +1 -0
  740. package/dist/bundled/v3/components/OrChips/OrChips.js +49 -0
  741. package/dist/bundled/v3/components/OrChips/OrChips.vue.d.ts +69 -0
  742. package/dist/bundled/v3/components/OrChips/constants.d.ts +9 -0
  743. package/dist/bundled/v3/components/OrChips/constants.js +10 -0
  744. package/dist/bundled/v3/components/OrChips/index.d.ts +2 -0
  745. package/dist/bundled/v3/components/OrChips/index.js +2 -0
  746. package/dist/bundled/v3/components/OrCode/OrCode.js +91 -0
  747. package/dist/bundled/v3/components/OrCode/OrCode.vue.d.ts +168 -0
  748. package/dist/bundled/v3/components/OrCode/constants.d.ts +8 -0
  749. package/dist/bundled/v3/components/OrCode/constants.js +11 -0
  750. package/dist/bundled/v3/components/OrCode/index.d.ts +3 -0
  751. package/dist/bundled/v3/components/OrCode/index.js +7 -0
  752. package/dist/bundled/v3/components/OrCode/lang.d.ts +11 -0
  753. package/dist/bundled/v3/components/OrCode/lang.js +27 -0
  754. package/dist/bundled/v3/components/OrCode/libs.d.ts +5 -0
  755. package/dist/bundled/v3/components/OrCode/libs.js +5 -0
  756. package/dist/bundled/v3/components/OrCode/theme.d.ts +24 -0
  757. package/dist/bundled/v3/components/OrCode/theme.js +189 -0
  758. package/dist/bundled/v3/components/OrCodeV3/OrCode.js +57 -0
  759. package/dist/bundled/v3/components/OrCodeV3/OrCode.vue.d.ts +131 -0
  760. package/dist/bundled/v3/components/OrCodeV3/index.d.ts +3 -0
  761. package/dist/bundled/v3/components/OrCodeV3/index.js +7 -0
  762. package/dist/bundled/v3/components/OrCodeV3/libs.d.ts +6 -0
  763. package/dist/bundled/v3/components/OrCodeV3/libs.js +5 -0
  764. package/dist/bundled/v3/components/OrCodeV3/props.d.ts +8 -0
  765. package/dist/bundled/v3/components/OrCodeV3/props.js +11 -0
  766. package/dist/bundled/v3/components/OrCodeV3/styles.d.ts +4 -0
  767. package/dist/bundled/v3/components/OrCodeV3/styles.js +28 -0
  768. package/dist/bundled/v3/components/OrCollapse/OrCollapse.js +36 -0
  769. package/dist/bundled/v3/components/OrCollapse/OrCollapse.vue.d.ts +53 -0
  770. package/dist/bundled/v3/components/OrCollapse/index.d.ts +1 -0
  771. package/dist/bundled/v3/components/OrCollapse/index.js +1 -0
  772. package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +76 -0
  773. package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.vue.d.ts +48 -0
  774. package/dist/bundled/v3/components/OrColorPicker/constants.d.ts +575 -0
  775. package/dist/bundled/v3/components/OrColorPicker/constants.js +323 -0
  776. package/dist/bundled/v3/components/OrColorPicker/index.d.ts +3 -0
  777. package/dist/bundled/v3/components/OrColorPicker/index.js +2 -0
  778. package/dist/bundled/v3/components/OrColorPicker/types.d.ts +1 -0
  779. package/dist/bundled/v3/components/OrColorPicker/types.js +1 -0
  780. package/dist/bundled/v3/components/OrColorPicker/utils/defultPalette.d.ts +2 -0
  781. package/dist/bundled/v3/components/OrColorPicker/utils/defultPalette.js +16 -0
  782. package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.js +54 -0
  783. package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.vue.d.ts +83 -0
  784. package/dist/bundled/v3/components/OrCombinedInputV3/index.d.ts +2 -0
  785. package/dist/bundled/v3/components/OrCombinedInputV3/index.js +2 -0
  786. package/dist/bundled/v3/components/OrCombinedInputV3/props.d.ts +1 -0
  787. package/dist/bundled/v3/components/OrCombinedInputV3/props.js +1 -0
  788. package/dist/bundled/v3/components/OrCombinedInputV3/styles.d.ts +2 -0
  789. package/dist/bundled/v3/components/OrCombinedInputV3/styles.js +16 -0
  790. package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +60 -0
  791. package/dist/bundled/v3/components/OrConfirm/OrConfirm.vue.d.ts +176 -0
  792. package/dist/bundled/v3/components/OrConfirm/index.d.ts +1 -0
  793. package/dist/bundled/v3/components/OrConfirm/index.js +1 -0
  794. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +67 -0
  795. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +138 -0
  796. package/dist/bundled/v3/components/OrConfirmV3/index.d.ts +2 -0
  797. package/dist/bundled/v3/components/OrConfirmV3/index.js +2 -0
  798. package/dist/bundled/v3/components/OrConfirmV3/props.d.ts +4 -0
  799. package/dist/bundled/v3/components/OrConfirmV3/props.js +7 -0
  800. package/dist/bundled/v3/components/OrConfirmV3/styles.d.ts +7 -0
  801. package/dist/bundled/v3/components/OrConfirmV3/styles.js +47 -0
  802. package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.js +20 -0
  803. package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.vue.d.ts +45 -0
  804. package/dist/bundled/v3/components/OrContextMenuV3/index.d.ts +2 -0
  805. package/dist/bundled/v3/components/OrContextMenuV3/index.js +2 -0
  806. package/dist/bundled/v3/components/OrContextMenuV3/props.d.ts +2 -0
  807. package/dist/bundled/v3/components/OrContextMenuV3/props.js +1 -0
  808. package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.js +13 -0
  809. package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.vue.d.ts +28 -0
  810. package/dist/bundled/v3/components/OrDateFormatV3/index.d.ts +1 -0
  811. package/dist/bundled/v3/components/OrDateFormatV3/index.js +1 -0
  812. package/dist/bundled/v3/components/OrDateFormatV3/styles.d.ts +1 -0
  813. package/dist/bundled/v3/components/OrDateFormatV3/styles.js +5 -0
  814. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +131 -0
  815. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +263 -0
  816. package/dist/bundled/v3/components/OrDatePickerV3/index.d.ts +2 -0
  817. package/dist/bundled/v3/components/OrDatePickerV3/index.js +2 -0
  818. package/dist/bundled/v3/components/OrDatePickerV3/props.d.ts +1 -0
  819. package/dist/bundled/v3/components/OrDatePickerV3/props.js +1 -0
  820. package/dist/bundled/v3/components/OrDatePickerV3/styles.d.ts +2 -0
  821. package/dist/bundled/v3/components/OrDatePickerV3/styles.js +10 -0
  822. package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +165 -0
  823. package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.vue.d.ts +553 -0
  824. package/dist/bundled/v3/components/OrDateRangePickerV3/index.d.ts +2 -0
  825. package/dist/bundled/v3/components/OrDateRangePickerV3/index.js +2 -0
  826. package/dist/bundled/v3/components/OrDateRangePickerV3/props.d.ts +1 -0
  827. package/dist/bundled/v3/components/OrDateRangePickerV3/props.js +1 -0
  828. package/dist/bundled/v3/components/OrDateRangePickerV3/styles.d.ts +2 -0
  829. package/dist/bundled/v3/components/OrDateRangePickerV3/styles.js +10 -0
  830. package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.js +13 -0
  831. package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.vue.d.ts +39 -0
  832. package/dist/bundled/v3/components/OrDateTimeFormatV3/index.d.ts +1 -0
  833. package/dist/bundled/v3/components/OrDateTimeFormatV3/index.js +1 -0
  834. package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.d.ts +1 -0
  835. package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.js +5 -0
  836. package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +228 -0
  837. package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.vue.d.ts +270 -0
  838. package/dist/bundled/v3/components/OrDateTimePicker/constants.d.ts +24 -0
  839. package/dist/bundled/v3/components/OrDateTimePicker/constants.js +20 -0
  840. package/dist/bundled/v3/components/OrDateTimePicker/index.d.ts +2 -0
  841. package/dist/bundled/v3/components/OrDateTimePicker/index.js +2 -0
  842. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +193 -0
  843. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +296 -0
  844. package/dist/bundled/v3/components/OrDateTimePickerV3/index.d.ts +5 -0
  845. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +12 -0
  846. package/dist/bundled/v3/components/OrDateTimePickerV3/props.d.ts +6 -0
  847. package/dist/bundled/v3/components/OrDateTimePickerV3/props.js +10 -0
  848. package/dist/bundled/v3/components/OrDateTimePickerV3/styles.d.ts +3 -0
  849. package/dist/bundled/v3/components/OrDateTimePickerV3/styles.js +11 -0
  850. package/dist/bundled/v3/components/OrDateTimePickerV3/types.d.ts +3 -0
  851. package/dist/bundled/v3/components/OrDateTimePickerV3/types.js +1 -0
  852. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.d.ts +1 -0
  853. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.js +8 -0
  854. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.d.ts +2 -0
  855. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.js +11 -0
  856. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.d.ts +1 -0
  857. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.js +6 -0
  858. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.d.ts +1 -0
  859. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +9 -0
  860. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.d.ts +1 -0
  861. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.js +6 -0
  862. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.d.ts +2 -0
  863. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +12 -0
  864. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.d.ts +6 -0
  865. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.js +6 -0
  866. package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.js +26 -0
  867. package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.vue.d.ts +86 -0
  868. package/dist/bundled/v3/components/OrEmptyStateV3/index.d.ts +3 -0
  869. package/dist/bundled/v3/components/OrEmptyStateV3/index.js +2 -0
  870. package/dist/bundled/v3/components/OrEmptyStateV3/props.d.ts +4 -0
  871. package/dist/bundled/v3/components/OrEmptyStateV3/props.js +7 -0
  872. package/dist/bundled/v3/components/OrEmptyStateV3/styles.d.ts +10 -0
  873. package/dist/bundled/v3/components/OrEmptyStateV3/styles.js +46 -0
  874. package/dist/bundled/v3/components/OrEmptyStateV3/types.d.ts +2 -0
  875. package/dist/bundled/v3/components/OrEmptyStateV3/types.js +1 -0
  876. package/dist/bundled/v3/components/OrError/OrError.js +18 -0
  877. package/dist/bundled/v3/components/OrError/OrError.vue.d.ts +15 -0
  878. package/dist/bundled/v3/components/OrError/index.d.ts +1 -0
  879. package/dist/bundled/v3/components/OrError/index.js +1 -0
  880. package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.js +20 -0
  881. package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.vue.d.ts +5 -0
  882. package/dist/bundled/v3/components/OrErrorTagV3/index.d.ts +1 -0
  883. package/dist/bundled/v3/components/OrErrorTagV3/index.js +1 -0
  884. package/dist/bundled/v3/components/OrErrorTagV3/styles.d.ts +1 -0
  885. package/dist/bundled/v3/components/OrErrorTagV3/styles.js +15 -0
  886. package/dist/bundled/v3/components/OrErrorV3/OrError.js +19 -0
  887. package/dist/bundled/v3/components/OrErrorV3/OrError.vue.d.ts +19 -0
  888. package/dist/bundled/v3/components/OrErrorV3/index.d.ts +1 -0
  889. package/dist/bundled/v3/components/OrErrorV3/index.js +1 -0
  890. package/dist/bundled/v3/components/OrErrorV3/styles.d.ts +3 -0
  891. package/dist/bundled/v3/components/OrErrorV3/styles.js +19 -0
  892. package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +34 -0
  893. package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.vue.d.ts +73 -0
  894. package/dist/bundled/v3/components/OrExpansionPanelV3/index.d.ts +2 -0
  895. package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +2 -0
  896. package/dist/bundled/v3/components/OrExpansionPanelV3/props.d.ts +13 -0
  897. package/dist/bundled/v3/components/OrExpansionPanelV3/props.js +18 -0
  898. package/dist/bundled/v3/components/OrExpansionPanelV3/styles.d.ts +7 -0
  899. package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +69 -0
  900. package/dist/bundled/v3/components/OrFabV3/OrFab.js +22 -0
  901. package/dist/bundled/v3/components/OrFabV3/OrFab.vue.d.ts +37 -0
  902. package/dist/bundled/v3/components/OrFabV3/index.d.ts +2 -0
  903. package/dist/bundled/v3/components/OrFabV3/index.js +2 -0
  904. package/dist/bundled/v3/components/OrFabV3/props.d.ts +4 -0
  905. package/dist/bundled/v3/components/OrFabV3/props.js +7 -0
  906. package/dist/bundled/v3/components/OrFabV3/styles.d.ts +3 -0
  907. package/dist/bundled/v3/components/OrFabV3/styles.js +19 -0
  908. package/dist/bundled/v3/components/OrFloating/OrFloating.js +24 -0
  909. package/dist/bundled/v3/components/OrFloating/OrFloating.vue.d.ts +123 -0
  910. package/dist/bundled/v3/components/OrFloating/constants.d.ts +18 -0
  911. package/dist/bundled/v3/components/OrFloating/constants.js +22 -0
  912. package/dist/bundled/v3/components/OrFloating/index.d.ts +2 -0
  913. package/dist/bundled/v3/components/OrFloating/index.js +2 -0
  914. package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.js +46 -0
  915. package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.vue.d.ts +67 -0
  916. package/dist/bundled/v3/components/OrFormGroupV3/index.d.ts +2 -0
  917. package/dist/bundled/v3/components/OrFormGroupV3/index.js +2 -0
  918. package/dist/bundled/v3/components/OrFormGroupV3/props.d.ts +4 -0
  919. package/dist/bundled/v3/components/OrFormGroupV3/props.js +7 -0
  920. package/dist/bundled/v3/components/OrFormGroupV3/styles.d.ts +5 -0
  921. package/dist/bundled/v3/components/OrFormGroupV3/styles.js +17 -0
  922. package/dist/bundled/v3/components/OrHint/OrHint.js +18 -0
  923. package/dist/bundled/v3/components/OrHint/OrHint.vue.d.ts +17 -0
  924. package/dist/bundled/v3/components/OrHint/index.d.ts +1 -0
  925. package/dist/bundled/v3/components/OrHint/index.js +1 -0
  926. package/dist/bundled/v3/components/OrHintV3/OrHint.js +19 -0
  927. package/dist/bundled/v3/components/OrHintV3/OrHint.vue.d.ts +19 -0
  928. package/dist/bundled/v3/components/OrHintV3/index.d.ts +1 -0
  929. package/dist/bundled/v3/components/OrHintV3/index.js +1 -0
  930. package/dist/bundled/v3/components/OrHintV3/styles.d.ts +3 -0
  931. package/dist/bundled/v3/components/OrHintV3/styles.js +19 -0
  932. package/dist/bundled/v3/components/OrIcon/OrIcon.js +44 -0
  933. package/dist/bundled/v3/components/OrIcon/OrIcon.vue.d.ts +95 -0
  934. package/dist/bundled/v3/components/OrIcon/constants.d.ts +20 -0
  935. package/dist/bundled/v3/components/OrIcon/constants.js +24 -0
  936. package/dist/bundled/v3/components/OrIcon/index.d.ts +2 -0
  937. package/dist/bundled/v3/components/OrIcon/index.js +2 -0
  938. package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.js +43 -0
  939. package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.vue.d.ts +106 -0
  940. package/dist/bundled/v3/components/OrIconButtonV2/index.d.ts +1 -0
  941. package/dist/bundled/v3/components/OrIconButtonV2/index.js +1 -0
  942. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +34 -0
  943. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.vue.d.ts +82 -0
  944. package/dist/bundled/v3/components/OrIconButtonV3/index.d.ts +2 -0
  945. package/dist/bundled/v3/components/OrIconButtonV3/index.js +3 -0
  946. package/dist/bundled/v3/components/OrIconButtonV3/props.d.ts +7 -0
  947. package/dist/bundled/v3/components/OrIconButtonV3/props.js +11 -0
  948. package/dist/bundled/v3/components/OrIconButtonV3/styles.d.ts +3 -0
  949. package/dist/bundled/v3/components/OrIconButtonV3/styles.js +72 -0
  950. package/dist/bundled/v3/components/OrIconV3/OrIcon.js +13 -0
  951. package/dist/bundled/v3/components/OrIconV3/OrIcon.vue.d.ts +36 -0
  952. package/dist/bundled/v3/components/OrIconV3/index.d.ts +2 -0
  953. package/dist/bundled/v3/components/OrIconV3/index.js +2 -0
  954. package/dist/bundled/v3/components/OrIconV3/props.d.ts +13 -0
  955. package/dist/bundled/v3/components/OrIconV3/props.js +17 -0
  956. package/dist/bundled/v3/components/OrIconV3/styles.d.ts +4 -0
  957. package/dist/bundled/v3/components/OrIconV3/styles.js +44 -0
  958. package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.js +15 -0
  959. package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.vue.d.ts +28 -0
  960. package/dist/bundled/v3/components/OrInlineInputBoxV3/index.d.ts +2 -0
  961. package/dist/bundled/v3/components/OrInlineInputBoxV3/index.js +2 -0
  962. package/dist/bundled/v3/components/OrInlineInputBoxV3/props.d.ts +4 -0
  963. package/dist/bundled/v3/components/OrInlineInputBoxV3/props.js +7 -0
  964. package/dist/bundled/v3/components/OrInlineInputBoxV3/styles.d.ts +3 -0
  965. package/dist/bundled/{v2/components/OrInlineInputBoxV3-14f7725c.js → v3/components/OrInlineInputBoxV3/styles.js} +1 -72
  966. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +85 -0
  967. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.vue.d.ts +106 -0
  968. package/dist/bundled/v3/components/OrInlineInputV3/index.d.ts +2 -0
  969. package/dist/bundled/v3/components/OrInlineInputV3/index.js +3 -0
  970. package/dist/bundled/v3/components/OrInlineInputV3/props.d.ts +5 -0
  971. package/dist/bundled/v3/components/OrInlineInputV3/props.js +9 -0
  972. package/dist/bundled/v3/components/OrInlineInputV3/styles.d.ts +5 -0
  973. package/dist/bundled/v3/components/OrInlineInputV3/styles.js +29 -0
  974. package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +116 -0
  975. package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.vue.d.ts +157 -0
  976. package/dist/bundled/v3/components/OrInlineTextEdit/constants.d.ts +9 -0
  977. package/dist/bundled/v3/components/OrInlineTextEdit/constants.js +13 -0
  978. package/dist/bundled/v3/components/OrInlineTextEdit/index.d.ts +2 -0
  979. package/dist/bundled/v3/components/OrInlineTextEdit/index.js +2 -0
  980. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +84 -0
  981. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +86 -0
  982. package/dist/bundled/v3/components/OrInlineTextareaV3/index.d.ts +1 -0
  983. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -0
  984. package/dist/bundled/v3/components/OrInlineTextareaV3/styles.d.ts +3 -0
  985. package/dist/bundled/v3/components/OrInlineTextareaV3/styles.js +21 -0
  986. package/dist/bundled/v3/components/OrInput/OrInput.js +117 -0
  987. package/dist/bundled/v3/components/OrInput/OrInput.vue.d.ts +153 -0
  988. package/dist/bundled/v3/components/OrInput/index.d.ts +1 -0
  989. package/dist/bundled/v3/components/OrInput/index.js +1 -0
  990. package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.js +27 -0
  991. package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.vue.d.ts +55 -0
  992. package/dist/bundled/v3/components/OrInputBoxV3/index.d.ts +2 -0
  993. package/dist/bundled/v3/components/OrInputBoxV3/index.js +2 -0
  994. package/dist/bundled/v3/components/OrInputBoxV3/props.d.ts +8 -0
  995. package/dist/bundled/v3/components/OrInputBoxV3/props.js +12 -0
  996. package/dist/bundled/v3/components/OrInputBoxV3/styles.d.ts +4 -0
  997. package/dist/bundled/v3/components/OrInputBoxV3/styles.js +49 -0
  998. package/dist/bundled/v3/components/OrInputV3/OrInput.js +121 -0
  999. package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +156 -0
  1000. package/dist/bundled/v3/components/OrInputV3/index.d.ts +2 -0
  1001. package/dist/bundled/v3/components/OrInputV3/index.js +3 -0
  1002. package/dist/bundled/v3/components/OrInputV3/props.d.ts +7 -0
  1003. package/dist/bundled/v3/components/OrInputV3/props.js +11 -0
  1004. package/dist/bundled/v3/components/OrInputV3/styles.d.ts +2 -0
  1005. package/dist/bundled/v3/components/OrInputV3/styles.js +14 -0
  1006. package/dist/bundled/v3/components/OrLabel/OrLabel.js +21 -0
  1007. package/dist/bundled/v3/components/OrLabel/OrLabel.vue.d.ts +32 -0
  1008. package/dist/bundled/v3/components/OrLabel/index.d.ts +1 -0
  1009. package/dist/bundled/v3/components/OrLabel/index.js +1 -0
  1010. package/dist/bundled/v3/components/OrLabelV3/OrLabel.js +24 -0
  1011. package/dist/bundled/v3/components/OrLabelV3/OrLabel.vue.d.ts +57 -0
  1012. package/dist/bundled/v3/components/OrLabelV3/index.d.ts +2 -0
  1013. package/dist/bundled/v3/components/OrLabelV3/index.js +2 -0
  1014. package/dist/bundled/v3/components/OrLabelV3/props.d.ts +5 -0
  1015. package/dist/bundled/v3/components/OrLabelV3/props.js +8 -0
  1016. package/dist/bundled/v3/components/OrLabelV3/styles.d.ts +5 -0
  1017. package/dist/bundled/v3/components/OrLabelV3/styles.js +38 -0
  1018. package/dist/bundled/v3/components/OrLinkV3/OrLink.js +20 -0
  1019. package/dist/bundled/v3/components/OrLinkV3/OrLink.vue.d.ts +63 -0
  1020. package/dist/bundled/v3/components/OrLinkV3/index.d.ts +2 -0
  1021. package/dist/bundled/v3/components/OrLinkV3/index.js +2 -0
  1022. package/dist/bundled/v3/components/OrLinkV3/props.d.ts +7 -0
  1023. package/dist/bundled/v3/components/OrLinkV3/props.js +10 -0
  1024. package/dist/bundled/v3/components/OrLinkV3/styles.d.ts +3 -0
  1025. package/dist/bundled/v3/components/OrLinkV3/styles.js +32 -0
  1026. package/dist/bundled/v3/components/OrList/OrList.js +84 -0
  1027. package/dist/bundled/v3/components/OrList/OrList.vue.d.ts +125 -0
  1028. package/dist/bundled/v3/components/OrList/index.d.ts +1 -0
  1029. package/dist/bundled/v3/components/OrList/index.js +1 -0
  1030. package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.js +91 -0
  1031. package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.vue.d.ts +95 -0
  1032. package/dist/bundled/v3/components/OrListOfInputs/index.d.ts +1 -0
  1033. package/dist/bundled/v3/components/OrListOfInputs/index.js +1 -0
  1034. package/dist/bundled/v3/components/OrListV3/OrList.js +63 -0
  1035. package/dist/bundled/v3/components/OrListV3/OrList.vue.d.ts +96 -0
  1036. package/dist/bundled/v3/components/OrListV3/index.d.ts +3 -0
  1037. package/dist/bundled/v3/components/OrListV3/index.js +1 -0
  1038. package/dist/bundled/v3/components/OrListV3/styles.d.ts +2 -0
  1039. package/dist/bundled/v3/components/OrListV3/styles.js +8 -0
  1040. package/dist/bundled/v3/components/OrListV3/types.d.ts +4 -0
  1041. package/dist/bundled/v3/components/OrListV3/types.js +1 -0
  1042. package/dist/bundled/v3/components/OrLoader/OrLoader.js +43 -0
  1043. package/dist/bundled/v3/components/OrLoader/OrLoader.vue.d.ts +57 -0
  1044. package/dist/bundled/v3/components/OrLoader/constants.d.ts +6 -0
  1045. package/dist/bundled/v3/components/OrLoader/constants.js +8 -0
  1046. package/dist/bundled/v3/components/OrLoader/index.d.ts +2 -0
  1047. package/dist/bundled/v3/components/OrLoader/index.js +2 -0
  1048. package/dist/bundled/v3/components/OrLoader/types.d.ts +3 -0
  1049. package/dist/bundled/v3/components/OrLoader/types.js +1 -0
  1050. package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +65 -0
  1051. package/dist/bundled/v3/components/OrLoaderV3/OrLoader.vue.d.ts +75 -0
  1052. package/dist/bundled/v3/components/OrLoaderV3/index.d.ts +2 -0
  1053. package/dist/bundled/v3/components/OrLoaderV3/index.js +2 -0
  1054. package/dist/bundled/v3/components/OrLoaderV3/props.d.ts +13 -0
  1055. package/dist/bundled/v3/components/OrLoaderV3/props.js +18 -0
  1056. package/dist/bundled/v3/components/OrLoaderV3/styles.d.ts +6 -0
  1057. package/dist/bundled/v3/components/OrLoaderV3/styles.js +17 -0
  1058. package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.js +28 -0
  1059. package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.vue.d.ts +40 -0
  1060. package/dist/bundled/v3/components/OrMenuItemV3/index.d.ts +1 -0
  1061. package/dist/bundled/v3/components/OrMenuItemV3/index.js +1 -0
  1062. package/dist/bundled/v3/components/OrMenuItemV3/styles.d.ts +1 -0
  1063. package/dist/bundled/v3/components/OrMenuItemV3/styles.js +21 -0
  1064. package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +29 -0
  1065. package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +66 -0
  1066. package/dist/bundled/v3/components/OrMenuV3/index.d.ts +2 -0
  1067. package/dist/bundled/v3/components/OrMenuV3/index.js +2 -0
  1068. package/dist/bundled/v3/components/OrMenuV3/props.d.ts +2 -0
  1069. package/dist/bundled/v3/components/OrMenuV3/props.js +1 -0
  1070. package/dist/bundled/v3/components/OrMenuV3/styles.d.ts +1 -0
  1071. package/dist/bundled/v3/components/OrMenuV3/styles.js +7 -0
  1072. package/dist/bundled/v3/components/OrModal/OrModal.js +52 -0
  1073. package/dist/bundled/v3/components/OrModal/OrModal.vue.d.ts +85 -0
  1074. package/dist/bundled/v3/components/OrModal/constants.d.ts +7 -0
  1075. package/dist/bundled/v3/components/OrModal/constants.js +10 -0
  1076. package/dist/bundled/v3/components/OrModal/index.d.ts +2 -0
  1077. package/dist/bundled/v3/components/OrModal/index.js +2 -0
  1078. package/dist/bundled/v3/components/OrModalV3/OrModal.js +40 -0
  1079. package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +44 -0
  1080. package/dist/bundled/v3/components/OrModalV3/index.d.ts +2 -0
  1081. package/dist/bundled/v3/components/OrModalV3/index.js +2 -0
  1082. package/dist/bundled/v3/components/OrModalV3/props.d.ts +5 -0
  1083. package/dist/bundled/v3/components/OrModalV3/props.js +8 -0
  1084. package/dist/bundled/v3/components/OrModalV3/styles.d.ts +3 -0
  1085. package/dist/bundled/v3/components/OrModalV3/styles.js +30 -0
  1086. package/dist/bundled/v3/components/OrNotification/OrNotification.js +36 -0
  1087. package/dist/bundled/v3/components/OrNotification/OrNotification.vue.d.ts +65 -0
  1088. package/dist/bundled/v3/components/OrNotification/constants.d.ts +10 -0
  1089. package/dist/bundled/v3/components/OrNotification/constants.js +14 -0
  1090. package/dist/bundled/v3/components/OrNotification/index.d.ts +2 -0
  1091. package/dist/bundled/v3/components/OrNotification/index.js +2 -0
  1092. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +28 -0
  1093. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.vue.d.ts +30 -0
  1094. package/dist/bundled/v3/components/OrNotificationV3/index.d.ts +2 -0
  1095. package/dist/bundled/v3/components/OrNotificationV3/index.js +2 -0
  1096. package/dist/bundled/v3/components/OrNotificationV3/props.d.ts +6 -0
  1097. package/dist/bundled/v3/components/OrNotificationV3/props.js +9 -0
  1098. package/dist/bundled/v3/components/OrNotificationV3/styles.d.ts +5 -0
  1099. package/dist/bundled/v3/components/OrNotificationV3/styles.js +54 -0
  1100. package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.js +60 -0
  1101. package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.vue.d.ts +139 -0
  1102. package/dist/bundled/v3/components/OrNumberInput/index.d.ts +1 -0
  1103. package/dist/bundled/v3/components/OrNumberInput/index.js +1 -0
  1104. package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +57 -0
  1105. package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.vue.d.ts +62 -0
  1106. package/dist/bundled/v3/components/OrOverflowMenu/index.d.ts +2 -0
  1107. package/dist/bundled/v3/components/OrOverflowMenu/index.js +1 -0
  1108. package/dist/bundled/v3/components/OrOverflowMenu/types.d.ts +7 -0
  1109. package/dist/bundled/v3/components/OrOverflowMenu/types.js +1 -0
  1110. package/dist/bundled/v3/components/OrOverlay/OrOverlay.js +17 -0
  1111. package/dist/bundled/v3/components/OrOverlay/OrOverlay.vue.d.ts +40 -0
  1112. package/dist/bundled/v3/components/OrOverlay/index.d.ts +1 -0
  1113. package/dist/bundled/v3/components/OrOverlay/index.js +1 -0
  1114. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +21 -0
  1115. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.vue.d.ts +17 -0
  1116. package/dist/bundled/v3/components/OrOverlayV3/index.d.ts +1 -0
  1117. package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -0
  1118. package/dist/bundled/v3/components/OrOverlayV3/styles.d.ts +1 -0
  1119. package/dist/bundled/v3/components/OrOverlayV3/styles.js +9 -0
  1120. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +107 -0
  1121. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.vue.d.ts +57 -0
  1122. package/dist/bundled/v3/components/OrPaginationV3/index.d.ts +2 -0
  1123. package/dist/bundled/v3/components/OrPaginationV3/index.js +1 -0
  1124. package/dist/bundled/v3/components/OrPaginationV3/styles.d.ts +4 -0
  1125. package/dist/bundled/v3/components/OrPaginationV3/styles.js +26 -0
  1126. package/dist/bundled/v3/components/OrPaginationV3/types.d.ts +4 -0
  1127. package/dist/bundled/v3/components/OrPaginationV3/types.js +1 -0
  1128. package/dist/bundled/v3/components/OrPassword/OrPassword.js +68 -0
  1129. package/dist/bundled/v3/components/OrPassword/OrPassword.vue.d.ts +117 -0
  1130. package/dist/bundled/v3/components/OrPassword/index.d.ts +1 -0
  1131. package/dist/bundled/v3/components/OrPassword/index.js +1 -0
  1132. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +39 -0
  1133. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +115 -0
  1134. package/dist/bundled/v3/components/OrPopoverV3/hooks/types.d.ts +77 -0
  1135. package/dist/bundled/v3/components/OrPopoverV3/hooks/types.js +1 -0
  1136. package/dist/bundled/v3/components/OrPopoverV3/hooks/useFloating.d.ts +4 -0
  1137. package/dist/bundled/v3/components/OrPopoverV3/hooks/useFloating.js +137 -0
  1138. package/dist/bundled/v3/components/OrPopoverV3/index.d.ts +2 -0
  1139. package/dist/bundled/v3/components/OrPopoverV3/index.js +2 -0
  1140. package/dist/bundled/v3/components/OrPopoverV3/props.d.ts +21 -0
  1141. package/dist/bundled/v3/components/OrPopoverV3/props.js +23 -0
  1142. package/dist/bundled/v3/components/OrPopoverV3/styles.d.ts +4 -0
  1143. package/dist/bundled/v3/components/OrPopoverV3/styles.js +46 -0
  1144. package/dist/bundled/v3/components/OrProgress/OrProgress.js +63 -0
  1145. package/dist/bundled/v3/components/OrProgress/OrProgress.vue.d.ts +122 -0
  1146. package/dist/bundled/v3/components/OrProgress/constants.d.ts +11 -0
  1147. package/dist/bundled/v3/components/OrProgress/constants.js +15 -0
  1148. package/dist/bundled/v3/components/OrProgress/index.d.ts +2 -0
  1149. package/dist/bundled/v3/components/OrProgress/index.js +2 -0
  1150. package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +78 -0
  1151. package/dist/bundled/v3/components/OrProgressV3/OrProgress.vue.d.ts +105 -0
  1152. package/dist/bundled/v3/components/OrProgressV3/index.d.ts +2 -0
  1153. package/dist/bundled/v3/components/OrProgressV3/index.js +2 -0
  1154. package/dist/bundled/v3/components/OrProgressV3/props.d.ts +11 -0
  1155. package/dist/bundled/v3/components/OrProgressV3/props.js +15 -0
  1156. package/dist/bundled/v3/components/OrProgressV3/styles.d.ts +11 -0
  1157. package/dist/bundled/v3/components/OrProgressV3/styles.js +63 -0
  1158. package/dist/bundled/v3/components/OrRadio/OrRadio.js +34 -0
  1159. package/dist/bundled/v3/components/OrRadio/OrRadio.vue.d.ts +68 -0
  1160. package/dist/bundled/v3/components/OrRadio/index.d.ts +1 -0
  1161. package/dist/bundled/v3/components/OrRadio/index.js +1 -0
  1162. package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.js +18 -0
  1163. package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.vue.d.ts +64 -0
  1164. package/dist/bundled/v3/components/OrRadioGroup/index.d.ts +1 -0
  1165. package/dist/bundled/v3/components/OrRadioGroup/index.js +1 -0
  1166. package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +32 -0
  1167. package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +83 -0
  1168. package/dist/bundled/v3/components/OrRadioGroupV3/index.d.ts +1 -0
  1169. package/dist/bundled/v3/components/OrRadioGroupV3/index.js +1 -0
  1170. package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +42 -0
  1171. package/dist/bundled/v3/components/OrRadioV3/OrRadio.vue.d.ts +78 -0
  1172. package/dist/bundled/v3/components/OrRadioV3/index.d.ts +1 -0
  1173. package/dist/bundled/v3/components/OrRadioV3/index.js +1 -0
  1174. package/dist/bundled/v3/components/OrRadioV3/styles.d.ts +3 -0
  1175. package/dist/bundled/v3/components/OrRadioV3/styles.js +31 -0
  1176. package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.js +71 -0
  1177. package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.vue.d.ts +96 -0
  1178. package/dist/bundled/v3/components/OrRangeSliderV3/index.d.ts +2 -0
  1179. package/dist/bundled/v3/components/OrRangeSliderV3/index.js +2 -0
  1180. package/dist/bundled/v3/components/OrRangeSliderV3/props.d.ts +1 -0
  1181. package/dist/bundled/v3/components/OrRangeSliderV3/props.js +1 -0
  1182. package/dist/bundled/v3/components/OrRangeSliderV3/styles.d.ts +14 -0
  1183. package/dist/bundled/v3/components/OrRangeSliderV3/styles.js +97 -0
  1184. package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.js +39 -0
  1185. package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.vue.d.ts +101 -0
  1186. package/dist/bundled/v3/components/OrResizeablePanelV3/index.d.ts +2 -0
  1187. package/dist/bundled/v3/components/OrResizeablePanelV3/index.js +2 -0
  1188. package/dist/bundled/v3/components/OrResizeablePanelV3/props.d.ts +12 -0
  1189. package/dist/bundled/v3/components/OrResizeablePanelV3/props.js +16 -0
  1190. package/dist/bundled/v3/components/OrResizeablePanelV3/styles.d.ts +13 -0
  1191. package/dist/bundled/v3/components/OrResizeablePanelV3/styles.js +186 -0
  1192. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +202 -0
  1193. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +119 -0
  1194. package/dist/bundled/v3/components/OrRichTextEditorV3/index.d.ts +2 -0
  1195. package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +2 -0
  1196. package/dist/bundled/v3/components/OrRichTextEditorV3/props.d.ts +5 -0
  1197. package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +7 -0
  1198. package/dist/bundled/v3/components/OrRichTextEditorV3/styles.d.ts +6 -0
  1199. package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +38 -0
  1200. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +3 -0
  1201. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +42 -0
  1202. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +27 -0
  1203. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +183 -0
  1204. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +1 -0
  1205. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -0
  1206. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +17 -0
  1207. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +199 -0
  1208. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +19 -0
  1209. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.js +1 -0
  1210. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.d.ts +3 -0
  1211. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +2 -0
  1212. package/dist/bundled/v3/components/OrSearch/OrSearch.js +71 -0
  1213. package/dist/bundled/v3/components/OrSearch/OrSearch.vue.d.ts +140 -0
  1214. package/dist/bundled/v3/components/OrSearch/index.d.ts +1 -0
  1215. package/dist/bundled/v3/components/OrSearch/index.js +1 -0
  1216. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +30 -0
  1217. package/dist/bundled/v3/components/OrSearchV3/OrSearch.vue.d.ts +81 -0
  1218. package/dist/bundled/v3/components/OrSearchV3/index.d.ts +2 -0
  1219. package/dist/bundled/v3/components/OrSearchV3/index.js +2 -0
  1220. package/dist/bundled/v3/components/OrSearchV3/props.d.ts +1 -0
  1221. package/dist/bundled/v3/components/OrSearchV3/props.js +1 -0
  1222. package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.js +26 -0
  1223. package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +50 -0
  1224. package/dist/bundled/v3/components/OrSegmentedControlV3/index.d.ts +3 -0
  1225. package/dist/bundled/v3/components/OrSegmentedControlV3/index.js +2 -0
  1226. package/dist/bundled/v3/components/OrSegmentedControlV3/props.d.ts +4 -0
  1227. package/dist/bundled/v3/components/OrSegmentedControlV3/props.js +7 -0
  1228. package/dist/bundled/v3/components/OrSegmentedControlV3/styles.d.ts +3 -0
  1229. package/dist/bundled/v3/components/OrSegmentedControlV3/styles.js +15 -0
  1230. package/dist/bundled/v3/components/OrSegmentedControlV3/types.d.ts +4 -0
  1231. package/dist/bundled/v3/components/OrSegmentedControlV3/types.js +1 -0
  1232. package/dist/bundled/v3/components/OrSelect/OrSelect.js +56 -0
  1233. package/dist/bundled/v3/components/OrSelect/OrSelect.vue.d.ts +181 -0
  1234. package/dist/bundled/v3/components/OrSelect/constants.d.ts +50 -0
  1235. package/dist/bundled/v3/components/OrSelect/constants.js +50 -0
  1236. package/dist/bundled/v3/components/OrSelect/index.d.ts +2 -0
  1237. package/dist/bundled/v3/components/OrSelect/index.js +1 -0
  1238. package/dist/bundled/v3/components/OrSelect/types.d.ts +9 -0
  1239. package/dist/bundled/v3/components/OrSelect/types.js +1 -0
  1240. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +236 -0
  1241. package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +213 -0
  1242. package/dist/bundled/v3/components/OrSelectV3/index.d.ts +3 -0
  1243. package/dist/bundled/v3/components/OrSelectV3/index.js +2 -0
  1244. package/dist/bundled/v3/components/OrSelectV3/props.d.ts +1 -0
  1245. package/dist/bundled/v3/components/OrSelectV3/props.js +1 -0
  1246. package/dist/bundled/v3/components/OrSelectV3/styles.d.ts +8 -0
  1247. package/dist/bundled/v3/components/OrSelectV3/styles.js +54 -0
  1248. package/dist/bundled/v3/components/OrSelectV3/types.d.ts +12 -0
  1249. package/dist/bundled/v3/components/OrSelectV3/types.js +1 -0
  1250. package/dist/bundled/v3/components/OrSidebar/OrSidebar.js +37 -0
  1251. package/dist/bundled/v3/components/OrSidebar/OrSidebar.vue.d.ts +63 -0
  1252. package/dist/bundled/v3/components/OrSidebar/constants.d.ts +4 -0
  1253. package/dist/bundled/v3/components/OrSidebar/constants.js +7 -0
  1254. package/dist/bundled/v3/components/OrSidebar/index.d.ts +2 -0
  1255. package/dist/bundled/v3/components/OrSidebar/index.js +2 -0
  1256. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +44 -0
  1257. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.vue.d.ts +159 -0
  1258. package/dist/bundled/v3/components/OrSidebarV3/index.d.ts +2 -0
  1259. package/dist/bundled/v3/components/OrSidebarV3/index.js +3 -0
  1260. package/dist/bundled/v3/components/OrSidebarV3/props.d.ts +9 -0
  1261. package/dist/bundled/v3/components/OrSidebarV3/props.js +9 -0
  1262. package/dist/bundled/v3/components/OrSidebarV3/styles.d.ts +8 -0
  1263. package/dist/bundled/v3/components/OrSidebarV3/styles.js +64 -0
  1264. package/dist/bundled/v3/components/OrSkeleton/constants.d.ts +9 -0
  1265. package/dist/bundled/v3/components/OrSkeleton/constants.js +12 -0
  1266. package/dist/bundled/v3/components/OrSkeleton/index.d.ts +4 -0
  1267. package/dist/bundled/v3/components/OrSkeleton/index.js +4 -0
  1268. package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.js +18 -0
  1269. package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.vue.d.ts +32 -0
  1270. package/dist/bundled/v3/components/OrSkeletonCircle/index.d.ts +2 -0
  1271. package/dist/bundled/v3/components/OrSkeletonCircle/index.js +2 -0
  1272. package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.js +14 -0
  1273. package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.vue.d.ts +36 -0
  1274. package/dist/bundled/v3/components/OrSkeletonCircleV3/index.d.ts +1 -0
  1275. package/dist/bundled/v3/components/OrSkeletonCircleV3/index.js +1 -0
  1276. package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.js +18 -0
  1277. package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.vue.d.ts +43 -0
  1278. package/dist/bundled/v3/components/OrSkeletonRect/index.d.ts +2 -0
  1279. package/dist/bundled/v3/components/OrSkeletonRect/index.js +2 -0
  1280. package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.js +14 -0
  1281. package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.vue.d.ts +45 -0
  1282. package/dist/bundled/v3/components/OrSkeletonRectV3/index.d.ts +1 -0
  1283. package/dist/bundled/v3/components/OrSkeletonRectV3/index.js +1 -0
  1284. package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.js +23 -0
  1285. package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.vue.d.ts +57 -0
  1286. package/dist/bundled/v3/components/OrSkeletonText/index.d.ts +2 -0
  1287. package/dist/bundled/v3/components/OrSkeletonText/index.js +2 -0
  1288. package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.js +20 -0
  1289. package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.vue.d.ts +72 -0
  1290. package/dist/bundled/v3/components/OrSkeletonTextV3/index.d.ts +1 -0
  1291. package/dist/bundled/v3/components/OrSkeletonTextV3/index.js +1 -0
  1292. package/dist/bundled/v3/components/OrSkeletonV3/index.d.ts +3 -0
  1293. package/dist/bundled/v3/components/OrSkeletonV3/index.js +3 -0
  1294. package/dist/bundled/v3/components/OrSkeletonV3/styles.d.ts +6 -0
  1295. package/dist/bundled/v3/components/OrSkeletonV3/styles.js +34 -0
  1296. package/dist/bundled/v3/components/OrSlider/OrSlider.js +98 -0
  1297. package/dist/bundled/v3/components/OrSlider/OrSlider.vue.d.ts +136 -0
  1298. package/dist/bundled/v3/components/OrSlider/index.d.ts +1 -0
  1299. package/dist/bundled/v3/components/OrSlider/index.js +1 -0
  1300. package/dist/bundled/v3/components/OrSliderV3/OrSlider.js +51 -0
  1301. package/dist/bundled/v3/components/OrSliderV3/OrSlider.vue.d.ts +89 -0
  1302. package/dist/bundled/v3/components/OrSliderV3/index.d.ts +2 -0
  1303. package/dist/bundled/v3/components/OrSliderV3/index.js +2 -0
  1304. package/dist/bundled/v3/components/OrSliderV3/props.d.ts +8 -0
  1305. package/dist/bundled/v3/components/OrSliderV3/props.js +12 -0
  1306. package/dist/bundled/v3/components/OrSliderV3/styles.d.ts +12 -0
  1307. package/dist/bundled/v3/components/OrSliderV3/styles.js +92 -0
  1308. package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +52 -0
  1309. package/dist/bundled/v3/components/OrSortingV3/OrSorting.vue.d.ts +35 -0
  1310. package/dist/bundled/v3/components/OrSortingV3/index.d.ts +2 -0
  1311. package/dist/bundled/v3/components/OrSortingV3/index.js +1 -0
  1312. package/dist/bundled/v3/components/OrSortingV3/styles.d.ts +2 -0
  1313. package/dist/bundled/v3/components/OrSortingV3/styles.js +6 -0
  1314. package/dist/bundled/v3/components/OrSortingV3/types.d.ts +4 -0
  1315. package/dist/bundled/v3/components/OrSortingV3/types.js +1 -0
  1316. package/dist/bundled/v3/components/OrStepper/OrStepper.js +53 -0
  1317. package/dist/bundled/v3/components/OrStepper/OrStepper.vue.d.ts +79 -0
  1318. package/dist/bundled/v3/components/OrStepper/index.d.ts +1 -0
  1319. package/dist/bundled/v3/components/OrStepper/index.js +1 -0
  1320. package/dist/bundled/v3/components/OrSwitch/OrSwitch.js +49 -0
  1321. package/dist/bundled/v3/components/OrSwitch/OrSwitch.vue.d.ts +70 -0
  1322. package/dist/bundled/v3/components/OrSwitch/index.d.ts +1 -0
  1323. package/dist/bundled/v3/components/OrSwitch/index.js +1 -0
  1324. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +53 -0
  1325. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.vue.d.ts +89 -0
  1326. package/dist/bundled/v3/components/OrSwitchV3/index.d.ts +1 -0
  1327. package/dist/bundled/v3/components/OrSwitchV3/index.js +1 -0
  1328. package/dist/bundled/v3/components/OrSwitchV3/styles.d.ts +5 -0
  1329. package/dist/bundled/v3/components/OrSwitchV3/styles.js +51 -0
  1330. package/dist/bundled/v3/components/OrTab/OrTab.js +19 -0
  1331. package/dist/bundled/v3/components/OrTab/OrTab.vue.d.ts +44 -0
  1332. package/dist/bundled/v3/components/OrTab/index.d.ts +1 -0
  1333. package/dist/bundled/v3/components/OrTab/index.js +1 -0
  1334. package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.js +27 -0
  1335. package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.vue.d.ts +49 -0
  1336. package/dist/bundled/v3/components/OrTabHeaderItem/index.d.ts +1 -0
  1337. package/dist/bundled/v3/components/OrTabHeaderItem/index.js +1 -0
  1338. package/dist/bundled/v3/components/OrTabV3/OrTab.js +19 -0
  1339. package/dist/bundled/v3/components/OrTabV3/OrTab.vue.d.ts +21 -0
  1340. package/dist/bundled/v3/components/OrTabV3/index.d.ts +1 -0
  1341. package/dist/bundled/v3/components/OrTabV3/index.js +1 -0
  1342. package/dist/bundled/v3/components/OrTabV3/styles.d.ts +1 -0
  1343. package/dist/bundled/v3/components/OrTabV3/styles.js +19 -0
  1344. package/dist/bundled/v3/components/OrTabs/OrTabs.js +43 -0
  1345. package/dist/bundled/v3/components/OrTabs/OrTabs.vue.d.ts +13 -0
  1346. package/dist/bundled/v3/components/OrTabs/index.d.ts +1 -0
  1347. package/dist/bundled/v3/components/OrTabs/index.js +1 -0
  1348. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +65 -0
  1349. package/dist/bundled/v3/components/OrTabsV3/OrTabs.vue.d.ts +57 -0
  1350. package/dist/bundled/v3/components/OrTabsV3/index.d.ts +3 -0
  1351. package/dist/bundled/v3/components/OrTabsV3/index.js +2 -0
  1352. package/dist/bundled/v3/components/OrTabsV3/props.d.ts +4 -0
  1353. package/dist/bundled/v3/components/OrTabsV3/props.js +7 -0
  1354. package/dist/bundled/v3/components/OrTabsV3/styles.d.ts +5 -0
  1355. package/dist/bundled/v3/components/OrTabsV3/styles.js +31 -0
  1356. package/dist/bundled/v3/components/OrTabsV3/types.d.ts +4 -0
  1357. package/dist/bundled/v3/components/OrTabsV3/types.js +1 -0
  1358. package/dist/bundled/v3/components/OrTag/OrTag.js +33 -0
  1359. package/dist/bundled/v3/components/OrTag/OrTag.vue.d.ts +54 -0
  1360. package/dist/bundled/v3/components/OrTag/index.d.ts +1 -0
  1361. package/dist/bundled/v3/components/OrTag/index.js +1 -0
  1362. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +126 -0
  1363. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +150 -0
  1364. package/dist/bundled/v3/components/OrTagInputV3/index.d.ts +2 -0
  1365. package/dist/bundled/v3/components/OrTagInputV3/index.js +2 -0
  1366. package/dist/bundled/v3/components/OrTagInputV3/props.d.ts +1 -0
  1367. package/dist/bundled/v3/components/OrTagInputV3/props.js +1 -0
  1368. package/dist/bundled/v3/components/OrTagInputV3/styles.d.ts +3 -0
  1369. package/dist/bundled/v3/components/OrTagInputV3/styles.js +17 -0
  1370. package/dist/bundled/v3/components/OrTagV3/OrTag.js +32 -0
  1371. package/dist/bundled/v3/components/OrTagV3/OrTag.vue.d.ts +43 -0
  1372. package/dist/bundled/v3/components/OrTagV3/index.d.ts +2 -0
  1373. package/dist/bundled/v3/components/OrTagV3/index.js +2 -0
  1374. package/dist/bundled/v3/components/OrTagV3/props.d.ts +9 -0
  1375. package/dist/bundled/v3/components/OrTagV3/props.js +13 -0
  1376. package/dist/bundled/v3/components/OrTagV3/styles.d.ts +4 -0
  1377. package/dist/bundled/v3/components/OrTagV3/styles.js +32 -0
  1378. package/dist/bundled/v3/components/OrTagsV3/OrTags.js +68 -0
  1379. package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +66 -0
  1380. package/dist/bundled/v3/components/OrTagsV3/index.d.ts +2 -0
  1381. package/dist/bundled/v3/components/OrTagsV3/index.js +2 -0
  1382. package/dist/bundled/v3/components/OrTagsV3/props.d.ts +6 -0
  1383. package/dist/bundled/v3/components/OrTagsV3/props.js +11 -0
  1384. package/dist/bundled/v3/components/OrTagsV3/styles.d.ts +6 -0
  1385. package/dist/bundled/v3/components/OrTagsV3/styles.js +46 -0
  1386. package/dist/bundled/v3/components/OrTagsV3/types.d.ts +6 -0
  1387. package/dist/bundled/v3/components/OrTagsV3/types.js +1 -0
  1388. package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.d.ts +2 -0
  1389. package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.js +12 -0
  1390. package/dist/bundled/v3/components/OrTeleport/OrTeleport.js +20 -0
  1391. package/dist/bundled/v3/components/OrTeleport/OrTeleport.vue3.vue.d.ts +27 -0
  1392. package/dist/bundled/v3/components/OrTeleport/constants.d.ts +12 -0
  1393. package/dist/bundled/v3/components/OrTeleport/constants.js +16 -0
  1394. package/dist/bundled/v3/components/OrTeleport/index.d.ts +2 -0
  1395. package/dist/bundled/v3/components/OrTeleport/index.js +1 -0
  1396. package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.js +13 -0
  1397. package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.vue3.vue.d.ts +23 -0
  1398. package/dist/bundled/v3/components/OrTeleportV3/index.d.ts +1 -0
  1399. package/dist/bundled/v3/components/OrTeleportV3/index.js +1 -0
  1400. package/dist/bundled/v3/components/OrTextV3/OrText.js +17 -0
  1401. package/dist/bundled/v3/components/OrTextV3/OrText.vue.d.ts +54 -0
  1402. package/dist/bundled/v3/components/OrTextV3/index.d.ts +1 -0
  1403. package/dist/bundled/v3/components/OrTextV3/index.js +1 -0
  1404. package/dist/bundled/v3/components/OrTextV3/styles.d.ts +3 -0
  1405. package/dist/bundled/v3/components/OrTextV3/styles.js +17 -0
  1406. package/dist/bundled/v3/components/OrTextarea/OrTextarea.js +115 -0
  1407. package/dist/bundled/v3/components/OrTextarea/OrTextarea.vue.d.ts +131 -0
  1408. package/dist/bundled/v3/components/OrTextarea/index.d.ts +1 -0
  1409. package/dist/bundled/v3/components/OrTextarea/index.js +1 -0
  1410. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +84 -0
  1411. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.vue.d.ts +117 -0
  1412. package/dist/bundled/v3/components/OrTextareaV3/index.d.ts +2 -0
  1413. package/dist/bundled/v3/components/OrTextareaV3/index.js +2 -0
  1414. package/dist/bundled/v3/components/OrTextareaV3/props.d.ts +1 -0
  1415. package/dist/bundled/v3/components/OrTextareaV3/props.js +1 -0
  1416. package/dist/bundled/v3/components/OrTextareaV3/styles.d.ts +2 -0
  1417. package/dist/bundled/v3/components/OrTextareaV3/styles.js +16 -0
  1418. package/dist/bundled/v3/components/OrTextbox/OrTextbox.js +148 -0
  1419. package/dist/bundled/v3/components/OrTextbox/OrTextbox.vue.d.ts +257 -0
  1420. package/dist/bundled/v3/components/OrTextbox/constants.d.ts +8 -0
  1421. package/dist/bundled/v3/components/OrTextbox/constants.js +11 -0
  1422. package/dist/bundled/v3/components/OrTextbox/index.d.ts +2 -0
  1423. package/dist/bundled/v3/components/OrTextbox/index.js +2 -0
  1424. package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.js +13 -0
  1425. package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.vue.d.ts +38 -0
  1426. package/dist/bundled/v3/components/OrTimeFormatV3/index.d.ts +1 -0
  1427. package/dist/bundled/v3/components/OrTimeFormatV3/index.js +1 -0
  1428. package/dist/bundled/v3/components/OrTimeFormatV3/styles.d.ts +1 -0
  1429. package/dist/bundled/v3/components/OrTimeFormatV3/styles.js +5 -0
  1430. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +128 -0
  1431. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +263 -0
  1432. package/dist/bundled/v3/components/OrTimePickerV3/index.d.ts +2 -0
  1433. package/dist/bundled/v3/components/OrTimePickerV3/index.js +3 -0
  1434. package/dist/bundled/v3/components/OrTimePickerV3/props.d.ts +2 -0
  1435. package/dist/bundled/v3/components/OrTimePickerV3/props.js +2 -0
  1436. package/dist/bundled/v3/components/OrTimePickerV3/styles.d.ts +2 -0
  1437. package/dist/bundled/v3/components/OrTimePickerV3/styles.js +8 -0
  1438. package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +154 -0
  1439. package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.vue.d.ts +559 -0
  1440. package/dist/bundled/v3/components/OrTimeRangePickerV3/index.d.ts +2 -0
  1441. package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +3 -0
  1442. package/dist/bundled/v3/components/OrTimeRangePickerV3/props.d.ts +2 -0
  1443. package/dist/bundled/v3/components/OrTimeRangePickerV3/props.js +2 -0
  1444. package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.d.ts +2 -0
  1445. package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +8 -0
  1446. package/dist/bundled/v3/components/OrToast/OrToast.js +118 -0
  1447. package/dist/bundled/v3/components/OrToast/OrToast.vue.d.ts +61 -0
  1448. package/dist/bundled/v3/components/OrToast/Timer.d.ts +11 -0
  1449. package/dist/bundled/v3/components/OrToast/Timer.js +37 -0
  1450. package/dist/bundled/v3/components/OrToast/composable/index.d.ts +2 -0
  1451. package/dist/bundled/v3/components/OrToast/composable/index.js +2 -0
  1452. package/dist/bundled/v3/components/OrToast/composable/useQueue.d.ts +8 -0
  1453. package/dist/bundled/v3/components/OrToast/composable/useQueue.js +33 -0
  1454. package/dist/bundled/v3/components/OrToast/composable/useToast.d.ts +8 -0
  1455. package/dist/bundled/v3/components/OrToast/composable/useToast.js +86 -0
  1456. package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.d.ts +9 -0
  1457. package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +25 -0
  1458. package/dist/bundled/v3/components/OrToast/constants.d.ts +18 -0
  1459. package/dist/bundled/v3/components/OrToast/constants.js +24 -0
  1460. package/dist/bundled/v3/components/OrToast/index.d.ts +5 -0
  1461. package/dist/bundled/v3/components/OrToast/index.js +5 -0
  1462. package/dist/bundled/v3/components/OrToast/types.d.ts +35 -0
  1463. package/dist/bundled/v3/components/OrToast/types.js +1 -0
  1464. package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +42 -0
  1465. package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.vue.d.ts +63 -0
  1466. package/dist/bundled/v3/components/OrToastContainer/index.d.ts +4 -0
  1467. package/dist/bundled/v3/components/OrToastContainer/index.js +4 -0
  1468. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +43 -0
  1469. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.vue.d.ts +57 -0
  1470. package/dist/bundled/v3/components/OrToastContainerV3/index.d.ts +4 -0
  1471. package/dist/bundled/v3/components/OrToastContainerV3/index.js +5 -0
  1472. package/dist/bundled/{v2/components/OrToastV3-f1194c3f.js → v3/components/OrToastV3/OrToast.js} +58 -552
  1473. package/dist/bundled/v3/components/OrToastV3/OrToast.vue.d.ts +56 -0
  1474. package/dist/bundled/v3/components/OrToastV3/Timer.d.ts +11 -0
  1475. package/dist/bundled/v3/components/OrToastV3/Timer.js +37 -0
  1476. package/dist/bundled/v3/components/OrToastV3/composable/index.d.ts +2 -0
  1477. package/dist/bundled/v3/components/OrToastV3/composable/index.js +2 -0
  1478. package/dist/bundled/v3/components/OrToastV3/composable/useQueue.d.ts +8 -0
  1479. package/dist/bundled/v3/components/OrToastV3/composable/useQueue.js +33 -0
  1480. package/dist/bundled/v3/components/OrToastV3/composable/useToast.d.ts +8 -0
  1481. package/dist/bundled/v3/components/OrToastV3/composable/useToast.js +86 -0
  1482. package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.d.ts +9 -0
  1483. package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +25 -0
  1484. package/dist/bundled/v3/components/OrToastV3/index.d.ts +5 -0
  1485. package/dist/bundled/v3/components/OrToastV3/index.js +6 -0
  1486. package/dist/bundled/v3/components/OrToastV3/props.d.ts +18 -0
  1487. package/dist/bundled/v3/components/OrToastV3/props.js +1 -0
  1488. package/dist/bundled/v3/components/OrToastV3/styles.d.ts +5 -0
  1489. package/dist/bundled/v3/components/OrToastV3/styles.js +59 -0
  1490. package/dist/bundled/v3/components/OrToastV3/types.d.ts +35 -0
  1491. package/dist/bundled/v3/components/OrToastV3/types.js +1 -0
  1492. package/dist/bundled/v3/components/OrTooltip/OrTooltip.js +48 -0
  1493. package/dist/bundled/v3/components/OrTooltip/OrTooltip.vue.d.ts +73 -0
  1494. package/dist/bundled/v3/components/OrTooltip/index.d.ts +2 -0
  1495. package/dist/bundled/v3/components/OrTooltip/index.js +2 -0
  1496. package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.js +24 -0
  1497. package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.vue.d.ts +28 -0
  1498. package/dist/bundled/v3/components/OrTooltipContent/index.d.ts +1 -0
  1499. package/dist/bundled/v3/components/OrTooltipContent/index.js +1 -0
  1500. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +33 -0
  1501. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +82 -0
  1502. package/dist/bundled/v3/components/OrTooltipV3/index.d.ts +2 -0
  1503. package/dist/bundled/v3/components/OrTooltipV3/index.js +2 -0
  1504. package/dist/bundled/v3/components/OrTooltipV3/props.d.ts +2 -0
  1505. package/dist/bundled/v3/components/OrTooltipV3/props.js +1 -0
  1506. package/dist/bundled/v3/components/OrTooltipV3/styles.d.ts +4 -0
  1507. package/dist/bundled/v3/components/OrTooltipV3/styles.js +48 -0
  1508. package/dist/bundled/v3/components/OrTreeV3/OrTree.js +31 -0
  1509. package/dist/bundled/v3/components/OrTreeV3/OrTree.vue.d.ts +35 -0
  1510. package/dist/bundled/v3/components/OrTreeV3/index.d.ts +2 -0
  1511. package/dist/bundled/v3/components/OrTreeV3/index.js +2 -0
  1512. package/dist/bundled/v3/components/OrTreeV3/types.d.ts +15 -0
  1513. package/dist/bundled/v3/components/OrTreeV3/types.js +8 -0
  1514. package/dist/bundled/v3/components/index.d.ts +119 -0
  1515. package/dist/bundled/v3/components/index.js +200 -0
  1516. package/dist/bundled/v3/directives/dropdown-close.d.ts +6 -0
  1517. package/dist/bundled/v3/directives/dropdown-close.js +14 -0
  1518. package/dist/bundled/v3/directives/dropdown-open.d.ts +6 -0
  1519. package/dist/bundled/v3/directives/dropdown-open.js +19 -0
  1520. package/dist/bundled/v3/directives/index.d.ts +2 -0
  1521. package/dist/bundled/v3/directives/index.js +2 -0
  1522. package/dist/bundled/v3/dom-cec392f3.js +260 -0
  1523. package/dist/bundled/v3/eq-44ea4d70.js +77 -0
  1524. package/dist/bundled/v3/floating-ui.dom-d9ef0d1f.js +1443 -0
  1525. package/dist/bundled/v3/get-34aa21f4.js +856 -0
  1526. package/dist/bundled/v3/hooks/index.d.ts +10 -0
  1527. package/dist/bundled/v3/hooks/index.js +10 -0
  1528. package/dist/bundled/v3/hooks/useControlAttributes.d.ts +7 -0
  1529. package/dist/bundled/v3/hooks/useControlAttributes.js +12 -0
  1530. package/dist/bundled/v3/hooks/useElevation.d.ts +3 -0
  1531. package/dist/bundled/v3/hooks/useElevation.js +25 -0
  1532. package/dist/bundled/v3/hooks/useIdAttribute.d.ts +2 -0
  1533. package/dist/bundled/v3/hooks/useIdAttribute.js +12 -0
  1534. package/dist/bundled/v3/hooks/useOverflow.d.ts +11 -0
  1535. package/dist/bundled/v3/hooks/useOverflow.js +75 -0
  1536. package/dist/bundled/v3/hooks/usePopoverState.d.ts +12 -0
  1537. package/dist/bundled/v3/hooks/usePopoverState.js +42 -0
  1538. package/dist/bundled/v3/hooks/useProxyModelValue.d.ts +8 -0
  1539. package/dist/bundled/v3/hooks/useProxyModelValue.js +29 -0
  1540. package/dist/bundled/v3/hooks/useResponsive/index.d.ts +1 -0
  1541. package/dist/bundled/v3/hooks/useResponsive/index.js +1 -0
  1542. package/dist/bundled/v3/hooks/useResponsive/useResponsive.d.ts +6 -0
  1543. package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +203 -0
  1544. package/dist/bundled/v3/hooks/useTheme.d.ts +3 -0
  1545. package/dist/bundled/{v2/components/OrBottomSheetV3-a3df65d0.js → v3/hooks/useTheme.js} +4 -3314
  1546. package/dist/bundled/v3/hooks/useToggle.d.ts +8 -0
  1547. package/dist/bundled/v3/hooks/useToggle.js +23 -0
  1548. package/dist/bundled/v3/hooks/useValidationAttributes.d.ts +11 -0
  1549. package/dist/bundled/v3/hooks/useValidationAttributes.js +16 -0
  1550. package/dist/bundled/v3/index-06852368.js +819 -0
  1551. package/dist/bundled/v3/index-0fa7e6ca.js +114 -0
  1552. package/dist/bundled/v3/index-2ca6453c.js +8 -0
  1553. package/dist/bundled/v3/index-4a4ab262.js +837 -0
  1554. package/dist/bundled/v3/index-57f01e0d.js +94 -0
  1555. package/dist/bundled/v3/index-59ae65a4.js +3158 -0
  1556. package/dist/bundled/v3/index-67eff9fe.js +9715 -0
  1557. package/dist/bundled/v3/index-74353328.js +1912 -0
  1558. package/dist/bundled/v3/index-9b8fe3ec.js +760 -0
  1559. package/dist/bundled/v3/index-c8fc7964.js +361 -0
  1560. package/dist/bundled/v3/index-d32c767e.js +18517 -0
  1561. package/dist/bundled/v3/index-e1e02235.js +1636 -0
  1562. package/dist/bundled/v3/index-f1d66df5.js +2301 -0
  1563. package/dist/bundled/v3/index-f537aa31.js +1379 -0
  1564. package/dist/bundled/v3/index-f671afe5.js +7127 -0
  1565. package/dist/bundled/v3/index-ffeb3fc8.js +295 -0
  1566. package/dist/bundled/v3/index.d.ts +5 -0
  1567. package/dist/bundled/v3/index.js +302 -0
  1568. package/dist/bundled/v3/isArrayLike-e7fb5cae.js +91 -0
  1569. package/dist/bundled/v3/isEqual-7a8e6106.js +38 -0
  1570. package/dist/bundled/v3/isObject-b7415fc1.js +202 -0
  1571. package/dist/bundled/v3/markdown-7d2cd3a5.js +8287 -0
  1572. package/dist/bundled/v3/props-7be029c7.js +32 -0
  1573. package/dist/bundled/v3/range-82efa3d4.js +136 -0
  1574. package/dist/bundled/v3/round-567ede34.js +66 -0
  1575. package/dist/bundled/v3/sortable.esm-11705107.js +2580 -0
  1576. package/dist/bundled/v3/style-inject.es-4c6f2515.js +26 -0
  1577. package/dist/bundled/v3/toFinite-bc59ffb0.js +142 -0
  1578. package/dist/bundled/v3/toInteger-9fa0151c.js +38 -0
  1579. package/dist/bundled/v3/toString-b6e4472a.js +114 -0
  1580. package/dist/bundled/v3/types-668300dd.js +5 -0
  1581. package/dist/bundled/v3/useFocusTrap-dabc16ec.js +1381 -0
  1582. package/dist/bundled/v3/utils/constants/color.d.ts +14 -0
  1583. package/dist/bundled/v3/utils/constants/color.js +16 -0
  1584. package/dist/bundled/v3/utils/constants/key-codes.d.ts +14 -0
  1585. package/dist/bundled/v3/utils/constants/key-codes.js +16 -0
  1586. package/dist/bundled/v3/utils/constants/poper.d.ts +8 -0
  1587. package/dist/bundled/v3/utils/constants/poper.js +10 -0
  1588. package/dist/bundled/v3/utils/constants/regex.d.ts +42 -0
  1589. package/dist/bundled/v3/utils/constants/regex.js +49 -0
  1590. package/dist/bundled/v3/utils/functions/color.d.ts +19 -0
  1591. package/dist/bundled/v3/utils/functions/color.js +40 -0
  1592. package/dist/bundled/v3/utils/functions/dom.d.ts +31 -0
  1593. package/dist/bundled/v3/utils/functions/dom.js +2 -0
  1594. package/dist/bundled/v3/utils/functions/flattenDeep.d.ts +2 -0
  1595. package/dist/bundled/v3/utils/functions/flattenDeep.js +6 -0
  1596. package/dist/bundled/v3/utils/functions/hash.d.ts +2 -0
  1597. package/dist/bundled/v3/utils/functions/hash.js +8 -0
  1598. package/dist/bundled/v3/utils/functions/px-to-rem.d.ts +1 -0
  1599. package/dist/bundled/v3/utils/functions/px-to-rem.js +3 -0
  1600. package/dist/bundled/v3/utils/functions/text.d.ts +1 -0
  1601. package/dist/bundled/v3/utils/functions/text.js +9 -0
  1602. package/dist/bundled/v3/utils/index.d.ts +14 -0
  1603. package/dist/bundled/v3/utils/index.js +12 -0
  1604. package/dist/bundled/v3/utils/isEmpty.d.ts +1 -0
  1605. package/dist/bundled/v3/utils/isEmpty.js +5 -0
  1606. package/dist/bundled/v3/utils/isEmptyValue.d.ts +1 -0
  1607. package/dist/bundled/v3/utils/isEmptyValue.js +5 -0
  1608. package/dist/bundled/v3/utils/isEqualValue.d.ts +1 -0
  1609. package/dist/bundled/v3/utils/isEqualValue.js +8 -0
  1610. package/dist/bundled/v3/utils/isVisible.d.ts +2 -0
  1611. package/dist/bundled/v3/utils/isVisible.js +5 -0
  1612. package/dist/bundled/v3/v4-cf8987a3.js +67 -0
  1613. package/dist/esm/v2/OrButton-1b005dae.js +63 -0
  1614. package/dist/esm/v2/{OrButton-78336f88.js → OrButton.vue_rollup-plugin-vue_script-b4424640.js} +3 -63
  1615. package/dist/{bundled/v2/components/OrDateTimeFormatV3-93cd2d91.js → esm/v2/OrButtonGroup-795a7632.js} +31 -23
  1616. package/dist/esm/v2/{OrCardCollection-2653d00d.js → OrCardCollection-15ac88fa.js} +1 -1
  1617. package/dist/esm/v2/{OrCheckboxGroup-7450adc2.js → OrCheckboxGroup-ec1f6714.js} +1 -1
  1618. package/dist/esm/v2/{OrCheckboxTree-5365680d.js → OrCheckboxTree-78be3d39.js} +2 -1
  1619. package/dist/esm/v2/{OrConfirm-a33f1867.js → OrConfirm-37fbedc9.js} +2 -1
  1620. package/dist/esm/v2/{OrDateFormat-169fa6ee.js → OrDateFormat-176aef8b.js} +2 -2
  1621. package/dist/esm/v2/{OrDatePicker-d40149da.js → OrDatePicker-8784a6a5.js} +2 -2
  1622. package/dist/esm/v2/{OrDateRangePicker-03b4d0c1.js → OrDateRangePicker-ae6714e2.js} +2 -2
  1623. package/dist/esm/v2/{OrDateTimeFormat-a5634ab4.js → OrDateTimeFormat-c2a54cac.js} +2 -2
  1624. package/dist/esm/v2/{OrDateTimePicker-7c03898e.js → OrDateTimePicker-b085ff13.js} +1 -1
  1625. package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-2030c774.js → OrDateTimePicker.vue_rollup-plugin-vue_script-3bed9790.js} +1 -1
  1626. package/dist/esm/v2/{OrDateTimePickerTimeSelect-3792dd9c.js → OrDateTimePickerTimeSelect-602c5287.js} +2 -1
  1627. package/dist/esm/v2/{OrPagination-a877b4a0.js → OrPagination-f4020a6f.js} +2 -1
  1628. package/dist/esm/v2/{OrRichTextEditor-d1520fce.js → OrRichTextEditor-b7e948b4.js} +2 -1
  1629. package/dist/esm/v2/{OrSelect-5cfb1963.js → OrSelect-6d6eec7a.js} +2 -2
  1630. package/dist/esm/v2/{OrSelectMultipleControl-711e321d.js → OrSelectMultipleControl-a20b9f62.js} +1 -1
  1631. package/dist/esm/v2/{OrSorting-9b034680.js → OrSorting-16f81092.js} +2 -1
  1632. package/dist/esm/v2/{OrTagInput-b65f3c35.js → OrTagInput-3fa2d4c0.js} +1 -1
  1633. package/dist/esm/v2/{OrTags-3a05c646.js → OrTags-be65e10e.js} +2 -1
  1634. package/dist/esm/v2/{OrTimeFormat-ad57ff3e.js → OrTimeFormat-770f8be3.js} +2 -2
  1635. package/dist/esm/v2/{OrTimePicker-5fb40e5c.js → OrTimePicker-70034d60.js} +2 -2
  1636. package/dist/esm/v2/{OrTimeRangePicker-462947d3.js → OrTimeRangePicker-4e521ac0.js} +2 -2
  1637. package/dist/esm/v2/{OrTree-954229e3.js → OrTree-b5491797.js} +2 -1
  1638. package/dist/esm/v2/components/index.d.ts +1 -0
  1639. package/dist/esm/v2/components/index.js +25 -23
  1640. package/dist/esm/v2/components/or-button-group-v3/OrButtonGroup.vue.d.ts +48 -0
  1641. package/dist/esm/v2/components/or-button-group-v3/index.d.ts +2 -0
  1642. package/dist/esm/v2/components/or-button-group-v3/index.js +6 -0
  1643. package/dist/esm/v2/components/or-button-group-v3/props.d.ts +1 -0
  1644. package/dist/esm/v2/components/or-button-group-v3/styles.d.ts +3 -0
  1645. package/dist/esm/v2/components/or-button-v3/index.js +3 -2
  1646. package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -3
  1647. package/dist/esm/v2/components/or-checkbox-group-v3/index.js +4 -3
  1648. package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +3 -2
  1649. package/dist/esm/v2/components/or-confirm-v3/index.js +3 -2
  1650. package/dist/esm/v2/components/or-date-format-v3/index.js +5 -4
  1651. package/dist/esm/v2/components/or-date-picker-v3/index.js +5 -4
  1652. package/dist/esm/v2/components/or-date-range-picker-v3/index.js +5 -4
  1653. package/dist/esm/v2/components/or-date-time-format-v3/index.js +5 -4
  1654. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +5 -4
  1655. package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +3 -2
  1656. package/dist/esm/v2/components/or-pagination-v3/index.js +3 -2
  1657. package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +3 -2
  1658. package/dist/esm/v2/components/or-select-v3/index.js +5 -4
  1659. package/dist/esm/v2/components/or-select-v3/partials/index.js +4 -3
  1660. package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.js +4 -3
  1661. package/dist/esm/v2/components/or-sorting-v3/index.js +3 -2
  1662. package/dist/esm/v2/components/or-tag-input-v3/index.js +4 -3
  1663. package/dist/esm/v2/components/or-tags-v3/index.js +3 -2
  1664. package/dist/esm/v2/components/or-time-format-v3/index.js +5 -4
  1665. package/dist/esm/v2/components/or-time-picker-v3/index.js +5 -4
  1666. package/dist/esm/v2/components/or-time-range-picker-v3/index.js +5 -4
  1667. package/dist/esm/v2/components/or-tree-v3/index.js +3 -2
  1668. package/dist/esm/v2/index.js +25 -23
  1669. package/dist/esm/v3/{OrButton-2e3a73fb.js → OrButton-e5617bbe.js} +1 -1
  1670. package/dist/esm/v3/OrButtonGroup-12653c44.js +61 -0
  1671. package/dist/esm/v3/{OrCardCollection-bfbb7c3d.js → OrCardCollection-8bbbbe26.js} +1 -1
  1672. package/dist/esm/v3/{OrCheckboxGroup-20f939b3.js → OrCheckboxGroup-0f15a128.js} +1 -1
  1673. package/dist/esm/v3/{OrCheckboxTree-45aca019.js → OrCheckboxTree-9a49ecfc.js} +1 -1
  1674. package/dist/esm/v3/{OrConfirm-c4419d05.js → OrConfirm-8c818798.js} +1 -1
  1675. package/dist/esm/v3/{OrDateFormat-0eb37132.js → OrDateFormat-8c9095ca.js} +2 -2
  1676. package/dist/esm/v3/{OrDatePicker-253ef6bf.js → OrDatePicker-be607573.js} +2 -2
  1677. package/dist/esm/v3/{OrDateRangePicker-1792ded3.js → OrDateRangePicker-a16dcb30.js} +2 -2
  1678. package/dist/esm/v3/{OrDateTimeFormat-21bbdf89.js → OrDateTimeFormat-88ba723e.js} +2 -2
  1679. package/dist/esm/v3/{OrDateTimePicker-aa161f62.js → OrDateTimePicker-eccf252e.js} +1 -1
  1680. package/dist/esm/v3/{OrDateTimePickerTimeSelect-da27ccac.js → OrDateTimePickerTimeSelect-bc9342dd.js} +1 -1
  1681. package/dist/esm/v3/{OrPagination-71db1b93.js → OrPagination-4d9fa9a6.js} +1 -1
  1682. package/dist/esm/v3/{OrRichTextEditor-d4f5cc37.js → OrRichTextEditor-995c5f4e.js} +1 -1
  1683. package/dist/esm/v3/{OrSelect-7ce66285.js → OrSelect-e3032afb.js} +2 -2
  1684. package/dist/esm/v3/{OrSelectMultipleControl-9064206c.js → OrSelectMultipleControl-39cf771b.js} +1 -1
  1685. package/dist/esm/v3/{OrSorting-b1916cdb.js → OrSorting-4cf454bb.js} +1 -1
  1686. package/dist/esm/v3/{OrTagInput-250e8958.js → OrTagInput-fb963f37.js} +1 -1
  1687. package/dist/esm/v3/{OrTags-aa9e39c0.js → OrTags-ae0ea882.js} +1 -1
  1688. package/dist/esm/v3/{OrTimeFormat-609755ad.js → OrTimeFormat-fc7a59f2.js} +2 -2
  1689. package/dist/esm/v3/{OrTimePicker-a977bdd7.js → OrTimePicker-7e4a8000.js} +2 -2
  1690. package/dist/esm/v3/{OrTimeRangePicker-8d7f1f2a.js → OrTimeRangePicker-2d5a72ce.js} +2 -2
  1691. package/dist/esm/v3/{OrTree-1c737582.js → OrTree-d2771697.js} +1 -1
  1692. package/dist/esm/v3/components/index.d.ts +1 -0
  1693. package/dist/esm/v3/components/index.js +23 -22
  1694. package/dist/esm/v3/components/or-button-group-v3/OrButtonGroup.vue.d.ts +37 -0
  1695. package/dist/esm/v3/components/or-button-group-v3/index.d.ts +2 -0
  1696. package/dist/esm/v3/components/or-button-group-v3/index.js +6 -0
  1697. package/dist/esm/v3/components/or-button-group-v3/props.d.ts +1 -0
  1698. package/dist/esm/v3/components/or-button-group-v3/styles.d.ts +3 -0
  1699. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  1700. package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
  1701. package/dist/esm/v3/components/or-checkbox-group-v3/index.js +3 -3
  1702. package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +2 -2
  1703. package/dist/esm/v3/components/or-confirm-v3/index.js +2 -2
  1704. package/dist/esm/v3/components/or-date-format-v3/index.js +4 -4
  1705. package/dist/esm/v3/components/or-date-picker-v3/index.js +4 -4
  1706. package/dist/esm/v3/components/or-date-range-picker-v3/index.js +4 -4
  1707. package/dist/esm/v3/components/or-date-time-format-v3/index.js +4 -4
  1708. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +3 -3
  1709. package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +2 -2
  1710. package/dist/esm/v3/components/or-pagination-v3/index.js +2 -2
  1711. package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +2 -2
  1712. package/dist/esm/v3/components/or-select-v3/index.js +4 -4
  1713. package/dist/esm/v3/components/or-select-v3/partials/index.js +3 -3
  1714. package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.js +3 -3
  1715. package/dist/esm/v3/components/or-sorting-v3/index.js +2 -2
  1716. package/dist/esm/v3/components/or-tag-input-v3/index.js +3 -3
  1717. package/dist/esm/v3/components/or-tags-v3/index.js +2 -2
  1718. package/dist/esm/v3/components/or-time-format-v3/index.js +4 -4
  1719. package/dist/esm/v3/components/or-time-picker-v3/index.js +4 -4
  1720. package/dist/esm/v3/components/or-time-range-picker-v3/index.js +4 -4
  1721. package/dist/esm/v3/components/or-tree-v3/index.js +2 -2
  1722. package/dist/esm/v3/index.js +23 -22
  1723. package/package.json +15 -15
  1724. package/src/components/index.ts +1 -0
  1725. package/src/components/or-button-group-v3/OrButtonGroup.vue +54 -0
  1726. package/src/components/or-button-group-v3/index.ts +2 -0
  1727. package/src/components/or-button-group-v3/props.ts +1 -0
  1728. package/src/components/or-button-group-v3/styles.ts +30 -0
  1729. package/dist/bundled/v2/components/OrAvatar-56c993c9.js +0 -209
  1730. package/dist/bundled/v2/components/OrAvatarV3-3f78b50a.js +0 -307
  1731. package/dist/bundled/v2/components/OrButtonV2-b5541e8a.js +0 -219
  1732. package/dist/bundled/v2/components/OrButtonV3-7c6155ec.js +0 -206
  1733. package/dist/bundled/v2/components/OrCardCollectionV3-8e93dfbc.js +0 -306
  1734. package/dist/bundled/v2/components/OrCardV3-004191cf.js +0 -100
  1735. package/dist/bundled/v2/components/OrCheckboxTreeV3-ce2f935d.js +0 -230
  1736. package/dist/bundled/v2/components/OrCheckboxV3-e08e43a4.js +0 -207
  1737. package/dist/bundled/v2/components/OrChips-bae73a11.js +0 -403
  1738. package/dist/bundled/v2/components/OrColorPicker-a8fd02f4.js +0 -492
  1739. package/dist/bundled/v2/components/OrCombinedInputV3-385b36b7.js +0 -158
  1740. package/dist/bundled/v2/components/OrConfirm-8eacc14c.js +0 -260
  1741. package/dist/bundled/v2/components/OrConfirmV3-e5e9ae73.js +0 -305
  1742. package/dist/bundled/v2/components/OrDatePickerV3-afeb334c.js +0 -402
  1743. package/dist/bundled/v2/components/OrDateRangePickerV3-ba1e4bfe.js +0 -487
  1744. package/dist/bundled/v2/components/OrDateTimePicker-4d75450e.js +0 -1262
  1745. package/dist/bundled/v2/components/OrDateTimePickerV3-43deef9a.js +0 -1715
  1746. package/dist/bundled/v2/components/OrEmptyStateV3-8c97a748.js +0 -158
  1747. package/dist/bundled/v2/components/OrErrorTagV3-dbcbe140.js +0 -78
  1748. package/dist/bundled/v2/components/OrErrorV3-58bf57d3.js +0 -88
  1749. package/dist/bundled/v2/components/OrExpansionPanelV3-96ab91d2.js +0 -219
  1750. package/dist/bundled/v2/components/OrFabV3-27721d1a.js +0 -104
  1751. package/dist/bundled/v2/components/OrFormGroupV3-f369037b.js +0 -141
  1752. package/dist/bundled/v2/components/OrHintV3-785c9cb4.js +0 -88
  1753. package/dist/bundled/v2/components/OrIconButtonV3-7e033be9.js +0 -209
  1754. package/dist/bundled/v2/components/OrIconV3-f514dbe4.js +0 -124
  1755. package/dist/bundled/v2/components/OrInlineInputV3-c991c475.js +0 -371
  1756. package/dist/bundled/v2/components/OrInlineTextareaV3-590b465b.js +0 -276
  1757. package/dist/bundled/v2/components/OrInputBoxV3-2ed5bb91.js +0 -224
  1758. package/dist/bundled/v2/components/OrInputV3-9e3412a7.js +0 -430
  1759. package/dist/bundled/v2/components/OrLabelV3-39d41774.js +0 -133
  1760. package/dist/bundled/v2/components/OrLinkV3-e1a24b86.js +0 -123
  1761. package/dist/bundled/v2/components/OrLoaderV3-ac6fb35c.js +0 -201
  1762. package/dist/bundled/v2/components/OrMenuItemV3-1f9e504e.js +0 -112
  1763. package/dist/bundled/v2/components/OrMenuV3-f642c1e3.js +0 -135
  1764. package/dist/bundled/v2/components/OrModalV3-fa3bcbc9.js +0 -319
  1765. package/dist/bundled/v2/components/OrNotificationV3-06ae8301.js +0 -166
  1766. package/dist/bundled/v2/components/OrOverlayV3-d081cbd5.js +0 -84
  1767. package/dist/bundled/v2/components/OrPaginationV3-1d426176.js +0 -330
  1768. package/dist/bundled/v2/components/OrPopoverV3-e3e14417.js +0 -408
  1769. package/dist/bundled/v2/components/OrProgress-f8030d25.js +0 -281
  1770. package/dist/bundled/v2/components/OrProgressV3-4635fa2a.js +0 -315
  1771. package/dist/bundled/v2/components/OrRadioV3-c1b1d2b3.js +0 -189
  1772. package/dist/bundled/v2/components/OrRangeSliderV3-adc0cd8f.js +0 -334
  1773. package/dist/bundled/v2/components/OrResizeablePanelV3-911ab48c.js +0 -443
  1774. package/dist/bundled/v2/components/OrRichTextEditorV3-192407a3.js +0 -27734
  1775. package/dist/bundled/v2/components/OrSegmentedControlV3-80ce7587.js +0 -227
  1776. package/dist/bundled/v2/components/OrSelect-f9bbbb8e.js +0 -1644
  1777. package/dist/bundled/v2/components/OrSelectV3-39f0fc69.js +0 -1211
  1778. package/dist/bundled/v2/components/OrSidebarV3-faa32728.js +0 -262
  1779. package/dist/bundled/v2/components/OrSkeleton-14fef364.js +0 -379
  1780. package/dist/bundled/v2/components/OrSkeletonV3-5a8ea9fb.js +0 -296
  1781. package/dist/bundled/v2/components/OrSliderV3-a76598f2.js +0 -283
  1782. package/dist/bundled/v2/components/OrSortingV3-c2ec11e7.js +0 -140
  1783. package/dist/bundled/v2/components/OrSwitchV3-a3d692df.js +0 -241
  1784. package/dist/bundled/v2/components/OrTabV3-39ec082e.js +0 -93
  1785. package/dist/bundled/v2/components/OrTabsV3-530007de.js +0 -249
  1786. package/dist/bundled/v2/components/OrTagInputV3-429cc3b9.js +0 -395
  1787. package/dist/bundled/v2/components/OrTagV3-b2630912.js +0 -159
  1788. package/dist/bundled/v2/components/OrTagsV3-aadd26d4.js +0 -254
  1789. package/dist/bundled/v2/components/OrTeleport-93a6a4eb.js +0 -644
  1790. package/dist/bundled/v2/components/OrTextareaV3-501a7cfd.js +0 -252
  1791. package/dist/bundled/v2/components/OrTimeFormatV3-9e374805.js +0 -76
  1792. package/dist/bundled/v2/components/OrTimePickerV3-57c942b6.js +0 -362
  1793. package/dist/bundled/v2/components/OrTimeRangePickerV3-3bcd711c.js +0 -434
  1794. package/dist/bundled/v2/components/OrToast-d94d464a.js +0 -520
  1795. package/dist/bundled/v2/components/OrTooltipV3-9ef1918a.js +0 -182
@@ -1 +1,3753 @@
1
- export { g as useTheme } from '../components/OrBottomSheetV3-a3df65d0.js';
1
+ var theme = {
2
+ screens: {
3
+ },
4
+ spacing: {
5
+ none: "0px",
6
+ xs: "4px",
7
+ "xs*": "3px",
8
+ sm: "8px",
9
+ "sm*": "7px",
10
+ md: "16px",
11
+ "md*": "15px",
12
+ xl: "32px",
13
+ "xl*": "31px",
14
+ "3xl": "64px",
15
+ "3xl*": "63px",
16
+ "4xl": "128px",
17
+ "4xl*": "127px",
18
+ lg: "24px",
19
+ "lg*": "23px",
20
+ "2xl": "48px",
21
+ "2xl*": "47px",
22
+ "sm+": "12px",
23
+ "sm+*": "11px",
24
+ "md+": "20px",
25
+ "md+*": "19px",
26
+ "lg+": "28px",
27
+ "lg+*": "27px"
28
+ },
29
+ colors: {
30
+ },
31
+ textColor: {
32
+ white: "rgba(255 255 255 / 1)",
33
+ black: "rgba(0 0 0 / 1)",
34
+ primary: "rgba(0 95 177 / 1)",
35
+ "on-primary": "rgba(255 255 255 / 1)",
36
+ "on-primary-container": "rgba(0 28 59 / 1)",
37
+ secondary: "rgba(84 95 113 / 1)",
38
+ "on-secondary": "rgba(255 255 255 / 1)",
39
+ "on-secondary-container": "rgba(18 28 43 / 1)",
40
+ tertiary: "rgba(109 86 118 / 1)",
41
+ "on-tertiary": "rgba(255 255 255 / 1)",
42
+ "on-tertiary-container": "rgba(39 19 48 / 1)",
43
+ error: "rgba(186 27 27 / 1)",
44
+ "on-error": "rgba(255 255 255 / 1)",
45
+ "on-error-container": "rgba(147 0 6 / 1)",
46
+ success: "rgba(44 137 0 / 1)",
47
+ "on-success": "rgba(255 255 255 / 1)",
48
+ "on-success-container": "rgba(22 82 0 / 1)",
49
+ warning: "rgba(153 112 0 / 1)",
50
+ "on-warning": "rgba(255 255 255 / 1)",
51
+ "on-warning-container": "rgba(92 66 0 / 1)",
52
+ "on-background": "rgba(27 27 29 / 1)",
53
+ "on-surface": "rgba(27 27 29 / 1)",
54
+ "on-surface-variant": "rgba(67 71 78 / 1)",
55
+ "inverse-on-surface": "rgba(241 240 244 / 1)",
56
+ "inverse-primary": "rgba(164 200 255 / 1)",
57
+ outline: "rgba(116 119 127 / 1)",
58
+ "on-disabled": "rgba(27 27 29 / 0.3)",
59
+ "primary-opacity-0-08": "rgba(0 95 177 / 0.08)",
60
+ "primary-opacity-0-12": "rgba(0 95 177 / 0.12)",
61
+ "primary-opacity-0-16": "rgba(0 95 177 / 0.16)",
62
+ "primary-dark": "rgba(164 200 255 / 1)",
63
+ "on-primary-dark": "rgba(0 48 95 / 1)",
64
+ "on-primary-container-dark": "rgba(211 227 255 / 1)",
65
+ "secondary-dark": "rgba(188 199 220 / 1)",
66
+ "on-secondary-dark": "rgba(38 49 65 / 1)",
67
+ "on-secondary-container-dark": "rgba(216 227 248 / 1)",
68
+ "tertiary-dark": "rgba(218 189 226 / 1)",
69
+ "on-tertiary-dark": "rgba(61 40 70 / 1)",
70
+ "on-tertiary-container-dark": "rgba(247 217 255 / 1)",
71
+ "error-dark": "rgba(255 180 169 / 1)",
72
+ "on-error-dark": "rgba(104 0 3 / 1)",
73
+ "on-error-container-dark": "rgba(255 218 212 / 1)",
74
+ "success-dark": "rgba(108 224 54 / 1)",
75
+ "on-success-dark": "rgba(12 57 0 / 1)",
76
+ "on-success-container-dark": "rgba(136 253 82 / 1)",
77
+ "warning-dark": "rgba(251 188 12 / 1)",
78
+ "on-warning-dark": "rgba(64 45 0 / 1)",
79
+ "on-warning-container-dark": "rgba(255 223 156 / 1)",
80
+ "on-background-dark": "rgba(227 226 230 / 1)",
81
+ "on-surface-dark": "rgba(227 226 230 / 1)",
82
+ "on-surface-variant-dark": "rgba(195 198 207 / 1)",
83
+ "inverse-on-surface-dark": "rgba(27 27 29 / 1)",
84
+ "inverse-primary-dark": "rgba(0 95 177 / 1)",
85
+ "outline-dark": "rgba(142 145 153 / 1)",
86
+ "on-disabled-dark": "rgba(227 226 230 / 0.3)",
87
+ "primary-opacity-0-08-dark": "rgba(164 200 255 / 0.08)",
88
+ "primary-opacity-0-12-dark": "rgba(164 200 255 / 0.12)",
89
+ "primary-opacity-0-16-dark": "rgba(164 200 255 / 0.16)",
90
+ "primary-hover": "rgba(0 119 220 / 1)",
91
+ "error-hover": "rgba(221 55 48 / 1)",
92
+ "success-hover": "rgba(56 166 0 / 1)",
93
+ "warning-hover": "rgba(186 137 0 / 1)",
94
+ "error-opacity-0-08": "rgba(186 27 27 / 0.08)",
95
+ "error-opacity-0-12": "rgba(186 27 27 / 0.12)",
96
+ "error-opacity-0-16": "rgba(186 27 27 / 0.16)",
97
+ "primary-hover-dark": "rgba(111 174 255 / 1)",
98
+ "error-hover-dark": "rgba(255 137 122 / 1)",
99
+ "success-hover-dark": "rgba(81 195 20 / 1)",
100
+ "warning-hover-dark": "rgba(219 162 0 / 1)",
101
+ "error-opacity-0-08-dark": "rgba(255 180 169 / 0.08)",
102
+ "error-opacity-0-12-dark": "rgba(255 180 169 / 0.12)",
103
+ "error-opacity-0-16-dark": "rgba(255 180 169 / 0.16)",
104
+ disabled: "rgba(27 27 29 / 0.12)",
105
+ "disabled-dark": "rgba(227 226 230 / 0.12)",
106
+ "success-opacity-0-08": "rgba(44 137 0 / 0.08)",
107
+ "success-opacity-0-12": "rgba(44 137 0 / 0.12)",
108
+ "success-opacity-0-16": "rgba(44 137 0 / 0.16)",
109
+ "warning-opacity-0-08": "rgba(153 112 0 / 0.08)",
110
+ "warning-opacity-0-12": "rgba(153 112 0 / 0.12)",
111
+ "warning-opacity-0-16": "rgba(153 112 0 / 0.16)",
112
+ "success-opacity-0-08-dark": "rgba(108 224 54 / 0.08)",
113
+ "success-opacity-0-12-dark": "rgba(108 224 54 / 0.12)",
114
+ "success-opacity-0-16-dark": "rgba(108 224 54 / 0.16)",
115
+ "warning-opacity-0-08-dark": "rgba(251 188 12 / 0.08)",
116
+ "warning-opacity-0-12-dark": "rgba(251 188 12 / 0.12)",
117
+ "warning-opacity-0-16-dark": "rgba(251 188 12 / 0.16)",
118
+ overlay: "rgba(27 27 29 / 0.8)",
119
+ "overlay-dark": "rgba(27 27 29 / 0.8)",
120
+ "outline-variant": "rgba(223 226 235 / 1)",
121
+ "outline-variant-dark": "rgba(67 71 78 / 1)",
122
+ "primary-hover-opacity-0-08": "rgba(0 119 220 / 0.08)",
123
+ "primary-hover-opacity-0-12": "rgba(0 119 220 / 0.12)",
124
+ "primary-hover-opacity-0-16": "rgba(0 119 220 / 0.16)",
125
+ "primary-hover-opacity-0-32": "rgba(0 119 220 / 0.32)",
126
+ "primary-hover-opacity-0-48": "rgba(0 119 220 / 0.48)",
127
+ "primary-hover-opacity-0-64": "rgba(0 119 220 / 0.64)",
128
+ "primary-hover-opacity-0-80": "rgba(0 119 220 / 0.8)",
129
+ "primary-hover-opacity-0-96": "rgba(0 119 220 / 0.96)",
130
+ "primary-hover-opacity-0-08-dark": "rgba(111 174 255 / 0.08)",
131
+ "primary-hover-opacity-0-12-dark": "rgba(111 174 255 / 0.12)",
132
+ "primary-hover-opacity-0-16-dark": "rgba(111 174 255 / 0.16)",
133
+ "primary-hover-opacity-0-32-dark": "rgba(111 174 255 / 0.32)",
134
+ "primary-hover-opacity-0-48-dark": "rgba(111 174 255 / 0.48)",
135
+ "primary-hover-opacity-0-64-dark": "rgba(111 174 255 / 0.64)",
136
+ "primary-hover-opacity-0-80-dark": "rgba(111 174 255 / 0.8)",
137
+ "primary-hover-opacity-0-96-dark": "rgba(111 174 255 / 0.96)",
138
+ "custom-colors-custom-1": "rgba(157 59 97 / 1)",
139
+ "custom-colors-custom-2": "rgba(105 76 173 / 1)",
140
+ "custom-colors-custom-3": "rgba(0 105 108 / 1)",
141
+ "custom-colors-custom-4": "rgba(0 110 44 / 1)",
142
+ "custom-colors-custom-5": "rgba(94 97 53 / 1)",
143
+ "custom-colors-custom-6": "rgba(153 71 0 / 1)",
144
+ "custom-colors-custom-1-dark": "rgba(255 176 200 / 1)",
145
+ "custom-colors-custom-2-dark": "rgba(208 188 255 / 1)",
146
+ "custom-colors-custom-3-dark": "rgba(76 217 222 / 1)",
147
+ "custom-colors-custom-4-dark": "rgba(126 218 139 / 1)",
148
+ "custom-colors-custom-5-dark": "rgba(199 202 149 / 1)",
149
+ "custom-colors-custom-6-dark": "rgba(255 182 139 / 1)",
150
+ "error-opacity-0-32": "rgba(186 27 27 / 0.32)",
151
+ "error-opacity-0-48": "rgba(186 27 27 / 0.48)",
152
+ "error-opacity-0-64": "rgba(186 27 27 / 0.64)",
153
+ "error-opacity-0-80": "rgba(186 27 27 / 0.8)",
154
+ "error-opacity-0-96": "rgba(186 27 27 / 0.96)",
155
+ "success-opacity-0-32": "rgba(44 137 0 / 0.32)",
156
+ "success-opacity-0-48": "rgba(44 137 0 / 0.48)",
157
+ "success-opacity-0-64": "rgba(44 137 0 / 0.64)",
158
+ "success-opacity-0-80": "rgba(44 137 0 / 0.8)",
159
+ "success-opacity-0-96": "rgba(44 137 0 / 0.96)",
160
+ "warning-opacity-0-32": "rgba(153 112 0 / 0.32)",
161
+ "warning-opacity-0-48": "rgba(153 112 0 / 0.48)",
162
+ "warning-opacity-0-64": "rgba(153 112 0 / 0.64)",
163
+ "warning-opacity-0-80": "rgba(153 112 0 / 0.8)",
164
+ "warning-opacity-0-96": "rgba(153 112 0 / 0.96)",
165
+ "custom-colors-custom-1-opacity-0-96": "rgba(157 59 97 / 0.96)",
166
+ "custom-colors-custom-1-opacity-0-80": "rgba(157 59 97 / 0.8)",
167
+ "custom-colors-custom-1-opacity-0-64": "rgba(157 59 97 / 0.64)",
168
+ "custom-colors-custom-1-opacity-0-48": "rgba(157 59 97 / 0.48)",
169
+ "custom-colors-custom-1-opacity-0-32": "rgba(157 59 97 / 0.32)",
170
+ "custom-colors-custom-1-opacity-0-16": "rgba(157 59 97 / 0.16)",
171
+ "custom-colors-custom-1-opacity-0-12": "rgba(157 59 97 / 0.12)",
172
+ "custom-colors-custom-1-opacity-0-08": "rgba(157 59 97 / 0.08)",
173
+ "custom-colors-custom-2-opacity-0-96": "rgba(105 76 173 / 0.96)",
174
+ "custom-colors-custom-2-opacity-0-80": "rgba(105 76 173 / 0.8)",
175
+ "custom-colors-custom-2-opacity-0-64": "rgba(105 76 173 / 0.64)",
176
+ "custom-colors-custom-2-opacity-0-48": "rgba(105 76 173 / 0.48)",
177
+ "custom-colors-custom-2-opacity-0-32": "rgba(105 76 173 / 0.32)",
178
+ "custom-colors-custom-2-opacity-0-16": "rgba(105 76 173 / 0.16)",
179
+ "custom-colors-custom-2-opacity-0-12": "rgba(105 76 173 / 0.12)",
180
+ "custom-colors-custom-2-opacity-0-08": "rgba(105 76 173 / 0.08)",
181
+ "custom-colors-custom-3-opacity-0-96": "rgba(0 105 108 / 0.96)",
182
+ "custom-colors-custom-3-opacity-0-80": "rgba(0 105 108 / 0.8)",
183
+ "custom-colors-custom-3-opacity-0-64": "rgba(0 105 108 / 0.64)",
184
+ "custom-colors-custom-3-opacity-0-48": "rgba(0 105 108 / 0.48)",
185
+ "custom-colors-custom-3-opacity-0-32": "rgba(0 105 108 / 0.32)",
186
+ "custom-colors-custom-3-opacity-0-16": "rgba(0 105 108 / 0.16)",
187
+ "custom-colors-custom-3-opacity-0-12": "rgba(0 105 108 / 0.12)",
188
+ "custom-colors-custom-3-opacity-0-08": "rgba(0 105 108 / 0.08)",
189
+ "custom-colors-custom-4-opacity-0-96": "rgba(0 110 44 / 0.96)",
190
+ "custom-colors-custom-4-opacity-0-80": "rgba(0 110 44 / 0.8)",
191
+ "custom-colors-custom-4-opacity-0-64": "rgba(0 110 44 / 0.64)",
192
+ "custom-colors-custom-4-opacity-0-48": "rgba(0 110 44 / 0.48)",
193
+ "custom-colors-custom-4-opacity-0-32": "rgba(0 110 44 / 0.32)",
194
+ "custom-colors-custom-4-opacity-0-16": "rgba(0 110 44 / 0.16)",
195
+ "custom-colors-custom-4-opacity-0-12": "rgba(0 110 44 / 0.12)",
196
+ "custom-colors-custom-4-opacity-0-08": "rgba(0 110 44 / 0.08)",
197
+ "custom-colors-custom-5-opacity-0-96": "rgba(94 97 53 / 0.96)",
198
+ "custom-colors-custom-5-opacity-0-80": "rgba(94 97 53 / 0.8)",
199
+ "custom-colors-custom-5-opacity-0-64": "rgba(94 97 53 / 0.64)",
200
+ "custom-colors-custom-5-opacity-0-48": "rgba(94 97 53 / 0.48)",
201
+ "custom-colors-custom-5-opacity-0-32": "rgba(94 97 53 / 0.32)",
202
+ "custom-colors-custom-5-opacity-0-16": "rgba(94 97 53 / 0.16)",
203
+ "custom-colors-custom-5-opacity-0-12": "rgba(94 97 53 / 0.12)",
204
+ "custom-colors-custom-5-opacity-0-08": "rgba(94 97 53 / 0.08)",
205
+ "custom-colors-custom-6-opacity-0-96": "rgba(153 71 0 / 0.96)",
206
+ "custom-colors-custom-6-opacity-0-80": "rgba(153 71 0 / 0.8)",
207
+ "custom-colors-custom-6-opacity-0-64": "rgba(153 71 0 / 0.64)",
208
+ "custom-colors-custom-6-opacity-0-48": "rgba(153 71 0 / 0.48)",
209
+ "custom-colors-custom-6-opacity-0-32": "rgba(153 71 0 / 0.32)",
210
+ "custom-colors-custom-6-opacity-0-16": "rgba(153 71 0 / 0.16)",
211
+ "custom-colors-custom-6-opacity-0-12": "rgba(153 71 0 / 0.12)",
212
+ "custom-colors-custom-6-opacity-0-08": "rgba(153 71 0 / 0.08)",
213
+ "outline-opacity-0-96": "rgba(116 119 127 / 0.96)",
214
+ "outline-opacity-0-80": "rgba(116 119 127 / 0.8)",
215
+ "outline-opacity-0-64": "rgba(116 119 127 / 0.64)",
216
+ "outline-opacity-0-48": "rgba(116 119 127 / 0.48)",
217
+ "outline-opacity-0-32": "rgba(116 119 127 / 0.32)",
218
+ "outline-opacity-0-16": "rgba(116 119 127 / 0.16)",
219
+ "outline-opacity-0-12": "rgba(116 119 127 / 0.12)",
220
+ "outline-opacity-0-08": "rgba(116 119 127 / 0.08)",
221
+ "error-opacity-0-32-dark": "rgba(255 180 169 / 0.32)",
222
+ "error-opacity-0-48-dark": "rgba(255 180 169 / 0.48)",
223
+ "error-opacity-0-64-dark": "rgba(255 180 169 / 0.64)",
224
+ "error-opacity-0-80-dark": "rgba(255 180 169 / 0.8)",
225
+ "error-opacity-0-96-dark": "rgba(255 180 169 / 0.96)",
226
+ "success-opacity-0-32-dark": "rgba(108 224 54 / 0.32)",
227
+ "success-opacity-0-48-dark": "rgba(108 224 54 / 0.48)",
228
+ "success-opacity-0-64-dark": "rgba(108 224 54 / 0.64)",
229
+ "success-opacity-0-80-dark": "rgba(108 224 54 / 0.8)",
230
+ "success-opacity-0-96-dark": "rgba(108 224 54 / 0.96)",
231
+ "warning-opacity-0-32-dark": "rgba(251 188 12 / 0.32)",
232
+ "warning-opacity-0-48-dark": "rgba(251 188 12 / 0.48)",
233
+ "warning-opacity-0-64-dark": "rgba(251 188 12 / 0.64)",
234
+ "warning-opacity-0-80-dark": "rgba(251 188 12 / 0.8)",
235
+ "warning-opacity-0-96-dark": "rgba(251 188 12 / 0.96)",
236
+ "custom-colors-custom-1-opacity-0-96-dark": "rgba(255 176 200 / 0.96)",
237
+ "custom-colors-custom-1-opacity-0-80-dark": "rgba(255 176 200 / 0.8)",
238
+ "custom-colors-custom-1-opacity-0-64-dark": "rgba(255 176 200 / 0.64)",
239
+ "custom-colors-custom-1-opacity-0-48-dark": "rgba(255 176 200 / 0.48)",
240
+ "custom-colors-custom-1-opacity-0-32-dark": "rgba(255 176 200 / 0.32)",
241
+ "custom-colors-custom-1-opacity-0-16-dark": "rgba(255 176 200 / 0.16)",
242
+ "custom-colors-custom-1-opacity-0-12-dark": "rgba(255 176 200 / 0.12)",
243
+ "custom-colors-custom-1-opacity-0-08-dark": "rgba(255 176 200 / 0.08)",
244
+ "custom-colors-custom-2-opacity-0-96-dark": "rgba(208 188 255 / 0.96)",
245
+ "custom-colors-custom-2-opacity-0-80-dark": "rgba(208 188 255 / 0.8)",
246
+ "custom-colors-custom-2-opacity-0-64-dark": "rgba(208 188 255 / 0.64)",
247
+ "custom-colors-custom-2-opacity-0-48-dark": "rgba(208 188 255 / 0.48)",
248
+ "custom-colors-custom-2-opacity-0-32-dark": "rgba(208 188 255 / 0.32)",
249
+ "custom-colors-custom-2-opacity-0-16-dark": "rgba(208 188 255 / 0.16)",
250
+ "custom-colors-custom-2-opacity-0-12-dark": "rgba(208 188 255 / 0.12)",
251
+ "custom-colors-custom-2-opacity-0-08-dark": "rgba(208 188 255 / 0.08)",
252
+ "custom-colors-custom-3-opacity-0-96-dark": "rgba(76 217 222 / 0.96)",
253
+ "custom-colors-custom-3-opacity-0-80-dark": "rgba(76 217 222 / 0.8)",
254
+ "custom-colors-custom-3-opacity-0-64-dark": "rgba(76 217 222 / 0.64)",
255
+ "custom-colors-custom-3-opacity-0-48-dark": "rgba(76 217 222 / 0.48)",
256
+ "custom-colors-custom-3-opacity-0-32-dark": "rgba(76 217 222 / 0.32)",
257
+ "custom-colors-custom-3-opacity-0-16-dark": "rgba(76 217 222 / 0.16)",
258
+ "custom-colors-custom-3-opacity-0-12-dark": "rgba(76 217 222 / 0.12)",
259
+ "custom-colors-custom-3-opacity-0-08-dark": "rgba(76 217 222 / 0.08)",
260
+ "custom-colors-custom-4-opacity-0-96-dark": "rgba(126 218 139 / 0.96)",
261
+ "custom-colors-custom-4-opacity-0-80-dark": "rgba(126 218 139 / 0.8)",
262
+ "custom-colors-custom-4-opacity-0-64-dark": "rgba(126 218 139 / 0.64)",
263
+ "custom-colors-custom-4-opacity-0-48-dark": "rgba(126 218 139 / 0.48)",
264
+ "custom-colors-custom-4-opacity-0-32-dark": "rgba(126 218 139 / 0.32)",
265
+ "custom-colors-custom-4-opacity-0-16-dark": "rgba(126 218 139 / 0.16)",
266
+ "custom-colors-custom-4-opacity-0-12-dark": "rgba(126 218 139 / 0.12)",
267
+ "custom-colors-custom-4-opacity-0-08-dark": "rgba(126 218 139 / 0.08)",
268
+ "custom-colors-custom-5-opacity-0-96-dark": "rgba(199 202 149 / 0.96)",
269
+ "custom-colors-custom-5-opacity-0-80-dark": "rgba(199 202 149 / 0.8)",
270
+ "custom-colors-custom-5-opacity-0-64-dark": "rgba(199 202 149 / 0.64)",
271
+ "custom-colors-custom-5-opacity-0-48-dark": "rgba(199 202 149 / 0.48)",
272
+ "custom-colors-custom-5-opacity-0-32-dark": "rgba(199 202 149 / 0.32)",
273
+ "custom-colors-custom-5-opacity-0-16-dark": "rgba(199 202 149 / 0.16)",
274
+ "custom-colors-custom-5-opacity-0-12-dark": "rgba(199 202 149 / 0.12)",
275
+ "custom-colors-custom-5-opacity-0-08-dark": "rgba(199 202 149 / 0.08)",
276
+ "custom-colors-custom-6-opacity-0-96-dark": "rgba(255 182 139 / 0.96)",
277
+ "custom-colors-custom-6-opacity-0-80-dark": "rgba(255 182 139 / 0.8)",
278
+ "custom-colors-custom-6-opacity-0-64-dark": "rgba(255 182 139 / 0.64)",
279
+ "custom-colors-custom-6-opacity-0-48-dark": "rgba(255 182 139 / 0.48)",
280
+ "custom-colors-custom-6-opacity-0-32-dark": "rgba(255 182 139 / 0.32)",
281
+ "custom-colors-custom-6-opacity-0-16-dark": "rgba(255 182 139 / 0.16)",
282
+ "custom-colors-custom-6-opacity-0-12-dark": "rgba(255 182 139 / 0.12)",
283
+ "custom-colors-custom-6-opacity-0-08-dark": "rgba(255 182 139 / 0.08)",
284
+ "outline-opacity-0-96-dark": "rgba(142 145 153 / 0.96)",
285
+ "outline-opacity-0-80-dark": "rgba(142 145 153 / 0.8)",
286
+ "outline-opacity-0-64-dark": "rgba(142 145 153 / 0.64)",
287
+ "outline-opacity-0-48-dark": "rgba(142 145 153 / 0.48)",
288
+ "outline-opacity-0-32-dark": "rgba(142 145 153 / 0.32)",
289
+ "outline-opacity-0-16-dark": "rgba(142 145 153 / 0.16)",
290
+ "outline-opacity-0-12-dark": "rgba(142 145 153 / 0.12)",
291
+ "outline-opacity-0-08-dark": "rgba(142 145 153 / 0.08)",
292
+ transparent: "transparent",
293
+ current: "currentColor",
294
+ inherit: "inherit"
295
+ },
296
+ backgroundColor: {
297
+ white: "rgba(255 255 255 / 1)",
298
+ black: "rgba(0 0 0 / 1)",
299
+ primary: "rgba(0 95 177 / 1)",
300
+ "on-primary": "rgba(255 255 255 / 1)",
301
+ "primary-container": "rgba(211 227 255 / 1)",
302
+ "on-primary-container": "rgba(0 28 59 / 1)",
303
+ secondary: "rgba(84 95 113 / 1)",
304
+ "on-secondary": "rgba(255 255 255 / 1)",
305
+ "secondary-container": "rgba(216 227 248 / 1)",
306
+ "on-secondary-container": "rgba(18 28 43 / 1)",
307
+ tertiary: "rgba(109 86 118 / 1)",
308
+ "on-tertiary": "rgba(255 255 255 / 1)",
309
+ "tertiary-container": "rgba(247 217 255 / 1)",
310
+ "on-tertiary-container": "rgba(39 19 48 / 1)",
311
+ error: "rgba(186 27 27 / 1)",
312
+ "on-error": "rgba(255 255 255 / 1)",
313
+ "error-container": "rgba(255 237 233 / 1)",
314
+ "on-error-container": "rgba(147 0 6 / 1)",
315
+ success: "rgba(44 137 0 / 1)",
316
+ "on-success": "rgba(255 255 255 / 1)",
317
+ "success-container": "rgba(204 255 170 / 1)",
318
+ "on-success-container": "rgba(22 82 0 / 1)",
319
+ warning: "rgba(153 112 0 / 1)",
320
+ "on-warning": "rgba(255 255 255 / 1)",
321
+ "warning-container": "rgba(255 239 209 / 1)",
322
+ "on-warning-container": "rgba(92 66 0 / 1)",
323
+ background: "rgba(255 255 255 / 1)",
324
+ "on-background": "rgba(27 27 29 / 1)",
325
+ surface: "rgba(253 251 255 / 1)",
326
+ "surface-1": "rgba(240 243 251 / 1)",
327
+ "surface-2": "rgba(233 239 249 / 1)",
328
+ "surface-3": "rgba(225 234 246 / 1)",
329
+ "surface-4": "rgba(223 232 246 / 1)",
330
+ "surface-5": "rgba(218 229 244 / 1)",
331
+ "on-surface": "rgba(27 27 29 / 1)",
332
+ "surface-variant": "rgba(223 226 235 / 1)",
333
+ "on-surface-variant": "rgba(67 71 78 / 1)",
334
+ "inverse-surface": "rgba(47 48 51 / 1)",
335
+ "inverse-on-surface": "rgba(241 240 244 / 1)",
336
+ "inverse-primary": "rgba(164 200 255 / 1)",
337
+ outline: "rgba(116 119 127 / 1)",
338
+ "on-disabled": "rgba(27 27 29 / 0.3)",
339
+ "primary-opacity-0-08": "rgba(0 95 177 / 0.08)",
340
+ "primary-opacity-0-12": "rgba(0 95 177 / 0.12)",
341
+ "primary-opacity-0-16": "rgba(0 95 177 / 0.16)",
342
+ "primary-dark": "rgba(164 200 255 / 1)",
343
+ "on-primary-dark": "rgba(0 48 95 / 1)",
344
+ "primary-container-dark": "rgba(0 71 136 / 1)",
345
+ "on-primary-container-dark": "rgba(211 227 255 / 1)",
346
+ "secondary-dark": "rgba(188 199 220 / 1)",
347
+ "on-secondary-dark": "rgba(38 49 65 / 1)",
348
+ "secondary-container-dark": "rgba(61 71 88 / 1)",
349
+ "on-secondary-container-dark": "rgba(216 227 248 / 1)",
350
+ "tertiary-dark": "rgba(218 189 226 / 1)",
351
+ "on-tertiary-dark": "rgba(61 40 70 / 1)",
352
+ "tertiary-container-dark": "rgba(85 63 94 / 1)",
353
+ "on-tertiary-container-dark": "rgba(247 217 255 / 1)",
354
+ "error-dark": "rgba(255 180 169 / 1)",
355
+ "on-error-dark": "rgba(104 0 3 / 1)",
356
+ "error-container-dark": "rgba(147 0 6 / 1)",
357
+ "on-error-container-dark": "rgba(255 218 212 / 1)",
358
+ "success-dark": "rgba(108 224 54 / 1)",
359
+ "on-success-dark": "rgba(12 57 0 / 1)",
360
+ "success-container-dark": "rgba(22 82 0 / 1)",
361
+ "on-success-container-dark": "rgba(136 253 82 / 1)",
362
+ "warning-dark": "rgba(251 188 12 / 1)",
363
+ "on-warning-dark": "rgba(64 45 0 / 1)",
364
+ "warning-container-dark": "rgba(92 66 0 / 1)",
365
+ "on-warning-container-dark": "rgba(255 223 156 / 1)",
366
+ "background-dark": "rgba(27 27 29 / 1)",
367
+ "on-background-dark": "rgba(227 226 230 / 1)",
368
+ "surface-dark": "rgba(27 27 29 / 1)",
369
+ "surface-1-dark": "rgba(34 36 40 / 1)",
370
+ "surface-2-dark": "rgba(38 41 47 / 1)",
371
+ "surface-3-dark": "rgba(42 46 54 / 1)",
372
+ "surface-4-dark": "rgba(43 48 56 / 1)",
373
+ "surface-5-dark": "rgba(46 51 61 / 1)",
374
+ "on-surface-dark": "rgba(227 226 230 / 1)",
375
+ "surface-variant-dark": "rgba(67 71 78 / 1)",
376
+ "on-surface-variant-dark": "rgba(195 198 207 / 1)",
377
+ "inverse-surface-dark": "rgba(227 226 230 / 1)",
378
+ "inverse-on-surface-dark": "rgba(27 27 29 / 1)",
379
+ "inverse-primary-dark": "rgba(0 95 177 / 1)",
380
+ "outline-dark": "rgba(142 145 153 / 1)",
381
+ "on-disabled-dark": "rgba(227 226 230 / 0.3)",
382
+ "primary-opacity-0-08-dark": "rgba(164 200 255 / 0.08)",
383
+ "primary-opacity-0-12-dark": "rgba(164 200 255 / 0.12)",
384
+ "primary-opacity-0-16-dark": "rgba(164 200 255 / 0.16)",
385
+ "primary-hover": "rgba(0 119 220 / 1)",
386
+ "error-hover": "rgba(221 55 48 / 1)",
387
+ "success-hover": "rgba(56 166 0 / 1)",
388
+ "warning-hover": "rgba(186 137 0 / 1)",
389
+ "error-opacity-0-08": "rgba(186 27 27 / 0.08)",
390
+ "error-opacity-0-12": "rgba(186 27 27 / 0.12)",
391
+ "error-opacity-0-16": "rgba(186 27 27 / 0.16)",
392
+ "primary-hover-dark": "rgba(111 174 255 / 1)",
393
+ "error-hover-dark": "rgba(255 137 122 / 1)",
394
+ "success-hover-dark": "rgba(81 195 20 / 1)",
395
+ "warning-hover-dark": "rgba(219 162 0 / 1)",
396
+ "error-opacity-0-08-dark": "rgba(255 180 169 / 0.08)",
397
+ "error-opacity-0-12-dark": "rgba(255 180 169 / 0.12)",
398
+ "error-opacity-0-16-dark": "rgba(255 180 169 / 0.16)",
399
+ disabled: "rgba(27 27 29 / 0.12)",
400
+ "disabled-dark": "rgba(227 226 230 / 0.12)",
401
+ "success-opacity-0-08": "rgba(44 137 0 / 0.08)",
402
+ "success-opacity-0-12": "rgba(44 137 0 / 0.12)",
403
+ "success-opacity-0-16": "rgba(44 137 0 / 0.16)",
404
+ "warning-opacity-0-08": "rgba(153 112 0 / 0.08)",
405
+ "warning-opacity-0-12": "rgba(153 112 0 / 0.12)",
406
+ "warning-opacity-0-16": "rgba(153 112 0 / 0.16)",
407
+ "success-opacity-0-08-dark": "rgba(108 224 54 / 0.08)",
408
+ "success-opacity-0-12-dark": "rgba(108 224 54 / 0.12)",
409
+ "success-opacity-0-16-dark": "rgba(108 224 54 / 0.16)",
410
+ "warning-opacity-0-08-dark": "rgba(251 188 12 / 0.08)",
411
+ "warning-opacity-0-12-dark": "rgba(251 188 12 / 0.12)",
412
+ "warning-opacity-0-16-dark": "rgba(251 188 12 / 0.16)",
413
+ overlay: "rgba(27 27 29 / 0.8)",
414
+ "overlay-dark": "rgba(27 27 29 / 0.8)",
415
+ "outline-variant": "rgba(223 226 235 / 1)",
416
+ "outline-variant-dark": "rgba(67 71 78 / 1)",
417
+ "primary-hover-opacity-0-08": "rgba(0 119 220 / 0.08)",
418
+ "primary-hover-opacity-0-12": "rgba(0 119 220 / 0.12)",
419
+ "primary-hover-opacity-0-16": "rgba(0 119 220 / 0.16)",
420
+ "primary-hover-opacity-0-32": "rgba(0 119 220 / 0.32)",
421
+ "primary-hover-opacity-0-48": "rgba(0 119 220 / 0.48)",
422
+ "primary-hover-opacity-0-64": "rgba(0 119 220 / 0.64)",
423
+ "primary-hover-opacity-0-80": "rgba(0 119 220 / 0.8)",
424
+ "primary-hover-opacity-0-96": "rgba(0 119 220 / 0.96)",
425
+ "primary-hover-opacity-0-08-dark": "rgba(111 174 255 / 0.08)",
426
+ "primary-hover-opacity-0-12-dark": "rgba(111 174 255 / 0.12)",
427
+ "primary-hover-opacity-0-16-dark": "rgba(111 174 255 / 0.16)",
428
+ "primary-hover-opacity-0-32-dark": "rgba(111 174 255 / 0.32)",
429
+ "primary-hover-opacity-0-48-dark": "rgba(111 174 255 / 0.48)",
430
+ "primary-hover-opacity-0-64-dark": "rgba(111 174 255 / 0.64)",
431
+ "primary-hover-opacity-0-80-dark": "rgba(111 174 255 / 0.8)",
432
+ "primary-hover-opacity-0-96-dark": "rgba(111 174 255 / 0.96)",
433
+ "custom-colors-custom-1": "rgba(157 59 97 / 1)",
434
+ "custom-colors-custom-2": "rgba(105 76 173 / 1)",
435
+ "custom-colors-custom-3": "rgba(0 105 108 / 1)",
436
+ "custom-colors-custom-4": "rgba(0 110 44 / 1)",
437
+ "custom-colors-custom-5": "rgba(94 97 53 / 1)",
438
+ "custom-colors-custom-6": "rgba(153 71 0 / 1)",
439
+ "custom-colors-custom-1-container": "rgba(255 217 226 / 1)",
440
+ "custom-colors-custom-2-container": "rgba(233 221 255 / 1)",
441
+ "custom-colors-custom-3-container": "rgba(111 246 251 / 1)",
442
+ "custom-colors-custom-4-container": "rgba(154 247 164 / 1)",
443
+ "custom-colors-custom-5-container": "rgba(227 231 175 / 1)",
444
+ "custom-colors-custom-6-container": "rgba(255 219 200 / 1)",
445
+ "custom-colors-custom-1-dark": "rgba(255 176 200 / 1)",
446
+ "custom-colors-custom-2-dark": "rgba(208 188 255 / 1)",
447
+ "custom-colors-custom-3-dark": "rgba(76 217 222 / 1)",
448
+ "custom-colors-custom-4-dark": "rgba(126 218 139 / 1)",
449
+ "custom-colors-custom-5-dark": "rgba(199 202 149 / 1)",
450
+ "custom-colors-custom-6-dark": "rgba(255 182 139 / 1)",
451
+ "custom-colors-custom-1-container-dark": "rgba(127 35 74 / 1)",
452
+ "custom-colors-custom-2-container-dark": "rgba(81 51 148 / 1)",
453
+ "custom-colors-custom-3-container-dark": "rgba(0 79 82 / 1)",
454
+ "custom-colors-custom-4-container-dark": "rgba(0 83 31 / 1)",
455
+ "custom-colors-custom-5-container-dark": "rgba(70 74 32 / 1)",
456
+ "custom-colors-custom-6-container-dark": "rgba(117 52 0 / 1)",
457
+ "error-opacity-0-32": "rgba(186 27 27 / 0.32)",
458
+ "error-opacity-0-48": "rgba(186 27 27 / 0.48)",
459
+ "error-opacity-0-64": "rgba(186 27 27 / 0.64)",
460
+ "error-opacity-0-80": "rgba(186 27 27 / 0.8)",
461
+ "error-opacity-0-96": "rgba(186 27 27 / 0.96)",
462
+ "success-opacity-0-32": "rgba(44 137 0 / 0.32)",
463
+ "success-opacity-0-48": "rgba(44 137 0 / 0.48)",
464
+ "success-opacity-0-64": "rgba(44 137 0 / 0.64)",
465
+ "success-opacity-0-80": "rgba(44 137 0 / 0.8)",
466
+ "success-opacity-0-96": "rgba(44 137 0 / 0.96)",
467
+ "warning-opacity-0-32": "rgba(153 112 0 / 0.32)",
468
+ "warning-opacity-0-48": "rgba(153 112 0 / 0.48)",
469
+ "warning-opacity-0-64": "rgba(153 112 0 / 0.64)",
470
+ "warning-opacity-0-80": "rgba(153 112 0 / 0.8)",
471
+ "warning-opacity-0-96": "rgba(153 112 0 / 0.96)",
472
+ "custom-colors-custom-1-opacity-0-96": "rgba(157 59 97 / 0.96)",
473
+ "custom-colors-custom-1-opacity-0-80": "rgba(157 59 97 / 0.8)",
474
+ "custom-colors-custom-1-opacity-0-64": "rgba(157 59 97 / 0.64)",
475
+ "custom-colors-custom-1-opacity-0-48": "rgba(157 59 97 / 0.48)",
476
+ "custom-colors-custom-1-opacity-0-32": "rgba(157 59 97 / 0.32)",
477
+ "custom-colors-custom-1-opacity-0-16": "rgba(157 59 97 / 0.16)",
478
+ "custom-colors-custom-1-opacity-0-12": "rgba(157 59 97 / 0.12)",
479
+ "custom-colors-custom-1-opacity-0-08": "rgba(157 59 97 / 0.08)",
480
+ "custom-colors-custom-2-opacity-0-96": "rgba(105 76 173 / 0.96)",
481
+ "custom-colors-custom-2-opacity-0-80": "rgba(105 76 173 / 0.8)",
482
+ "custom-colors-custom-2-opacity-0-64": "rgba(105 76 173 / 0.64)",
483
+ "custom-colors-custom-2-opacity-0-48": "rgba(105 76 173 / 0.48)",
484
+ "custom-colors-custom-2-opacity-0-32": "rgba(105 76 173 / 0.32)",
485
+ "custom-colors-custom-2-opacity-0-16": "rgba(105 76 173 / 0.16)",
486
+ "custom-colors-custom-2-opacity-0-12": "rgba(105 76 173 / 0.12)",
487
+ "custom-colors-custom-2-opacity-0-08": "rgba(105 76 173 / 0.08)",
488
+ "custom-colors-custom-3-opacity-0-96": "rgba(0 105 108 / 0.96)",
489
+ "custom-colors-custom-3-opacity-0-80": "rgba(0 105 108 / 0.8)",
490
+ "custom-colors-custom-3-opacity-0-64": "rgba(0 105 108 / 0.64)",
491
+ "custom-colors-custom-3-opacity-0-48": "rgba(0 105 108 / 0.48)",
492
+ "custom-colors-custom-3-opacity-0-32": "rgba(0 105 108 / 0.32)",
493
+ "custom-colors-custom-3-opacity-0-16": "rgba(0 105 108 / 0.16)",
494
+ "custom-colors-custom-3-opacity-0-12": "rgba(0 105 108 / 0.12)",
495
+ "custom-colors-custom-3-opacity-0-08": "rgba(0 105 108 / 0.08)",
496
+ "custom-colors-custom-4-opacity-0-96": "rgba(0 110 44 / 0.96)",
497
+ "custom-colors-custom-4-opacity-0-80": "rgba(0 110 44 / 0.8)",
498
+ "custom-colors-custom-4-opacity-0-64": "rgba(0 110 44 / 0.64)",
499
+ "custom-colors-custom-4-opacity-0-48": "rgba(0 110 44 / 0.48)",
500
+ "custom-colors-custom-4-opacity-0-32": "rgba(0 110 44 / 0.32)",
501
+ "custom-colors-custom-4-opacity-0-16": "rgba(0 110 44 / 0.16)",
502
+ "custom-colors-custom-4-opacity-0-12": "rgba(0 110 44 / 0.12)",
503
+ "custom-colors-custom-4-opacity-0-08": "rgba(0 110 44 / 0.08)",
504
+ "custom-colors-custom-5-opacity-0-96": "rgba(94 97 53 / 0.96)",
505
+ "custom-colors-custom-5-opacity-0-80": "rgba(94 97 53 / 0.8)",
506
+ "custom-colors-custom-5-opacity-0-64": "rgba(94 97 53 / 0.64)",
507
+ "custom-colors-custom-5-opacity-0-48": "rgba(94 97 53 / 0.48)",
508
+ "custom-colors-custom-5-opacity-0-32": "rgba(94 97 53 / 0.32)",
509
+ "custom-colors-custom-5-opacity-0-16": "rgba(94 97 53 / 0.16)",
510
+ "custom-colors-custom-5-opacity-0-12": "rgba(94 97 53 / 0.12)",
511
+ "custom-colors-custom-5-opacity-0-08": "rgba(94 97 53 / 0.08)",
512
+ "custom-colors-custom-6-opacity-0-96": "rgba(153 71 0 / 0.96)",
513
+ "custom-colors-custom-6-opacity-0-80": "rgba(153 71 0 / 0.8)",
514
+ "custom-colors-custom-6-opacity-0-64": "rgba(153 71 0 / 0.64)",
515
+ "custom-colors-custom-6-opacity-0-48": "rgba(153 71 0 / 0.48)",
516
+ "custom-colors-custom-6-opacity-0-32": "rgba(153 71 0 / 0.32)",
517
+ "custom-colors-custom-6-opacity-0-16": "rgba(153 71 0 / 0.16)",
518
+ "custom-colors-custom-6-opacity-0-12": "rgba(153 71 0 / 0.12)",
519
+ "custom-colors-custom-6-opacity-0-08": "rgba(153 71 0 / 0.08)",
520
+ "outline-opacity-0-96": "rgba(116 119 127 / 0.96)",
521
+ "outline-opacity-0-80": "rgba(116 119 127 / 0.8)",
522
+ "outline-opacity-0-64": "rgba(116 119 127 / 0.64)",
523
+ "outline-opacity-0-48": "rgba(116 119 127 / 0.48)",
524
+ "outline-opacity-0-32": "rgba(116 119 127 / 0.32)",
525
+ "outline-opacity-0-16": "rgba(116 119 127 / 0.16)",
526
+ "outline-opacity-0-12": "rgba(116 119 127 / 0.12)",
527
+ "outline-opacity-0-08": "rgba(116 119 127 / 0.08)",
528
+ "error-opacity-0-32-dark": "rgba(255 180 169 / 0.32)",
529
+ "error-opacity-0-48-dark": "rgba(255 180 169 / 0.48)",
530
+ "error-opacity-0-64-dark": "rgba(255 180 169 / 0.64)",
531
+ "error-opacity-0-80-dark": "rgba(255 180 169 / 0.8)",
532
+ "error-opacity-0-96-dark": "rgba(255 180 169 / 0.96)",
533
+ "success-opacity-0-32-dark": "rgba(108 224 54 / 0.32)",
534
+ "success-opacity-0-48-dark": "rgba(108 224 54 / 0.48)",
535
+ "success-opacity-0-64-dark": "rgba(108 224 54 / 0.64)",
536
+ "success-opacity-0-80-dark": "rgba(108 224 54 / 0.8)",
537
+ "success-opacity-0-96-dark": "rgba(108 224 54 / 0.96)",
538
+ "warning-opacity-0-32-dark": "rgba(251 188 12 / 0.32)",
539
+ "warning-opacity-0-48-dark": "rgba(251 188 12 / 0.48)",
540
+ "warning-opacity-0-64-dark": "rgba(251 188 12 / 0.64)",
541
+ "warning-opacity-0-80-dark": "rgba(251 188 12 / 0.8)",
542
+ "warning-opacity-0-96-dark": "rgba(251 188 12 / 0.96)",
543
+ "custom-colors-custom-1-opacity-0-96-dark": "rgba(255 176 200 / 0.96)",
544
+ "custom-colors-custom-1-opacity-0-80-dark": "rgba(255 176 200 / 0.8)",
545
+ "custom-colors-custom-1-opacity-0-64-dark": "rgba(255 176 200 / 0.64)",
546
+ "custom-colors-custom-1-opacity-0-48-dark": "rgba(255 176 200 / 0.48)",
547
+ "custom-colors-custom-1-opacity-0-32-dark": "rgba(255 176 200 / 0.32)",
548
+ "custom-colors-custom-1-opacity-0-16-dark": "rgba(255 176 200 / 0.16)",
549
+ "custom-colors-custom-1-opacity-0-12-dark": "rgba(255 176 200 / 0.12)",
550
+ "custom-colors-custom-1-opacity-0-08-dark": "rgba(255 176 200 / 0.08)",
551
+ "custom-colors-custom-2-opacity-0-96-dark": "rgba(208 188 255 / 0.96)",
552
+ "custom-colors-custom-2-opacity-0-80-dark": "rgba(208 188 255 / 0.8)",
553
+ "custom-colors-custom-2-opacity-0-64-dark": "rgba(208 188 255 / 0.64)",
554
+ "custom-colors-custom-2-opacity-0-48-dark": "rgba(208 188 255 / 0.48)",
555
+ "custom-colors-custom-2-opacity-0-32-dark": "rgba(208 188 255 / 0.32)",
556
+ "custom-colors-custom-2-opacity-0-16-dark": "rgba(208 188 255 / 0.16)",
557
+ "custom-colors-custom-2-opacity-0-12-dark": "rgba(208 188 255 / 0.12)",
558
+ "custom-colors-custom-2-opacity-0-08-dark": "rgba(208 188 255 / 0.08)",
559
+ "custom-colors-custom-3-opacity-0-96-dark": "rgba(76 217 222 / 0.96)",
560
+ "custom-colors-custom-3-opacity-0-80-dark": "rgba(76 217 222 / 0.8)",
561
+ "custom-colors-custom-3-opacity-0-64-dark": "rgba(76 217 222 / 0.64)",
562
+ "custom-colors-custom-3-opacity-0-48-dark": "rgba(76 217 222 / 0.48)",
563
+ "custom-colors-custom-3-opacity-0-32-dark": "rgba(76 217 222 / 0.32)",
564
+ "custom-colors-custom-3-opacity-0-16-dark": "rgba(76 217 222 / 0.16)",
565
+ "custom-colors-custom-3-opacity-0-12-dark": "rgba(76 217 222 / 0.12)",
566
+ "custom-colors-custom-3-opacity-0-08-dark": "rgba(76 217 222 / 0.08)",
567
+ "custom-colors-custom-4-opacity-0-96-dark": "rgba(126 218 139 / 0.96)",
568
+ "custom-colors-custom-4-opacity-0-80-dark": "rgba(126 218 139 / 0.8)",
569
+ "custom-colors-custom-4-opacity-0-64-dark": "rgba(126 218 139 / 0.64)",
570
+ "custom-colors-custom-4-opacity-0-48-dark": "rgba(126 218 139 / 0.48)",
571
+ "custom-colors-custom-4-opacity-0-32-dark": "rgba(126 218 139 / 0.32)",
572
+ "custom-colors-custom-4-opacity-0-16-dark": "rgba(126 218 139 / 0.16)",
573
+ "custom-colors-custom-4-opacity-0-12-dark": "rgba(126 218 139 / 0.12)",
574
+ "custom-colors-custom-4-opacity-0-08-dark": "rgba(126 218 139 / 0.08)",
575
+ "custom-colors-custom-5-opacity-0-96-dark": "rgba(199 202 149 / 0.96)",
576
+ "custom-colors-custom-5-opacity-0-80-dark": "rgba(199 202 149 / 0.8)",
577
+ "custom-colors-custom-5-opacity-0-64-dark": "rgba(199 202 149 / 0.64)",
578
+ "custom-colors-custom-5-opacity-0-48-dark": "rgba(199 202 149 / 0.48)",
579
+ "custom-colors-custom-5-opacity-0-32-dark": "rgba(199 202 149 / 0.32)",
580
+ "custom-colors-custom-5-opacity-0-16-dark": "rgba(199 202 149 / 0.16)",
581
+ "custom-colors-custom-5-opacity-0-12-dark": "rgba(199 202 149 / 0.12)",
582
+ "custom-colors-custom-5-opacity-0-08-dark": "rgba(199 202 149 / 0.08)",
583
+ "custom-colors-custom-6-opacity-0-96-dark": "rgba(255 182 139 / 0.96)",
584
+ "custom-colors-custom-6-opacity-0-80-dark": "rgba(255 182 139 / 0.8)",
585
+ "custom-colors-custom-6-opacity-0-64-dark": "rgba(255 182 139 / 0.64)",
586
+ "custom-colors-custom-6-opacity-0-48-dark": "rgba(255 182 139 / 0.48)",
587
+ "custom-colors-custom-6-opacity-0-32-dark": "rgba(255 182 139 / 0.32)",
588
+ "custom-colors-custom-6-opacity-0-16-dark": "rgba(255 182 139 / 0.16)",
589
+ "custom-colors-custom-6-opacity-0-12-dark": "rgba(255 182 139 / 0.12)",
590
+ "custom-colors-custom-6-opacity-0-08-dark": "rgba(255 182 139 / 0.08)",
591
+ "outline-opacity-0-96-dark": "rgba(142 145 153 / 0.96)",
592
+ "outline-opacity-0-80-dark": "rgba(142 145 153 / 0.8)",
593
+ "outline-opacity-0-64-dark": "rgba(142 145 153 / 0.64)",
594
+ "outline-opacity-0-48-dark": "rgba(142 145 153 / 0.48)",
595
+ "outline-opacity-0-32-dark": "rgba(142 145 153 / 0.32)",
596
+ "outline-opacity-0-16-dark": "rgba(142 145 153 / 0.16)",
597
+ "outline-opacity-0-12-dark": "rgba(142 145 153 / 0.12)",
598
+ "outline-opacity-0-08-dark": "rgba(142 145 153 / 0.08)",
599
+ transparent: "transparent",
600
+ current: "currentColor",
601
+ inherit: "inherit"
602
+ },
603
+ backgroundImage: {
604
+ "skeletons-gradient": "linear-gradient(90deg, rgba(0 95 177 / 0.08) 0.00%,rgba(0,95,177,0.04) 50.01%,rgba(0,95,177,0.08) 100.00%)",
605
+ "skeletons-gradient-dark": "linear-gradient(90deg, rgba(164 200 255 / 0.08) 0.00%,rgba(164,200,255,0.04) 50.01%,rgba(164,200,255,0.08) 100.00%)"
606
+ },
607
+ borderColor: {
608
+ white: "rgba(255 255 255 / 1)",
609
+ black: "rgba(0 0 0 / 1)",
610
+ primary: "rgba(0 95 177 / 1)",
611
+ secondary: "rgba(84 95 113 / 1)",
612
+ tertiary: "rgba(109 86 118 / 1)",
613
+ error: "rgba(186 27 27 / 1)",
614
+ success: "rgba(44 137 0 / 1)",
615
+ warning: "rgba(153 112 0 / 1)",
616
+ "inverse-primary": "rgba(164 200 255 / 1)",
617
+ outline: "rgba(116 119 127 / 1)",
618
+ "primary-opacity-0-08": "rgba(0 95 177 / 0.08)",
619
+ "primary-opacity-0-12": "rgba(0 95 177 / 0.12)",
620
+ "primary-opacity-0-16": "rgba(0 95 177 / 0.16)",
621
+ "primary-dark": "rgba(164 200 255 / 1)",
622
+ "secondary-dark": "rgba(188 199 220 / 1)",
623
+ "tertiary-dark": "rgba(218 189 226 / 1)",
624
+ "error-dark": "rgba(255 180 169 / 1)",
625
+ "success-dark": "rgba(108 224 54 / 1)",
626
+ "warning-dark": "rgba(251 188 12 / 1)",
627
+ "inverse-primary-dark": "rgba(0 95 177 / 1)",
628
+ "outline-dark": "rgba(142 145 153 / 1)",
629
+ "primary-opacity-0-08-dark": "rgba(164 200 255 / 0.08)",
630
+ "primary-opacity-0-12-dark": "rgba(164 200 255 / 0.12)",
631
+ "primary-opacity-0-16-dark": "rgba(164 200 255 / 0.16)",
632
+ "primary-hover": "rgba(0 119 220 / 1)",
633
+ "error-hover": "rgba(221 55 48 / 1)",
634
+ "success-hover": "rgba(56 166 0 / 1)",
635
+ "warning-hover": "rgba(186 137 0 / 1)",
636
+ "error-opacity-0-08": "rgba(186 27 27 / 0.08)",
637
+ "error-opacity-0-12": "rgba(186 27 27 / 0.12)",
638
+ "error-opacity-0-16": "rgba(186 27 27 / 0.16)",
639
+ "primary-hover-dark": "rgba(111 174 255 / 1)",
640
+ "error-hover-dark": "rgba(255 137 122 / 1)",
641
+ "success-hover-dark": "rgba(81 195 20 / 1)",
642
+ "warning-hover-dark": "rgba(219 162 0 / 1)",
643
+ "error-opacity-0-08-dark": "rgba(255 180 169 / 0.08)",
644
+ "error-opacity-0-12-dark": "rgba(255 180 169 / 0.12)",
645
+ "error-opacity-0-16-dark": "rgba(255 180 169 / 0.16)",
646
+ disabled: "rgba(27 27 29 / 0.12)",
647
+ "disabled-dark": "rgba(227 226 230 / 0.12)",
648
+ "success-opacity-0-08": "rgba(44 137 0 / 0.08)",
649
+ "success-opacity-0-12": "rgba(44 137 0 / 0.12)",
650
+ "success-opacity-0-16": "rgba(44 137 0 / 0.16)",
651
+ "warning-opacity-0-08": "rgba(153 112 0 / 0.08)",
652
+ "warning-opacity-0-12": "rgba(153 112 0 / 0.12)",
653
+ "warning-opacity-0-16": "rgba(153 112 0 / 0.16)",
654
+ "success-opacity-0-08-dark": "rgba(108 224 54 / 0.08)",
655
+ "success-opacity-0-12-dark": "rgba(108 224 54 / 0.12)",
656
+ "success-opacity-0-16-dark": "rgba(108 224 54 / 0.16)",
657
+ "warning-opacity-0-08-dark": "rgba(251 188 12 / 0.08)",
658
+ "warning-opacity-0-12-dark": "rgba(251 188 12 / 0.12)",
659
+ "warning-opacity-0-16-dark": "rgba(251 188 12 / 0.16)",
660
+ overlay: "rgba(27 27 29 / 0.8)",
661
+ "overlay-dark": "rgba(27 27 29 / 0.8)",
662
+ "outline-variant": "rgba(223 226 235 / 1)",
663
+ "outline-variant-dark": "rgba(67 71 78 / 1)",
664
+ "primary-hover-opacity-0-08": "rgba(0 119 220 / 0.08)",
665
+ "primary-hover-opacity-0-12": "rgba(0 119 220 / 0.12)",
666
+ "primary-hover-opacity-0-16": "rgba(0 119 220 / 0.16)",
667
+ "primary-hover-opacity-0-32": "rgba(0 119 220 / 0.32)",
668
+ "primary-hover-opacity-0-48": "rgba(0 119 220 / 0.48)",
669
+ "primary-hover-opacity-0-64": "rgba(0 119 220 / 0.64)",
670
+ "primary-hover-opacity-0-80": "rgba(0 119 220 / 0.8)",
671
+ "primary-hover-opacity-0-96": "rgba(0 119 220 / 0.96)",
672
+ "primary-hover-opacity-0-08-dark": "rgba(111 174 255 / 0.08)",
673
+ "primary-hover-opacity-0-12-dark": "rgba(111 174 255 / 0.12)",
674
+ "primary-hover-opacity-0-16-dark": "rgba(111 174 255 / 0.16)",
675
+ "primary-hover-opacity-0-32-dark": "rgba(111 174 255 / 0.32)",
676
+ "primary-hover-opacity-0-48-dark": "rgba(111 174 255 / 0.48)",
677
+ "primary-hover-opacity-0-64-dark": "rgba(111 174 255 / 0.64)",
678
+ "primary-hover-opacity-0-80-dark": "rgba(111 174 255 / 0.8)",
679
+ "primary-hover-opacity-0-96-dark": "rgba(111 174 255 / 0.96)",
680
+ "custom-colors-custom-1": "rgba(157 59 97 / 1)",
681
+ "custom-colors-custom-2": "rgba(105 76 173 / 1)",
682
+ "custom-colors-custom-3": "rgba(0 105 108 / 1)",
683
+ "custom-colors-custom-4": "rgba(0 110 44 / 1)",
684
+ "custom-colors-custom-5": "rgba(94 97 53 / 1)",
685
+ "custom-colors-custom-6": "rgba(153 71 0 / 1)",
686
+ "custom-colors-custom-1-dark": "rgba(255 176 200 / 1)",
687
+ "custom-colors-custom-2-dark": "rgba(208 188 255 / 1)",
688
+ "custom-colors-custom-3-dark": "rgba(76 217 222 / 1)",
689
+ "custom-colors-custom-4-dark": "rgba(126 218 139 / 1)",
690
+ "custom-colors-custom-5-dark": "rgba(199 202 149 / 1)",
691
+ "custom-colors-custom-6-dark": "rgba(255 182 139 / 1)",
692
+ "error-opacity-0-32": "rgba(186 27 27 / 0.32)",
693
+ "error-opacity-0-48": "rgba(186 27 27 / 0.48)",
694
+ "error-opacity-0-64": "rgba(186 27 27 / 0.64)",
695
+ "error-opacity-0-80": "rgba(186 27 27 / 0.8)",
696
+ "error-opacity-0-96": "rgba(186 27 27 / 0.96)",
697
+ "success-opacity-0-32": "rgba(44 137 0 / 0.32)",
698
+ "success-opacity-0-48": "rgba(44 137 0 / 0.48)",
699
+ "success-opacity-0-64": "rgba(44 137 0 / 0.64)",
700
+ "success-opacity-0-80": "rgba(44 137 0 / 0.8)",
701
+ "success-opacity-0-96": "rgba(44 137 0 / 0.96)",
702
+ "warning-opacity-0-32": "rgba(153 112 0 / 0.32)",
703
+ "warning-opacity-0-48": "rgba(153 112 0 / 0.48)",
704
+ "warning-opacity-0-64": "rgba(153 112 0 / 0.64)",
705
+ "warning-opacity-0-80": "rgba(153 112 0 / 0.8)",
706
+ "warning-opacity-0-96": "rgba(153 112 0 / 0.96)",
707
+ "custom-colors-custom-1-opacity-0-96": "rgba(157 59 97 / 0.96)",
708
+ "custom-colors-custom-1-opacity-0-80": "rgba(157 59 97 / 0.8)",
709
+ "custom-colors-custom-1-opacity-0-64": "rgba(157 59 97 / 0.64)",
710
+ "custom-colors-custom-1-opacity-0-48": "rgba(157 59 97 / 0.48)",
711
+ "custom-colors-custom-1-opacity-0-32": "rgba(157 59 97 / 0.32)",
712
+ "custom-colors-custom-1-opacity-0-16": "rgba(157 59 97 / 0.16)",
713
+ "custom-colors-custom-1-opacity-0-12": "rgba(157 59 97 / 0.12)",
714
+ "custom-colors-custom-1-opacity-0-08": "rgba(157 59 97 / 0.08)",
715
+ "custom-colors-custom-2-opacity-0-96": "rgba(105 76 173 / 0.96)",
716
+ "custom-colors-custom-2-opacity-0-80": "rgba(105 76 173 / 0.8)",
717
+ "custom-colors-custom-2-opacity-0-64": "rgba(105 76 173 / 0.64)",
718
+ "custom-colors-custom-2-opacity-0-48": "rgba(105 76 173 / 0.48)",
719
+ "custom-colors-custom-2-opacity-0-32": "rgba(105 76 173 / 0.32)",
720
+ "custom-colors-custom-2-opacity-0-16": "rgba(105 76 173 / 0.16)",
721
+ "custom-colors-custom-2-opacity-0-12": "rgba(105 76 173 / 0.12)",
722
+ "custom-colors-custom-2-opacity-0-08": "rgba(105 76 173 / 0.08)",
723
+ "custom-colors-custom-3-opacity-0-96": "rgba(0 105 108 / 0.96)",
724
+ "custom-colors-custom-3-opacity-0-80": "rgba(0 105 108 / 0.8)",
725
+ "custom-colors-custom-3-opacity-0-64": "rgba(0 105 108 / 0.64)",
726
+ "custom-colors-custom-3-opacity-0-48": "rgba(0 105 108 / 0.48)",
727
+ "custom-colors-custom-3-opacity-0-32": "rgba(0 105 108 / 0.32)",
728
+ "custom-colors-custom-3-opacity-0-16": "rgba(0 105 108 / 0.16)",
729
+ "custom-colors-custom-3-opacity-0-12": "rgba(0 105 108 / 0.12)",
730
+ "custom-colors-custom-3-opacity-0-08": "rgba(0 105 108 / 0.08)",
731
+ "custom-colors-custom-4-opacity-0-96": "rgba(0 110 44 / 0.96)",
732
+ "custom-colors-custom-4-opacity-0-80": "rgba(0 110 44 / 0.8)",
733
+ "custom-colors-custom-4-opacity-0-64": "rgba(0 110 44 / 0.64)",
734
+ "custom-colors-custom-4-opacity-0-48": "rgba(0 110 44 / 0.48)",
735
+ "custom-colors-custom-4-opacity-0-32": "rgba(0 110 44 / 0.32)",
736
+ "custom-colors-custom-4-opacity-0-16": "rgba(0 110 44 / 0.16)",
737
+ "custom-colors-custom-4-opacity-0-12": "rgba(0 110 44 / 0.12)",
738
+ "custom-colors-custom-4-opacity-0-08": "rgba(0 110 44 / 0.08)",
739
+ "custom-colors-custom-5-opacity-0-96": "rgba(94 97 53 / 0.96)",
740
+ "custom-colors-custom-5-opacity-0-80": "rgba(94 97 53 / 0.8)",
741
+ "custom-colors-custom-5-opacity-0-64": "rgba(94 97 53 / 0.64)",
742
+ "custom-colors-custom-5-opacity-0-48": "rgba(94 97 53 / 0.48)",
743
+ "custom-colors-custom-5-opacity-0-32": "rgba(94 97 53 / 0.32)",
744
+ "custom-colors-custom-5-opacity-0-16": "rgba(94 97 53 / 0.16)",
745
+ "custom-colors-custom-5-opacity-0-12": "rgba(94 97 53 / 0.12)",
746
+ "custom-colors-custom-5-opacity-0-08": "rgba(94 97 53 / 0.08)",
747
+ "custom-colors-custom-6-opacity-0-96": "rgba(153 71 0 / 0.96)",
748
+ "custom-colors-custom-6-opacity-0-80": "rgba(153 71 0 / 0.8)",
749
+ "custom-colors-custom-6-opacity-0-64": "rgba(153 71 0 / 0.64)",
750
+ "custom-colors-custom-6-opacity-0-48": "rgba(153 71 0 / 0.48)",
751
+ "custom-colors-custom-6-opacity-0-32": "rgba(153 71 0 / 0.32)",
752
+ "custom-colors-custom-6-opacity-0-16": "rgba(153 71 0 / 0.16)",
753
+ "custom-colors-custom-6-opacity-0-12": "rgba(153 71 0 / 0.12)",
754
+ "custom-colors-custom-6-opacity-0-08": "rgba(153 71 0 / 0.08)",
755
+ "outline-opacity-0-96": "rgba(116 119 127 / 0.96)",
756
+ "outline-opacity-0-80": "rgba(116 119 127 / 0.8)",
757
+ "outline-opacity-0-64": "rgba(116 119 127 / 0.64)",
758
+ "outline-opacity-0-48": "rgba(116 119 127 / 0.48)",
759
+ "outline-opacity-0-32": "rgba(116 119 127 / 0.32)",
760
+ "outline-opacity-0-16": "rgba(116 119 127 / 0.16)",
761
+ "outline-opacity-0-12": "rgba(116 119 127 / 0.12)",
762
+ "outline-opacity-0-08": "rgba(116 119 127 / 0.08)",
763
+ "error-opacity-0-32-dark": "rgba(255 180 169 / 0.32)",
764
+ "error-opacity-0-48-dark": "rgba(255 180 169 / 0.48)",
765
+ "error-opacity-0-64-dark": "rgba(255 180 169 / 0.64)",
766
+ "error-opacity-0-80-dark": "rgba(255 180 169 / 0.8)",
767
+ "error-opacity-0-96-dark": "rgba(255 180 169 / 0.96)",
768
+ "success-opacity-0-32-dark": "rgba(108 224 54 / 0.32)",
769
+ "success-opacity-0-48-dark": "rgba(108 224 54 / 0.48)",
770
+ "success-opacity-0-64-dark": "rgba(108 224 54 / 0.64)",
771
+ "success-opacity-0-80-dark": "rgba(108 224 54 / 0.8)",
772
+ "success-opacity-0-96-dark": "rgba(108 224 54 / 0.96)",
773
+ "warning-opacity-0-32-dark": "rgba(251 188 12 / 0.32)",
774
+ "warning-opacity-0-48-dark": "rgba(251 188 12 / 0.48)",
775
+ "warning-opacity-0-64-dark": "rgba(251 188 12 / 0.64)",
776
+ "warning-opacity-0-80-dark": "rgba(251 188 12 / 0.8)",
777
+ "warning-opacity-0-96-dark": "rgba(251 188 12 / 0.96)",
778
+ "custom-colors-custom-1-opacity-0-96-dark": "rgba(255 176 200 / 0.96)",
779
+ "custom-colors-custom-1-opacity-0-80-dark": "rgba(255 176 200 / 0.8)",
780
+ "custom-colors-custom-1-opacity-0-64-dark": "rgba(255 176 200 / 0.64)",
781
+ "custom-colors-custom-1-opacity-0-48-dark": "rgba(255 176 200 / 0.48)",
782
+ "custom-colors-custom-1-opacity-0-32-dark": "rgba(255 176 200 / 0.32)",
783
+ "custom-colors-custom-1-opacity-0-16-dark": "rgba(255 176 200 / 0.16)",
784
+ "custom-colors-custom-1-opacity-0-12-dark": "rgba(255 176 200 / 0.12)",
785
+ "custom-colors-custom-1-opacity-0-08-dark": "rgba(255 176 200 / 0.08)",
786
+ "custom-colors-custom-2-opacity-0-96-dark": "rgba(208 188 255 / 0.96)",
787
+ "custom-colors-custom-2-opacity-0-80-dark": "rgba(208 188 255 / 0.8)",
788
+ "custom-colors-custom-2-opacity-0-64-dark": "rgba(208 188 255 / 0.64)",
789
+ "custom-colors-custom-2-opacity-0-48-dark": "rgba(208 188 255 / 0.48)",
790
+ "custom-colors-custom-2-opacity-0-32-dark": "rgba(208 188 255 / 0.32)",
791
+ "custom-colors-custom-2-opacity-0-16-dark": "rgba(208 188 255 / 0.16)",
792
+ "custom-colors-custom-2-opacity-0-12-dark": "rgba(208 188 255 / 0.12)",
793
+ "custom-colors-custom-2-opacity-0-08-dark": "rgba(208 188 255 / 0.08)",
794
+ "custom-colors-custom-3-opacity-0-96-dark": "rgba(76 217 222 / 0.96)",
795
+ "custom-colors-custom-3-opacity-0-80-dark": "rgba(76 217 222 / 0.8)",
796
+ "custom-colors-custom-3-opacity-0-64-dark": "rgba(76 217 222 / 0.64)",
797
+ "custom-colors-custom-3-opacity-0-48-dark": "rgba(76 217 222 / 0.48)",
798
+ "custom-colors-custom-3-opacity-0-32-dark": "rgba(76 217 222 / 0.32)",
799
+ "custom-colors-custom-3-opacity-0-16-dark": "rgba(76 217 222 / 0.16)",
800
+ "custom-colors-custom-3-opacity-0-12-dark": "rgba(76 217 222 / 0.12)",
801
+ "custom-colors-custom-3-opacity-0-08-dark": "rgba(76 217 222 / 0.08)",
802
+ "custom-colors-custom-4-opacity-0-96-dark": "rgba(126 218 139 / 0.96)",
803
+ "custom-colors-custom-4-opacity-0-80-dark": "rgba(126 218 139 / 0.8)",
804
+ "custom-colors-custom-4-opacity-0-64-dark": "rgba(126 218 139 / 0.64)",
805
+ "custom-colors-custom-4-opacity-0-48-dark": "rgba(126 218 139 / 0.48)",
806
+ "custom-colors-custom-4-opacity-0-32-dark": "rgba(126 218 139 / 0.32)",
807
+ "custom-colors-custom-4-opacity-0-16-dark": "rgba(126 218 139 / 0.16)",
808
+ "custom-colors-custom-4-opacity-0-12-dark": "rgba(126 218 139 / 0.12)",
809
+ "custom-colors-custom-4-opacity-0-08-dark": "rgba(126 218 139 / 0.08)",
810
+ "custom-colors-custom-5-opacity-0-96-dark": "rgba(199 202 149 / 0.96)",
811
+ "custom-colors-custom-5-opacity-0-80-dark": "rgba(199 202 149 / 0.8)",
812
+ "custom-colors-custom-5-opacity-0-64-dark": "rgba(199 202 149 / 0.64)",
813
+ "custom-colors-custom-5-opacity-0-48-dark": "rgba(199 202 149 / 0.48)",
814
+ "custom-colors-custom-5-opacity-0-32-dark": "rgba(199 202 149 / 0.32)",
815
+ "custom-colors-custom-5-opacity-0-16-dark": "rgba(199 202 149 / 0.16)",
816
+ "custom-colors-custom-5-opacity-0-12-dark": "rgba(199 202 149 / 0.12)",
817
+ "custom-colors-custom-5-opacity-0-08-dark": "rgba(199 202 149 / 0.08)",
818
+ "custom-colors-custom-6-opacity-0-96-dark": "rgba(255 182 139 / 0.96)",
819
+ "custom-colors-custom-6-opacity-0-80-dark": "rgba(255 182 139 / 0.8)",
820
+ "custom-colors-custom-6-opacity-0-64-dark": "rgba(255 182 139 / 0.64)",
821
+ "custom-colors-custom-6-opacity-0-48-dark": "rgba(255 182 139 / 0.48)",
822
+ "custom-colors-custom-6-opacity-0-32-dark": "rgba(255 182 139 / 0.32)",
823
+ "custom-colors-custom-6-opacity-0-16-dark": "rgba(255 182 139 / 0.16)",
824
+ "custom-colors-custom-6-opacity-0-12-dark": "rgba(255 182 139 / 0.12)",
825
+ "custom-colors-custom-6-opacity-0-08-dark": "rgba(255 182 139 / 0.08)",
826
+ "outline-opacity-0-96-dark": "rgba(142 145 153 / 0.96)",
827
+ "outline-opacity-0-80-dark": "rgba(142 145 153 / 0.8)",
828
+ "outline-opacity-0-64-dark": "rgba(142 145 153 / 0.64)",
829
+ "outline-opacity-0-48-dark": "rgba(142 145 153 / 0.48)",
830
+ "outline-opacity-0-32-dark": "rgba(142 145 153 / 0.32)",
831
+ "outline-opacity-0-16-dark": "rgba(142 145 153 / 0.16)",
832
+ "outline-opacity-0-12-dark": "rgba(142 145 153 / 0.12)",
833
+ "outline-opacity-0-08-dark": "rgba(142 145 153 / 0.08)",
834
+ transparent: "transparent",
835
+ current: "currentColor",
836
+ inherit: "inherit"
837
+ },
838
+ outlineColor: {
839
+ white: "rgba(255 255 255 / 1)",
840
+ black: "rgba(0 0 0 / 1)",
841
+ primary: "rgba(0 95 177 / 1)",
842
+ secondary: "rgba(84 95 113 / 1)",
843
+ tertiary: "rgba(109 86 118 / 1)",
844
+ error: "rgba(186 27 27 / 1)",
845
+ success: "rgba(44 137 0 / 1)",
846
+ warning: "rgba(153 112 0 / 1)",
847
+ "inverse-primary": "rgba(164 200 255 / 1)",
848
+ outline: "rgba(116 119 127 / 1)",
849
+ "primary-opacity-0-08": "rgba(0 95 177 / 0.08)",
850
+ "primary-opacity-0-12": "rgba(0 95 177 / 0.12)",
851
+ "primary-opacity-0-16": "rgba(0 95 177 / 0.16)",
852
+ "primary-dark": "rgba(164 200 255 / 1)",
853
+ "secondary-dark": "rgba(188 199 220 / 1)",
854
+ "tertiary-dark": "rgba(218 189 226 / 1)",
855
+ "error-dark": "rgba(255 180 169 / 1)",
856
+ "success-dark": "rgba(108 224 54 / 1)",
857
+ "warning-dark": "rgba(251 188 12 / 1)",
858
+ "inverse-primary-dark": "rgba(0 95 177 / 1)",
859
+ "outline-dark": "rgba(142 145 153 / 1)",
860
+ "primary-opacity-0-08-dark": "rgba(164 200 255 / 0.08)",
861
+ "primary-opacity-0-12-dark": "rgba(164 200 255 / 0.12)",
862
+ "primary-opacity-0-16-dark": "rgba(164 200 255 / 0.16)",
863
+ "primary-hover": "rgba(0 119 220 / 1)",
864
+ "error-hover": "rgba(221 55 48 / 1)",
865
+ "success-hover": "rgba(56 166 0 / 1)",
866
+ "warning-hover": "rgba(186 137 0 / 1)",
867
+ "error-opacity-0-08": "rgba(186 27 27 / 0.08)",
868
+ "error-opacity-0-12": "rgba(186 27 27 / 0.12)",
869
+ "error-opacity-0-16": "rgba(186 27 27 / 0.16)",
870
+ "primary-hover-dark": "rgba(111 174 255 / 1)",
871
+ "error-hover-dark": "rgba(255 137 122 / 1)",
872
+ "success-hover-dark": "rgba(81 195 20 / 1)",
873
+ "warning-hover-dark": "rgba(219 162 0 / 1)",
874
+ "error-opacity-0-08-dark": "rgba(255 180 169 / 0.08)",
875
+ "error-opacity-0-12-dark": "rgba(255 180 169 / 0.12)",
876
+ "error-opacity-0-16-dark": "rgba(255 180 169 / 0.16)",
877
+ disabled: "rgba(27 27 29 / 0.12)",
878
+ "disabled-dark": "rgba(227 226 230 / 0.12)",
879
+ "success-opacity-0-08": "rgba(44 137 0 / 0.08)",
880
+ "success-opacity-0-12": "rgba(44 137 0 / 0.12)",
881
+ "success-opacity-0-16": "rgba(44 137 0 / 0.16)",
882
+ "warning-opacity-0-08": "rgba(153 112 0 / 0.08)",
883
+ "warning-opacity-0-12": "rgba(153 112 0 / 0.12)",
884
+ "warning-opacity-0-16": "rgba(153 112 0 / 0.16)",
885
+ "success-opacity-0-08-dark": "rgba(108 224 54 / 0.08)",
886
+ "success-opacity-0-12-dark": "rgba(108 224 54 / 0.12)",
887
+ "success-opacity-0-16-dark": "rgba(108 224 54 / 0.16)",
888
+ "warning-opacity-0-08-dark": "rgba(251 188 12 / 0.08)",
889
+ "warning-opacity-0-12-dark": "rgba(251 188 12 / 0.12)",
890
+ "warning-opacity-0-16-dark": "rgba(251 188 12 / 0.16)",
891
+ overlay: "rgba(27 27 29 / 0.8)",
892
+ "overlay-dark": "rgba(27 27 29 / 0.8)",
893
+ "outline-variant": "rgba(223 226 235 / 1)",
894
+ "outline-variant-dark": "rgba(67 71 78 / 1)",
895
+ "primary-hover-opacity-0-08": "rgba(0 119 220 / 0.08)",
896
+ "primary-hover-opacity-0-12": "rgba(0 119 220 / 0.12)",
897
+ "primary-hover-opacity-0-16": "rgba(0 119 220 / 0.16)",
898
+ "primary-hover-opacity-0-32": "rgba(0 119 220 / 0.32)",
899
+ "primary-hover-opacity-0-48": "rgba(0 119 220 / 0.48)",
900
+ "primary-hover-opacity-0-64": "rgba(0 119 220 / 0.64)",
901
+ "primary-hover-opacity-0-80": "rgba(0 119 220 / 0.8)",
902
+ "primary-hover-opacity-0-96": "rgba(0 119 220 / 0.96)",
903
+ "primary-hover-opacity-0-08-dark": "rgba(111 174 255 / 0.08)",
904
+ "primary-hover-opacity-0-12-dark": "rgba(111 174 255 / 0.12)",
905
+ "primary-hover-opacity-0-16-dark": "rgba(111 174 255 / 0.16)",
906
+ "primary-hover-opacity-0-32-dark": "rgba(111 174 255 / 0.32)",
907
+ "primary-hover-opacity-0-48-dark": "rgba(111 174 255 / 0.48)",
908
+ "primary-hover-opacity-0-64-dark": "rgba(111 174 255 / 0.64)",
909
+ "primary-hover-opacity-0-80-dark": "rgba(111 174 255 / 0.8)",
910
+ "primary-hover-opacity-0-96-dark": "rgba(111 174 255 / 0.96)",
911
+ "custom-colors-custom-1": "rgba(157 59 97 / 1)",
912
+ "custom-colors-custom-2": "rgba(105 76 173 / 1)",
913
+ "custom-colors-custom-3": "rgba(0 105 108 / 1)",
914
+ "custom-colors-custom-4": "rgba(0 110 44 / 1)",
915
+ "custom-colors-custom-5": "rgba(94 97 53 / 1)",
916
+ "custom-colors-custom-6": "rgba(153 71 0 / 1)",
917
+ "custom-colors-custom-1-dark": "rgba(255 176 200 / 1)",
918
+ "custom-colors-custom-2-dark": "rgba(208 188 255 / 1)",
919
+ "custom-colors-custom-3-dark": "rgba(76 217 222 / 1)",
920
+ "custom-colors-custom-4-dark": "rgba(126 218 139 / 1)",
921
+ "custom-colors-custom-5-dark": "rgba(199 202 149 / 1)",
922
+ "custom-colors-custom-6-dark": "rgba(255 182 139 / 1)",
923
+ "error-opacity-0-32": "rgba(186 27 27 / 0.32)",
924
+ "error-opacity-0-48": "rgba(186 27 27 / 0.48)",
925
+ "error-opacity-0-64": "rgba(186 27 27 / 0.64)",
926
+ "error-opacity-0-80": "rgba(186 27 27 / 0.8)",
927
+ "error-opacity-0-96": "rgba(186 27 27 / 0.96)",
928
+ "success-opacity-0-32": "rgba(44 137 0 / 0.32)",
929
+ "success-opacity-0-48": "rgba(44 137 0 / 0.48)",
930
+ "success-opacity-0-64": "rgba(44 137 0 / 0.64)",
931
+ "success-opacity-0-80": "rgba(44 137 0 / 0.8)",
932
+ "success-opacity-0-96": "rgba(44 137 0 / 0.96)",
933
+ "warning-opacity-0-32": "rgba(153 112 0 / 0.32)",
934
+ "warning-opacity-0-48": "rgba(153 112 0 / 0.48)",
935
+ "warning-opacity-0-64": "rgba(153 112 0 / 0.64)",
936
+ "warning-opacity-0-80": "rgba(153 112 0 / 0.8)",
937
+ "warning-opacity-0-96": "rgba(153 112 0 / 0.96)",
938
+ "custom-colors-custom-1-opacity-0-96": "rgba(157 59 97 / 0.96)",
939
+ "custom-colors-custom-1-opacity-0-80": "rgba(157 59 97 / 0.8)",
940
+ "custom-colors-custom-1-opacity-0-64": "rgba(157 59 97 / 0.64)",
941
+ "custom-colors-custom-1-opacity-0-48": "rgba(157 59 97 / 0.48)",
942
+ "custom-colors-custom-1-opacity-0-32": "rgba(157 59 97 / 0.32)",
943
+ "custom-colors-custom-1-opacity-0-16": "rgba(157 59 97 / 0.16)",
944
+ "custom-colors-custom-1-opacity-0-12": "rgba(157 59 97 / 0.12)",
945
+ "custom-colors-custom-1-opacity-0-08": "rgba(157 59 97 / 0.08)",
946
+ "custom-colors-custom-2-opacity-0-96": "rgba(105 76 173 / 0.96)",
947
+ "custom-colors-custom-2-opacity-0-80": "rgba(105 76 173 / 0.8)",
948
+ "custom-colors-custom-2-opacity-0-64": "rgba(105 76 173 / 0.64)",
949
+ "custom-colors-custom-2-opacity-0-48": "rgba(105 76 173 / 0.48)",
950
+ "custom-colors-custom-2-opacity-0-32": "rgba(105 76 173 / 0.32)",
951
+ "custom-colors-custom-2-opacity-0-16": "rgba(105 76 173 / 0.16)",
952
+ "custom-colors-custom-2-opacity-0-12": "rgba(105 76 173 / 0.12)",
953
+ "custom-colors-custom-2-opacity-0-08": "rgba(105 76 173 / 0.08)",
954
+ "custom-colors-custom-3-opacity-0-96": "rgba(0 105 108 / 0.96)",
955
+ "custom-colors-custom-3-opacity-0-80": "rgba(0 105 108 / 0.8)",
956
+ "custom-colors-custom-3-opacity-0-64": "rgba(0 105 108 / 0.64)",
957
+ "custom-colors-custom-3-opacity-0-48": "rgba(0 105 108 / 0.48)",
958
+ "custom-colors-custom-3-opacity-0-32": "rgba(0 105 108 / 0.32)",
959
+ "custom-colors-custom-3-opacity-0-16": "rgba(0 105 108 / 0.16)",
960
+ "custom-colors-custom-3-opacity-0-12": "rgba(0 105 108 / 0.12)",
961
+ "custom-colors-custom-3-opacity-0-08": "rgba(0 105 108 / 0.08)",
962
+ "custom-colors-custom-4-opacity-0-96": "rgba(0 110 44 / 0.96)",
963
+ "custom-colors-custom-4-opacity-0-80": "rgba(0 110 44 / 0.8)",
964
+ "custom-colors-custom-4-opacity-0-64": "rgba(0 110 44 / 0.64)",
965
+ "custom-colors-custom-4-opacity-0-48": "rgba(0 110 44 / 0.48)",
966
+ "custom-colors-custom-4-opacity-0-32": "rgba(0 110 44 / 0.32)",
967
+ "custom-colors-custom-4-opacity-0-16": "rgba(0 110 44 / 0.16)",
968
+ "custom-colors-custom-4-opacity-0-12": "rgba(0 110 44 / 0.12)",
969
+ "custom-colors-custom-4-opacity-0-08": "rgba(0 110 44 / 0.08)",
970
+ "custom-colors-custom-5-opacity-0-96": "rgba(94 97 53 / 0.96)",
971
+ "custom-colors-custom-5-opacity-0-80": "rgba(94 97 53 / 0.8)",
972
+ "custom-colors-custom-5-opacity-0-64": "rgba(94 97 53 / 0.64)",
973
+ "custom-colors-custom-5-opacity-0-48": "rgba(94 97 53 / 0.48)",
974
+ "custom-colors-custom-5-opacity-0-32": "rgba(94 97 53 / 0.32)",
975
+ "custom-colors-custom-5-opacity-0-16": "rgba(94 97 53 / 0.16)",
976
+ "custom-colors-custom-5-opacity-0-12": "rgba(94 97 53 / 0.12)",
977
+ "custom-colors-custom-5-opacity-0-08": "rgba(94 97 53 / 0.08)",
978
+ "custom-colors-custom-6-opacity-0-96": "rgba(153 71 0 / 0.96)",
979
+ "custom-colors-custom-6-opacity-0-80": "rgba(153 71 0 / 0.8)",
980
+ "custom-colors-custom-6-opacity-0-64": "rgba(153 71 0 / 0.64)",
981
+ "custom-colors-custom-6-opacity-0-48": "rgba(153 71 0 / 0.48)",
982
+ "custom-colors-custom-6-opacity-0-32": "rgba(153 71 0 / 0.32)",
983
+ "custom-colors-custom-6-opacity-0-16": "rgba(153 71 0 / 0.16)",
984
+ "custom-colors-custom-6-opacity-0-12": "rgba(153 71 0 / 0.12)",
985
+ "custom-colors-custom-6-opacity-0-08": "rgba(153 71 0 / 0.08)",
986
+ "outline-opacity-0-96": "rgba(116 119 127 / 0.96)",
987
+ "outline-opacity-0-80": "rgba(116 119 127 / 0.8)",
988
+ "outline-opacity-0-64": "rgba(116 119 127 / 0.64)",
989
+ "outline-opacity-0-48": "rgba(116 119 127 / 0.48)",
990
+ "outline-opacity-0-32": "rgba(116 119 127 / 0.32)",
991
+ "outline-opacity-0-16": "rgba(116 119 127 / 0.16)",
992
+ "outline-opacity-0-12": "rgba(116 119 127 / 0.12)",
993
+ "outline-opacity-0-08": "rgba(116 119 127 / 0.08)",
994
+ "error-opacity-0-32-dark": "rgba(255 180 169 / 0.32)",
995
+ "error-opacity-0-48-dark": "rgba(255 180 169 / 0.48)",
996
+ "error-opacity-0-64-dark": "rgba(255 180 169 / 0.64)",
997
+ "error-opacity-0-80-dark": "rgba(255 180 169 / 0.8)",
998
+ "error-opacity-0-96-dark": "rgba(255 180 169 / 0.96)",
999
+ "success-opacity-0-32-dark": "rgba(108 224 54 / 0.32)",
1000
+ "success-opacity-0-48-dark": "rgba(108 224 54 / 0.48)",
1001
+ "success-opacity-0-64-dark": "rgba(108 224 54 / 0.64)",
1002
+ "success-opacity-0-80-dark": "rgba(108 224 54 / 0.8)",
1003
+ "success-opacity-0-96-dark": "rgba(108 224 54 / 0.96)",
1004
+ "warning-opacity-0-32-dark": "rgba(251 188 12 / 0.32)",
1005
+ "warning-opacity-0-48-dark": "rgba(251 188 12 / 0.48)",
1006
+ "warning-opacity-0-64-dark": "rgba(251 188 12 / 0.64)",
1007
+ "warning-opacity-0-80-dark": "rgba(251 188 12 / 0.8)",
1008
+ "warning-opacity-0-96-dark": "rgba(251 188 12 / 0.96)",
1009
+ "custom-colors-custom-1-opacity-0-96-dark": "rgba(255 176 200 / 0.96)",
1010
+ "custom-colors-custom-1-opacity-0-80-dark": "rgba(255 176 200 / 0.8)",
1011
+ "custom-colors-custom-1-opacity-0-64-dark": "rgba(255 176 200 / 0.64)",
1012
+ "custom-colors-custom-1-opacity-0-48-dark": "rgba(255 176 200 / 0.48)",
1013
+ "custom-colors-custom-1-opacity-0-32-dark": "rgba(255 176 200 / 0.32)",
1014
+ "custom-colors-custom-1-opacity-0-16-dark": "rgba(255 176 200 / 0.16)",
1015
+ "custom-colors-custom-1-opacity-0-12-dark": "rgba(255 176 200 / 0.12)",
1016
+ "custom-colors-custom-1-opacity-0-08-dark": "rgba(255 176 200 / 0.08)",
1017
+ "custom-colors-custom-2-opacity-0-96-dark": "rgba(208 188 255 / 0.96)",
1018
+ "custom-colors-custom-2-opacity-0-80-dark": "rgba(208 188 255 / 0.8)",
1019
+ "custom-colors-custom-2-opacity-0-64-dark": "rgba(208 188 255 / 0.64)",
1020
+ "custom-colors-custom-2-opacity-0-48-dark": "rgba(208 188 255 / 0.48)",
1021
+ "custom-colors-custom-2-opacity-0-32-dark": "rgba(208 188 255 / 0.32)",
1022
+ "custom-colors-custom-2-opacity-0-16-dark": "rgba(208 188 255 / 0.16)",
1023
+ "custom-colors-custom-2-opacity-0-12-dark": "rgba(208 188 255 / 0.12)",
1024
+ "custom-colors-custom-2-opacity-0-08-dark": "rgba(208 188 255 / 0.08)",
1025
+ "custom-colors-custom-3-opacity-0-96-dark": "rgba(76 217 222 / 0.96)",
1026
+ "custom-colors-custom-3-opacity-0-80-dark": "rgba(76 217 222 / 0.8)",
1027
+ "custom-colors-custom-3-opacity-0-64-dark": "rgba(76 217 222 / 0.64)",
1028
+ "custom-colors-custom-3-opacity-0-48-dark": "rgba(76 217 222 / 0.48)",
1029
+ "custom-colors-custom-3-opacity-0-32-dark": "rgba(76 217 222 / 0.32)",
1030
+ "custom-colors-custom-3-opacity-0-16-dark": "rgba(76 217 222 / 0.16)",
1031
+ "custom-colors-custom-3-opacity-0-12-dark": "rgba(76 217 222 / 0.12)",
1032
+ "custom-colors-custom-3-opacity-0-08-dark": "rgba(76 217 222 / 0.08)",
1033
+ "custom-colors-custom-4-opacity-0-96-dark": "rgba(126 218 139 / 0.96)",
1034
+ "custom-colors-custom-4-opacity-0-80-dark": "rgba(126 218 139 / 0.8)",
1035
+ "custom-colors-custom-4-opacity-0-64-dark": "rgba(126 218 139 / 0.64)",
1036
+ "custom-colors-custom-4-opacity-0-48-dark": "rgba(126 218 139 / 0.48)",
1037
+ "custom-colors-custom-4-opacity-0-32-dark": "rgba(126 218 139 / 0.32)",
1038
+ "custom-colors-custom-4-opacity-0-16-dark": "rgba(126 218 139 / 0.16)",
1039
+ "custom-colors-custom-4-opacity-0-12-dark": "rgba(126 218 139 / 0.12)",
1040
+ "custom-colors-custom-4-opacity-0-08-dark": "rgba(126 218 139 / 0.08)",
1041
+ "custom-colors-custom-5-opacity-0-96-dark": "rgba(199 202 149 / 0.96)",
1042
+ "custom-colors-custom-5-opacity-0-80-dark": "rgba(199 202 149 / 0.8)",
1043
+ "custom-colors-custom-5-opacity-0-64-dark": "rgba(199 202 149 / 0.64)",
1044
+ "custom-colors-custom-5-opacity-0-48-dark": "rgba(199 202 149 / 0.48)",
1045
+ "custom-colors-custom-5-opacity-0-32-dark": "rgba(199 202 149 / 0.32)",
1046
+ "custom-colors-custom-5-opacity-0-16-dark": "rgba(199 202 149 / 0.16)",
1047
+ "custom-colors-custom-5-opacity-0-12-dark": "rgba(199 202 149 / 0.12)",
1048
+ "custom-colors-custom-5-opacity-0-08-dark": "rgba(199 202 149 / 0.08)",
1049
+ "custom-colors-custom-6-opacity-0-96-dark": "rgba(255 182 139 / 0.96)",
1050
+ "custom-colors-custom-6-opacity-0-80-dark": "rgba(255 182 139 / 0.8)",
1051
+ "custom-colors-custom-6-opacity-0-64-dark": "rgba(255 182 139 / 0.64)",
1052
+ "custom-colors-custom-6-opacity-0-48-dark": "rgba(255 182 139 / 0.48)",
1053
+ "custom-colors-custom-6-opacity-0-32-dark": "rgba(255 182 139 / 0.32)",
1054
+ "custom-colors-custom-6-opacity-0-16-dark": "rgba(255 182 139 / 0.16)",
1055
+ "custom-colors-custom-6-opacity-0-12-dark": "rgba(255 182 139 / 0.12)",
1056
+ "custom-colors-custom-6-opacity-0-08-dark": "rgba(255 182 139 / 0.08)",
1057
+ "outline-opacity-0-96-dark": "rgba(142 145 153 / 0.96)",
1058
+ "outline-opacity-0-80-dark": "rgba(142 145 153 / 0.8)",
1059
+ "outline-opacity-0-64-dark": "rgba(142 145 153 / 0.64)",
1060
+ "outline-opacity-0-48-dark": "rgba(142 145 153 / 0.48)",
1061
+ "outline-opacity-0-32-dark": "rgba(142 145 153 / 0.32)",
1062
+ "outline-opacity-0-16-dark": "rgba(142 145 153 / 0.16)",
1063
+ "outline-opacity-0-12-dark": "rgba(142 145 153 / 0.12)",
1064
+ "outline-opacity-0-08-dark": "rgba(142 145 153 / 0.08)",
1065
+ transparent: "transparent",
1066
+ current: "currentColor",
1067
+ inherit: "inherit"
1068
+ },
1069
+ fill: {
1070
+ white: "rgba(255 255 255 / 1)",
1071
+ black: "rgba(0 0 0 / 1)",
1072
+ primary: "rgba(0 95 177 / 1)",
1073
+ "on-primary": "rgba(255 255 255 / 1)",
1074
+ "primary-container": "rgba(211 227 255 / 1)",
1075
+ "on-primary-container": "rgba(0 28 59 / 1)",
1076
+ secondary: "rgba(84 95 113 / 1)",
1077
+ "on-secondary": "rgba(255 255 255 / 1)",
1078
+ "secondary-container": "rgba(216 227 248 / 1)",
1079
+ "on-secondary-container": "rgba(18 28 43 / 1)",
1080
+ tertiary: "rgba(109 86 118 / 1)",
1081
+ "on-tertiary": "rgba(255 255 255 / 1)",
1082
+ "tertiary-container": "rgba(247 217 255 / 1)",
1083
+ "on-tertiary-container": "rgba(39 19 48 / 1)",
1084
+ error: "rgba(186 27 27 / 1)",
1085
+ "on-error": "rgba(255 255 255 / 1)",
1086
+ "error-container": "rgba(255 237 233 / 1)",
1087
+ "on-error-container": "rgba(147 0 6 / 1)",
1088
+ success: "rgba(44 137 0 / 1)",
1089
+ "on-success": "rgba(255 255 255 / 1)",
1090
+ "success-container": "rgba(204 255 170 / 1)",
1091
+ "on-success-container": "rgba(22 82 0 / 1)",
1092
+ warning: "rgba(153 112 0 / 1)",
1093
+ "on-warning": "rgba(255 255 255 / 1)",
1094
+ "warning-container": "rgba(255 239 209 / 1)",
1095
+ "on-warning-container": "rgba(92 66 0 / 1)",
1096
+ background: "rgba(255 255 255 / 1)",
1097
+ "on-background": "rgba(27 27 29 / 1)",
1098
+ surface: "rgba(253 251 255 / 1)",
1099
+ "surface-1": "rgba(240 243 251 / 1)",
1100
+ "surface-2": "rgba(233 239 249 / 1)",
1101
+ "surface-3": "rgba(225 234 246 / 1)",
1102
+ "surface-4": "rgba(223 232 246 / 1)",
1103
+ "surface-5": "rgba(218 229 244 / 1)",
1104
+ "on-surface": "rgba(27 27 29 / 1)",
1105
+ "surface-variant": "rgba(223 226 235 / 1)",
1106
+ "on-surface-variant": "rgba(67 71 78 / 1)",
1107
+ "inverse-surface": "rgba(47 48 51 / 1)",
1108
+ "inverse-on-surface": "rgba(241 240 244 / 1)",
1109
+ "inverse-primary": "rgba(164 200 255 / 1)",
1110
+ outline: "rgba(116 119 127 / 1)",
1111
+ "on-disabled": "rgba(27 27 29 / 0.3)",
1112
+ "primary-opacity-0-08": "rgba(0 95 177 / 0.08)",
1113
+ "primary-opacity-0-12": "rgba(0 95 177 / 0.12)",
1114
+ "primary-opacity-0-16": "rgba(0 95 177 / 0.16)",
1115
+ "primary-dark": "rgba(164 200 255 / 1)",
1116
+ "on-primary-dark": "rgba(0 48 95 / 1)",
1117
+ "primary-container-dark": "rgba(0 71 136 / 1)",
1118
+ "on-primary-container-dark": "rgba(211 227 255 / 1)",
1119
+ "secondary-dark": "rgba(188 199 220 / 1)",
1120
+ "on-secondary-dark": "rgba(38 49 65 / 1)",
1121
+ "secondary-container-dark": "rgba(61 71 88 / 1)",
1122
+ "on-secondary-container-dark": "rgba(216 227 248 / 1)",
1123
+ "tertiary-dark": "rgba(218 189 226 / 1)",
1124
+ "on-tertiary-dark": "rgba(61 40 70 / 1)",
1125
+ "tertiary-container-dark": "rgba(85 63 94 / 1)",
1126
+ "on-tertiary-container-dark": "rgba(247 217 255 / 1)",
1127
+ "error-dark": "rgba(255 180 169 / 1)",
1128
+ "on-error-dark": "rgba(104 0 3 / 1)",
1129
+ "error-container-dark": "rgba(147 0 6 / 1)",
1130
+ "on-error-container-dark": "rgba(255 218 212 / 1)",
1131
+ "success-dark": "rgba(108 224 54 / 1)",
1132
+ "on-success-dark": "rgba(12 57 0 / 1)",
1133
+ "success-container-dark": "rgba(22 82 0 / 1)",
1134
+ "on-success-container-dark": "rgba(136 253 82 / 1)",
1135
+ "warning-dark": "rgba(251 188 12 / 1)",
1136
+ "on-warning-dark": "rgba(64 45 0 / 1)",
1137
+ "warning-container-dark": "rgba(92 66 0 / 1)",
1138
+ "on-warning-container-dark": "rgba(255 223 156 / 1)",
1139
+ "background-dark": "rgba(27 27 29 / 1)",
1140
+ "on-background-dark": "rgba(227 226 230 / 1)",
1141
+ "surface-dark": "rgba(27 27 29 / 1)",
1142
+ "surface-1-dark": "rgba(34 36 40 / 1)",
1143
+ "surface-2-dark": "rgba(38 41 47 / 1)",
1144
+ "surface-3-dark": "rgba(42 46 54 / 1)",
1145
+ "surface-4-dark": "rgba(43 48 56 / 1)",
1146
+ "surface-5-dark": "rgba(46 51 61 / 1)",
1147
+ "on-surface-dark": "rgba(227 226 230 / 1)",
1148
+ "surface-variant-dark": "rgba(67 71 78 / 1)",
1149
+ "on-surface-variant-dark": "rgba(195 198 207 / 1)",
1150
+ "inverse-surface-dark": "rgba(227 226 230 / 1)",
1151
+ "inverse-on-surface-dark": "rgba(27 27 29 / 1)",
1152
+ "inverse-primary-dark": "rgba(0 95 177 / 1)",
1153
+ "outline-dark": "rgba(142 145 153 / 1)",
1154
+ "on-disabled-dark": "rgba(227 226 230 / 0.3)",
1155
+ "primary-opacity-0-08-dark": "rgba(164 200 255 / 0.08)",
1156
+ "primary-opacity-0-12-dark": "rgba(164 200 255 / 0.12)",
1157
+ "primary-opacity-0-16-dark": "rgba(164 200 255 / 0.16)",
1158
+ "primary-hover": "rgba(0 119 220 / 1)",
1159
+ "error-hover": "rgba(221 55 48 / 1)",
1160
+ "success-hover": "rgba(56 166 0 / 1)",
1161
+ "warning-hover": "rgba(186 137 0 / 1)",
1162
+ "error-opacity-0-08": "rgba(186 27 27 / 0.08)",
1163
+ "error-opacity-0-12": "rgba(186 27 27 / 0.12)",
1164
+ "error-opacity-0-16": "rgba(186 27 27 / 0.16)",
1165
+ "primary-hover-dark": "rgba(111 174 255 / 1)",
1166
+ "error-hover-dark": "rgba(255 137 122 / 1)",
1167
+ "success-hover-dark": "rgba(81 195 20 / 1)",
1168
+ "warning-hover-dark": "rgba(219 162 0 / 1)",
1169
+ "error-opacity-0-08-dark": "rgba(255 180 169 / 0.08)",
1170
+ "error-opacity-0-12-dark": "rgba(255 180 169 / 0.12)",
1171
+ "error-opacity-0-16-dark": "rgba(255 180 169 / 0.16)",
1172
+ disabled: "rgba(27 27 29 / 0.12)",
1173
+ "disabled-dark": "rgba(227 226 230 / 0.12)",
1174
+ "success-opacity-0-08": "rgba(44 137 0 / 0.08)",
1175
+ "success-opacity-0-12": "rgba(44 137 0 / 0.12)",
1176
+ "success-opacity-0-16": "rgba(44 137 0 / 0.16)",
1177
+ "warning-opacity-0-08": "rgba(153 112 0 / 0.08)",
1178
+ "warning-opacity-0-12": "rgba(153 112 0 / 0.12)",
1179
+ "warning-opacity-0-16": "rgba(153 112 0 / 0.16)",
1180
+ "success-opacity-0-08-dark": "rgba(108 224 54 / 0.08)",
1181
+ "success-opacity-0-12-dark": "rgba(108 224 54 / 0.12)",
1182
+ "success-opacity-0-16-dark": "rgba(108 224 54 / 0.16)",
1183
+ "warning-opacity-0-08-dark": "rgba(251 188 12 / 0.08)",
1184
+ "warning-opacity-0-12-dark": "rgba(251 188 12 / 0.12)",
1185
+ "warning-opacity-0-16-dark": "rgba(251 188 12 / 0.16)",
1186
+ overlay: "rgba(27 27 29 / 0.8)",
1187
+ "overlay-dark": "rgba(27 27 29 / 0.8)",
1188
+ "outline-variant": "rgba(223 226 235 / 1)",
1189
+ "outline-variant-dark": "rgba(67 71 78 / 1)",
1190
+ "primary-hover-opacity-0-08": "rgba(0 119 220 / 0.08)",
1191
+ "primary-hover-opacity-0-12": "rgba(0 119 220 / 0.12)",
1192
+ "primary-hover-opacity-0-16": "rgba(0 119 220 / 0.16)",
1193
+ "primary-hover-opacity-0-32": "rgba(0 119 220 / 0.32)",
1194
+ "primary-hover-opacity-0-48": "rgba(0 119 220 / 0.48)",
1195
+ "primary-hover-opacity-0-64": "rgba(0 119 220 / 0.64)",
1196
+ "primary-hover-opacity-0-80": "rgba(0 119 220 / 0.8)",
1197
+ "primary-hover-opacity-0-96": "rgba(0 119 220 / 0.96)",
1198
+ "primary-hover-opacity-0-08-dark": "rgba(111 174 255 / 0.08)",
1199
+ "primary-hover-opacity-0-12-dark": "rgba(111 174 255 / 0.12)",
1200
+ "primary-hover-opacity-0-16-dark": "rgba(111 174 255 / 0.16)",
1201
+ "primary-hover-opacity-0-32-dark": "rgba(111 174 255 / 0.32)",
1202
+ "primary-hover-opacity-0-48-dark": "rgba(111 174 255 / 0.48)",
1203
+ "primary-hover-opacity-0-64-dark": "rgba(111 174 255 / 0.64)",
1204
+ "primary-hover-opacity-0-80-dark": "rgba(111 174 255 / 0.8)",
1205
+ "primary-hover-opacity-0-96-dark": "rgba(111 174 255 / 0.96)",
1206
+ "custom-colors-custom-1": "rgba(157 59 97 / 1)",
1207
+ "custom-colors-custom-2": "rgba(105 76 173 / 1)",
1208
+ "custom-colors-custom-3": "rgba(0 105 108 / 1)",
1209
+ "custom-colors-custom-4": "rgba(0 110 44 / 1)",
1210
+ "custom-colors-custom-5": "rgba(94 97 53 / 1)",
1211
+ "custom-colors-custom-6": "rgba(153 71 0 / 1)",
1212
+ "custom-colors-custom-1-container": "rgba(255 217 226 / 1)",
1213
+ "custom-colors-custom-2-container": "rgba(233 221 255 / 1)",
1214
+ "custom-colors-custom-3-container": "rgba(111 246 251 / 1)",
1215
+ "custom-colors-custom-4-container": "rgba(154 247 164 / 1)",
1216
+ "custom-colors-custom-5-container": "rgba(227 231 175 / 1)",
1217
+ "custom-colors-custom-6-container": "rgba(255 219 200 / 1)",
1218
+ "custom-colors-custom-1-dark": "rgba(255 176 200 / 1)",
1219
+ "custom-colors-custom-2-dark": "rgba(208 188 255 / 1)",
1220
+ "custom-colors-custom-3-dark": "rgba(76 217 222 / 1)",
1221
+ "custom-colors-custom-4-dark": "rgba(126 218 139 / 1)",
1222
+ "custom-colors-custom-5-dark": "rgba(199 202 149 / 1)",
1223
+ "custom-colors-custom-6-dark": "rgba(255 182 139 / 1)",
1224
+ "custom-colors-custom-1-container-dark": "rgba(127 35 74 / 1)",
1225
+ "custom-colors-custom-2-container-dark": "rgba(81 51 148 / 1)",
1226
+ "custom-colors-custom-3-container-dark": "rgba(0 79 82 / 1)",
1227
+ "custom-colors-custom-4-container-dark": "rgba(0 83 31 / 1)",
1228
+ "custom-colors-custom-5-container-dark": "rgba(70 74 32 / 1)",
1229
+ "custom-colors-custom-6-container-dark": "rgba(117 52 0 / 1)",
1230
+ "error-opacity-0-32": "rgba(186 27 27 / 0.32)",
1231
+ "error-opacity-0-48": "rgba(186 27 27 / 0.48)",
1232
+ "error-opacity-0-64": "rgba(186 27 27 / 0.64)",
1233
+ "error-opacity-0-80": "rgba(186 27 27 / 0.8)",
1234
+ "error-opacity-0-96": "rgba(186 27 27 / 0.96)",
1235
+ "success-opacity-0-32": "rgba(44 137 0 / 0.32)",
1236
+ "success-opacity-0-48": "rgba(44 137 0 / 0.48)",
1237
+ "success-opacity-0-64": "rgba(44 137 0 / 0.64)",
1238
+ "success-opacity-0-80": "rgba(44 137 0 / 0.8)",
1239
+ "success-opacity-0-96": "rgba(44 137 0 / 0.96)",
1240
+ "warning-opacity-0-32": "rgba(153 112 0 / 0.32)",
1241
+ "warning-opacity-0-48": "rgba(153 112 0 / 0.48)",
1242
+ "warning-opacity-0-64": "rgba(153 112 0 / 0.64)",
1243
+ "warning-opacity-0-80": "rgba(153 112 0 / 0.8)",
1244
+ "warning-opacity-0-96": "rgba(153 112 0 / 0.96)",
1245
+ "custom-colors-custom-1-opacity-0-96": "rgba(157 59 97 / 0.96)",
1246
+ "custom-colors-custom-1-opacity-0-80": "rgba(157 59 97 / 0.8)",
1247
+ "custom-colors-custom-1-opacity-0-64": "rgba(157 59 97 / 0.64)",
1248
+ "custom-colors-custom-1-opacity-0-48": "rgba(157 59 97 / 0.48)",
1249
+ "custom-colors-custom-1-opacity-0-32": "rgba(157 59 97 / 0.32)",
1250
+ "custom-colors-custom-1-opacity-0-16": "rgba(157 59 97 / 0.16)",
1251
+ "custom-colors-custom-1-opacity-0-12": "rgba(157 59 97 / 0.12)",
1252
+ "custom-colors-custom-1-opacity-0-08": "rgba(157 59 97 / 0.08)",
1253
+ "custom-colors-custom-2-opacity-0-96": "rgba(105 76 173 / 0.96)",
1254
+ "custom-colors-custom-2-opacity-0-80": "rgba(105 76 173 / 0.8)",
1255
+ "custom-colors-custom-2-opacity-0-64": "rgba(105 76 173 / 0.64)",
1256
+ "custom-colors-custom-2-opacity-0-48": "rgba(105 76 173 / 0.48)",
1257
+ "custom-colors-custom-2-opacity-0-32": "rgba(105 76 173 / 0.32)",
1258
+ "custom-colors-custom-2-opacity-0-16": "rgba(105 76 173 / 0.16)",
1259
+ "custom-colors-custom-2-opacity-0-12": "rgba(105 76 173 / 0.12)",
1260
+ "custom-colors-custom-2-opacity-0-08": "rgba(105 76 173 / 0.08)",
1261
+ "custom-colors-custom-3-opacity-0-96": "rgba(0 105 108 / 0.96)",
1262
+ "custom-colors-custom-3-opacity-0-80": "rgba(0 105 108 / 0.8)",
1263
+ "custom-colors-custom-3-opacity-0-64": "rgba(0 105 108 / 0.64)",
1264
+ "custom-colors-custom-3-opacity-0-48": "rgba(0 105 108 / 0.48)",
1265
+ "custom-colors-custom-3-opacity-0-32": "rgba(0 105 108 / 0.32)",
1266
+ "custom-colors-custom-3-opacity-0-16": "rgba(0 105 108 / 0.16)",
1267
+ "custom-colors-custom-3-opacity-0-12": "rgba(0 105 108 / 0.12)",
1268
+ "custom-colors-custom-3-opacity-0-08": "rgba(0 105 108 / 0.08)",
1269
+ "custom-colors-custom-4-opacity-0-96": "rgba(0 110 44 / 0.96)",
1270
+ "custom-colors-custom-4-opacity-0-80": "rgba(0 110 44 / 0.8)",
1271
+ "custom-colors-custom-4-opacity-0-64": "rgba(0 110 44 / 0.64)",
1272
+ "custom-colors-custom-4-opacity-0-48": "rgba(0 110 44 / 0.48)",
1273
+ "custom-colors-custom-4-opacity-0-32": "rgba(0 110 44 / 0.32)",
1274
+ "custom-colors-custom-4-opacity-0-16": "rgba(0 110 44 / 0.16)",
1275
+ "custom-colors-custom-4-opacity-0-12": "rgba(0 110 44 / 0.12)",
1276
+ "custom-colors-custom-4-opacity-0-08": "rgba(0 110 44 / 0.08)",
1277
+ "custom-colors-custom-5-opacity-0-96": "rgba(94 97 53 / 0.96)",
1278
+ "custom-colors-custom-5-opacity-0-80": "rgba(94 97 53 / 0.8)",
1279
+ "custom-colors-custom-5-opacity-0-64": "rgba(94 97 53 / 0.64)",
1280
+ "custom-colors-custom-5-opacity-0-48": "rgba(94 97 53 / 0.48)",
1281
+ "custom-colors-custom-5-opacity-0-32": "rgba(94 97 53 / 0.32)",
1282
+ "custom-colors-custom-5-opacity-0-16": "rgba(94 97 53 / 0.16)",
1283
+ "custom-colors-custom-5-opacity-0-12": "rgba(94 97 53 / 0.12)",
1284
+ "custom-colors-custom-5-opacity-0-08": "rgba(94 97 53 / 0.08)",
1285
+ "custom-colors-custom-6-opacity-0-96": "rgba(153 71 0 / 0.96)",
1286
+ "custom-colors-custom-6-opacity-0-80": "rgba(153 71 0 / 0.8)",
1287
+ "custom-colors-custom-6-opacity-0-64": "rgba(153 71 0 / 0.64)",
1288
+ "custom-colors-custom-6-opacity-0-48": "rgba(153 71 0 / 0.48)",
1289
+ "custom-colors-custom-6-opacity-0-32": "rgba(153 71 0 / 0.32)",
1290
+ "custom-colors-custom-6-opacity-0-16": "rgba(153 71 0 / 0.16)",
1291
+ "custom-colors-custom-6-opacity-0-12": "rgba(153 71 0 / 0.12)",
1292
+ "custom-colors-custom-6-opacity-0-08": "rgba(153 71 0 / 0.08)",
1293
+ "outline-opacity-0-96": "rgba(116 119 127 / 0.96)",
1294
+ "outline-opacity-0-80": "rgba(116 119 127 / 0.8)",
1295
+ "outline-opacity-0-64": "rgba(116 119 127 / 0.64)",
1296
+ "outline-opacity-0-48": "rgba(116 119 127 / 0.48)",
1297
+ "outline-opacity-0-32": "rgba(116 119 127 / 0.32)",
1298
+ "outline-opacity-0-16": "rgba(116 119 127 / 0.16)",
1299
+ "outline-opacity-0-12": "rgba(116 119 127 / 0.12)",
1300
+ "outline-opacity-0-08": "rgba(116 119 127 / 0.08)",
1301
+ "error-opacity-0-32-dark": "rgba(255 180 169 / 0.32)",
1302
+ "error-opacity-0-48-dark": "rgba(255 180 169 / 0.48)",
1303
+ "error-opacity-0-64-dark": "rgba(255 180 169 / 0.64)",
1304
+ "error-opacity-0-80-dark": "rgba(255 180 169 / 0.8)",
1305
+ "error-opacity-0-96-dark": "rgba(255 180 169 / 0.96)",
1306
+ "success-opacity-0-32-dark": "rgba(108 224 54 / 0.32)",
1307
+ "success-opacity-0-48-dark": "rgba(108 224 54 / 0.48)",
1308
+ "success-opacity-0-64-dark": "rgba(108 224 54 / 0.64)",
1309
+ "success-opacity-0-80-dark": "rgba(108 224 54 / 0.8)",
1310
+ "success-opacity-0-96-dark": "rgba(108 224 54 / 0.96)",
1311
+ "warning-opacity-0-32-dark": "rgba(251 188 12 / 0.32)",
1312
+ "warning-opacity-0-48-dark": "rgba(251 188 12 / 0.48)",
1313
+ "warning-opacity-0-64-dark": "rgba(251 188 12 / 0.64)",
1314
+ "warning-opacity-0-80-dark": "rgba(251 188 12 / 0.8)",
1315
+ "warning-opacity-0-96-dark": "rgba(251 188 12 / 0.96)",
1316
+ "custom-colors-custom-1-opacity-0-96-dark": "rgba(255 176 200 / 0.96)",
1317
+ "custom-colors-custom-1-opacity-0-80-dark": "rgba(255 176 200 / 0.8)",
1318
+ "custom-colors-custom-1-opacity-0-64-dark": "rgba(255 176 200 / 0.64)",
1319
+ "custom-colors-custom-1-opacity-0-48-dark": "rgba(255 176 200 / 0.48)",
1320
+ "custom-colors-custom-1-opacity-0-32-dark": "rgba(255 176 200 / 0.32)",
1321
+ "custom-colors-custom-1-opacity-0-16-dark": "rgba(255 176 200 / 0.16)",
1322
+ "custom-colors-custom-1-opacity-0-12-dark": "rgba(255 176 200 / 0.12)",
1323
+ "custom-colors-custom-1-opacity-0-08-dark": "rgba(255 176 200 / 0.08)",
1324
+ "custom-colors-custom-2-opacity-0-96-dark": "rgba(208 188 255 / 0.96)",
1325
+ "custom-colors-custom-2-opacity-0-80-dark": "rgba(208 188 255 / 0.8)",
1326
+ "custom-colors-custom-2-opacity-0-64-dark": "rgba(208 188 255 / 0.64)",
1327
+ "custom-colors-custom-2-opacity-0-48-dark": "rgba(208 188 255 / 0.48)",
1328
+ "custom-colors-custom-2-opacity-0-32-dark": "rgba(208 188 255 / 0.32)",
1329
+ "custom-colors-custom-2-opacity-0-16-dark": "rgba(208 188 255 / 0.16)",
1330
+ "custom-colors-custom-2-opacity-0-12-dark": "rgba(208 188 255 / 0.12)",
1331
+ "custom-colors-custom-2-opacity-0-08-dark": "rgba(208 188 255 / 0.08)",
1332
+ "custom-colors-custom-3-opacity-0-96-dark": "rgba(76 217 222 / 0.96)",
1333
+ "custom-colors-custom-3-opacity-0-80-dark": "rgba(76 217 222 / 0.8)",
1334
+ "custom-colors-custom-3-opacity-0-64-dark": "rgba(76 217 222 / 0.64)",
1335
+ "custom-colors-custom-3-opacity-0-48-dark": "rgba(76 217 222 / 0.48)",
1336
+ "custom-colors-custom-3-opacity-0-32-dark": "rgba(76 217 222 / 0.32)",
1337
+ "custom-colors-custom-3-opacity-0-16-dark": "rgba(76 217 222 / 0.16)",
1338
+ "custom-colors-custom-3-opacity-0-12-dark": "rgba(76 217 222 / 0.12)",
1339
+ "custom-colors-custom-3-opacity-0-08-dark": "rgba(76 217 222 / 0.08)",
1340
+ "custom-colors-custom-4-opacity-0-96-dark": "rgba(126 218 139 / 0.96)",
1341
+ "custom-colors-custom-4-opacity-0-80-dark": "rgba(126 218 139 / 0.8)",
1342
+ "custom-colors-custom-4-opacity-0-64-dark": "rgba(126 218 139 / 0.64)",
1343
+ "custom-colors-custom-4-opacity-0-48-dark": "rgba(126 218 139 / 0.48)",
1344
+ "custom-colors-custom-4-opacity-0-32-dark": "rgba(126 218 139 / 0.32)",
1345
+ "custom-colors-custom-4-opacity-0-16-dark": "rgba(126 218 139 / 0.16)",
1346
+ "custom-colors-custom-4-opacity-0-12-dark": "rgba(126 218 139 / 0.12)",
1347
+ "custom-colors-custom-4-opacity-0-08-dark": "rgba(126 218 139 / 0.08)",
1348
+ "custom-colors-custom-5-opacity-0-96-dark": "rgba(199 202 149 / 0.96)",
1349
+ "custom-colors-custom-5-opacity-0-80-dark": "rgba(199 202 149 / 0.8)",
1350
+ "custom-colors-custom-5-opacity-0-64-dark": "rgba(199 202 149 / 0.64)",
1351
+ "custom-colors-custom-5-opacity-0-48-dark": "rgba(199 202 149 / 0.48)",
1352
+ "custom-colors-custom-5-opacity-0-32-dark": "rgba(199 202 149 / 0.32)",
1353
+ "custom-colors-custom-5-opacity-0-16-dark": "rgba(199 202 149 / 0.16)",
1354
+ "custom-colors-custom-5-opacity-0-12-dark": "rgba(199 202 149 / 0.12)",
1355
+ "custom-colors-custom-5-opacity-0-08-dark": "rgba(199 202 149 / 0.08)",
1356
+ "custom-colors-custom-6-opacity-0-96-dark": "rgba(255 182 139 / 0.96)",
1357
+ "custom-colors-custom-6-opacity-0-80-dark": "rgba(255 182 139 / 0.8)",
1358
+ "custom-colors-custom-6-opacity-0-64-dark": "rgba(255 182 139 / 0.64)",
1359
+ "custom-colors-custom-6-opacity-0-48-dark": "rgba(255 182 139 / 0.48)",
1360
+ "custom-colors-custom-6-opacity-0-32-dark": "rgba(255 182 139 / 0.32)",
1361
+ "custom-colors-custom-6-opacity-0-16-dark": "rgba(255 182 139 / 0.16)",
1362
+ "custom-colors-custom-6-opacity-0-12-dark": "rgba(255 182 139 / 0.12)",
1363
+ "custom-colors-custom-6-opacity-0-08-dark": "rgba(255 182 139 / 0.08)",
1364
+ "outline-opacity-0-96-dark": "rgba(142 145 153 / 0.96)",
1365
+ "outline-opacity-0-80-dark": "rgba(142 145 153 / 0.8)",
1366
+ "outline-opacity-0-64-dark": "rgba(142 145 153 / 0.64)",
1367
+ "outline-opacity-0-48-dark": "rgba(142 145 153 / 0.48)",
1368
+ "outline-opacity-0-32-dark": "rgba(142 145 153 / 0.32)",
1369
+ "outline-opacity-0-16-dark": "rgba(142 145 153 / 0.16)",
1370
+ "outline-opacity-0-12-dark": "rgba(142 145 153 / 0.12)",
1371
+ "outline-opacity-0-08-dark": "rgba(142 145 153 / 0.08)"
1372
+ },
1373
+ stroke: {
1374
+ white: "rgba(255 255 255 / 1)",
1375
+ black: "rgba(0 0 0 / 1)",
1376
+ primary: "rgba(0 95 177 / 1)",
1377
+ "on-primary": "rgba(255 255 255 / 1)",
1378
+ "primary-container": "rgba(211 227 255 / 1)",
1379
+ "on-primary-container": "rgba(0 28 59 / 1)",
1380
+ secondary: "rgba(84 95 113 / 1)",
1381
+ "on-secondary": "rgba(255 255 255 / 1)",
1382
+ "secondary-container": "rgba(216 227 248 / 1)",
1383
+ "on-secondary-container": "rgba(18 28 43 / 1)",
1384
+ tertiary: "rgba(109 86 118 / 1)",
1385
+ "on-tertiary": "rgba(255 255 255 / 1)",
1386
+ "tertiary-container": "rgba(247 217 255 / 1)",
1387
+ "on-tertiary-container": "rgba(39 19 48 / 1)",
1388
+ error: "rgba(186 27 27 / 1)",
1389
+ "on-error": "rgba(255 255 255 / 1)",
1390
+ "error-container": "rgba(255 237 233 / 1)",
1391
+ "on-error-container": "rgba(147 0 6 / 1)",
1392
+ success: "rgba(44 137 0 / 1)",
1393
+ "on-success": "rgba(255 255 255 / 1)",
1394
+ "success-container": "rgba(204 255 170 / 1)",
1395
+ "on-success-container": "rgba(22 82 0 / 1)",
1396
+ warning: "rgba(153 112 0 / 1)",
1397
+ "on-warning": "rgba(255 255 255 / 1)",
1398
+ "warning-container": "rgba(255 239 209 / 1)",
1399
+ "on-warning-container": "rgba(92 66 0 / 1)",
1400
+ background: "rgba(255 255 255 / 1)",
1401
+ "on-background": "rgba(27 27 29 / 1)",
1402
+ surface: "rgba(253 251 255 / 1)",
1403
+ "surface-1": "rgba(240 243 251 / 1)",
1404
+ "surface-2": "rgba(233 239 249 / 1)",
1405
+ "surface-3": "rgba(225 234 246 / 1)",
1406
+ "surface-4": "rgba(223 232 246 / 1)",
1407
+ "surface-5": "rgba(218 229 244 / 1)",
1408
+ "on-surface": "rgba(27 27 29 / 1)",
1409
+ "surface-variant": "rgba(223 226 235 / 1)",
1410
+ "on-surface-variant": "rgba(67 71 78 / 1)",
1411
+ "inverse-surface": "rgba(47 48 51 / 1)",
1412
+ "inverse-on-surface": "rgba(241 240 244 / 1)",
1413
+ "inverse-primary": "rgba(164 200 255 / 1)",
1414
+ outline: "rgba(116 119 127 / 1)",
1415
+ "on-disabled": "rgba(27 27 29 / 0.3)",
1416
+ "primary-opacity-0-08": "rgba(0 95 177 / 0.08)",
1417
+ "primary-opacity-0-12": "rgba(0 95 177 / 0.12)",
1418
+ "primary-opacity-0-16": "rgba(0 95 177 / 0.16)",
1419
+ "primary-dark": "rgba(164 200 255 / 1)",
1420
+ "on-primary-dark": "rgba(0 48 95 / 1)",
1421
+ "primary-container-dark": "rgba(0 71 136 / 1)",
1422
+ "on-primary-container-dark": "rgba(211 227 255 / 1)",
1423
+ "secondary-dark": "rgba(188 199 220 / 1)",
1424
+ "on-secondary-dark": "rgba(38 49 65 / 1)",
1425
+ "secondary-container-dark": "rgba(61 71 88 / 1)",
1426
+ "on-secondary-container-dark": "rgba(216 227 248 / 1)",
1427
+ "tertiary-dark": "rgba(218 189 226 / 1)",
1428
+ "on-tertiary-dark": "rgba(61 40 70 / 1)",
1429
+ "tertiary-container-dark": "rgba(85 63 94 / 1)",
1430
+ "on-tertiary-container-dark": "rgba(247 217 255 / 1)",
1431
+ "error-dark": "rgba(255 180 169 / 1)",
1432
+ "on-error-dark": "rgba(104 0 3 / 1)",
1433
+ "error-container-dark": "rgba(147 0 6 / 1)",
1434
+ "on-error-container-dark": "rgba(255 218 212 / 1)",
1435
+ "success-dark": "rgba(108 224 54 / 1)",
1436
+ "on-success-dark": "rgba(12 57 0 / 1)",
1437
+ "success-container-dark": "rgba(22 82 0 / 1)",
1438
+ "on-success-container-dark": "rgba(136 253 82 / 1)",
1439
+ "warning-dark": "rgba(251 188 12 / 1)",
1440
+ "on-warning-dark": "rgba(64 45 0 / 1)",
1441
+ "warning-container-dark": "rgba(92 66 0 / 1)",
1442
+ "on-warning-container-dark": "rgba(255 223 156 / 1)",
1443
+ "background-dark": "rgba(27 27 29 / 1)",
1444
+ "on-background-dark": "rgba(227 226 230 / 1)",
1445
+ "surface-dark": "rgba(27 27 29 / 1)",
1446
+ "surface-1-dark": "rgba(34 36 40 / 1)",
1447
+ "surface-2-dark": "rgba(38 41 47 / 1)",
1448
+ "surface-3-dark": "rgba(42 46 54 / 1)",
1449
+ "surface-4-dark": "rgba(43 48 56 / 1)",
1450
+ "surface-5-dark": "rgba(46 51 61 / 1)",
1451
+ "on-surface-dark": "rgba(227 226 230 / 1)",
1452
+ "surface-variant-dark": "rgba(67 71 78 / 1)",
1453
+ "on-surface-variant-dark": "rgba(195 198 207 / 1)",
1454
+ "inverse-surface-dark": "rgba(227 226 230 / 1)",
1455
+ "inverse-on-surface-dark": "rgba(27 27 29 / 1)",
1456
+ "inverse-primary-dark": "rgba(0 95 177 / 1)",
1457
+ "outline-dark": "rgba(142 145 153 / 1)",
1458
+ "on-disabled-dark": "rgba(227 226 230 / 0.3)",
1459
+ "primary-opacity-0-08-dark": "rgba(164 200 255 / 0.08)",
1460
+ "primary-opacity-0-12-dark": "rgba(164 200 255 / 0.12)",
1461
+ "primary-opacity-0-16-dark": "rgba(164 200 255 / 0.16)",
1462
+ "primary-hover": "rgba(0 119 220 / 1)",
1463
+ "error-hover": "rgba(221 55 48 / 1)",
1464
+ "success-hover": "rgba(56 166 0 / 1)",
1465
+ "warning-hover": "rgba(186 137 0 / 1)",
1466
+ "error-opacity-0-08": "rgba(186 27 27 / 0.08)",
1467
+ "error-opacity-0-12": "rgba(186 27 27 / 0.12)",
1468
+ "error-opacity-0-16": "rgba(186 27 27 / 0.16)",
1469
+ "primary-hover-dark": "rgba(111 174 255 / 1)",
1470
+ "error-hover-dark": "rgba(255 137 122 / 1)",
1471
+ "success-hover-dark": "rgba(81 195 20 / 1)",
1472
+ "warning-hover-dark": "rgba(219 162 0 / 1)",
1473
+ "error-opacity-0-08-dark": "rgba(255 180 169 / 0.08)",
1474
+ "error-opacity-0-12-dark": "rgba(255 180 169 / 0.12)",
1475
+ "error-opacity-0-16-dark": "rgba(255 180 169 / 0.16)",
1476
+ disabled: "rgba(27 27 29 / 0.12)",
1477
+ "disabled-dark": "rgba(227 226 230 / 0.12)",
1478
+ "success-opacity-0-08": "rgba(44 137 0 / 0.08)",
1479
+ "success-opacity-0-12": "rgba(44 137 0 / 0.12)",
1480
+ "success-opacity-0-16": "rgba(44 137 0 / 0.16)",
1481
+ "warning-opacity-0-08": "rgba(153 112 0 / 0.08)",
1482
+ "warning-opacity-0-12": "rgba(153 112 0 / 0.12)",
1483
+ "warning-opacity-0-16": "rgba(153 112 0 / 0.16)",
1484
+ "success-opacity-0-08-dark": "rgba(108 224 54 / 0.08)",
1485
+ "success-opacity-0-12-dark": "rgba(108 224 54 / 0.12)",
1486
+ "success-opacity-0-16-dark": "rgba(108 224 54 / 0.16)",
1487
+ "warning-opacity-0-08-dark": "rgba(251 188 12 / 0.08)",
1488
+ "warning-opacity-0-12-dark": "rgba(251 188 12 / 0.12)",
1489
+ "warning-opacity-0-16-dark": "rgba(251 188 12 / 0.16)",
1490
+ overlay: "rgba(27 27 29 / 0.8)",
1491
+ "overlay-dark": "rgba(27 27 29 / 0.8)",
1492
+ "outline-variant": "rgba(223 226 235 / 1)",
1493
+ "outline-variant-dark": "rgba(67 71 78 / 1)",
1494
+ "primary-hover-opacity-0-08": "rgba(0 119 220 / 0.08)",
1495
+ "primary-hover-opacity-0-12": "rgba(0 119 220 / 0.12)",
1496
+ "primary-hover-opacity-0-16": "rgba(0 119 220 / 0.16)",
1497
+ "primary-hover-opacity-0-32": "rgba(0 119 220 / 0.32)",
1498
+ "primary-hover-opacity-0-48": "rgba(0 119 220 / 0.48)",
1499
+ "primary-hover-opacity-0-64": "rgba(0 119 220 / 0.64)",
1500
+ "primary-hover-opacity-0-80": "rgba(0 119 220 / 0.8)",
1501
+ "primary-hover-opacity-0-96": "rgba(0 119 220 / 0.96)",
1502
+ "primary-hover-opacity-0-08-dark": "rgba(111 174 255 / 0.08)",
1503
+ "primary-hover-opacity-0-12-dark": "rgba(111 174 255 / 0.12)",
1504
+ "primary-hover-opacity-0-16-dark": "rgba(111 174 255 / 0.16)",
1505
+ "primary-hover-opacity-0-32-dark": "rgba(111 174 255 / 0.32)",
1506
+ "primary-hover-opacity-0-48-dark": "rgba(111 174 255 / 0.48)",
1507
+ "primary-hover-opacity-0-64-dark": "rgba(111 174 255 / 0.64)",
1508
+ "primary-hover-opacity-0-80-dark": "rgba(111 174 255 / 0.8)",
1509
+ "primary-hover-opacity-0-96-dark": "rgba(111 174 255 / 0.96)",
1510
+ "custom-colors-custom-1": "rgba(157 59 97 / 1)",
1511
+ "custom-colors-custom-2": "rgba(105 76 173 / 1)",
1512
+ "custom-colors-custom-3": "rgba(0 105 108 / 1)",
1513
+ "custom-colors-custom-4": "rgba(0 110 44 / 1)",
1514
+ "custom-colors-custom-5": "rgba(94 97 53 / 1)",
1515
+ "custom-colors-custom-6": "rgba(153 71 0 / 1)",
1516
+ "custom-colors-custom-1-container": "rgba(255 217 226 / 1)",
1517
+ "custom-colors-custom-2-container": "rgba(233 221 255 / 1)",
1518
+ "custom-colors-custom-3-container": "rgba(111 246 251 / 1)",
1519
+ "custom-colors-custom-4-container": "rgba(154 247 164 / 1)",
1520
+ "custom-colors-custom-5-container": "rgba(227 231 175 / 1)",
1521
+ "custom-colors-custom-6-container": "rgba(255 219 200 / 1)",
1522
+ "custom-colors-custom-1-dark": "rgba(255 176 200 / 1)",
1523
+ "custom-colors-custom-2-dark": "rgba(208 188 255 / 1)",
1524
+ "custom-colors-custom-3-dark": "rgba(76 217 222 / 1)",
1525
+ "custom-colors-custom-4-dark": "rgba(126 218 139 / 1)",
1526
+ "custom-colors-custom-5-dark": "rgba(199 202 149 / 1)",
1527
+ "custom-colors-custom-6-dark": "rgba(255 182 139 / 1)",
1528
+ "custom-colors-custom-1-container-dark": "rgba(127 35 74 / 1)",
1529
+ "custom-colors-custom-2-container-dark": "rgba(81 51 148 / 1)",
1530
+ "custom-colors-custom-3-container-dark": "rgba(0 79 82 / 1)",
1531
+ "custom-colors-custom-4-container-dark": "rgba(0 83 31 / 1)",
1532
+ "custom-colors-custom-5-container-dark": "rgba(70 74 32 / 1)",
1533
+ "custom-colors-custom-6-container-dark": "rgba(117 52 0 / 1)",
1534
+ "error-opacity-0-32": "rgba(186 27 27 / 0.32)",
1535
+ "error-opacity-0-48": "rgba(186 27 27 / 0.48)",
1536
+ "error-opacity-0-64": "rgba(186 27 27 / 0.64)",
1537
+ "error-opacity-0-80": "rgba(186 27 27 / 0.8)",
1538
+ "error-opacity-0-96": "rgba(186 27 27 / 0.96)",
1539
+ "success-opacity-0-32": "rgba(44 137 0 / 0.32)",
1540
+ "success-opacity-0-48": "rgba(44 137 0 / 0.48)",
1541
+ "success-opacity-0-64": "rgba(44 137 0 / 0.64)",
1542
+ "success-opacity-0-80": "rgba(44 137 0 / 0.8)",
1543
+ "success-opacity-0-96": "rgba(44 137 0 / 0.96)",
1544
+ "warning-opacity-0-32": "rgba(153 112 0 / 0.32)",
1545
+ "warning-opacity-0-48": "rgba(153 112 0 / 0.48)",
1546
+ "warning-opacity-0-64": "rgba(153 112 0 / 0.64)",
1547
+ "warning-opacity-0-80": "rgba(153 112 0 / 0.8)",
1548
+ "warning-opacity-0-96": "rgba(153 112 0 / 0.96)",
1549
+ "custom-colors-custom-1-opacity-0-96": "rgba(157 59 97 / 0.96)",
1550
+ "custom-colors-custom-1-opacity-0-80": "rgba(157 59 97 / 0.8)",
1551
+ "custom-colors-custom-1-opacity-0-64": "rgba(157 59 97 / 0.64)",
1552
+ "custom-colors-custom-1-opacity-0-48": "rgba(157 59 97 / 0.48)",
1553
+ "custom-colors-custom-1-opacity-0-32": "rgba(157 59 97 / 0.32)",
1554
+ "custom-colors-custom-1-opacity-0-16": "rgba(157 59 97 / 0.16)",
1555
+ "custom-colors-custom-1-opacity-0-12": "rgba(157 59 97 / 0.12)",
1556
+ "custom-colors-custom-1-opacity-0-08": "rgba(157 59 97 / 0.08)",
1557
+ "custom-colors-custom-2-opacity-0-96": "rgba(105 76 173 / 0.96)",
1558
+ "custom-colors-custom-2-opacity-0-80": "rgba(105 76 173 / 0.8)",
1559
+ "custom-colors-custom-2-opacity-0-64": "rgba(105 76 173 / 0.64)",
1560
+ "custom-colors-custom-2-opacity-0-48": "rgba(105 76 173 / 0.48)",
1561
+ "custom-colors-custom-2-opacity-0-32": "rgba(105 76 173 / 0.32)",
1562
+ "custom-colors-custom-2-opacity-0-16": "rgba(105 76 173 / 0.16)",
1563
+ "custom-colors-custom-2-opacity-0-12": "rgba(105 76 173 / 0.12)",
1564
+ "custom-colors-custom-2-opacity-0-08": "rgba(105 76 173 / 0.08)",
1565
+ "custom-colors-custom-3-opacity-0-96": "rgba(0 105 108 / 0.96)",
1566
+ "custom-colors-custom-3-opacity-0-80": "rgba(0 105 108 / 0.8)",
1567
+ "custom-colors-custom-3-opacity-0-64": "rgba(0 105 108 / 0.64)",
1568
+ "custom-colors-custom-3-opacity-0-48": "rgba(0 105 108 / 0.48)",
1569
+ "custom-colors-custom-3-opacity-0-32": "rgba(0 105 108 / 0.32)",
1570
+ "custom-colors-custom-3-opacity-0-16": "rgba(0 105 108 / 0.16)",
1571
+ "custom-colors-custom-3-opacity-0-12": "rgba(0 105 108 / 0.12)",
1572
+ "custom-colors-custom-3-opacity-0-08": "rgba(0 105 108 / 0.08)",
1573
+ "custom-colors-custom-4-opacity-0-96": "rgba(0 110 44 / 0.96)",
1574
+ "custom-colors-custom-4-opacity-0-80": "rgba(0 110 44 / 0.8)",
1575
+ "custom-colors-custom-4-opacity-0-64": "rgba(0 110 44 / 0.64)",
1576
+ "custom-colors-custom-4-opacity-0-48": "rgba(0 110 44 / 0.48)",
1577
+ "custom-colors-custom-4-opacity-0-32": "rgba(0 110 44 / 0.32)",
1578
+ "custom-colors-custom-4-opacity-0-16": "rgba(0 110 44 / 0.16)",
1579
+ "custom-colors-custom-4-opacity-0-12": "rgba(0 110 44 / 0.12)",
1580
+ "custom-colors-custom-4-opacity-0-08": "rgba(0 110 44 / 0.08)",
1581
+ "custom-colors-custom-5-opacity-0-96": "rgba(94 97 53 / 0.96)",
1582
+ "custom-colors-custom-5-opacity-0-80": "rgba(94 97 53 / 0.8)",
1583
+ "custom-colors-custom-5-opacity-0-64": "rgba(94 97 53 / 0.64)",
1584
+ "custom-colors-custom-5-opacity-0-48": "rgba(94 97 53 / 0.48)",
1585
+ "custom-colors-custom-5-opacity-0-32": "rgba(94 97 53 / 0.32)",
1586
+ "custom-colors-custom-5-opacity-0-16": "rgba(94 97 53 / 0.16)",
1587
+ "custom-colors-custom-5-opacity-0-12": "rgba(94 97 53 / 0.12)",
1588
+ "custom-colors-custom-5-opacity-0-08": "rgba(94 97 53 / 0.08)",
1589
+ "custom-colors-custom-6-opacity-0-96": "rgba(153 71 0 / 0.96)",
1590
+ "custom-colors-custom-6-opacity-0-80": "rgba(153 71 0 / 0.8)",
1591
+ "custom-colors-custom-6-opacity-0-64": "rgba(153 71 0 / 0.64)",
1592
+ "custom-colors-custom-6-opacity-0-48": "rgba(153 71 0 / 0.48)",
1593
+ "custom-colors-custom-6-opacity-0-32": "rgba(153 71 0 / 0.32)",
1594
+ "custom-colors-custom-6-opacity-0-16": "rgba(153 71 0 / 0.16)",
1595
+ "custom-colors-custom-6-opacity-0-12": "rgba(153 71 0 / 0.12)",
1596
+ "custom-colors-custom-6-opacity-0-08": "rgba(153 71 0 / 0.08)",
1597
+ "outline-opacity-0-96": "rgba(116 119 127 / 0.96)",
1598
+ "outline-opacity-0-80": "rgba(116 119 127 / 0.8)",
1599
+ "outline-opacity-0-64": "rgba(116 119 127 / 0.64)",
1600
+ "outline-opacity-0-48": "rgba(116 119 127 / 0.48)",
1601
+ "outline-opacity-0-32": "rgba(116 119 127 / 0.32)",
1602
+ "outline-opacity-0-16": "rgba(116 119 127 / 0.16)",
1603
+ "outline-opacity-0-12": "rgba(116 119 127 / 0.12)",
1604
+ "outline-opacity-0-08": "rgba(116 119 127 / 0.08)",
1605
+ "error-opacity-0-32-dark": "rgba(255 180 169 / 0.32)",
1606
+ "error-opacity-0-48-dark": "rgba(255 180 169 / 0.48)",
1607
+ "error-opacity-0-64-dark": "rgba(255 180 169 / 0.64)",
1608
+ "error-opacity-0-80-dark": "rgba(255 180 169 / 0.8)",
1609
+ "error-opacity-0-96-dark": "rgba(255 180 169 / 0.96)",
1610
+ "success-opacity-0-32-dark": "rgba(108 224 54 / 0.32)",
1611
+ "success-opacity-0-48-dark": "rgba(108 224 54 / 0.48)",
1612
+ "success-opacity-0-64-dark": "rgba(108 224 54 / 0.64)",
1613
+ "success-opacity-0-80-dark": "rgba(108 224 54 / 0.8)",
1614
+ "success-opacity-0-96-dark": "rgba(108 224 54 / 0.96)",
1615
+ "warning-opacity-0-32-dark": "rgba(251 188 12 / 0.32)",
1616
+ "warning-opacity-0-48-dark": "rgba(251 188 12 / 0.48)",
1617
+ "warning-opacity-0-64-dark": "rgba(251 188 12 / 0.64)",
1618
+ "warning-opacity-0-80-dark": "rgba(251 188 12 / 0.8)",
1619
+ "warning-opacity-0-96-dark": "rgba(251 188 12 / 0.96)",
1620
+ "custom-colors-custom-1-opacity-0-96-dark": "rgba(255 176 200 / 0.96)",
1621
+ "custom-colors-custom-1-opacity-0-80-dark": "rgba(255 176 200 / 0.8)",
1622
+ "custom-colors-custom-1-opacity-0-64-dark": "rgba(255 176 200 / 0.64)",
1623
+ "custom-colors-custom-1-opacity-0-48-dark": "rgba(255 176 200 / 0.48)",
1624
+ "custom-colors-custom-1-opacity-0-32-dark": "rgba(255 176 200 / 0.32)",
1625
+ "custom-colors-custom-1-opacity-0-16-dark": "rgba(255 176 200 / 0.16)",
1626
+ "custom-colors-custom-1-opacity-0-12-dark": "rgba(255 176 200 / 0.12)",
1627
+ "custom-colors-custom-1-opacity-0-08-dark": "rgba(255 176 200 / 0.08)",
1628
+ "custom-colors-custom-2-opacity-0-96-dark": "rgba(208 188 255 / 0.96)",
1629
+ "custom-colors-custom-2-opacity-0-80-dark": "rgba(208 188 255 / 0.8)",
1630
+ "custom-colors-custom-2-opacity-0-64-dark": "rgba(208 188 255 / 0.64)",
1631
+ "custom-colors-custom-2-opacity-0-48-dark": "rgba(208 188 255 / 0.48)",
1632
+ "custom-colors-custom-2-opacity-0-32-dark": "rgba(208 188 255 / 0.32)",
1633
+ "custom-colors-custom-2-opacity-0-16-dark": "rgba(208 188 255 / 0.16)",
1634
+ "custom-colors-custom-2-opacity-0-12-dark": "rgba(208 188 255 / 0.12)",
1635
+ "custom-colors-custom-2-opacity-0-08-dark": "rgba(208 188 255 / 0.08)",
1636
+ "custom-colors-custom-3-opacity-0-96-dark": "rgba(76 217 222 / 0.96)",
1637
+ "custom-colors-custom-3-opacity-0-80-dark": "rgba(76 217 222 / 0.8)",
1638
+ "custom-colors-custom-3-opacity-0-64-dark": "rgba(76 217 222 / 0.64)",
1639
+ "custom-colors-custom-3-opacity-0-48-dark": "rgba(76 217 222 / 0.48)",
1640
+ "custom-colors-custom-3-opacity-0-32-dark": "rgba(76 217 222 / 0.32)",
1641
+ "custom-colors-custom-3-opacity-0-16-dark": "rgba(76 217 222 / 0.16)",
1642
+ "custom-colors-custom-3-opacity-0-12-dark": "rgba(76 217 222 / 0.12)",
1643
+ "custom-colors-custom-3-opacity-0-08-dark": "rgba(76 217 222 / 0.08)",
1644
+ "custom-colors-custom-4-opacity-0-96-dark": "rgba(126 218 139 / 0.96)",
1645
+ "custom-colors-custom-4-opacity-0-80-dark": "rgba(126 218 139 / 0.8)",
1646
+ "custom-colors-custom-4-opacity-0-64-dark": "rgba(126 218 139 / 0.64)",
1647
+ "custom-colors-custom-4-opacity-0-48-dark": "rgba(126 218 139 / 0.48)",
1648
+ "custom-colors-custom-4-opacity-0-32-dark": "rgba(126 218 139 / 0.32)",
1649
+ "custom-colors-custom-4-opacity-0-16-dark": "rgba(126 218 139 / 0.16)",
1650
+ "custom-colors-custom-4-opacity-0-12-dark": "rgba(126 218 139 / 0.12)",
1651
+ "custom-colors-custom-4-opacity-0-08-dark": "rgba(126 218 139 / 0.08)",
1652
+ "custom-colors-custom-5-opacity-0-96-dark": "rgba(199 202 149 / 0.96)",
1653
+ "custom-colors-custom-5-opacity-0-80-dark": "rgba(199 202 149 / 0.8)",
1654
+ "custom-colors-custom-5-opacity-0-64-dark": "rgba(199 202 149 / 0.64)",
1655
+ "custom-colors-custom-5-opacity-0-48-dark": "rgba(199 202 149 / 0.48)",
1656
+ "custom-colors-custom-5-opacity-0-32-dark": "rgba(199 202 149 / 0.32)",
1657
+ "custom-colors-custom-5-opacity-0-16-dark": "rgba(199 202 149 / 0.16)",
1658
+ "custom-colors-custom-5-opacity-0-12-dark": "rgba(199 202 149 / 0.12)",
1659
+ "custom-colors-custom-5-opacity-0-08-dark": "rgba(199 202 149 / 0.08)",
1660
+ "custom-colors-custom-6-opacity-0-96-dark": "rgba(255 182 139 / 0.96)",
1661
+ "custom-colors-custom-6-opacity-0-80-dark": "rgba(255 182 139 / 0.8)",
1662
+ "custom-colors-custom-6-opacity-0-64-dark": "rgba(255 182 139 / 0.64)",
1663
+ "custom-colors-custom-6-opacity-0-48-dark": "rgba(255 182 139 / 0.48)",
1664
+ "custom-colors-custom-6-opacity-0-32-dark": "rgba(255 182 139 / 0.32)",
1665
+ "custom-colors-custom-6-opacity-0-16-dark": "rgba(255 182 139 / 0.16)",
1666
+ "custom-colors-custom-6-opacity-0-12-dark": "rgba(255 182 139 / 0.12)",
1667
+ "custom-colors-custom-6-opacity-0-08-dark": "rgba(255 182 139 / 0.08)",
1668
+ "outline-opacity-0-96-dark": "rgba(142 145 153 / 0.96)",
1669
+ "outline-opacity-0-80-dark": "rgba(142 145 153 / 0.8)",
1670
+ "outline-opacity-0-64-dark": "rgba(142 145 153 / 0.64)",
1671
+ "outline-opacity-0-48-dark": "rgba(142 145 153 / 0.48)",
1672
+ "outline-opacity-0-32-dark": "rgba(142 145 153 / 0.32)",
1673
+ "outline-opacity-0-16-dark": "rgba(142 145 153 / 0.16)",
1674
+ "outline-opacity-0-12-dark": "rgba(142 145 153 / 0.12)",
1675
+ "outline-opacity-0-08-dark": "rgba(142 145 153 / 0.08)"
1676
+ },
1677
+ content: {
1678
+ "label-required": "\"*\"",
1679
+ "checkbox-checked": "\"check_small\"",
1680
+ "checkbox-indeterminate": "\"check_indeterminate_small\""
1681
+ },
1682
+ animation: {
1683
+ "circular-loader": "circular-loader 1400ms linear infinite",
1684
+ "linear-loader": "linear-loader 1400ms linear infinite",
1685
+ "skeleton-loader": "skeleton-loader 1400ms linear infinite"
1686
+ },
1687
+ keyframes: {
1688
+ "circular-loader": {
1689
+ "0%": {
1690
+ transform: "rotate(0deg)",
1691
+ strokeDasharray: "0, 200",
1692
+ strokeDashoffset: "0"
1693
+ },
1694
+ "50%": {
1695
+ transform: "rotate(180deg)",
1696
+ strokeDasharray: "100, 200",
1697
+ strokeDashoffset: "calc((50% - 2px) * -3.14)"
1698
+ },
1699
+ "100%": {
1700
+ transform: "rotate(360deg)",
1701
+ strokeDasharray: "100, 200",
1702
+ strokeDashoffset: "calc((100% - 2px) * -3.14)"
1703
+ }
1704
+ },
1705
+ "linear-loader": {
1706
+ "0%": {
1707
+ strokeDasharray: "25%, 100%",
1708
+ strokeDashoffset: "0"
1709
+ },
1710
+ "100%": {
1711
+ strokeDasharray: "25%, 100%",
1712
+ strokeDashoffset: "calc((100% - 0px) * -2.5)"
1713
+ }
1714
+ },
1715
+ "skeleton-loader": {
1716
+ "0%": {
1717
+ backgroundPosition: "100% 50%"
1718
+ },
1719
+ "100%": {
1720
+ backgroundPosition: "-100% 50%"
1721
+ }
1722
+ }
1723
+ },
1724
+ borderRadius: {
1725
+ "0": "0px",
1726
+ none: "0px",
1727
+ sm: "2px",
1728
+ md: "4px",
1729
+ lg: "8px",
1730
+ full: "9999px"
1731
+ },
1732
+ borderWidth: {
1733
+ "0": "0px",
1734
+ "1": "1px",
1735
+ "2": "2px"
1736
+ },
1737
+ boxShadow: {
1738
+ none: "0 0 #00000000",
1739
+ modal: "0 0 1px 0 rgba(0 0 0 / 0.2), 0 26px 80px 0 rgba(0 0 0 / 0.2)",
1740
+ contextual: "-1px 0 20px 0 rgba(24 28 34 / 0.05), 0 1px 5px 0 rgba(0 0 0 / 0.15)",
1741
+ card: "0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
1742
+ button: "inset 0 -1px 0 0 rgba(0 0 0 / 0.1), 0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
1743
+ "modal-dark": "0 4px 4px 0 rgba(0 0 0 / 0.15), 0 26px 80px 0 rgba(0 0 0 / 0.6), inset 0 0 1px 0 rgba(255 255 255 / 0.2)",
1744
+ "contextual-dark": "0 4px 4px 0 rgba(0 0 0 / 0.25), -1px 0 20px 0 rgba(24 28 34 / 0.05), inset 0 0 1px 0 rgba(255 255 255 / 0.4)",
1745
+ "card-dark": "0 2px 1px -1px rgba(0 0 0 / 0.2), 0 1px 1px 0 rgba(0 0 0 / 0.14), 0 1px 3px 0 rgba(24 28 34 / 0.12)",
1746
+ "button-dark": "inset 0 -1px 0 0 rgba(255 255 255 / 0.2), 0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
1747
+ DEFAULT: "0 1px 1px rgba(0 0 0 / 0.24), 0 0 1px rgba(0 0 0 / 0.16)"
1748
+ },
1749
+ fontFamily: {
1750
+ "headline-1": "Inter",
1751
+ "headline-2": "Inter",
1752
+ "headline-3": "Inter",
1753
+ "headline-4": "Inter",
1754
+ button: "Inter",
1755
+ "body-1-regular": "Inter",
1756
+ "body-1-semibold": "Inter",
1757
+ "body-1-bold": "Inter",
1758
+ "body-2-regular": "Inter",
1759
+ "body-2-semibold": "Inter",
1760
+ "body-2-bold": "Inter",
1761
+ "caption-regular": "Inter",
1762
+ "caption-semibold": "Inter",
1763
+ "caption-bold": "Inter",
1764
+ "mobile-button": "Inter",
1765
+ "mobile-body-2-regular": "Inter",
1766
+ "mobile-body-2-semibold": "Inter",
1767
+ "mobile-body-2-bold": "Inter",
1768
+ "display-large": "Inter",
1769
+ "display-medium": "Inter",
1770
+ "display-small": "Inter",
1771
+ "mobile-display-large": "Inter",
1772
+ "mobile-display-medium": "Inter",
1773
+ "mobile-display-small": "Inter",
1774
+ "mobile-headline-1": "Inter",
1775
+ "mobile-headline-2": "Inter",
1776
+ "mobile-headline-3": "Inter",
1777
+ "mobile-headline-4": "Inter",
1778
+ "mobile-body-1-bold": "Inter",
1779
+ "mobile-body-1-semibold": "Inter",
1780
+ "mobile-body-1-regular": "Inter",
1781
+ "mobile-caption-regular": "Inter",
1782
+ "mobile-caption-semibold": "Inter",
1783
+ "mobile-caption-bold": "Inter",
1784
+ inherit: "inherit"
1785
+ },
1786
+ fontSize: {
1787
+ "headline-1": [
1788
+ "24px",
1789
+ {
1790
+ lineHeight: "29px"
1791
+ }
1792
+ ],
1793
+ "headline-2": [
1794
+ "20px",
1795
+ {
1796
+ lineHeight: "24px"
1797
+ }
1798
+ ],
1799
+ "headline-3": [
1800
+ "16px",
1801
+ {
1802
+ lineHeight: "24px"
1803
+ }
1804
+ ],
1805
+ "headline-4": [
1806
+ "14px",
1807
+ {
1808
+ lineHeight: "21px"
1809
+ }
1810
+ ],
1811
+ button: [
1812
+ "14px",
1813
+ {
1814
+ lineHeight: "20px"
1815
+ }
1816
+ ],
1817
+ "body-1-regular": [
1818
+ "16px",
1819
+ {
1820
+ lineHeight: "24px"
1821
+ }
1822
+ ],
1823
+ "body-1-semibold": [
1824
+ "16px",
1825
+ {
1826
+ lineHeight: "24px"
1827
+ }
1828
+ ],
1829
+ "body-1-bold": [
1830
+ "16px",
1831
+ {
1832
+ lineHeight: "24px"
1833
+ }
1834
+ ],
1835
+ "body-2-regular": [
1836
+ "14px",
1837
+ {
1838
+ lineHeight: "21px"
1839
+ }
1840
+ ],
1841
+ "body-2-semibold": [
1842
+ "14px",
1843
+ {
1844
+ lineHeight: "21px"
1845
+ }
1846
+ ],
1847
+ "body-2-bold": [
1848
+ "14px",
1849
+ {
1850
+ lineHeight: "21px"
1851
+ }
1852
+ ],
1853
+ "caption-regular": [
1854
+ "12px",
1855
+ {
1856
+ lineHeight: "18px"
1857
+ }
1858
+ ],
1859
+ "caption-semibold": [
1860
+ "12px",
1861
+ {
1862
+ lineHeight: "18px"
1863
+ }
1864
+ ],
1865
+ "caption-bold": [
1866
+ "12px",
1867
+ {
1868
+ lineHeight: "18px"
1869
+ }
1870
+ ],
1871
+ "mobile-button": [
1872
+ "16px",
1873
+ {
1874
+ lineHeight: "24px"
1875
+ }
1876
+ ],
1877
+ "mobile-body-2-regular": [
1878
+ "16px",
1879
+ {
1880
+ lineHeight: "24px"
1881
+ }
1882
+ ],
1883
+ "mobile-body-2-semibold": [
1884
+ "16px",
1885
+ {
1886
+ lineHeight: "24px"
1887
+ }
1888
+ ],
1889
+ "mobile-body-2-bold": [
1890
+ "16px",
1891
+ {
1892
+ lineHeight: "24px"
1893
+ }
1894
+ ],
1895
+ "display-large": [
1896
+ "57px",
1897
+ {
1898
+ lineHeight: "64px"
1899
+ }
1900
+ ],
1901
+ "display-medium": [
1902
+ "45px",
1903
+ {
1904
+ lineHeight: "52px"
1905
+ }
1906
+ ],
1907
+ "display-small": [
1908
+ "36px",
1909
+ {
1910
+ lineHeight: "44px"
1911
+ }
1912
+ ],
1913
+ "mobile-display-large": [
1914
+ "36px",
1915
+ {
1916
+ lineHeight: "40px"
1917
+ }
1918
+ ],
1919
+ "mobile-display-medium": [
1920
+ "32px",
1921
+ {
1922
+ lineHeight: "36px"
1923
+ }
1924
+ ],
1925
+ "mobile-display-small": [
1926
+ "28px",
1927
+ {
1928
+ lineHeight: "32px"
1929
+ }
1930
+ ],
1931
+ "mobile-headline-1": [
1932
+ "24px",
1933
+ {
1934
+ lineHeight: "29px"
1935
+ }
1936
+ ],
1937
+ "mobile-headline-2": [
1938
+ "20px",
1939
+ {
1940
+ lineHeight: "24px"
1941
+ }
1942
+ ],
1943
+ "mobile-headline-3": [
1944
+ "16px",
1945
+ {
1946
+ lineHeight: "24px"
1947
+ }
1948
+ ],
1949
+ "mobile-headline-4": [
1950
+ "16px",
1951
+ {
1952
+ lineHeight: "24px"
1953
+ }
1954
+ ],
1955
+ "mobile-body-1-bold": [
1956
+ "16px",
1957
+ {
1958
+ lineHeight: "24px"
1959
+ }
1960
+ ],
1961
+ "mobile-body-1-semibold": [
1962
+ "16px",
1963
+ {
1964
+ lineHeight: "24px"
1965
+ }
1966
+ ],
1967
+ "mobile-body-1-regular": [
1968
+ "16px",
1969
+ {
1970
+ lineHeight: "24px"
1971
+ }
1972
+ ],
1973
+ "mobile-caption-regular": [
1974
+ "12px",
1975
+ {
1976
+ lineHeight: "18px"
1977
+ }
1978
+ ],
1979
+ "mobile-caption-semibold": [
1980
+ "12px",
1981
+ {
1982
+ lineHeight: "18px"
1983
+ }
1984
+ ],
1985
+ "mobile-caption-bold": [
1986
+ "12px",
1987
+ {
1988
+ lineHeight: "18px"
1989
+ }
1990
+ ],
1991
+ inherit: [
1992
+ "inherit",
1993
+ {
1994
+ lineHeight: "inherit"
1995
+ }
1996
+ ]
1997
+ },
1998
+ fontWeight: {
1999
+ "headline-1": "700",
2000
+ "headline-2": "700",
2001
+ "headline-3": "700",
2002
+ "headline-4": "700",
2003
+ button: "600",
2004
+ "body-1-regular": "400",
2005
+ "body-1-semibold": "600",
2006
+ "body-1-bold": "700",
2007
+ "body-2-regular": "400",
2008
+ "body-2-semibold": "600",
2009
+ "body-2-bold": "700",
2010
+ "caption-regular": "400",
2011
+ "caption-semibold": "600",
2012
+ "caption-bold": "700",
2013
+ "mobile-button": "600",
2014
+ "mobile-body-2-regular": "400",
2015
+ "mobile-body-2-semibold": "600",
2016
+ "mobile-body-2-bold": "700",
2017
+ "display-large": "400",
2018
+ "display-medium": "400",
2019
+ "display-small": "500",
2020
+ "mobile-display-large": "400",
2021
+ "mobile-display-medium": "400",
2022
+ "mobile-display-small": "500",
2023
+ "mobile-headline-1": "700",
2024
+ "mobile-headline-2": "700",
2025
+ "mobile-headline-3": "700",
2026
+ "mobile-headline-4": "700",
2027
+ "mobile-body-1-bold": "700",
2028
+ "mobile-body-1-semibold": "600",
2029
+ "mobile-body-1-regular": "400",
2030
+ "mobile-caption-regular": "400",
2031
+ "mobile-caption-semibold": "600",
2032
+ "mobile-caption-bold": "700",
2033
+ inherit: "inherit"
2034
+ },
2035
+ outlineWidth: {
2036
+ "0": "0px",
2037
+ "1": "1px",
2038
+ "2": "2px"
2039
+ },
2040
+ transitionDuration: {
2041
+ short: "100ms",
2042
+ medium: "250ms",
2043
+ long: "400ms"
2044
+ },
2045
+ transitionTimingFunction: {
2046
+ standard: "cubic-bezier(0.2, 0, 0, 1)"
2047
+ },
2048
+ accentColor: {
2049
+ auto: "auto"
2050
+ },
2051
+ aria: {
2052
+ busy: "busy=\"true\"",
2053
+ checked: "checked=\"true\"",
2054
+ disabled: "disabled=\"true\"",
2055
+ expanded: "expanded=\"true\"",
2056
+ hidden: "hidden=\"true\"",
2057
+ pressed: "pressed=\"true\"",
2058
+ readonly: "readonly=\"true\"",
2059
+ required: "required=\"true\"",
2060
+ selected: "selected=\"true\""
2061
+ },
2062
+ aspectRatio: {
2063
+ auto: "auto",
2064
+ square: "1 / 1",
2065
+ video: "16 / 9"
2066
+ },
2067
+ backdropBlur: {
2068
+ "0": "0",
2069
+ none: "0",
2070
+ sm: "4px",
2071
+ DEFAULT: "8px",
2072
+ md: "12px",
2073
+ lg: "16px",
2074
+ xl: "24px",
2075
+ "2xl": "40px",
2076
+ "3xl": "64px"
2077
+ },
2078
+ backdropBrightness: {
2079
+ "0": "0",
2080
+ "50": ".5",
2081
+ "75": ".75",
2082
+ "90": ".9",
2083
+ "95": ".95",
2084
+ "100": "1",
2085
+ "105": "1.05",
2086
+ "110": "1.1",
2087
+ "125": "1.25",
2088
+ "150": "1.5",
2089
+ "200": "2"
2090
+ },
2091
+ backdropContrast: {
2092
+ "0": "0",
2093
+ "50": ".5",
2094
+ "75": ".75",
2095
+ "100": "1",
2096
+ "125": "1.25",
2097
+ "150": "1.5",
2098
+ "200": "2"
2099
+ },
2100
+ backdropGrayscale: {
2101
+ "0": "0",
2102
+ DEFAULT: "100%"
2103
+ },
2104
+ backdropHueRotate: {
2105
+ "0": "0deg",
2106
+ "15": "15deg",
2107
+ "30": "30deg",
2108
+ "60": "60deg",
2109
+ "90": "90deg",
2110
+ "180": "180deg"
2111
+ },
2112
+ backdropInvert: {
2113
+ "0": "0",
2114
+ DEFAULT: "100%"
2115
+ },
2116
+ backdropOpacity: {
2117
+ "0": "0",
2118
+ "5": "0.05",
2119
+ "10": "0.1",
2120
+ "20": "0.2",
2121
+ "25": "0.25",
2122
+ "30": "0.3",
2123
+ "40": "0.4",
2124
+ "50": "0.5",
2125
+ "60": "0.6",
2126
+ "70": "0.7",
2127
+ "75": "0.75",
2128
+ "80": "0.8",
2129
+ "90": "0.9",
2130
+ "95": "0.95",
2131
+ "100": "1"
2132
+ },
2133
+ backdropSaturate: {
2134
+ "0": "0",
2135
+ "50": ".5",
2136
+ "100": "1",
2137
+ "150": "1.5",
2138
+ "200": "2"
2139
+ },
2140
+ backdropSepia: {
2141
+ "0": "0",
2142
+ DEFAULT: "100%"
2143
+ },
2144
+ backgroundOpacity: {
2145
+ "0": "0",
2146
+ "5": "0.05",
2147
+ "10": "0.1",
2148
+ "20": "0.2",
2149
+ "25": "0.25",
2150
+ "30": "0.3",
2151
+ "40": "0.4",
2152
+ "50": "0.5",
2153
+ "60": "0.6",
2154
+ "70": "0.7",
2155
+ "75": "0.75",
2156
+ "80": "0.8",
2157
+ "90": "0.9",
2158
+ "95": "0.95",
2159
+ "100": "1"
2160
+ },
2161
+ backgroundPosition: {
2162
+ bottom: "bottom",
2163
+ center: "center",
2164
+ left: "left",
2165
+ "left-bottom": "left bottom",
2166
+ "left-top": "left top",
2167
+ right: "right",
2168
+ "right-bottom": "right bottom",
2169
+ "right-top": "right top",
2170
+ top: "top"
2171
+ },
2172
+ backgroundSize: {
2173
+ auto: "auto",
2174
+ cover: "cover",
2175
+ contain: "contain"
2176
+ },
2177
+ blur: {
2178
+ "0": "0",
2179
+ none: "0",
2180
+ sm: "4px",
2181
+ DEFAULT: "8px",
2182
+ md: "12px",
2183
+ lg: "16px",
2184
+ xl: "24px",
2185
+ "2xl": "40px",
2186
+ "3xl": "64px"
2187
+ },
2188
+ borderOpacity: {
2189
+ "0": "0",
2190
+ "5": "0.05",
2191
+ "10": "0.1",
2192
+ "20": "0.2",
2193
+ "25": "0.25",
2194
+ "30": "0.3",
2195
+ "40": "0.4",
2196
+ "50": "0.5",
2197
+ "60": "0.6",
2198
+ "70": "0.7",
2199
+ "75": "0.75",
2200
+ "80": "0.8",
2201
+ "90": "0.9",
2202
+ "95": "0.95",
2203
+ "100": "1"
2204
+ },
2205
+ borderSpacing: {
2206
+ none: "0px",
2207
+ xs: "4px",
2208
+ "xs*": "3px",
2209
+ sm: "8px",
2210
+ "sm*": "7px",
2211
+ md: "16px",
2212
+ "md*": "15px",
2213
+ xl: "32px",
2214
+ "xl*": "31px",
2215
+ "3xl": "64px",
2216
+ "3xl*": "63px",
2217
+ "4xl": "128px",
2218
+ "4xl*": "127px",
2219
+ lg: "24px",
2220
+ "lg*": "23px",
2221
+ "2xl": "48px",
2222
+ "2xl*": "47px",
2223
+ "sm+": "12px",
2224
+ "sm+*": "11px",
2225
+ "md+": "20px",
2226
+ "md+*": "19px",
2227
+ "lg+": "28px",
2228
+ "lg+*": "27px"
2229
+ },
2230
+ boxShadowColor: {
2231
+ },
2232
+ brightness: {
2233
+ "0": "0",
2234
+ "50": ".5",
2235
+ "75": ".75",
2236
+ "90": ".9",
2237
+ "95": ".95",
2238
+ "100": "1",
2239
+ "105": "1.05",
2240
+ "110": "1.1",
2241
+ "125": "1.25",
2242
+ "150": "1.5",
2243
+ "200": "2"
2244
+ },
2245
+ caretColor: {
2246
+ },
2247
+ columns: {
2248
+ "1": "1",
2249
+ "2": "2",
2250
+ "3": "3",
2251
+ "4": "4",
2252
+ "5": "5",
2253
+ "6": "6",
2254
+ "7": "7",
2255
+ "8": "8",
2256
+ "9": "9",
2257
+ "10": "10",
2258
+ "11": "11",
2259
+ "12": "12",
2260
+ auto: "auto",
2261
+ "3xs": "16rem",
2262
+ "2xs": "18rem",
2263
+ xs: "20rem",
2264
+ sm: "24rem",
2265
+ md: "28rem",
2266
+ lg: "32rem",
2267
+ xl: "36rem",
2268
+ "2xl": "42rem",
2269
+ "3xl": "48rem",
2270
+ "4xl": "56rem",
2271
+ "5xl": "64rem",
2272
+ "6xl": "72rem",
2273
+ "7xl": "80rem"
2274
+ },
2275
+ container: {
2276
+ },
2277
+ contrast: {
2278
+ "0": "0",
2279
+ "50": ".5",
2280
+ "75": ".75",
2281
+ "100": "1",
2282
+ "125": "1.25",
2283
+ "150": "1.5",
2284
+ "200": "2"
2285
+ },
2286
+ cursor: {
2287
+ auto: "auto",
2288
+ "default": "default",
2289
+ pointer: "pointer",
2290
+ wait: "wait",
2291
+ text: "text",
2292
+ move: "move",
2293
+ help: "help",
2294
+ "not-allowed": "not-allowed",
2295
+ none: "none",
2296
+ "context-menu": "context-menu",
2297
+ progress: "progress",
2298
+ cell: "cell",
2299
+ crosshair: "crosshair",
2300
+ "vertical-text": "vertical-text",
2301
+ alias: "alias",
2302
+ copy: "copy",
2303
+ "no-drop": "no-drop",
2304
+ grab: "grab",
2305
+ grabbing: "grabbing",
2306
+ "all-scroll": "all-scroll",
2307
+ "col-resize": "col-resize",
2308
+ "row-resize": "row-resize",
2309
+ "n-resize": "n-resize",
2310
+ "e-resize": "e-resize",
2311
+ "s-resize": "s-resize",
2312
+ "w-resize": "w-resize",
2313
+ "ne-resize": "ne-resize",
2314
+ "nw-resize": "nw-resize",
2315
+ "se-resize": "se-resize",
2316
+ "sw-resize": "sw-resize",
2317
+ "ew-resize": "ew-resize",
2318
+ "ns-resize": "ns-resize",
2319
+ "nesw-resize": "nesw-resize",
2320
+ "nwse-resize": "nwse-resize",
2321
+ "zoom-in": "zoom-in",
2322
+ "zoom-out": "zoom-out"
2323
+ },
2324
+ divideColor: {
2325
+ white: "rgba(255 255 255 / 1)",
2326
+ black: "rgba(0 0 0 / 1)",
2327
+ primary: "rgba(0 95 177 / 1)",
2328
+ secondary: "rgba(84 95 113 / 1)",
2329
+ tertiary: "rgba(109 86 118 / 1)",
2330
+ error: "rgba(186 27 27 / 1)",
2331
+ success: "rgba(44 137 0 / 1)",
2332
+ warning: "rgba(153 112 0 / 1)",
2333
+ "inverse-primary": "rgba(164 200 255 / 1)",
2334
+ outline: "rgba(116 119 127 / 1)",
2335
+ "primary-opacity-0-08": "rgba(0 95 177 / 0.08)",
2336
+ "primary-opacity-0-12": "rgba(0 95 177 / 0.12)",
2337
+ "primary-opacity-0-16": "rgba(0 95 177 / 0.16)",
2338
+ "primary-dark": "rgba(164 200 255 / 1)",
2339
+ "secondary-dark": "rgba(188 199 220 / 1)",
2340
+ "tertiary-dark": "rgba(218 189 226 / 1)",
2341
+ "error-dark": "rgba(255 180 169 / 1)",
2342
+ "success-dark": "rgba(108 224 54 / 1)",
2343
+ "warning-dark": "rgba(251 188 12 / 1)",
2344
+ "inverse-primary-dark": "rgba(0 95 177 / 1)",
2345
+ "outline-dark": "rgba(142 145 153 / 1)",
2346
+ "primary-opacity-0-08-dark": "rgba(164 200 255 / 0.08)",
2347
+ "primary-opacity-0-12-dark": "rgba(164 200 255 / 0.12)",
2348
+ "primary-opacity-0-16-dark": "rgba(164 200 255 / 0.16)",
2349
+ "primary-hover": "rgba(0 119 220 / 1)",
2350
+ "error-hover": "rgba(221 55 48 / 1)",
2351
+ "success-hover": "rgba(56 166 0 / 1)",
2352
+ "warning-hover": "rgba(186 137 0 / 1)",
2353
+ "error-opacity-0-08": "rgba(186 27 27 / 0.08)",
2354
+ "error-opacity-0-12": "rgba(186 27 27 / 0.12)",
2355
+ "error-opacity-0-16": "rgba(186 27 27 / 0.16)",
2356
+ "primary-hover-dark": "rgba(111 174 255 / 1)",
2357
+ "error-hover-dark": "rgba(255 137 122 / 1)",
2358
+ "success-hover-dark": "rgba(81 195 20 / 1)",
2359
+ "warning-hover-dark": "rgba(219 162 0 / 1)",
2360
+ "error-opacity-0-08-dark": "rgba(255 180 169 / 0.08)",
2361
+ "error-opacity-0-12-dark": "rgba(255 180 169 / 0.12)",
2362
+ "error-opacity-0-16-dark": "rgba(255 180 169 / 0.16)",
2363
+ disabled: "rgba(27 27 29 / 0.12)",
2364
+ "disabled-dark": "rgba(227 226 230 / 0.12)",
2365
+ "success-opacity-0-08": "rgba(44 137 0 / 0.08)",
2366
+ "success-opacity-0-12": "rgba(44 137 0 / 0.12)",
2367
+ "success-opacity-0-16": "rgba(44 137 0 / 0.16)",
2368
+ "warning-opacity-0-08": "rgba(153 112 0 / 0.08)",
2369
+ "warning-opacity-0-12": "rgba(153 112 0 / 0.12)",
2370
+ "warning-opacity-0-16": "rgba(153 112 0 / 0.16)",
2371
+ "success-opacity-0-08-dark": "rgba(108 224 54 / 0.08)",
2372
+ "success-opacity-0-12-dark": "rgba(108 224 54 / 0.12)",
2373
+ "success-opacity-0-16-dark": "rgba(108 224 54 / 0.16)",
2374
+ "warning-opacity-0-08-dark": "rgba(251 188 12 / 0.08)",
2375
+ "warning-opacity-0-12-dark": "rgba(251 188 12 / 0.12)",
2376
+ "warning-opacity-0-16-dark": "rgba(251 188 12 / 0.16)",
2377
+ overlay: "rgba(27 27 29 / 0.8)",
2378
+ "overlay-dark": "rgba(27 27 29 / 0.8)",
2379
+ "outline-variant": "rgba(223 226 235 / 1)",
2380
+ "outline-variant-dark": "rgba(67 71 78 / 1)",
2381
+ "primary-hover-opacity-0-08": "rgba(0 119 220 / 0.08)",
2382
+ "primary-hover-opacity-0-12": "rgba(0 119 220 / 0.12)",
2383
+ "primary-hover-opacity-0-16": "rgba(0 119 220 / 0.16)",
2384
+ "primary-hover-opacity-0-32": "rgba(0 119 220 / 0.32)",
2385
+ "primary-hover-opacity-0-48": "rgba(0 119 220 / 0.48)",
2386
+ "primary-hover-opacity-0-64": "rgba(0 119 220 / 0.64)",
2387
+ "primary-hover-opacity-0-80": "rgba(0 119 220 / 0.8)",
2388
+ "primary-hover-opacity-0-96": "rgba(0 119 220 / 0.96)",
2389
+ "primary-hover-opacity-0-08-dark": "rgba(111 174 255 / 0.08)",
2390
+ "primary-hover-opacity-0-12-dark": "rgba(111 174 255 / 0.12)",
2391
+ "primary-hover-opacity-0-16-dark": "rgba(111 174 255 / 0.16)",
2392
+ "primary-hover-opacity-0-32-dark": "rgba(111 174 255 / 0.32)",
2393
+ "primary-hover-opacity-0-48-dark": "rgba(111 174 255 / 0.48)",
2394
+ "primary-hover-opacity-0-64-dark": "rgba(111 174 255 / 0.64)",
2395
+ "primary-hover-opacity-0-80-dark": "rgba(111 174 255 / 0.8)",
2396
+ "primary-hover-opacity-0-96-dark": "rgba(111 174 255 / 0.96)",
2397
+ "custom-colors-custom-1": "rgba(157 59 97 / 1)",
2398
+ "custom-colors-custom-2": "rgba(105 76 173 / 1)",
2399
+ "custom-colors-custom-3": "rgba(0 105 108 / 1)",
2400
+ "custom-colors-custom-4": "rgba(0 110 44 / 1)",
2401
+ "custom-colors-custom-5": "rgba(94 97 53 / 1)",
2402
+ "custom-colors-custom-6": "rgba(153 71 0 / 1)",
2403
+ "custom-colors-custom-1-dark": "rgba(255 176 200 / 1)",
2404
+ "custom-colors-custom-2-dark": "rgba(208 188 255 / 1)",
2405
+ "custom-colors-custom-3-dark": "rgba(76 217 222 / 1)",
2406
+ "custom-colors-custom-4-dark": "rgba(126 218 139 / 1)",
2407
+ "custom-colors-custom-5-dark": "rgba(199 202 149 / 1)",
2408
+ "custom-colors-custom-6-dark": "rgba(255 182 139 / 1)",
2409
+ "error-opacity-0-32": "rgba(186 27 27 / 0.32)",
2410
+ "error-opacity-0-48": "rgba(186 27 27 / 0.48)",
2411
+ "error-opacity-0-64": "rgba(186 27 27 / 0.64)",
2412
+ "error-opacity-0-80": "rgba(186 27 27 / 0.8)",
2413
+ "error-opacity-0-96": "rgba(186 27 27 / 0.96)",
2414
+ "success-opacity-0-32": "rgba(44 137 0 / 0.32)",
2415
+ "success-opacity-0-48": "rgba(44 137 0 / 0.48)",
2416
+ "success-opacity-0-64": "rgba(44 137 0 / 0.64)",
2417
+ "success-opacity-0-80": "rgba(44 137 0 / 0.8)",
2418
+ "success-opacity-0-96": "rgba(44 137 0 / 0.96)",
2419
+ "warning-opacity-0-32": "rgba(153 112 0 / 0.32)",
2420
+ "warning-opacity-0-48": "rgba(153 112 0 / 0.48)",
2421
+ "warning-opacity-0-64": "rgba(153 112 0 / 0.64)",
2422
+ "warning-opacity-0-80": "rgba(153 112 0 / 0.8)",
2423
+ "warning-opacity-0-96": "rgba(153 112 0 / 0.96)",
2424
+ "custom-colors-custom-1-opacity-0-96": "rgba(157 59 97 / 0.96)",
2425
+ "custom-colors-custom-1-opacity-0-80": "rgba(157 59 97 / 0.8)",
2426
+ "custom-colors-custom-1-opacity-0-64": "rgba(157 59 97 / 0.64)",
2427
+ "custom-colors-custom-1-opacity-0-48": "rgba(157 59 97 / 0.48)",
2428
+ "custom-colors-custom-1-opacity-0-32": "rgba(157 59 97 / 0.32)",
2429
+ "custom-colors-custom-1-opacity-0-16": "rgba(157 59 97 / 0.16)",
2430
+ "custom-colors-custom-1-opacity-0-12": "rgba(157 59 97 / 0.12)",
2431
+ "custom-colors-custom-1-opacity-0-08": "rgba(157 59 97 / 0.08)",
2432
+ "custom-colors-custom-2-opacity-0-96": "rgba(105 76 173 / 0.96)",
2433
+ "custom-colors-custom-2-opacity-0-80": "rgba(105 76 173 / 0.8)",
2434
+ "custom-colors-custom-2-opacity-0-64": "rgba(105 76 173 / 0.64)",
2435
+ "custom-colors-custom-2-opacity-0-48": "rgba(105 76 173 / 0.48)",
2436
+ "custom-colors-custom-2-opacity-0-32": "rgba(105 76 173 / 0.32)",
2437
+ "custom-colors-custom-2-opacity-0-16": "rgba(105 76 173 / 0.16)",
2438
+ "custom-colors-custom-2-opacity-0-12": "rgba(105 76 173 / 0.12)",
2439
+ "custom-colors-custom-2-opacity-0-08": "rgba(105 76 173 / 0.08)",
2440
+ "custom-colors-custom-3-opacity-0-96": "rgba(0 105 108 / 0.96)",
2441
+ "custom-colors-custom-3-opacity-0-80": "rgba(0 105 108 / 0.8)",
2442
+ "custom-colors-custom-3-opacity-0-64": "rgba(0 105 108 / 0.64)",
2443
+ "custom-colors-custom-3-opacity-0-48": "rgba(0 105 108 / 0.48)",
2444
+ "custom-colors-custom-3-opacity-0-32": "rgba(0 105 108 / 0.32)",
2445
+ "custom-colors-custom-3-opacity-0-16": "rgba(0 105 108 / 0.16)",
2446
+ "custom-colors-custom-3-opacity-0-12": "rgba(0 105 108 / 0.12)",
2447
+ "custom-colors-custom-3-opacity-0-08": "rgba(0 105 108 / 0.08)",
2448
+ "custom-colors-custom-4-opacity-0-96": "rgba(0 110 44 / 0.96)",
2449
+ "custom-colors-custom-4-opacity-0-80": "rgba(0 110 44 / 0.8)",
2450
+ "custom-colors-custom-4-opacity-0-64": "rgba(0 110 44 / 0.64)",
2451
+ "custom-colors-custom-4-opacity-0-48": "rgba(0 110 44 / 0.48)",
2452
+ "custom-colors-custom-4-opacity-0-32": "rgba(0 110 44 / 0.32)",
2453
+ "custom-colors-custom-4-opacity-0-16": "rgba(0 110 44 / 0.16)",
2454
+ "custom-colors-custom-4-opacity-0-12": "rgba(0 110 44 / 0.12)",
2455
+ "custom-colors-custom-4-opacity-0-08": "rgba(0 110 44 / 0.08)",
2456
+ "custom-colors-custom-5-opacity-0-96": "rgba(94 97 53 / 0.96)",
2457
+ "custom-colors-custom-5-opacity-0-80": "rgba(94 97 53 / 0.8)",
2458
+ "custom-colors-custom-5-opacity-0-64": "rgba(94 97 53 / 0.64)",
2459
+ "custom-colors-custom-5-opacity-0-48": "rgba(94 97 53 / 0.48)",
2460
+ "custom-colors-custom-5-opacity-0-32": "rgba(94 97 53 / 0.32)",
2461
+ "custom-colors-custom-5-opacity-0-16": "rgba(94 97 53 / 0.16)",
2462
+ "custom-colors-custom-5-opacity-0-12": "rgba(94 97 53 / 0.12)",
2463
+ "custom-colors-custom-5-opacity-0-08": "rgba(94 97 53 / 0.08)",
2464
+ "custom-colors-custom-6-opacity-0-96": "rgba(153 71 0 / 0.96)",
2465
+ "custom-colors-custom-6-opacity-0-80": "rgba(153 71 0 / 0.8)",
2466
+ "custom-colors-custom-6-opacity-0-64": "rgba(153 71 0 / 0.64)",
2467
+ "custom-colors-custom-6-opacity-0-48": "rgba(153 71 0 / 0.48)",
2468
+ "custom-colors-custom-6-opacity-0-32": "rgba(153 71 0 / 0.32)",
2469
+ "custom-colors-custom-6-opacity-0-16": "rgba(153 71 0 / 0.16)",
2470
+ "custom-colors-custom-6-opacity-0-12": "rgba(153 71 0 / 0.12)",
2471
+ "custom-colors-custom-6-opacity-0-08": "rgba(153 71 0 / 0.08)",
2472
+ "outline-opacity-0-96": "rgba(116 119 127 / 0.96)",
2473
+ "outline-opacity-0-80": "rgba(116 119 127 / 0.8)",
2474
+ "outline-opacity-0-64": "rgba(116 119 127 / 0.64)",
2475
+ "outline-opacity-0-48": "rgba(116 119 127 / 0.48)",
2476
+ "outline-opacity-0-32": "rgba(116 119 127 / 0.32)",
2477
+ "outline-opacity-0-16": "rgba(116 119 127 / 0.16)",
2478
+ "outline-opacity-0-12": "rgba(116 119 127 / 0.12)",
2479
+ "outline-opacity-0-08": "rgba(116 119 127 / 0.08)",
2480
+ "error-opacity-0-32-dark": "rgba(255 180 169 / 0.32)",
2481
+ "error-opacity-0-48-dark": "rgba(255 180 169 / 0.48)",
2482
+ "error-opacity-0-64-dark": "rgba(255 180 169 / 0.64)",
2483
+ "error-opacity-0-80-dark": "rgba(255 180 169 / 0.8)",
2484
+ "error-opacity-0-96-dark": "rgba(255 180 169 / 0.96)",
2485
+ "success-opacity-0-32-dark": "rgba(108 224 54 / 0.32)",
2486
+ "success-opacity-0-48-dark": "rgba(108 224 54 / 0.48)",
2487
+ "success-opacity-0-64-dark": "rgba(108 224 54 / 0.64)",
2488
+ "success-opacity-0-80-dark": "rgba(108 224 54 / 0.8)",
2489
+ "success-opacity-0-96-dark": "rgba(108 224 54 / 0.96)",
2490
+ "warning-opacity-0-32-dark": "rgba(251 188 12 / 0.32)",
2491
+ "warning-opacity-0-48-dark": "rgba(251 188 12 / 0.48)",
2492
+ "warning-opacity-0-64-dark": "rgba(251 188 12 / 0.64)",
2493
+ "warning-opacity-0-80-dark": "rgba(251 188 12 / 0.8)",
2494
+ "warning-opacity-0-96-dark": "rgba(251 188 12 / 0.96)",
2495
+ "custom-colors-custom-1-opacity-0-96-dark": "rgba(255 176 200 / 0.96)",
2496
+ "custom-colors-custom-1-opacity-0-80-dark": "rgba(255 176 200 / 0.8)",
2497
+ "custom-colors-custom-1-opacity-0-64-dark": "rgba(255 176 200 / 0.64)",
2498
+ "custom-colors-custom-1-opacity-0-48-dark": "rgba(255 176 200 / 0.48)",
2499
+ "custom-colors-custom-1-opacity-0-32-dark": "rgba(255 176 200 / 0.32)",
2500
+ "custom-colors-custom-1-opacity-0-16-dark": "rgba(255 176 200 / 0.16)",
2501
+ "custom-colors-custom-1-opacity-0-12-dark": "rgba(255 176 200 / 0.12)",
2502
+ "custom-colors-custom-1-opacity-0-08-dark": "rgba(255 176 200 / 0.08)",
2503
+ "custom-colors-custom-2-opacity-0-96-dark": "rgba(208 188 255 / 0.96)",
2504
+ "custom-colors-custom-2-opacity-0-80-dark": "rgba(208 188 255 / 0.8)",
2505
+ "custom-colors-custom-2-opacity-0-64-dark": "rgba(208 188 255 / 0.64)",
2506
+ "custom-colors-custom-2-opacity-0-48-dark": "rgba(208 188 255 / 0.48)",
2507
+ "custom-colors-custom-2-opacity-0-32-dark": "rgba(208 188 255 / 0.32)",
2508
+ "custom-colors-custom-2-opacity-0-16-dark": "rgba(208 188 255 / 0.16)",
2509
+ "custom-colors-custom-2-opacity-0-12-dark": "rgba(208 188 255 / 0.12)",
2510
+ "custom-colors-custom-2-opacity-0-08-dark": "rgba(208 188 255 / 0.08)",
2511
+ "custom-colors-custom-3-opacity-0-96-dark": "rgba(76 217 222 / 0.96)",
2512
+ "custom-colors-custom-3-opacity-0-80-dark": "rgba(76 217 222 / 0.8)",
2513
+ "custom-colors-custom-3-opacity-0-64-dark": "rgba(76 217 222 / 0.64)",
2514
+ "custom-colors-custom-3-opacity-0-48-dark": "rgba(76 217 222 / 0.48)",
2515
+ "custom-colors-custom-3-opacity-0-32-dark": "rgba(76 217 222 / 0.32)",
2516
+ "custom-colors-custom-3-opacity-0-16-dark": "rgba(76 217 222 / 0.16)",
2517
+ "custom-colors-custom-3-opacity-0-12-dark": "rgba(76 217 222 / 0.12)",
2518
+ "custom-colors-custom-3-opacity-0-08-dark": "rgba(76 217 222 / 0.08)",
2519
+ "custom-colors-custom-4-opacity-0-96-dark": "rgba(126 218 139 / 0.96)",
2520
+ "custom-colors-custom-4-opacity-0-80-dark": "rgba(126 218 139 / 0.8)",
2521
+ "custom-colors-custom-4-opacity-0-64-dark": "rgba(126 218 139 / 0.64)",
2522
+ "custom-colors-custom-4-opacity-0-48-dark": "rgba(126 218 139 / 0.48)",
2523
+ "custom-colors-custom-4-opacity-0-32-dark": "rgba(126 218 139 / 0.32)",
2524
+ "custom-colors-custom-4-opacity-0-16-dark": "rgba(126 218 139 / 0.16)",
2525
+ "custom-colors-custom-4-opacity-0-12-dark": "rgba(126 218 139 / 0.12)",
2526
+ "custom-colors-custom-4-opacity-0-08-dark": "rgba(126 218 139 / 0.08)",
2527
+ "custom-colors-custom-5-opacity-0-96-dark": "rgba(199 202 149 / 0.96)",
2528
+ "custom-colors-custom-5-opacity-0-80-dark": "rgba(199 202 149 / 0.8)",
2529
+ "custom-colors-custom-5-opacity-0-64-dark": "rgba(199 202 149 / 0.64)",
2530
+ "custom-colors-custom-5-opacity-0-48-dark": "rgba(199 202 149 / 0.48)",
2531
+ "custom-colors-custom-5-opacity-0-32-dark": "rgba(199 202 149 / 0.32)",
2532
+ "custom-colors-custom-5-opacity-0-16-dark": "rgba(199 202 149 / 0.16)",
2533
+ "custom-colors-custom-5-opacity-0-12-dark": "rgba(199 202 149 / 0.12)",
2534
+ "custom-colors-custom-5-opacity-0-08-dark": "rgba(199 202 149 / 0.08)",
2535
+ "custom-colors-custom-6-opacity-0-96-dark": "rgba(255 182 139 / 0.96)",
2536
+ "custom-colors-custom-6-opacity-0-80-dark": "rgba(255 182 139 / 0.8)",
2537
+ "custom-colors-custom-6-opacity-0-64-dark": "rgba(255 182 139 / 0.64)",
2538
+ "custom-colors-custom-6-opacity-0-48-dark": "rgba(255 182 139 / 0.48)",
2539
+ "custom-colors-custom-6-opacity-0-32-dark": "rgba(255 182 139 / 0.32)",
2540
+ "custom-colors-custom-6-opacity-0-16-dark": "rgba(255 182 139 / 0.16)",
2541
+ "custom-colors-custom-6-opacity-0-12-dark": "rgba(255 182 139 / 0.12)",
2542
+ "custom-colors-custom-6-opacity-0-08-dark": "rgba(255 182 139 / 0.08)",
2543
+ "outline-opacity-0-96-dark": "rgba(142 145 153 / 0.96)",
2544
+ "outline-opacity-0-80-dark": "rgba(142 145 153 / 0.8)",
2545
+ "outline-opacity-0-64-dark": "rgba(142 145 153 / 0.64)",
2546
+ "outline-opacity-0-48-dark": "rgba(142 145 153 / 0.48)",
2547
+ "outline-opacity-0-32-dark": "rgba(142 145 153 / 0.32)",
2548
+ "outline-opacity-0-16-dark": "rgba(142 145 153 / 0.16)",
2549
+ "outline-opacity-0-12-dark": "rgba(142 145 153 / 0.12)",
2550
+ "outline-opacity-0-08-dark": "rgba(142 145 153 / 0.08)",
2551
+ transparent: "transparent",
2552
+ current: "currentColor",
2553
+ inherit: "inherit"
2554
+ },
2555
+ divideOpacity: {
2556
+ "0": "0",
2557
+ "5": "0.05",
2558
+ "10": "0.1",
2559
+ "20": "0.2",
2560
+ "25": "0.25",
2561
+ "30": "0.3",
2562
+ "40": "0.4",
2563
+ "50": "0.5",
2564
+ "60": "0.6",
2565
+ "70": "0.7",
2566
+ "75": "0.75",
2567
+ "80": "0.8",
2568
+ "90": "0.9",
2569
+ "95": "0.95",
2570
+ "100": "1"
2571
+ },
2572
+ divideWidth: {
2573
+ "0": "0px",
2574
+ "1": "1px",
2575
+ "2": "2px"
2576
+ },
2577
+ dropShadow: {
2578
+ sm: "0 1px 1px rgb(0 0 0 / 0.05)",
2579
+ DEFAULT: [
2580
+ "0 1px 2px rgb(0 0 0 / 0.1)",
2581
+ "0 1px 1px rgb(0 0 0 / 0.06)"
2582
+ ],
2583
+ md: [
2584
+ "0 4px 3px rgb(0 0 0 / 0.07)",
2585
+ "0 2px 2px rgb(0 0 0 / 0.06)"
2586
+ ],
2587
+ lg: [
2588
+ "0 10px 8px rgb(0 0 0 / 0.04)",
2589
+ "0 4px 3px rgb(0 0 0 / 0.1)"
2590
+ ],
2591
+ xl: [
2592
+ "0 20px 13px rgb(0 0 0 / 0.03)",
2593
+ "0 8px 5px rgb(0 0 0 / 0.08)"
2594
+ ],
2595
+ "2xl": "0 25px 25px rgb(0 0 0 / 0.15)",
2596
+ none: "0 0 #0000"
2597
+ },
2598
+ flex: {
2599
+ "1": "1 1 0%",
2600
+ auto: "1 1 auto",
2601
+ initial: "0 1 auto",
2602
+ none: "none"
2603
+ },
2604
+ flexBasis: {
2605
+ auto: "auto",
2606
+ none: "0px",
2607
+ xs: "4px",
2608
+ "xs*": "3px",
2609
+ sm: "8px",
2610
+ "sm*": "7px",
2611
+ md: "16px",
2612
+ "md*": "15px",
2613
+ xl: "32px",
2614
+ "xl*": "31px",
2615
+ "3xl": "64px",
2616
+ "3xl*": "63px",
2617
+ "4xl": "128px",
2618
+ "4xl*": "127px",
2619
+ lg: "24px",
2620
+ "lg*": "23px",
2621
+ "2xl": "48px",
2622
+ "2xl*": "47px",
2623
+ "sm+": "12px",
2624
+ "sm+*": "11px",
2625
+ "md+": "20px",
2626
+ "md+*": "19px",
2627
+ "lg+": "28px",
2628
+ "lg+*": "27px",
2629
+ "1/2": "50%",
2630
+ "1/3": "33.333333%",
2631
+ "2/3": "66.666667%",
2632
+ "1/4": "25%",
2633
+ "2/4": "50%",
2634
+ "3/4": "75%",
2635
+ "1/5": "20%",
2636
+ "2/5": "40%",
2637
+ "3/5": "60%",
2638
+ "4/5": "80%",
2639
+ "1/6": "16.666667%",
2640
+ "2/6": "33.333333%",
2641
+ "3/6": "50%",
2642
+ "4/6": "66.666667%",
2643
+ "5/6": "83.333333%",
2644
+ "1/12": "8.333333%",
2645
+ "2/12": "16.666667%",
2646
+ "3/12": "25%",
2647
+ "4/12": "33.333333%",
2648
+ "5/12": "41.666667%",
2649
+ "6/12": "50%",
2650
+ "7/12": "58.333333%",
2651
+ "8/12": "66.666667%",
2652
+ "9/12": "75%",
2653
+ "10/12": "83.333333%",
2654
+ "11/12": "91.666667%",
2655
+ full: "100%"
2656
+ },
2657
+ flexGrow: {
2658
+ "0": "0",
2659
+ DEFAULT: "1"
2660
+ },
2661
+ flexShrink: {
2662
+ "0": "0",
2663
+ DEFAULT: "1"
2664
+ },
2665
+ gap: {
2666
+ none: "0px",
2667
+ xs: "4px",
2668
+ "xs*": "3px",
2669
+ sm: "8px",
2670
+ "sm*": "7px",
2671
+ md: "16px",
2672
+ "md*": "15px",
2673
+ xl: "32px",
2674
+ "xl*": "31px",
2675
+ "3xl": "64px",
2676
+ "3xl*": "63px",
2677
+ "4xl": "128px",
2678
+ "4xl*": "127px",
2679
+ lg: "24px",
2680
+ "lg*": "23px",
2681
+ "2xl": "48px",
2682
+ "2xl*": "47px",
2683
+ "sm+": "12px",
2684
+ "sm+*": "11px",
2685
+ "md+": "20px",
2686
+ "md+*": "19px",
2687
+ "lg+": "28px",
2688
+ "lg+*": "27px"
2689
+ },
2690
+ gradientColorStops: {
2691
+ },
2692
+ gradientColorStopPositions: {
2693
+ "0%": "0%",
2694
+ "5%": "5%",
2695
+ "10%": "10%",
2696
+ "15%": "15%",
2697
+ "20%": "20%",
2698
+ "25%": "25%",
2699
+ "30%": "30%",
2700
+ "35%": "35%",
2701
+ "40%": "40%",
2702
+ "45%": "45%",
2703
+ "50%": "50%",
2704
+ "55%": "55%",
2705
+ "60%": "60%",
2706
+ "65%": "65%",
2707
+ "70%": "70%",
2708
+ "75%": "75%",
2709
+ "80%": "80%",
2710
+ "85%": "85%",
2711
+ "90%": "90%",
2712
+ "95%": "95%",
2713
+ "100%": "100%"
2714
+ },
2715
+ grayscale: {
2716
+ "0": "0",
2717
+ DEFAULT: "100%"
2718
+ },
2719
+ gridAutoColumns: {
2720
+ auto: "auto",
2721
+ min: "min-content",
2722
+ max: "max-content",
2723
+ fr: "minmax(0, 1fr)"
2724
+ },
2725
+ gridAutoRows: {
2726
+ auto: "auto",
2727
+ min: "min-content",
2728
+ max: "max-content",
2729
+ fr: "minmax(0, 1fr)"
2730
+ },
2731
+ gridColumn: {
2732
+ auto: "auto",
2733
+ "span-1": "span 1 / span 1",
2734
+ "span-2": "span 2 / span 2",
2735
+ "span-3": "span 3 / span 3",
2736
+ "span-4": "span 4 / span 4",
2737
+ "span-5": "span 5 / span 5",
2738
+ "span-6": "span 6 / span 6",
2739
+ "span-7": "span 7 / span 7",
2740
+ "span-8": "span 8 / span 8",
2741
+ "span-9": "span 9 / span 9",
2742
+ "span-10": "span 10 / span 10",
2743
+ "span-11": "span 11 / span 11",
2744
+ "span-12": "span 12 / span 12",
2745
+ "span-full": "1 / -1"
2746
+ },
2747
+ gridColumnEnd: {
2748
+ "1": "1",
2749
+ "2": "2",
2750
+ "3": "3",
2751
+ "4": "4",
2752
+ "5": "5",
2753
+ "6": "6",
2754
+ "7": "7",
2755
+ "8": "8",
2756
+ "9": "9",
2757
+ "10": "10",
2758
+ "11": "11",
2759
+ "12": "12",
2760
+ "13": "13",
2761
+ auto: "auto"
2762
+ },
2763
+ gridColumnStart: {
2764
+ "1": "1",
2765
+ "2": "2",
2766
+ "3": "3",
2767
+ "4": "4",
2768
+ "5": "5",
2769
+ "6": "6",
2770
+ "7": "7",
2771
+ "8": "8",
2772
+ "9": "9",
2773
+ "10": "10",
2774
+ "11": "11",
2775
+ "12": "12",
2776
+ "13": "13",
2777
+ auto: "auto"
2778
+ },
2779
+ gridRow: {
2780
+ auto: "auto",
2781
+ "span-1": "span 1 / span 1",
2782
+ "span-2": "span 2 / span 2",
2783
+ "span-3": "span 3 / span 3",
2784
+ "span-4": "span 4 / span 4",
2785
+ "span-5": "span 5 / span 5",
2786
+ "span-6": "span 6 / span 6",
2787
+ "span-full": "1 / -1"
2788
+ },
2789
+ gridRowEnd: {
2790
+ "1": "1",
2791
+ "2": "2",
2792
+ "3": "3",
2793
+ "4": "4",
2794
+ "5": "5",
2795
+ "6": "6",
2796
+ "7": "7",
2797
+ auto: "auto"
2798
+ },
2799
+ gridRowStart: {
2800
+ "1": "1",
2801
+ "2": "2",
2802
+ "3": "3",
2803
+ "4": "4",
2804
+ "5": "5",
2805
+ "6": "6",
2806
+ "7": "7",
2807
+ auto: "auto"
2808
+ },
2809
+ gridTemplateColumns: {
2810
+ "1": "repeat(1, minmax(0, 1fr))",
2811
+ "2": "repeat(2, minmax(0, 1fr))",
2812
+ "3": "repeat(3, minmax(0, 1fr))",
2813
+ "4": "repeat(4, minmax(0, 1fr))",
2814
+ "5": "repeat(5, minmax(0, 1fr))",
2815
+ "6": "repeat(6, minmax(0, 1fr))",
2816
+ "7": "repeat(7, minmax(0, 1fr))",
2817
+ "8": "repeat(8, minmax(0, 1fr))",
2818
+ "9": "repeat(9, minmax(0, 1fr))",
2819
+ "10": "repeat(10, minmax(0, 1fr))",
2820
+ "11": "repeat(11, minmax(0, 1fr))",
2821
+ "12": "repeat(12, minmax(0, 1fr))",
2822
+ none: "none"
2823
+ },
2824
+ gridTemplateRows: {
2825
+ "1": "repeat(1, minmax(0, 1fr))",
2826
+ "2": "repeat(2, minmax(0, 1fr))",
2827
+ "3": "repeat(3, minmax(0, 1fr))",
2828
+ "4": "repeat(4, minmax(0, 1fr))",
2829
+ "5": "repeat(5, minmax(0, 1fr))",
2830
+ "6": "repeat(6, minmax(0, 1fr))",
2831
+ none: "none"
2832
+ },
2833
+ height: {
2834
+ auto: "auto",
2835
+ none: "0px",
2836
+ xs: "4px",
2837
+ "xs*": "3px",
2838
+ sm: "8px",
2839
+ "sm*": "7px",
2840
+ md: "16px",
2841
+ "md*": "15px",
2842
+ xl: "32px",
2843
+ "xl*": "31px",
2844
+ "3xl": "64px",
2845
+ "3xl*": "63px",
2846
+ "4xl": "128px",
2847
+ "4xl*": "127px",
2848
+ lg: "24px",
2849
+ "lg*": "23px",
2850
+ "2xl": "48px",
2851
+ "2xl*": "47px",
2852
+ "sm+": "12px",
2853
+ "sm+*": "11px",
2854
+ "md+": "20px",
2855
+ "md+*": "19px",
2856
+ "lg+": "28px",
2857
+ "lg+*": "27px",
2858
+ "1/2": "50%",
2859
+ "1/3": "33.333333%",
2860
+ "2/3": "66.666667%",
2861
+ "1/4": "25%",
2862
+ "2/4": "50%",
2863
+ "3/4": "75%",
2864
+ "1/5": "20%",
2865
+ "2/5": "40%",
2866
+ "3/5": "60%",
2867
+ "4/5": "80%",
2868
+ "1/6": "16.666667%",
2869
+ "2/6": "33.333333%",
2870
+ "3/6": "50%",
2871
+ "4/6": "66.666667%",
2872
+ "5/6": "83.333333%",
2873
+ full: "100%",
2874
+ screen: "100vh",
2875
+ min: "min-content",
2876
+ max: "max-content",
2877
+ fit: "fit-content"
2878
+ },
2879
+ hueRotate: {
2880
+ "0": "0deg",
2881
+ "15": "15deg",
2882
+ "30": "30deg",
2883
+ "60": "60deg",
2884
+ "90": "90deg",
2885
+ "180": "180deg"
2886
+ },
2887
+ inset: {
2888
+ auto: "auto",
2889
+ none: "0px",
2890
+ xs: "4px",
2891
+ "xs*": "3px",
2892
+ sm: "8px",
2893
+ "sm*": "7px",
2894
+ md: "16px",
2895
+ "md*": "15px",
2896
+ xl: "32px",
2897
+ "xl*": "31px",
2898
+ "3xl": "64px",
2899
+ "3xl*": "63px",
2900
+ "4xl": "128px",
2901
+ "4xl*": "127px",
2902
+ lg: "24px",
2903
+ "lg*": "23px",
2904
+ "2xl": "48px",
2905
+ "2xl*": "47px",
2906
+ "sm+": "12px",
2907
+ "sm+*": "11px",
2908
+ "md+": "20px",
2909
+ "md+*": "19px",
2910
+ "lg+": "28px",
2911
+ "lg+*": "27px",
2912
+ "1/2": "50%",
2913
+ "1/3": "33.333333%",
2914
+ "2/3": "66.666667%",
2915
+ "1/4": "25%",
2916
+ "2/4": "50%",
2917
+ "3/4": "75%",
2918
+ full: "100%"
2919
+ },
2920
+ invert: {
2921
+ "0": "0",
2922
+ DEFAULT: "100%"
2923
+ },
2924
+ letterSpacing: {
2925
+ tighter: "-0.05em",
2926
+ tight: "-0.025em",
2927
+ normal: "0em",
2928
+ wide: "0.025em",
2929
+ wider: "0.05em",
2930
+ widest: "0.1em"
2931
+ },
2932
+ lineHeight: {
2933
+ "3": ".75rem",
2934
+ "4": "1rem",
2935
+ "5": "1.25rem",
2936
+ "6": "1.5rem",
2937
+ "7": "1.75rem",
2938
+ "8": "2rem",
2939
+ "9": "2.25rem",
2940
+ "10": "2.5rem",
2941
+ none: "1",
2942
+ tight: "1.25",
2943
+ snug: "1.375",
2944
+ normal: "1.5",
2945
+ relaxed: "1.625",
2946
+ loose: "2"
2947
+ },
2948
+ listStyleType: {
2949
+ none: "none",
2950
+ disc: "disc",
2951
+ decimal: "decimal"
2952
+ },
2953
+ listStyleImage: {
2954
+ none: "none"
2955
+ },
2956
+ margin: {
2957
+ auto: "auto",
2958
+ none: "0px",
2959
+ xs: "4px",
2960
+ "xs*": "3px",
2961
+ sm: "8px",
2962
+ "sm*": "7px",
2963
+ md: "16px",
2964
+ "md*": "15px",
2965
+ xl: "32px",
2966
+ "xl*": "31px",
2967
+ "3xl": "64px",
2968
+ "3xl*": "63px",
2969
+ "4xl": "128px",
2970
+ "4xl*": "127px",
2971
+ lg: "24px",
2972
+ "lg*": "23px",
2973
+ "2xl": "48px",
2974
+ "2xl*": "47px",
2975
+ "sm+": "12px",
2976
+ "sm+*": "11px",
2977
+ "md+": "20px",
2978
+ "md+*": "19px",
2979
+ "lg+": "28px",
2980
+ "lg+*": "27px"
2981
+ },
2982
+ lineClamp: {
2983
+ "1": "1",
2984
+ "2": "2",
2985
+ "3": "3",
2986
+ "4": "4",
2987
+ "5": "5",
2988
+ "6": "6"
2989
+ },
2990
+ maxHeight: {
2991
+ none: "none",
2992
+ xs: "4px",
2993
+ "xs*": "3px",
2994
+ sm: "8px",
2995
+ "sm*": "7px",
2996
+ md: "16px",
2997
+ "md*": "15px",
2998
+ xl: "32px",
2999
+ "xl*": "31px",
3000
+ "3xl": "64px",
3001
+ "3xl*": "63px",
3002
+ "4xl": "128px",
3003
+ "4xl*": "127px",
3004
+ lg: "24px",
3005
+ "lg*": "23px",
3006
+ "2xl": "48px",
3007
+ "2xl*": "47px",
3008
+ "sm+": "12px",
3009
+ "sm+*": "11px",
3010
+ "md+": "20px",
3011
+ "md+*": "19px",
3012
+ "lg+": "28px",
3013
+ "lg+*": "27px",
3014
+ full: "100%",
3015
+ screen: "100vh",
3016
+ min: "min-content",
3017
+ max: "max-content",
3018
+ fit: "fit-content"
3019
+ },
3020
+ maxWidth: {
3021
+ "0": "0rem",
3022
+ none: "none",
3023
+ xs: "20rem",
3024
+ sm: "24rem",
3025
+ md: "28rem",
3026
+ lg: "32rem",
3027
+ xl: "36rem",
3028
+ "2xl": "42rem",
3029
+ "3xl": "48rem",
3030
+ "4xl": "56rem",
3031
+ "5xl": "64rem",
3032
+ "6xl": "72rem",
3033
+ "7xl": "80rem",
3034
+ full: "100%",
3035
+ min: "min-content",
3036
+ max: "max-content",
3037
+ fit: "fit-content",
3038
+ prose: "65ch"
3039
+ },
3040
+ minHeight: {
3041
+ "0": "0px",
3042
+ full: "100%",
3043
+ screen: "100vh",
3044
+ min: "min-content",
3045
+ max: "max-content",
3046
+ fit: "fit-content"
3047
+ },
3048
+ minWidth: {
3049
+ "0": "0px",
3050
+ full: "100%",
3051
+ min: "min-content",
3052
+ max: "max-content",
3053
+ fit: "fit-content"
3054
+ },
3055
+ objectPosition: {
3056
+ bottom: "bottom",
3057
+ center: "center",
3058
+ left: "left",
3059
+ "left-bottom": "left bottom",
3060
+ "left-top": "left top",
3061
+ right: "right",
3062
+ "right-bottom": "right bottom",
3063
+ "right-top": "right top",
3064
+ top: "top"
3065
+ },
3066
+ opacity: {
3067
+ "0": "0",
3068
+ "5": "0.05",
3069
+ "10": "0.1",
3070
+ "20": "0.2",
3071
+ "25": "0.25",
3072
+ "30": "0.3",
3073
+ "40": "0.4",
3074
+ "50": "0.5",
3075
+ "60": "0.6",
3076
+ "70": "0.7",
3077
+ "75": "0.75",
3078
+ "80": "0.8",
3079
+ "90": "0.9",
3080
+ "95": "0.95",
3081
+ "100": "1"
3082
+ },
3083
+ order: {
3084
+ "1": "1",
3085
+ "2": "2",
3086
+ "3": "3",
3087
+ "4": "4",
3088
+ "5": "5",
3089
+ "6": "6",
3090
+ "7": "7",
3091
+ "8": "8",
3092
+ "9": "9",
3093
+ "10": "10",
3094
+ "11": "11",
3095
+ "12": "12",
3096
+ first: "-9999",
3097
+ last: "9999",
3098
+ none: "0"
3099
+ },
3100
+ outlineOffset: {
3101
+ "0": "0px",
3102
+ "1": "1px",
3103
+ "2": "2px",
3104
+ "4": "4px",
3105
+ "8": "8px"
3106
+ },
3107
+ padding: {
3108
+ none: "0px",
3109
+ xs: "4px",
3110
+ "xs*": "3px",
3111
+ sm: "8px",
3112
+ "sm*": "7px",
3113
+ md: "16px",
3114
+ "md*": "15px",
3115
+ xl: "32px",
3116
+ "xl*": "31px",
3117
+ "3xl": "64px",
3118
+ "3xl*": "63px",
3119
+ "4xl": "128px",
3120
+ "4xl*": "127px",
3121
+ lg: "24px",
3122
+ "lg*": "23px",
3123
+ "2xl": "48px",
3124
+ "2xl*": "47px",
3125
+ "sm+": "12px",
3126
+ "sm+*": "11px",
3127
+ "md+": "20px",
3128
+ "md+*": "19px",
3129
+ "lg+": "28px",
3130
+ "lg+*": "27px"
3131
+ },
3132
+ placeholderColor: {
3133
+ },
3134
+ placeholderOpacity: {
3135
+ "0": "0",
3136
+ "5": "0.05",
3137
+ "10": "0.1",
3138
+ "20": "0.2",
3139
+ "25": "0.25",
3140
+ "30": "0.3",
3141
+ "40": "0.4",
3142
+ "50": "0.5",
3143
+ "60": "0.6",
3144
+ "70": "0.7",
3145
+ "75": "0.75",
3146
+ "80": "0.8",
3147
+ "90": "0.9",
3148
+ "95": "0.95",
3149
+ "100": "1"
3150
+ },
3151
+ ringColor: {
3152
+ DEFAULT: "#3b82f6"
3153
+ },
3154
+ ringOffsetColor: {
3155
+ },
3156
+ ringOffsetWidth: {
3157
+ "0": "0px",
3158
+ "1": "1px",
3159
+ "2": "2px",
3160
+ "4": "4px",
3161
+ "8": "8px"
3162
+ },
3163
+ ringOpacity: {
3164
+ "0": "0",
3165
+ "5": "0.05",
3166
+ "10": "0.1",
3167
+ "20": "0.2",
3168
+ "25": "0.25",
3169
+ "30": "0.3",
3170
+ "40": "0.4",
3171
+ "50": "0.5",
3172
+ "60": "0.6",
3173
+ "70": "0.7",
3174
+ "75": "0.75",
3175
+ "80": "0.8",
3176
+ "90": "0.9",
3177
+ "95": "0.95",
3178
+ "100": "1",
3179
+ DEFAULT: "0.5"
3180
+ },
3181
+ ringWidth: {
3182
+ "0": "0px",
3183
+ "1": "1px",
3184
+ "2": "2px",
3185
+ "4": "4px",
3186
+ "8": "8px",
3187
+ DEFAULT: "3px"
3188
+ },
3189
+ rotate: {
3190
+ "0": "0deg",
3191
+ "1": "1deg",
3192
+ "2": "2deg",
3193
+ "3": "3deg",
3194
+ "6": "6deg",
3195
+ "12": "12deg",
3196
+ "45": "45deg",
3197
+ "90": "90deg",
3198
+ "180": "180deg"
3199
+ },
3200
+ saturate: {
3201
+ "0": "0",
3202
+ "50": ".5",
3203
+ "100": "1",
3204
+ "150": "1.5",
3205
+ "200": "2"
3206
+ },
3207
+ scale: {
3208
+ "0": "0",
3209
+ "50": ".5",
3210
+ "75": ".75",
3211
+ "90": ".9",
3212
+ "95": ".95",
3213
+ "100": "1",
3214
+ "105": "1.05",
3215
+ "110": "1.1",
3216
+ "125": "1.25",
3217
+ "150": "1.5"
3218
+ },
3219
+ scrollMargin: {
3220
+ none: "0px",
3221
+ xs: "4px",
3222
+ "xs*": "3px",
3223
+ sm: "8px",
3224
+ "sm*": "7px",
3225
+ md: "16px",
3226
+ "md*": "15px",
3227
+ xl: "32px",
3228
+ "xl*": "31px",
3229
+ "3xl": "64px",
3230
+ "3xl*": "63px",
3231
+ "4xl": "128px",
3232
+ "4xl*": "127px",
3233
+ lg: "24px",
3234
+ "lg*": "23px",
3235
+ "2xl": "48px",
3236
+ "2xl*": "47px",
3237
+ "sm+": "12px",
3238
+ "sm+*": "11px",
3239
+ "md+": "20px",
3240
+ "md+*": "19px",
3241
+ "lg+": "28px",
3242
+ "lg+*": "27px"
3243
+ },
3244
+ scrollPadding: {
3245
+ none: "0px",
3246
+ xs: "4px",
3247
+ "xs*": "3px",
3248
+ sm: "8px",
3249
+ "sm*": "7px",
3250
+ md: "16px",
3251
+ "md*": "15px",
3252
+ xl: "32px",
3253
+ "xl*": "31px",
3254
+ "3xl": "64px",
3255
+ "3xl*": "63px",
3256
+ "4xl": "128px",
3257
+ "4xl*": "127px",
3258
+ lg: "24px",
3259
+ "lg*": "23px",
3260
+ "2xl": "48px",
3261
+ "2xl*": "47px",
3262
+ "sm+": "12px",
3263
+ "sm+*": "11px",
3264
+ "md+": "20px",
3265
+ "md+*": "19px",
3266
+ "lg+": "28px",
3267
+ "lg+*": "27px"
3268
+ },
3269
+ sepia: {
3270
+ "0": "0",
3271
+ DEFAULT: "100%"
3272
+ },
3273
+ skew: {
3274
+ "0": "0deg",
3275
+ "1": "1deg",
3276
+ "2": "2deg",
3277
+ "3": "3deg",
3278
+ "6": "6deg",
3279
+ "12": "12deg"
3280
+ },
3281
+ space: {
3282
+ none: "0px",
3283
+ xs: "4px",
3284
+ "xs*": "3px",
3285
+ sm: "8px",
3286
+ "sm*": "7px",
3287
+ md: "16px",
3288
+ "md*": "15px",
3289
+ xl: "32px",
3290
+ "xl*": "31px",
3291
+ "3xl": "64px",
3292
+ "3xl*": "63px",
3293
+ "4xl": "128px",
3294
+ "4xl*": "127px",
3295
+ lg: "24px",
3296
+ "lg*": "23px",
3297
+ "2xl": "48px",
3298
+ "2xl*": "47px",
3299
+ "sm+": "12px",
3300
+ "sm+*": "11px",
3301
+ "md+": "20px",
3302
+ "md+*": "19px",
3303
+ "lg+": "28px",
3304
+ "lg+*": "27px"
3305
+ },
3306
+ strokeWidth: {
3307
+ "0": "0",
3308
+ "1": "1",
3309
+ "2": "2"
3310
+ },
3311
+ supports: {
3312
+ },
3313
+ data: {
3314
+ },
3315
+ textDecorationColor: {
3316
+ },
3317
+ textDecorationThickness: {
3318
+ "0": "0px",
3319
+ "1": "1px",
3320
+ "2": "2px",
3321
+ "4": "4px",
3322
+ "8": "8px",
3323
+ auto: "auto",
3324
+ "from-font": "from-font"
3325
+ },
3326
+ textIndent: {
3327
+ none: "0px",
3328
+ xs: "4px",
3329
+ "xs*": "3px",
3330
+ sm: "8px",
3331
+ "sm*": "7px",
3332
+ md: "16px",
3333
+ "md*": "15px",
3334
+ xl: "32px",
3335
+ "xl*": "31px",
3336
+ "3xl": "64px",
3337
+ "3xl*": "63px",
3338
+ "4xl": "128px",
3339
+ "4xl*": "127px",
3340
+ lg: "24px",
3341
+ "lg*": "23px",
3342
+ "2xl": "48px",
3343
+ "2xl*": "47px",
3344
+ "sm+": "12px",
3345
+ "sm+*": "11px",
3346
+ "md+": "20px",
3347
+ "md+*": "19px",
3348
+ "lg+": "28px",
3349
+ "lg+*": "27px"
3350
+ },
3351
+ textOpacity: {
3352
+ "0": "0",
3353
+ "5": "0.05",
3354
+ "10": "0.1",
3355
+ "20": "0.2",
3356
+ "25": "0.25",
3357
+ "30": "0.3",
3358
+ "40": "0.4",
3359
+ "50": "0.5",
3360
+ "60": "0.6",
3361
+ "70": "0.7",
3362
+ "75": "0.75",
3363
+ "80": "0.8",
3364
+ "90": "0.9",
3365
+ "95": "0.95",
3366
+ "100": "1"
3367
+ },
3368
+ textUnderlineOffset: {
3369
+ "0": "0px",
3370
+ "1": "1px",
3371
+ "2": "2px",
3372
+ "4": "4px",
3373
+ "8": "8px",
3374
+ auto: "auto"
3375
+ },
3376
+ transformOrigin: {
3377
+ center: "center",
3378
+ top: "top",
3379
+ "top-right": "top right",
3380
+ right: "right",
3381
+ "bottom-right": "bottom right",
3382
+ bottom: "bottom",
3383
+ "bottom-left": "bottom left",
3384
+ left: "left",
3385
+ "top-left": "top left"
3386
+ },
3387
+ transitionDelay: {
3388
+ "0": "0s",
3389
+ "75": "75ms",
3390
+ "100": "100ms",
3391
+ "150": "150ms",
3392
+ "200": "200ms",
3393
+ "300": "300ms",
3394
+ "500": "500ms",
3395
+ "700": "700ms",
3396
+ "1000": "1000ms"
3397
+ },
3398
+ transitionProperty: {
3399
+ none: "none",
3400
+ all: "all",
3401
+ DEFAULT: "color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",
3402
+ colors: "color, background-color, border-color, text-decoration-color, fill, stroke",
3403
+ opacity: "opacity",
3404
+ shadow: "box-shadow",
3405
+ transform: "transform"
3406
+ },
3407
+ translate: {
3408
+ none: "0px",
3409
+ xs: "4px",
3410
+ "xs*": "3px",
3411
+ sm: "8px",
3412
+ "sm*": "7px",
3413
+ md: "16px",
3414
+ "md*": "15px",
3415
+ xl: "32px",
3416
+ "xl*": "31px",
3417
+ "3xl": "64px",
3418
+ "3xl*": "63px",
3419
+ "4xl": "128px",
3420
+ "4xl*": "127px",
3421
+ lg: "24px",
3422
+ "lg*": "23px",
3423
+ "2xl": "48px",
3424
+ "2xl*": "47px",
3425
+ "sm+": "12px",
3426
+ "sm+*": "11px",
3427
+ "md+": "20px",
3428
+ "md+*": "19px",
3429
+ "lg+": "28px",
3430
+ "lg+*": "27px",
3431
+ "1/2": "50%",
3432
+ "1/3": "33.333333%",
3433
+ "2/3": "66.666667%",
3434
+ "1/4": "25%",
3435
+ "2/4": "50%",
3436
+ "3/4": "75%",
3437
+ full: "100%"
3438
+ },
3439
+ width: {
3440
+ auto: "auto",
3441
+ none: "0px",
3442
+ xs: "4px",
3443
+ "xs*": "3px",
3444
+ sm: "8px",
3445
+ "sm*": "7px",
3446
+ md: "16px",
3447
+ "md*": "15px",
3448
+ xl: "32px",
3449
+ "xl*": "31px",
3450
+ "3xl": "64px",
3451
+ "3xl*": "63px",
3452
+ "4xl": "128px",
3453
+ "4xl*": "127px",
3454
+ lg: "24px",
3455
+ "lg*": "23px",
3456
+ "2xl": "48px",
3457
+ "2xl*": "47px",
3458
+ "sm+": "12px",
3459
+ "sm+*": "11px",
3460
+ "md+": "20px",
3461
+ "md+*": "19px",
3462
+ "lg+": "28px",
3463
+ "lg+*": "27px",
3464
+ "1/2": "50%",
3465
+ "1/3": "33.333333%",
3466
+ "2/3": "66.666667%",
3467
+ "1/4": "25%",
3468
+ "2/4": "50%",
3469
+ "3/4": "75%",
3470
+ "1/5": "20%",
3471
+ "2/5": "40%",
3472
+ "3/5": "60%",
3473
+ "4/5": "80%",
3474
+ "1/6": "16.666667%",
3475
+ "2/6": "33.333333%",
3476
+ "3/6": "50%",
3477
+ "4/6": "66.666667%",
3478
+ "5/6": "83.333333%",
3479
+ "1/12": "8.333333%",
3480
+ "2/12": "16.666667%",
3481
+ "3/12": "25%",
3482
+ "4/12": "33.333333%",
3483
+ "5/12": "41.666667%",
3484
+ "6/12": "50%",
3485
+ "7/12": "58.333333%",
3486
+ "8/12": "66.666667%",
3487
+ "9/12": "75%",
3488
+ "10/12": "83.333333%",
3489
+ "11/12": "91.666667%",
3490
+ full: "100%",
3491
+ screen: "100vw",
3492
+ min: "min-content",
3493
+ max: "max-content",
3494
+ fit: "fit-content"
3495
+ },
3496
+ willChange: {
3497
+ auto: "auto",
3498
+ scroll: "scroll-position",
3499
+ contents: "contents",
3500
+ transform: "transform"
3501
+ },
3502
+ zIndex: {
3503
+ "0": "0",
3504
+ "10": "10",
3505
+ "20": "20",
3506
+ "30": "30",
3507
+ "40": "40",
3508
+ "50": "50",
3509
+ auto: "auto"
3510
+ }
3511
+ };
3512
+ var corePlugins = [
3513
+ "preflight",
3514
+ "container",
3515
+ "accessibility",
3516
+ "pointerEvents",
3517
+ "visibility",
3518
+ "position",
3519
+ "inset",
3520
+ "isolation",
3521
+ "zIndex",
3522
+ "order",
3523
+ "gridColumn",
3524
+ "gridColumnStart",
3525
+ "gridColumnEnd",
3526
+ "gridRow",
3527
+ "gridRowStart",
3528
+ "gridRowEnd",
3529
+ "float",
3530
+ "clear",
3531
+ "margin",
3532
+ "boxSizing",
3533
+ "lineClamp",
3534
+ "display",
3535
+ "aspectRatio",
3536
+ "height",
3537
+ "maxHeight",
3538
+ "minHeight",
3539
+ "width",
3540
+ "minWidth",
3541
+ "maxWidth",
3542
+ "flex",
3543
+ "flexShrink",
3544
+ "flexGrow",
3545
+ "flexBasis",
3546
+ "tableLayout",
3547
+ "captionSide",
3548
+ "borderCollapse",
3549
+ "borderSpacing",
3550
+ "transformOrigin",
3551
+ "translate",
3552
+ "rotate",
3553
+ "skew",
3554
+ "scale",
3555
+ "transform",
3556
+ "animation",
3557
+ "cursor",
3558
+ "touchAction",
3559
+ "userSelect",
3560
+ "resize",
3561
+ "scrollSnapType",
3562
+ "scrollSnapAlign",
3563
+ "scrollSnapStop",
3564
+ "scrollMargin",
3565
+ "scrollPadding",
3566
+ "listStylePosition",
3567
+ "listStyleType",
3568
+ "listStyleImage",
3569
+ "appearance",
3570
+ "columns",
3571
+ "breakBefore",
3572
+ "breakInside",
3573
+ "breakAfter",
3574
+ "gridAutoColumns",
3575
+ "gridAutoFlow",
3576
+ "gridAutoRows",
3577
+ "gridTemplateColumns",
3578
+ "gridTemplateRows",
3579
+ "flexDirection",
3580
+ "flexWrap",
3581
+ "placeContent",
3582
+ "placeItems",
3583
+ "alignContent",
3584
+ "alignItems",
3585
+ "justifyContent",
3586
+ "justifyItems",
3587
+ "gap",
3588
+ "space",
3589
+ "divideWidth",
3590
+ "divideStyle",
3591
+ "divideColor",
3592
+ "divideOpacity",
3593
+ "placeSelf",
3594
+ "alignSelf",
3595
+ "justifySelf",
3596
+ "overflow",
3597
+ "overscrollBehavior",
3598
+ "scrollBehavior",
3599
+ "textOverflow",
3600
+ "hyphens",
3601
+ "whitespace",
3602
+ "wordBreak",
3603
+ "borderRadius",
3604
+ "borderWidth",
3605
+ "borderStyle",
3606
+ "borderColor",
3607
+ "borderOpacity",
3608
+ "backgroundColor",
3609
+ "backgroundOpacity",
3610
+ "backgroundImage",
3611
+ "gradientColorStops",
3612
+ "boxDecorationBreak",
3613
+ "backgroundSize",
3614
+ "backgroundAttachment",
3615
+ "backgroundClip",
3616
+ "backgroundPosition",
3617
+ "backgroundRepeat",
3618
+ "backgroundOrigin",
3619
+ "fill",
3620
+ "stroke",
3621
+ "strokeWidth",
3622
+ "objectFit",
3623
+ "objectPosition",
3624
+ "padding",
3625
+ "textAlign",
3626
+ "textIndent",
3627
+ "verticalAlign",
3628
+ "fontFamily",
3629
+ "fontSize",
3630
+ "fontWeight",
3631
+ "textTransform",
3632
+ "fontStyle",
3633
+ "fontVariantNumeric",
3634
+ "lineHeight",
3635
+ "letterSpacing",
3636
+ "textColor",
3637
+ "textOpacity",
3638
+ "textDecoration",
3639
+ "textDecorationColor",
3640
+ "textDecorationStyle",
3641
+ "textDecorationThickness",
3642
+ "textUnderlineOffset",
3643
+ "fontSmoothing",
3644
+ "placeholderColor",
3645
+ "placeholderOpacity",
3646
+ "caretColor",
3647
+ "accentColor",
3648
+ "opacity",
3649
+ "backgroundBlendMode",
3650
+ "mixBlendMode",
3651
+ "boxShadow",
3652
+ "boxShadowColor",
3653
+ "outlineStyle",
3654
+ "outlineWidth",
3655
+ "outlineOffset",
3656
+ "outlineColor",
3657
+ "ringWidth",
3658
+ "ringColor",
3659
+ "ringOpacity",
3660
+ "ringOffsetWidth",
3661
+ "ringOffsetColor",
3662
+ "blur",
3663
+ "brightness",
3664
+ "contrast",
3665
+ "dropShadow",
3666
+ "grayscale",
3667
+ "hueRotate",
3668
+ "invert",
3669
+ "saturate",
3670
+ "sepia",
3671
+ "filter",
3672
+ "backdropBlur",
3673
+ "backdropBrightness",
3674
+ "backdropContrast",
3675
+ "backdropGrayscale",
3676
+ "backdropHueRotate",
3677
+ "backdropInvert",
3678
+ "backdropOpacity",
3679
+ "backdropSaturate",
3680
+ "backdropSepia",
3681
+ "backdropFilter",
3682
+ "transitionProperty",
3683
+ "transitionDelay",
3684
+ "transitionDuration",
3685
+ "transitionTimingFunction",
3686
+ "willChange",
3687
+ "content"
3688
+ ];
3689
+ var plugins = [
3690
+ {
3691
+ },
3692
+ {
3693
+ },
3694
+ {
3695
+ },
3696
+ {
3697
+ },
3698
+ {
3699
+ },
3700
+ {
3701
+ },
3702
+ {
3703
+ },
3704
+ {
3705
+ },
3706
+ {
3707
+ },
3708
+ {
3709
+ },
3710
+ {
3711
+ }
3712
+ ];
3713
+ var darkMode = [
3714
+ "class",
3715
+ "[data-theme=\"dark\"]"
3716
+ ];
3717
+ var content = {
3718
+ relative: false,
3719
+ files: [
3720
+ ],
3721
+ extract: {
3722
+ },
3723
+ transform: {
3724
+ }
3725
+ };
3726
+ var presets = [
3727
+ ];
3728
+ var prefix = "";
3729
+ var important = false;
3730
+ var separator = ":";
3731
+ var safelist = [
3732
+ ];
3733
+ var blocklist = [
3734
+ ];
3735
+ var defaultConfig = {
3736
+ theme: theme,
3737
+ corePlugins: corePlugins,
3738
+ plugins: plugins,
3739
+ darkMode: darkMode,
3740
+ content: content,
3741
+ presets: presets,
3742
+ prefix: prefix,
3743
+ important: important,
3744
+ separator: separator,
3745
+ safelist: safelist,
3746
+ blocklist: blocklist
3747
+ };
3748
+
3749
+ function useTheme() {
3750
+ return defaultConfig.theme;
3751
+ }
3752
+
3753
+ export { useTheme };