@onereach/ui-components 8.4.1-beta.3657.0 → 8.5.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 (1769) hide show
  1. package/dist/bundled/v2/components/OrAvatar/OrAvatar.js +1 -105
  2. package/dist/bundled/v2/components/OrAvatar/constants.js +1 -8
  3. package/dist/bundled/v2/components/OrAvatar/index.js +1 -2
  4. package/dist/bundled/v2/components/OrAvatar-7d519020.js +209 -0
  5. package/dist/bundled/v2/components/OrAvatarV3/OrAvatar.js +2 -106
  6. package/dist/bundled/v2/components/OrAvatarV3/index.js +1 -2
  7. package/dist/bundled/v2/components/OrAvatarV3/props.js +1 -19
  8. package/dist/bundled/v2/components/OrAvatarV3/styles.js +1 -84
  9. package/dist/bundled/v2/components/OrAvatarV3-fff9d395.js +307 -0
  10. package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +2 -137
  11. package/dist/bundled/v2/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +2 -71
  12. package/dist/bundled/v2/components/OrBottomSheetV3/index.js +1 -2
  13. package/dist/bundled/v2/components/OrBottomSheetV3/props.js +1 -7
  14. package/dist/bundled/v2/components/OrBottomSheetV3/styles.js +1 -48
  15. package/dist/bundled/{v3/hooks/useTheme.js → v2/components/OrBottomSheetV3-022aa5f7.js} +3314 -1
  16. package/dist/bundled/v2/components/OrButton/OrButton.js +2 -173
  17. package/dist/bundled/v2/components/OrButton/constants.js +1 -25
  18. package/dist/bundled/v2/components/OrButton/index.js +194 -2
  19. package/dist/bundled/v2/components/OrButtonGroupV3/OrButtonGroup.js +2 -68
  20. package/dist/bundled/v2/components/OrButtonGroupV3/index.js +2 -2
  21. package/dist/bundled/v2/components/OrButtonGroupV3/props.js +1 -1
  22. package/dist/bundled/v2/components/OrButtonGroupV3/styles.js +2 -21
  23. package/dist/bundled/v2/components/OrButtonGroupV3-80d684db.js +85 -0
  24. package/dist/bundled/v2/components/OrButtonV2/OrButton.js +2 -179
  25. package/dist/bundled/v2/components/OrButtonV2/constants.js +1 -43
  26. package/dist/bundled/v2/components/OrButtonV2/index.js +1 -2
  27. package/dist/bundled/v2/components/OrButtonV2-d0c4e061.js +219 -0
  28. package/dist/bundled/v2/components/OrButtonV3/OrButton.js +2 -116
  29. package/dist/bundled/v2/components/OrButtonV3/index.js +1 -2
  30. package/dist/bundled/v2/components/OrButtonV3/props.js +1 -21
  31. package/dist/bundled/v2/components/OrButtonV3/styles.js +1 -75
  32. package/dist/bundled/v2/components/OrButtonV3-b67957f9.js +206 -0
  33. package/dist/bundled/v2/components/OrCard/OrCard.js +1 -2
  34. package/dist/bundled/v2/components/OrCardCollection/OrCardCollection.js +2 -216
  35. package/dist/bundled/v2/components/OrCardCollection/constants.js +1 -7
  36. package/dist/bundled/v2/components/OrCardCollection/index.js +220 -2
  37. package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +2 -258
  38. package/dist/bundled/v2/components/OrCardCollectionV3/index.js +1 -2
  39. package/dist/bundled/v2/components/OrCardCollectionV3/props.js +1 -16
  40. package/dist/bundled/v2/components/OrCardCollectionV3/styles.js +1 -38
  41. package/dist/bundled/v2/components/OrCardCollectionV3-a9504b4b.js +306 -0
  42. package/dist/bundled/v2/components/OrCardV3/OrCard.js +2 -71
  43. package/dist/bundled/v2/components/OrCardV3/index.js +1 -2
  44. package/dist/bundled/v2/components/OrCardV3/props.js +1 -8
  45. package/dist/bundled/v2/components/OrCardV3/styles.js +1 -27
  46. package/dist/bundled/v2/components/OrCardV3-be4c65e4.js +100 -0
  47. package/dist/bundled/v2/components/OrCheckbox/OrCheckbox.js +2 -3
  48. package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.js +4 -5
  49. package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +2 -208
  50. package/dist/bundled/v2/components/OrCheckboxTreeV3/index.js +1 -1
  51. package/dist/bundled/v2/components/OrCheckboxTreeV3/styles.js +1 -10
  52. package/dist/bundled/v2/components/OrCheckboxTreeV3/utils/extractChildrenValues.js +2 -19
  53. package/dist/bundled/v2/components/OrCheckboxTreeV3-1e00b079.js +230 -0
  54. package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +2 -183
  55. package/dist/bundled/v2/components/OrCheckboxV3/index.js +1 -1
  56. package/dist/bundled/v2/components/OrCheckboxV3/styles.js +1 -31
  57. package/dist/bundled/v2/components/OrCheckboxV3-e49916ef.js +207 -0
  58. package/dist/bundled/v2/components/OrChip/OrChip.js +2 -91
  59. package/dist/bundled/v2/components/OrChip/index.js +1 -1
  60. package/dist/bundled/v2/components/OrChips/OrChips.js +2 -311
  61. package/dist/bundled/v2/components/OrChips/constants.js +1 -10
  62. package/dist/bundled/v2/components/OrChips/index.js +1 -2
  63. package/dist/bundled/v2/components/OrChips-477b3b51.js +403 -0
  64. package/dist/bundled/v2/components/OrCode/OrCode.js +2 -354
  65. package/dist/bundled/v2/components/OrCode/constants.js +1 -11
  66. package/dist/bundled/v2/components/OrCode/index.js +1 -7
  67. package/dist/bundled/v2/components/OrCode/lang.js +1 -27
  68. package/dist/bundled/v2/components/OrCode/libs.js +1 -5
  69. package/dist/bundled/v2/components/OrCode/theme.js +1 -189
  70. package/dist/bundled/v2/{index-10711eb4.js → components/OrCode-526b84d1.js} +13223 -99
  71. package/dist/bundled/v2/components/OrCodeV3/OrCode.js +2 -494
  72. package/dist/bundled/v2/components/OrCodeV3/index.js +2 -7
  73. package/dist/bundled/v2/components/OrCodeV3/libs.js +1 -5
  74. package/dist/bundled/v2/components/OrCodeV3/props.js +1 -11
  75. package/dist/bundled/v2/components/OrCodeV3/styles.js +1 -28
  76. package/dist/bundled/{v3/OrCode.vue_vue_type_script_lang-e8ef6dee.js → v2/components/OrCodeV3-9d7c4a19.js} +236 -86
  77. package/dist/bundled/v2/components/OrCollapse/OrCollapse.js +2 -4
  78. package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +2 -162
  79. package/dist/bundled/v2/components/OrColorPicker/constants.js +1 -323
  80. package/dist/bundled/v2/components/OrColorPicker/index.js +1 -2
  81. package/dist/bundled/v2/components/OrColorPicker/utils/defultPalette.js +1 -16
  82. package/dist/bundled/v2/components/OrColorPicker-61ed575b.js +492 -0
  83. package/dist/bundled/v2/components/OrCombinedInputV3/OrCombinedInput.js +2 -144
  84. package/dist/bundled/v2/components/OrCombinedInputV3/index.js +2 -2
  85. package/dist/bundled/v2/components/OrCombinedInputV3/props.js +1 -1
  86. package/dist/bundled/v2/components/OrCombinedInputV3/styles.js +1 -16
  87. package/dist/bundled/v2/components/OrCombinedInputV3-f54893ac.js +158 -0
  88. package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +2 -261
  89. package/dist/bundled/v2/components/OrConfirm/index.js +1 -1
  90. package/dist/bundled/v2/components/OrConfirm-146c07d4.js +260 -0
  91. package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +2 -260
  92. package/dist/bundled/v2/components/OrConfirmV3/index.js +1 -2
  93. package/dist/bundled/v2/components/OrConfirmV3/props.js +1 -7
  94. package/dist/bundled/v2/components/OrConfirmV3/styles.js +1 -47
  95. package/dist/bundled/v2/components/OrConfirmV3-5cb169ba.js +305 -0
  96. package/dist/bundled/v2/components/OrContextMenuV3/OrContextMenu.js +2 -108
  97. package/dist/bundled/v2/components/OrContextMenuV3/index.js +109 -2
  98. package/dist/bundled/v2/components/OrContextMenuV3/props.js +1 -1
  99. package/dist/bundled/v2/components/OrDateFormatV3/OrDateFormat.js +2 -69
  100. package/dist/bundled/v2/components/OrDateFormatV3/index.js +1 -1
  101. package/dist/bundled/v2/components/OrDateFormatV3/styles.js +1 -5
  102. package/dist/bundled/v2/components/OrDateFormatV3-effdf0fd.js +72 -0
  103. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +2 -372
  104. package/dist/bundled/v2/components/OrDatePickerV3/index.js +2 -2
  105. package/dist/bundled/v2/components/OrDatePickerV3/props.js +1 -1
  106. package/dist/bundled/v2/components/OrDatePickerV3/styles.js +1 -10
  107. package/dist/bundled/v2/components/OrDatePickerV3-169c5415.js +402 -0
  108. package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +2 -485
  109. package/dist/bundled/v2/components/OrDateRangePickerV3/index.js +2 -2
  110. package/dist/bundled/v2/components/OrDateRangePickerV3/props.js +1 -1
  111. package/dist/bundled/v2/components/OrDateRangePickerV3/styles.js +1 -10
  112. package/dist/bundled/v2/components/OrDateRangePickerV3-6985396d.js +487 -0
  113. package/dist/bundled/v2/components/OrDateTimeFormatV3/OrDateTimeFormat.js +2 -76
  114. package/dist/bundled/v2/components/OrDateTimeFormatV3/index.js +1 -1
  115. package/dist/bundled/v2/components/OrDateTimeFormatV3/styles.js +1 -5
  116. package/dist/bundled/v2/components/OrDateTimeFormatV3-945c7ba1.js +77 -0
  117. package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +2 -1062
  118. package/dist/bundled/v2/components/OrDateTimePicker/constants.js +1 -20
  119. package/dist/bundled/v2/components/OrDateTimePicker/index.js +1 -2
  120. package/dist/bundled/v2/components/OrDateTimePicker-e398abc6.js +1262 -0
  121. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +2 -520
  122. package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +2 -12
  123. package/dist/bundled/v2/components/OrDateTimePickerV3/props.js +2 -10
  124. package/dist/bundled/v2/components/OrDateTimePickerV3/styles.js +1 -11
  125. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatDate.js +1 -8
  126. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatTime.js +1 -11
  127. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getCurrentDate.js +1 -6
  128. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +1 -9
  129. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getNextMonthDate.js +1 -6
  130. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +1 -12
  131. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/index.js +1 -6
  132. package/dist/bundled/v2/components/OrDateTimePickerV3-d0b03343.js +1715 -0
  133. package/dist/bundled/v2/components/OrEmptyStateV3/OrEmptyState.js +2 -111
  134. package/dist/bundled/v2/components/OrEmptyStateV3/index.js +1 -2
  135. package/dist/bundled/v2/components/OrEmptyStateV3/props.js +1 -7
  136. package/dist/bundled/v2/components/OrEmptyStateV3/styles.js +1 -46
  137. package/dist/bundled/v2/components/OrEmptyStateV3-72493b90.js +158 -0
  138. package/dist/bundled/v2/components/OrError/OrError.js +1 -2
  139. package/dist/bundled/v2/components/OrErrorTagV3/OrErrorTag.js +2 -65
  140. package/dist/bundled/v2/components/OrErrorTagV3/index.js +1 -1
  141. package/dist/bundled/v2/components/OrErrorTagV3/styles.js +1 -15
  142. package/dist/bundled/v2/components/OrErrorTagV3-a9b05fa1.js +78 -0
  143. package/dist/bundled/v2/components/OrErrorV3/OrError.js +2 -71
  144. package/dist/bundled/v2/components/OrErrorV3/index.js +1 -1
  145. package/dist/bundled/v2/components/OrErrorV3/styles.js +1 -19
  146. package/dist/bundled/v2/components/OrErrorV3-e9243e0b.js +88 -0
  147. package/dist/bundled/v2/components/OrExpansionPanelV3/OrExpansionPanel.js +2 -136
  148. package/dist/bundled/v2/components/OrExpansionPanelV3/index.js +1 -2
  149. package/dist/bundled/v2/components/OrExpansionPanelV3/props.js +1 -18
  150. package/dist/bundled/v2/components/OrExpansionPanelV3/styles.js +1 -69
  151. package/dist/bundled/v2/components/OrExpansionPanelV3-0cc724af.js +219 -0
  152. package/dist/bundled/v2/components/OrFabV3/OrFab.js +2 -82
  153. package/dist/bundled/v2/components/OrFabV3/index.js +1 -2
  154. package/dist/bundled/v2/components/OrFabV3/props.js +1 -7
  155. package/dist/bundled/v2/components/OrFabV3/styles.js +1 -19
  156. package/dist/bundled/v2/components/OrFabV3-743bad82.js +104 -0
  157. package/dist/bundled/v2/components/OrFloating/OrFloating.js +2 -186
  158. package/dist/bundled/v2/components/OrFloating/constants.js +1 -22
  159. package/dist/bundled/v2/components/OrFloating/index.js +1 -2
  160. package/dist/bundled/v2/{floating-ui.dom-d9ef0d1f.js → components/OrFloating-22e3d64d.js} +204 -1
  161. package/dist/bundled/v2/components/OrFormGroupV3/OrFormGroup.js +2 -123
  162. package/dist/bundled/v2/components/OrFormGroupV3/index.js +1 -2
  163. package/dist/bundled/v2/components/OrFormGroupV3/props.js +1 -7
  164. package/dist/bundled/v2/components/OrFormGroupV3/styles.js +1 -17
  165. package/dist/bundled/v2/components/OrFormGroupV3-cfc26d86.js +141 -0
  166. package/dist/bundled/v2/components/OrHint/OrHint.js +1 -2
  167. package/dist/bundled/v2/components/OrHintV3/OrHint.js +2 -71
  168. package/dist/bundled/v2/components/OrHintV3/index.js +1 -1
  169. package/dist/bundled/v2/components/OrHintV3/styles.js +1 -19
  170. package/dist/bundled/v2/components/OrHintV3-f31f7a39.js +88 -0
  171. package/dist/bundled/v2/components/OrIcon/OrIcon.js +2 -158
  172. package/dist/bundled/v2/components/OrIcon/constants.js +1 -24
  173. package/dist/bundled/v2/components/OrIcon/index.js +178 -2
  174. package/dist/bundled/v2/components/OrIconButtonV2/OrIconButton.js +6 -7
  175. package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +2 -135
  176. package/dist/bundled/v2/components/OrIconButtonV3/index.js +2 -3
  177. package/dist/bundled/v2/components/OrIconButtonV3/props.js +2 -11
  178. package/dist/bundled/v2/components/OrIconButtonV3/styles.js +1 -72
  179. package/dist/bundled/v2/components/OrIconButtonV3-331241ce.js +209 -0
  180. package/dist/bundled/v2/components/OrIconV3/OrIcon.js +2 -69
  181. package/dist/bundled/v2/components/OrIconV3/index.js +1 -2
  182. package/dist/bundled/v2/components/OrIconV3/props.js +1 -17
  183. package/dist/bundled/v2/components/OrIconV3/styles.js +1 -44
  184. package/dist/bundled/v2/components/OrIconV3-cbb77e49.js +124 -0
  185. package/dist/bundled/v2/components/OrInlineInputBoxV3/OrInlineInputBox.js +2 -68
  186. package/dist/bundled/v2/components/OrInlineInputBoxV3/index.js +1 -2
  187. package/dist/bundled/v2/components/OrInlineInputBoxV3/props.js +1 -7
  188. package/dist/bundled/v2/components/OrInlineInputBoxV3/styles.js +1 -23
  189. package/dist/bundled/{v3/components/OrInlineInputBoxV3/styles.js → v2/components/OrInlineInputBoxV3-16403e8f.js} +72 -1
  190. package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +2 -344
  191. package/dist/bundled/v2/components/OrInlineInputV3/index.js +2 -3
  192. package/dist/bundled/v2/components/OrInlineInputV3/props.js +2 -9
  193. package/dist/bundled/v2/components/OrInlineInputV3/styles.js +1 -29
  194. package/dist/bundled/v2/components/OrInlineInputV3-de70d89c.js +371 -0
  195. package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +2 -387
  196. package/dist/bundled/v2/components/OrInlineTextEdit/constants.js +1 -13
  197. package/dist/bundled/v2/components/OrInlineTextEdit/index.js +395 -2
  198. package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -261
  199. package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +1 -1
  200. package/dist/bundled/v2/components/OrInlineTextareaV3/styles.js +1 -21
  201. package/dist/bundled/v2/components/OrInlineTextareaV3-3cccff10.js +276 -0
  202. package/dist/bundled/v2/components/OrInput/OrInput.js +2 -4
  203. package/dist/bundled/v2/components/OrInputBoxV3/OrInputBox.js +2 -169
  204. package/dist/bundled/v2/components/OrInputBoxV3/index.js +1 -2
  205. package/dist/bundled/v2/components/OrInputBoxV3/props.js +1 -12
  206. package/dist/bundled/v2/components/OrInputBoxV3/styles.js +1 -49
  207. package/dist/bundled/v2/components/OrInputBoxV3-95cfbd71.js +224 -0
  208. package/dist/bundled/v2/components/OrInputV3/OrInput.js +2 -417
  209. package/dist/bundled/v2/components/OrInputV3/index.js +2 -3
  210. package/dist/bundled/v2/components/OrInputV3/props.js +2 -11
  211. package/dist/bundled/v2/components/OrInputV3/styles.js +1 -14
  212. package/dist/bundled/v2/components/OrInputV3-ea905e0f.js +430 -0
  213. package/dist/bundled/v2/components/OrLabel/OrLabel.js +1 -2
  214. package/dist/bundled/v2/components/OrLabelV3/OrLabel.js +2 -93
  215. package/dist/bundled/v2/components/OrLabelV3/index.js +1 -2
  216. package/dist/bundled/v2/components/OrLabelV3/props.js +1 -8
  217. package/dist/bundled/v2/components/OrLabelV3/styles.js +1 -38
  218. package/dist/bundled/v2/components/OrLabelV3-1654fb1f.js +133 -0
  219. package/dist/bundled/v2/components/OrLinkV3/OrLink.js +2 -85
  220. package/dist/bundled/v2/components/OrLinkV3/index.js +1 -2
  221. package/dist/bundled/v2/components/OrLinkV3/props.js +1 -10
  222. package/dist/bundled/v2/components/OrLinkV3/styles.js +1 -32
  223. package/dist/bundled/v2/components/OrLinkV3-da45a4b9.js +123 -0
  224. package/dist/bundled/v2/components/OrList/OrList.js +2 -1122
  225. package/dist/bundled/v2/components/OrList/index.js +1 -1
  226. package/dist/bundled/v2/{sortable.esm-11705107.js → components/OrList-0cac1cf2.js} +2566 -1
  227. package/dist/bundled/v2/components/OrListOfInputs/OrListOfInputs.js +3 -4
  228. package/dist/bundled/v2/components/OrListV3/OrList.js +2 -2
  229. package/dist/bundled/v2/components/OrListV3/index.js +1 -1
  230. package/dist/bundled/v2/components/OrListV3/styles.js +1 -8
  231. package/dist/bundled/v2/{OrList-9dff50b7.js → components/OrListV3-55f5748e.js} +13 -8
  232. package/dist/bundled/v2/components/OrLoader/OrLoader.js +2 -106
  233. package/dist/bundled/v2/components/OrLoader/constants.js +1 -8
  234. package/dist/bundled/v2/components/OrLoader/index.js +111 -2
  235. package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +2 -170
  236. package/dist/bundled/v2/components/OrLoaderV3/index.js +1 -2
  237. package/dist/bundled/v2/components/OrLoaderV3/props.js +1 -18
  238. package/dist/bundled/v2/components/OrLoaderV3/styles.js +1 -17
  239. package/dist/bundled/v2/components/OrLoaderV3-98a1a8a8.js +201 -0
  240. package/dist/bundled/v2/components/OrMenuItemV3/OrMenuItem.js +2 -93
  241. package/dist/bundled/v2/components/OrMenuItemV3/index.js +1 -1
  242. package/dist/bundled/v2/components/OrMenuItemV3/styles.js +1 -21
  243. package/dist/bundled/v2/components/OrMenuItemV3-4fe259d2.js +112 -0
  244. package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +2 -131
  245. package/dist/bundled/v2/components/OrMenuV3/index.js +2 -2
  246. package/dist/bundled/v2/components/OrMenuV3/props.js +1 -1
  247. package/dist/bundled/v2/components/OrMenuV3/styles.js +1 -7
  248. package/dist/bundled/v2/components/OrMenuV3-ae616ef0.js +135 -0
  249. package/dist/bundled/v2/components/OrModal/OrModal.js +2 -183
  250. package/dist/bundled/v2/components/OrModal/constants.js +1 -10
  251. package/dist/bundled/v2/components/OrModal/index.js +1 -2
  252. package/dist/bundled/{v3/useFocusTrap-dabc16ec.js → v2/components/OrModal-8420fe3c.js} +188 -4
  253. package/dist/bundled/v2/components/OrModalV3/OrModal.js +2 -287
  254. package/dist/bundled/v2/components/OrModalV3/index.js +1 -2
  255. package/dist/bundled/v2/components/OrModalV3/props.js +1 -8
  256. package/dist/bundled/v2/components/OrModalV3/styles.js +1 -30
  257. package/dist/bundled/v2/components/OrModalV3-1504bf38.js +319 -0
  258. package/dist/bundled/v2/components/OrNotification/OrNotification.js +2 -128
  259. package/dist/bundled/v2/components/OrNotification/constants.js +1 -14
  260. package/dist/bundled/v2/components/OrNotification/index.js +139 -2
  261. package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +2 -107
  262. package/dist/bundled/v2/components/OrNotificationV3/index.js +1 -2
  263. package/dist/bundled/v2/components/OrNotificationV3/props.js +1 -9
  264. package/dist/bundled/v2/components/OrNotificationV3/styles.js +1 -54
  265. package/dist/bundled/v2/components/OrNotificationV3-07c99923.js +166 -0
  266. package/dist/bundled/v2/components/OrNumberInput/OrNumberInput.js +1 -1
  267. package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +4 -7
  268. package/dist/bundled/v2/components/OrOverlay/OrOverlay.js +1 -2
  269. package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +2 -78
  270. package/dist/bundled/v2/components/OrOverlayV3/index.js +1 -1
  271. package/dist/bundled/v2/components/OrOverlayV3/styles.js +1 -9
  272. package/dist/bundled/v2/components/OrOverlayV3-58d0580d.js +84 -0
  273. package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +2 -307
  274. package/dist/bundled/v2/components/OrPaginationV3/index.js +1 -1
  275. package/dist/bundled/v2/components/OrPaginationV3/styles.js +1 -26
  276. package/dist/bundled/v2/components/OrPaginationV3-8d342e06.js +330 -0
  277. package/dist/bundled/v2/components/OrPassword/OrPassword.js +3 -5
  278. package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +2 -217
  279. package/dist/bundled/v2/components/OrPopoverV3/hooks/useFloating.js +3 -137
  280. package/dist/bundled/v2/components/OrPopoverV3/index.js +1 -2
  281. package/dist/bundled/v2/components/OrPopoverV3/props.js +1 -23
  282. package/dist/bundled/v2/components/OrPopoverV3/styles.js +1 -46
  283. package/dist/bundled/v2/components/OrPopoverV3-3af55d28.js +408 -0
  284. package/dist/bundled/v2/components/OrProgress/OrProgress.js +2 -208
  285. package/dist/bundled/v2/components/OrProgress/constants.js +1 -15
  286. package/dist/bundled/v2/components/OrProgress/index.js +1 -2
  287. package/dist/bundled/v2/components/OrProgress-07ca1a3c.js +281 -0
  288. package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +2 -244
  289. package/dist/bundled/v2/components/OrProgressV3/index.js +1 -2
  290. package/dist/bundled/v2/components/OrProgressV3/props.js +1 -15
  291. package/dist/bundled/v2/components/OrProgressV3/styles.js +1 -63
  292. package/dist/bundled/v2/components/OrProgressV3-c8e943a0.js +315 -0
  293. package/dist/bundled/v2/components/OrRadio/OrRadio.js +3 -4
  294. package/dist/bundled/v2/components/OrRadioGroup/OrRadioGroup.js +1 -2
  295. package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.js +4 -4
  296. package/dist/bundled/v2/components/OrRadioV3/OrRadio.js +2 -164
  297. package/dist/bundled/v2/components/OrRadioV3/index.js +1 -1
  298. package/dist/bundled/v2/components/OrRadioV3/styles.js +1 -31
  299. package/dist/bundled/v2/components/OrRadioV3-7e249447.js +189 -0
  300. package/dist/bundled/v2/components/OrRangeSliderV3/OrRangeSlider.js +2 -243
  301. package/dist/bundled/v2/components/OrRangeSliderV3/index.js +2 -2
  302. package/dist/bundled/v2/components/OrRangeSliderV3/props.js +1 -1
  303. package/dist/bundled/v2/components/OrRangeSliderV3/styles.js +2 -97
  304. package/dist/bundled/v2/components/OrRangeSliderV3-784f0cfb.js +334 -0
  305. package/dist/bundled/v2/components/OrResizeablePanelV3/OrResizeablePanel.js +2 -248
  306. package/dist/bundled/v2/components/OrResizeablePanelV3/index.js +1 -2
  307. package/dist/bundled/v2/components/OrResizeablePanelV3/props.js +1 -16
  308. package/dist/bundled/v2/components/OrResizeablePanelV3/styles.js +1 -186
  309. package/dist/bundled/v2/components/OrResizeablePanelV3-8ca96ef2.js +443 -0
  310. package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +2 -2170
  311. package/dist/bundled/v2/components/OrRichTextEditorV3/index.js +1 -2
  312. package/dist/bundled/v2/components/OrRichTextEditorV3/props.js +1 -7
  313. package/dist/bundled/v2/components/OrRichTextEditorV3/styles.js +1 -38
  314. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +2 -42
  315. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +2 -183
  316. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -1
  317. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.js +3 -199
  318. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.js +1 -2
  319. package/dist/bundled/v2/components/OrRichTextEditorV3-569d94ba.js +27734 -0
  320. package/dist/bundled/v2/components/OrSearch/OrSearch.js +3 -4
  321. package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +2 -148
  322. package/dist/bundled/v2/components/OrSearchV3/index.js +146 -2
  323. package/dist/bundled/v2/components/OrSearchV3/props.js +1 -1
  324. package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.js +2 -209
  325. package/dist/bundled/v2/components/OrSegmentedControlV3/index.js +1 -2
  326. package/dist/bundled/v2/components/OrSegmentedControlV3/props.js +1 -7
  327. package/dist/bundled/v2/components/OrSegmentedControlV3/styles.js +1 -15
  328. package/dist/bundled/v2/components/OrSegmentedControlV3-b220a9cc.js +227 -0
  329. package/dist/bundled/v2/components/OrSelect/OrSelect.js +2 -1603
  330. package/dist/bundled/v2/components/OrSelect/constants.js +1 -50
  331. package/dist/bundled/v2/components/OrSelect/index.js +1 -1
  332. package/dist/bundled/v2/components/OrSelect-837dfd6b.js +1644 -0
  333. package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +2 -1166
  334. package/dist/bundled/v2/components/OrSelectV3/index.js +2 -2
  335. package/dist/bundled/v2/components/OrSelectV3/props.js +1 -1
  336. package/dist/bundled/v2/components/OrSelectV3/styles.js +1 -54
  337. package/dist/bundled/v2/components/OrSelectV3-68059541.js +1211 -0
  338. package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +2 -138
  339. package/dist/bundled/v2/components/OrSidebar/constants.js +1 -7
  340. package/dist/bundled/v2/components/OrSidebar/index.js +142 -2
  341. package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +2 -198
  342. package/dist/bundled/v2/components/OrSidebarV3/index.js +2 -3
  343. package/dist/bundled/v2/components/OrSidebarV3/props.js +2 -9
  344. package/dist/bundled/v2/components/OrSidebarV3/styles.js +2 -64
  345. package/dist/bundled/v2/components/OrSidebarV3-baa2d778.js +262 -0
  346. package/dist/bundled/v2/components/OrSkeleton/constants.js +1 -12
  347. package/dist/bundled/v2/components/OrSkeleton/index.js +1 -4
  348. package/dist/bundled/v2/components/OrSkeleton-8a1572eb.js +379 -0
  349. package/dist/bundled/v2/components/OrSkeletonCircle/OrSkeletonCircle.js +2 -77
  350. package/dist/bundled/v2/components/OrSkeletonCircle/index.js +1 -2
  351. package/dist/bundled/v2/components/OrSkeletonCircleV3/OrSkeletonCircle.js +2 -80
  352. package/dist/bundled/v2/components/OrSkeletonCircleV3/index.js +1 -1
  353. package/dist/bundled/v2/components/OrSkeletonRect/OrSkeletonRect.js +2 -80
  354. package/dist/bundled/v2/components/OrSkeletonRect/index.js +1 -2
  355. package/dist/bundled/v2/components/OrSkeletonRectV3/OrSkeletonRect.js +2 -83
  356. package/dist/bundled/v2/components/OrSkeletonRectV3/index.js +1 -1
  357. package/dist/bundled/v2/components/OrSkeletonText/OrSkeletonText.js +2 -94
  358. package/dist/bundled/v2/components/OrSkeletonText/index.js +1 -2
  359. package/dist/bundled/v2/components/OrSkeletonTextV3/OrSkeletonText.js +2 -113
  360. package/dist/bundled/v2/components/OrSkeletonTextV3/index.js +1 -1
  361. package/dist/bundled/v2/components/OrSkeletonV3/index.js +1 -3
  362. package/dist/bundled/v2/components/OrSkeletonV3/styles.js +1 -34
  363. package/dist/bundled/v2/components/OrSkeletonV3-9ef41031.js +296 -0
  364. package/dist/bundled/v2/components/OrSlider/OrSlider.js +3 -5
  365. package/dist/bundled/v2/components/OrSliderV3/OrSlider.js +2 -187
  366. package/dist/bundled/v2/components/OrSliderV3/index.js +1 -2
  367. package/dist/bundled/v2/components/OrSliderV3/props.js +1 -12
  368. package/dist/bundled/v2/components/OrSliderV3/styles.js +1 -92
  369. package/dist/bundled/v2/components/OrSliderV3-bde29d00.js +283 -0
  370. package/dist/bundled/v2/components/OrSortingV3/OrSorting.js +2 -136
  371. package/dist/bundled/v2/components/OrSortingV3/index.js +1 -1
  372. package/dist/bundled/v2/components/OrSortingV3/styles.js +1 -6
  373. package/dist/bundled/v2/components/OrSortingV3-e5706ed8.js +140 -0
  374. package/dist/bundled/v2/components/OrStepper/OrStepper.js +2 -3
  375. package/dist/bundled/v2/components/OrSwitch/OrSwitch.js +2 -3
  376. package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.js +2 -196
  377. package/dist/bundled/v2/components/OrSwitchV3/index.js +1 -1
  378. package/dist/bundled/v2/components/OrSwitchV3/styles.js +1 -51
  379. package/dist/bundled/v2/components/OrSwitchV3-3ec6db49.js +241 -0
  380. package/dist/bundled/v2/components/OrTab/OrTab.js +2 -3
  381. package/dist/bundled/v2/components/OrTabHeaderItem/OrTabHeaderItem.js +1 -2
  382. package/dist/bundled/v2/components/OrTabV3/OrTab.js +2 -86
  383. package/dist/bundled/v2/components/OrTabV3/OrTab.vue.d.ts +0 -22
  384. package/dist/bundled/v2/components/OrTabV3/index.js +1 -1
  385. package/dist/bundled/v2/components/OrTabV3/styles.d.ts +1 -1
  386. package/dist/bundled/v2/components/OrTabV3/styles.js +1 -25
  387. package/dist/bundled/v2/components/OrTabV3-0c5a1dc9.js +93 -0
  388. package/dist/bundled/v2/components/OrTabs/OrTabs.js +1 -2
  389. package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +2 -235
  390. package/dist/bundled/v2/components/OrTabsV3/OrTabs.vue.d.ts +8 -32
  391. package/dist/bundled/v2/components/OrTabsV3/index.js +1 -2
  392. package/dist/bundled/v2/components/OrTabsV3/props.js +1 -7
  393. package/dist/bundled/v2/components/OrTabsV3/styles.d.ts +2 -2
  394. package/dist/bundled/v2/components/OrTabsV3/styles.js +1 -31
  395. package/dist/bundled/v2/components/OrTabsV3-77ba89d8.js +249 -0
  396. package/dist/bundled/v2/components/OrTag/OrTag.js +3 -4
  397. package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +2 -386
  398. package/dist/bundled/v2/components/OrTagInputV3/index.js +2 -2
  399. package/dist/bundled/v2/components/OrTagInputV3/props.js +1 -1
  400. package/dist/bundled/v2/components/OrTagInputV3/styles.js +1 -17
  401. package/dist/bundled/v2/components/OrTagInputV3-f72f3c44.js +395 -0
  402. package/dist/bundled/v2/components/OrTagV3/OrTag.js +2 -120
  403. package/dist/bundled/v2/components/OrTagV3/index.js +1 -2
  404. package/dist/bundled/v2/components/OrTagV3/props.js +1 -13
  405. package/dist/bundled/v2/components/OrTagV3/styles.js +1 -32
  406. package/dist/bundled/v2/components/OrTagV3-fe412dcd.js +159 -0
  407. package/dist/bundled/v2/components/OrTagsV3/OrTags.js +2 -193
  408. package/dist/bundled/v2/components/OrTagsV3/index.js +1 -2
  409. package/dist/bundled/v2/components/OrTagsV3/props.js +1 -11
  410. package/dist/bundled/v2/components/OrTagsV3/styles.js +1 -46
  411. package/dist/bundled/v2/components/OrTagsV3/utils/castToTag.js +1 -12
  412. package/dist/bundled/v2/components/OrTagsV3-e2af9e7a.js +254 -0
  413. package/dist/bundled/v2/components/OrTeleport/OrTeleport.js +2 -630
  414. package/dist/bundled/v2/components/OrTeleport/constants.js +1 -16
  415. package/dist/bundled/v2/components/OrTeleport/index.js +1 -1
  416. package/dist/bundled/v2/components/OrTeleport-9b04228c.js +644 -0
  417. package/dist/bundled/v2/components/OrTeleportV3/OrTeleport.js +1 -1
  418. package/dist/bundled/v2/components/OrTextV3/OrText.js +2 -117
  419. package/dist/bundled/v2/components/OrTextV3/index.js +1 -1
  420. package/dist/bundled/v2/components/OrTextV3/styles.js +1 -17
  421. package/dist/bundled/{v3/OrText.vue_vue_type_script_lang-6ce019db.js → v2/components/OrTextV3-2874b826.js} +56 -2
  422. package/dist/bundled/v2/components/OrTextarea/OrTextarea.js +2 -4
  423. package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.js +2 -243
  424. package/dist/bundled/v2/components/OrTextareaV3/index.js +2 -2
  425. package/dist/bundled/v2/components/OrTextareaV3/props.js +1 -1
  426. package/dist/bundled/v2/components/OrTextareaV3/styles.js +1 -16
  427. package/dist/bundled/v2/components/OrTextareaV3-16bee002.js +252 -0
  428. package/dist/bundled/v2/components/OrTextbox/OrTextbox.js +2 -499
  429. package/dist/bundled/v2/components/OrTextbox/constants.js +1 -11
  430. package/dist/bundled/v2/components/OrTextbox/index.js +505 -2
  431. package/dist/bundled/v2/components/OrTimeFormatV3/OrTimeFormat.js +2 -74
  432. package/dist/bundled/v2/components/OrTimeFormatV3/index.js +1 -1
  433. package/dist/bundled/v2/components/OrTimeFormatV3/styles.js +1 -5
  434. package/dist/bundled/v2/components/OrTimeFormatV3-c36f26c3.js +76 -0
  435. package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +2 -361
  436. package/dist/bundled/v2/components/OrTimePickerV3/index.js +3 -3
  437. package/dist/bundled/v2/components/OrTimePickerV3/props.js +2 -2
  438. package/dist/bundled/v2/components/OrTimePickerV3/styles.js +1 -8
  439. package/dist/bundled/v2/components/OrTimePickerV3-ba195fdf.js +362 -0
  440. package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +2 -434
  441. package/dist/bundled/v2/components/OrTimeRangePickerV3/index.js +3 -3
  442. package/dist/bundled/v2/components/OrTimeRangePickerV3/props.js +2 -2
  443. package/dist/bundled/v2/components/OrTimeRangePickerV3/styles.js +1 -8
  444. package/dist/bundled/v2/components/OrTimeRangePickerV3-4a15e963.js +434 -0
  445. package/dist/bundled/v2/components/OrToast/OrToast.js +2 -141
  446. package/dist/bundled/v2/components/OrToast/Timer.js +2 -37
  447. package/dist/bundled/v2/components/OrToast/composable/index.js +1 -2
  448. package/dist/bundled/v2/components/OrToast/composable/useQueue.js +2 -33
  449. package/dist/bundled/v2/components/OrToast/composable/useToast.js +1 -86
  450. package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +2 -25
  451. package/dist/bundled/v2/components/OrToast/constants.js +1 -24
  452. package/dist/bundled/v2/components/OrToast/index.js +1 -5
  453. package/dist/bundled/v2/components/OrToast-fc8a6f31.js +520 -0
  454. package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +2 -201
  455. package/dist/bundled/v2/components/OrToastContainer/index.js +1 -4
  456. package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +2 -223
  457. package/dist/bundled/v2/components/OrToastContainerV3/index.js +1 -5
  458. package/dist/bundled/v2/components/OrToastV3/OrToast.js +2 -172
  459. package/dist/bundled/v2/components/OrToastV3/Timer.js +2 -37
  460. package/dist/bundled/v2/components/OrToastV3/composable/index.js +1 -2
  461. package/dist/bundled/v2/components/OrToastV3/composable/useQueue.js +2 -33
  462. package/dist/bundled/v2/components/OrToastV3/composable/useToast.js +1 -86
  463. package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +2 -25
  464. package/dist/bundled/v2/components/OrToastV3/index.js +1 -6
  465. package/dist/bundled/v2/components/OrToastV3/props.js +1 -1
  466. package/dist/bundled/v2/components/OrToastV3/styles.js +1 -59
  467. package/dist/bundled/{v3/components/OrToastV3/OrToast.js → v2/components/OrToastV3-f2aebc72.js} +552 -58
  468. package/dist/bundled/v2/components/OrTooltip/OrTooltip.js +2 -180
  469. package/dist/bundled/v2/components/OrTooltip/index.js +240 -2
  470. package/dist/bundled/v2/components/OrTooltipContent/OrTooltipContent.js +2 -68
  471. package/dist/bundled/v2/components/OrTooltipContent/index.js +1 -1
  472. package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +2 -139
  473. package/dist/bundled/v2/components/OrTooltipV3/index.js +2 -2
  474. package/dist/bundled/v2/components/OrTooltipV3/props.js +1 -1
  475. package/dist/bundled/v2/components/OrTooltipV3/styles.js +2 -48
  476. package/dist/bundled/v2/components/OrTooltipV3-8df03b27.js +182 -0
  477. package/dist/bundled/v2/components/OrTreeV3/OrTree.js +2 -423
  478. package/dist/bundled/v2/components/OrTreeV3/index.js +429 -2
  479. package/dist/bundled/v2/components/index.js +92 -173
  480. package/dist/bundled/v2/directives/dropdown-close.js +2 -14
  481. package/dist/bundled/v2/directives/dropdown-open.js +2 -19
  482. package/dist/bundled/v2/directives/index.js +1 -2
  483. package/dist/bundled/v2/hooks/index.js +1 -10
  484. package/dist/bundled/v2/hooks/useControlAttributes.js +2 -12
  485. package/dist/bundled/v2/hooks/useElevation.js +2 -25
  486. package/dist/bundled/v2/hooks/useIdAttribute.js +2 -12
  487. package/dist/bundled/v2/hooks/useOverflow.js +2 -75
  488. package/dist/bundled/v2/hooks/usePopoverState.js +2 -42
  489. package/dist/bundled/v2/hooks/useProxyModelValue.js +2 -29
  490. package/dist/bundled/v2/hooks/useResponsive/index.js +1 -1
  491. package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +2 -203
  492. package/dist/bundled/v2/hooks/useTheme.js +1 -3753
  493. package/dist/bundled/v2/hooks/useToggle.js +2 -23
  494. package/dist/bundled/v2/hooks/useValidationAttributes.js +2 -16
  495. package/dist/bundled/v2/index.js +94 -199
  496. package/dist/bundled/v2/utils/constants/color.js +1 -16
  497. package/dist/bundled/v2/utils/constants/key-codes.js +1 -16
  498. package/dist/bundled/v2/utils/constants/poper.js +1 -10
  499. package/dist/bundled/v2/utils/constants/regex.js +1 -49
  500. package/dist/bundled/v2/utils/functions/color.js +1 -40
  501. package/dist/bundled/v2/utils/functions/dom.js +1 -2
  502. package/dist/bundled/v2/utils/functions/flattenDeep.js +1 -6
  503. package/dist/bundled/v2/utils/functions/hash.js +1 -8
  504. package/dist/bundled/v2/utils/functions/px-to-rem.js +1 -3
  505. package/dist/bundled/v2/utils/functions/text.js +2 -9
  506. package/dist/bundled/v2/utils/index.js +2 -12
  507. package/dist/bundled/v2/utils/isEmpty.js +1 -5
  508. package/dist/bundled/v2/utils/isEmptyValue.js +1 -5
  509. package/dist/bundled/v2/utils/isEqualValue.js +1 -8
  510. package/dist/bundled/v2/utils/isVisible.js +1 -5
  511. package/dist/esm/v2/{OrCardCollection-b9198c61.js → OrCardCollection-15ac88fa.js} +1 -1
  512. package/dist/esm/v2/{OrDateFormat-90426655.js → OrDateFormat-176aef8b.js} +2 -2
  513. package/dist/esm/v2/{OrDatePicker-40432166.js → OrDatePicker-8784a6a5.js} +2 -2
  514. package/dist/esm/v2/{OrDateRangePicker-0a9adf41.js → OrDateRangePicker-ae6714e2.js} +2 -2
  515. package/dist/esm/v2/{OrDateTimeFormat-56dde766.js → OrDateTimeFormat-c2a54cac.js} +2 -2
  516. package/dist/esm/v2/{OrDateTimePicker-66aa931a.js → OrDateTimePicker-b085ff13.js} +1 -1
  517. package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-42488637.js → OrDateTimePicker.vue_rollup-plugin-vue_script-3bed9790.js} +1 -1
  518. package/dist/esm/v2/{OrDateTimePickerTimeSelect-11d972d0.js → OrDateTimePickerTimeSelect-602c5287.js} +1 -1
  519. package/dist/esm/v2/{OrMenuItem-d204cbc7.js → OrMenuItem-f377dc2d.js} +5 -5
  520. package/dist/esm/v2/{OrPagination-65a12cc6.js → OrPagination-f4020a6f.js} +1 -1
  521. package/dist/esm/v2/{OrRichTextEditor-cdbf7790.js → OrRichTextEditor-b7e948b4.js} +1 -1
  522. package/dist/esm/v2/{OrSelect-2c3cc149.js → OrSelect-6d6eec7a.js} +1 -1
  523. package/dist/esm/v2/{OrSorting-faf377cc.js → OrSorting-16f81092.js} +1 -1
  524. package/dist/esm/v2/{OrTab-b0ee117b.js → OrTab-2eea055a.js} +6 -22
  525. package/dist/esm/v2/{OrTabs-c28c758e.js → OrTabs-e3720a8f.js} +20 -39
  526. package/dist/esm/v2/{OrTimeFormat-6d3b87bc.js → OrTimeFormat-770f8be3.js} +2 -2
  527. package/dist/esm/v2/{OrTimePicker-d047d1d9.js → OrTimePicker-70034d60.js} +2 -2
  528. package/dist/esm/v2/{OrTimeRangePicker-da705573.js → OrTimeRangePicker-4e521ac0.js} +2 -2
  529. package/dist/esm/v2/components/index.js +18 -18
  530. package/dist/esm/v2/components/or-card-collection-v3/index.js +3 -3
  531. package/dist/esm/v2/components/or-date-format-v3/index.js +4 -4
  532. package/dist/esm/v2/components/or-date-picker-v3/index.js +4 -4
  533. package/dist/esm/v2/components/or-date-range-picker-v3/index.js +4 -4
  534. package/dist/esm/v2/components/or-date-time-format-v3/index.js +4 -4
  535. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +4 -4
  536. package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +2 -2
  537. package/dist/esm/v2/components/or-menu-item-v3/index.js +1 -1
  538. package/dist/esm/v2/components/or-pagination-v3/index.js +2 -2
  539. package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +2 -2
  540. package/dist/esm/v2/components/or-select-v3/index.js +2 -2
  541. package/dist/esm/v2/components/or-sorting-v3/index.js +2 -2
  542. package/dist/esm/v2/components/or-tab-v3/OrTab.vue.d.ts +0 -22
  543. package/dist/esm/v2/components/or-tab-v3/index.js +1 -1
  544. package/dist/esm/v2/components/or-tab-v3/styles.d.ts +1 -1
  545. package/dist/esm/v2/components/or-tabs-v3/OrTabs.vue.d.ts +8 -32
  546. package/dist/esm/v2/components/or-tabs-v3/index.js +3 -3
  547. package/dist/esm/v2/components/or-tabs-v3/styles.d.ts +2 -2
  548. package/dist/esm/v2/components/or-time-format-v3/index.js +4 -4
  549. package/dist/esm/v2/components/or-time-picker-v3/index.js +4 -4
  550. package/dist/esm/v2/components/or-time-range-picker-v3/index.js +4 -4
  551. package/dist/esm/v2/index.js +18 -18
  552. package/dist/esm/v3/{OrCardCollection-549e5f80.js → OrCardCollection-8bbbbe26.js} +1 -1
  553. package/dist/esm/v3/{OrDateFormat-36ba02e5.js → OrDateFormat-8c9095ca.js} +2 -2
  554. package/dist/esm/v3/{OrDatePicker-7b626917.js → OrDatePicker-be607573.js} +2 -2
  555. package/dist/esm/v3/{OrDateRangePicker-c7570324.js → OrDateRangePicker-a16dcb30.js} +2 -2
  556. package/dist/esm/v3/{OrDateTimeFormat-c8076fb8.js → OrDateTimeFormat-88ba723e.js} +2 -2
  557. package/dist/esm/v3/{OrDateTimePicker-b1ec68a8.js → OrDateTimePicker-eccf252e.js} +1 -1
  558. package/dist/esm/v3/{OrDateTimePickerTimeSelect-c97af8c7.js → OrDateTimePickerTimeSelect-bc9342dd.js} +1 -1
  559. package/dist/esm/v3/{OrMenuItem-77e47b3b.js → OrMenuItem-c5d2a427.js} +5 -5
  560. package/dist/esm/v3/{OrPagination-18243eb9.js → OrPagination-4d9fa9a6.js} +1 -1
  561. package/dist/esm/v3/{OrRichTextEditor-eda0097a.js → OrRichTextEditor-995c5f4e.js} +1 -1
  562. package/dist/esm/v3/{OrSelect-02223247.js → OrSelect-e3032afb.js} +1 -1
  563. package/dist/esm/v3/{OrSorting-bfe2200c.js → OrSorting-4cf454bb.js} +1 -1
  564. package/dist/esm/v3/{OrTab-280dbc79.js → OrTab-276ea81d.js} +7 -23
  565. package/dist/esm/v3/{OrTabs-386a7ea8.js → OrTabs-c68c8be3.js} +21 -38
  566. package/dist/esm/v3/{OrTimeFormat-26cfaafd.js → OrTimeFormat-fc7a59f2.js} +2 -2
  567. package/dist/esm/v3/{OrTimePicker-ebfff3ab.js → OrTimePicker-7e4a8000.js} +2 -2
  568. package/dist/esm/v3/{OrTimeRangePicker-477cadab.js → OrTimeRangePicker-2d5a72ce.js} +2 -2
  569. package/dist/esm/v3/components/index.js +17 -17
  570. package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
  571. package/dist/esm/v3/components/or-date-format-v3/index.js +4 -4
  572. package/dist/esm/v3/components/or-date-picker-v3/index.js +4 -4
  573. package/dist/esm/v3/components/or-date-range-picker-v3/index.js +4 -4
  574. package/dist/esm/v3/components/or-date-time-format-v3/index.js +4 -4
  575. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +3 -3
  576. package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +2 -2
  577. package/dist/esm/v3/components/or-menu-item-v3/index.js +1 -1
  578. package/dist/esm/v3/components/or-pagination-v3/index.js +2 -2
  579. package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +2 -2
  580. package/dist/esm/v3/components/or-select-v3/index.js +2 -2
  581. package/dist/esm/v3/components/or-sorting-v3/index.js +2 -2
  582. package/dist/esm/v3/components/or-tab-v3/OrTab.vue.d.ts +0 -18
  583. package/dist/esm/v3/components/or-tab-v3/index.js +1 -1
  584. package/dist/esm/v3/components/or-tab-v3/styles.d.ts +1 -1
  585. package/dist/esm/v3/components/or-tabs-v3/OrTabs.vue.d.ts +7 -26
  586. package/dist/esm/v3/components/or-tabs-v3/index.js +3 -3
  587. package/dist/esm/v3/components/or-tabs-v3/styles.d.ts +2 -2
  588. package/dist/esm/v3/components/or-time-format-v3/index.js +4 -4
  589. package/dist/esm/v3/components/or-time-picker-v3/index.js +4 -4
  590. package/dist/esm/v3/components/or-time-range-picker-v3/index.js +4 -4
  591. package/dist/esm/v3/index.js +17 -17
  592. package/package.json +15 -13
  593. package/src/components/or-menu-item-v3/OrMenuItem.vue +2 -2
  594. package/src/components/or-menu-item-v3/styles.ts +3 -4
  595. package/src/components/or-tab-v3/OrTab.vue +3 -15
  596. package/src/components/or-tab-v3/styles.ts +7 -25
  597. package/src/components/or-tabs-v3/OrTabs.vue +13 -34
  598. package/src/components/or-tabs-v3/styles.ts +13 -13
  599. package/dist/bundled/v2/OrDateTimePickerMonthSelect-7e3ffd97.js +0 -574
  600. package/dist/bundled/v2/OrDateTimePickerPopoverHeader-13a1f9e3.js +0 -235
  601. package/dist/bundled/v2/OrDateTimePickerTimeSelect-7ce1b97d.js +0 -359
  602. package/dist/bundled/v2/_baseAssignValue-2250dbc9.js +0 -38
  603. package/dist/bundled/v2/_baseIsEqual-fe2002b6.js +0 -1237
  604. package/dist/bundled/v2/_baseProperty-a52739e9.js +0 -15
  605. package/dist/bundled/v2/_commonjsHelpers-1789f0cf.js +0 -7
  606. package/dist/bundled/v2/components/OrCardCollection/types.js +0 -1
  607. package/dist/bundled/v2/components/OrCardCollectionV3/types.js +0 -1
  608. package/dist/bundled/v2/components/OrCheckboxTreeV3/types.js +0 -1
  609. package/dist/bundled/v2/components/OrColorPicker/types.js +0 -1
  610. package/dist/bundled/v2/components/OrDateTimePickerV3/types.js +0 -1
  611. package/dist/bundled/v2/components/OrEmptyStateV3/types.js +0 -1
  612. package/dist/bundled/v2/components/OrListV3/types.js +0 -1
  613. package/dist/bundled/v2/components/OrLoader/types.js +0 -1
  614. package/dist/bundled/v2/components/OrOverflowMenu/types.js +0 -1
  615. package/dist/bundled/v2/components/OrPaginationV3/types.js +0 -1
  616. package/dist/bundled/v2/components/OrPopoverV3/hooks/types.js +0 -1
  617. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.js +0 -1
  618. package/dist/bundled/v2/components/OrSegmentedControlV3/types.js +0 -1
  619. package/dist/bundled/v2/components/OrSelect/types.js +0 -1
  620. package/dist/bundled/v2/components/OrSelectV3/types.js +0 -1
  621. package/dist/bundled/v2/components/OrSortingV3/types.js +0 -1
  622. package/dist/bundled/v2/components/OrTabsV3/types.js +0 -1
  623. package/dist/bundled/v2/components/OrTagsV3/types.js +0 -1
  624. package/dist/bundled/v2/components/OrToast/types.js +0 -1
  625. package/dist/bundled/v2/components/OrToastV3/types.js +0 -1
  626. package/dist/bundled/v2/components/OrTreeV3/types.js +0 -8
  627. package/dist/bundled/v2/dom-cec392f3.js +0 -260
  628. package/dist/bundled/v2/eq-44ea4d70.js +0 -77
  629. package/dist/bundled/v2/get-34aa21f4.js +0 -856
  630. package/dist/bundled/v2/index-0fa7e6ca.js +0 -114
  631. package/dist/bundled/v2/index-3de14f24.js +0 -2301
  632. package/dist/bundled/v2/index-4acf7746.js +0 -94
  633. package/dist/bundled/v2/index-5564585f.js +0 -295
  634. package/dist/bundled/v2/index-5d81edfd.js +0 -760
  635. package/dist/bundled/v2/index-67eff9fe.js +0 -9715
  636. package/dist/bundled/v2/index-7121b6d0.js +0 -8
  637. package/dist/bundled/v2/index-8becffff.js +0 -1912
  638. package/dist/bundled/v2/index-9ab841c5.js +0 -837
  639. package/dist/bundled/v2/index-c1efbf6a.js +0 -819
  640. package/dist/bundled/v2/index-c54ed0b9.js +0 -361
  641. package/dist/bundled/v2/index-c80eecf1.js +0 -1636
  642. package/dist/bundled/v2/index-d41efd2a.js +0 -1379
  643. package/dist/bundled/v2/index-f1a845c3.js +0 -3158
  644. package/dist/bundled/v2/index-f671afe5.js +0 -7127
  645. package/dist/bundled/v2/isArrayLike-e7fb5cae.js +0 -91
  646. package/dist/bundled/v2/isEqual-7a8e6106.js +0 -38
  647. package/dist/bundled/v2/isObject-b7415fc1.js +0 -202
  648. package/dist/bundled/v2/markdown-7d2cd3a5.js +0 -8287
  649. package/dist/bundled/v2/normalize-component-6e8e3d80.js +0 -76
  650. package/dist/bundled/v2/props-7be029c7.js +0 -32
  651. package/dist/bundled/v2/range-82efa3d4.js +0 -136
  652. package/dist/bundled/v2/round-567ede34.js +0 -66
  653. package/dist/bundled/v2/style-inject.es-4c6f2515.js +0 -26
  654. package/dist/bundled/v2/toFinite-bc59ffb0.js +0 -142
  655. package/dist/bundled/v2/toInteger-9fa0151c.js +0 -38
  656. package/dist/bundled/v2/toString-b6e4472a.js +0 -114
  657. package/dist/bundled/v2/types-668300dd.js +0 -5
  658. package/dist/bundled/v2/useFocusTrap-f810e0ea.js +0 -1381
  659. package/dist/bundled/v2/v4-cf8987a3.js +0 -67
  660. package/dist/bundled/v3/OrAvatar.vue_vue_type_script_lang-10c2add0.js +0 -55
  661. package/dist/bundled/v3/OrAvatar.vue_vue_type_script_lang-d1b297c8.js +0 -59
  662. package/dist/bundled/v3/OrBottomSheet.vue_vue_type_script_lang-0cabf675.js +0 -91
  663. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-0fb2b270.js +0 -105
  664. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-dfeef2d0.js +0 -57
  665. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-e9677805.js +0 -100
  666. package/dist/bundled/v3/OrButtonGroup.vue_vue_type_script_lang-72837423.js +0 -33
  667. package/dist/bundled/v3/OrCard.vue_vue_type_script_lang-81561dd8.js +0 -21
  668. package/dist/bundled/v3/OrCard.vue_vue_type_script_lang-adf1d0a3.js +0 -33
  669. package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-20f91db4.js +0 -103
  670. package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-6e2c25b4.js +0 -136
  671. package/dist/bundled/v3/OrCheckbox.vue_vue_type_script_lang-cdc466f7.js +0 -105
  672. package/dist/bundled/v3/OrCheckbox.vue_vue_type_script_lang-de28fcaf.js +0 -86
  673. package/dist/bundled/v3/OrCheckboxGroup.vue_vue_type_script_lang-0622d8c3.js +0 -57
  674. package/dist/bundled/v3/OrCheckboxTree.vue_vue_type_script_lang-b939bd8a.js +0 -111
  675. package/dist/bundled/v3/OrChip.vue_vue_type_script_lang-cacd81e5.js +0 -43
  676. package/dist/bundled/v3/OrChips.vue_vue_type_script_lang-e1f37564.js +0 -192
  677. package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-8376244c.js +0 -237
  678. package/dist/bundled/v3/OrCollapse.vue_vue_type_script_lang-be1c8c66.js +0 -112
  679. package/dist/bundled/v3/OrColorPicker.vue_vue_type_script_lang-b030a96d.js +0 -59
  680. package/dist/bundled/v3/OrCombinedInput.vue_vue_type_script_lang-cdb2d8ca.js +0 -66
  681. package/dist/bundled/v3/OrConfirm.vue_vue_type_script_lang-09002522.js +0 -168
  682. package/dist/bundled/v3/OrConfirm.vue_vue_type_script_lang-2887602e.js +0 -163
  683. package/dist/bundled/v3/OrContextMenu.vue_vue_type_script_lang-16abb02a.js +0 -65
  684. package/dist/bundled/v3/OrDateFormat.vue_vue_type_script_lang-fef42ccd.js +0 -34
  685. package/dist/bundled/v3/OrDatePicker.vue_vue_type_script_lang-514737bb.js +0 -193
  686. package/dist/bundled/v3/OrDateRangePicker.vue_vue_type_script_lang-279b0e67.js +0 -225
  687. package/dist/bundled/v3/OrDateTimeFormat.vue_vue_type_script_lang-15603748.js +0 -41
  688. package/dist/bundled/v3/OrDateTimePicker.vue_vue_type_script_lang-0542cccc.js +0 -763
  689. package/dist/bundled/v3/OrDateTimePicker.vue_vue_type_script_lang-76b4b7b7.js +0 -260
  690. package/dist/bundled/v3/OrDateTimePickerMonthSelect.vue_vue_type_script_lang-60fd42d0.js +0 -336
  691. package/dist/bundled/v3/OrDateTimePickerPopoverHeader-5e6ba5aa.js +0 -207
  692. package/dist/bundled/v3/OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-40a2de7e.js +0 -105
  693. package/dist/bundled/v3/OrDateTimePickerTimeSelect-178aa93a.js +0 -85
  694. package/dist/bundled/v3/OrDateTimePickerTimeSelect.vue_vue_type_script_lang-636aa4a8.js +0 -215
  695. package/dist/bundled/v3/OrEmptyState.vue_vue_type_script_lang-2c1f09ef.js +0 -64
  696. package/dist/bundled/v3/OrError.vue_vue_type_script_lang-450321b8.js +0 -13
  697. package/dist/bundled/v3/OrError.vue_vue_type_script_lang-fcf91781.js +0 -29
  698. package/dist/bundled/v3/OrErrorTag.vue_vue_type_script_lang-057dcb3b.js +0 -24
  699. package/dist/bundled/v3/OrExpansionPanel.vue_vue_type_script_lang-7fad7b18.js +0 -68
  700. package/dist/bundled/v3/OrFab.vue_vue_type_script_lang-d68402ac.js +0 -39
  701. package/dist/bundled/v3/OrFloating.vue_vue_type_script_lang-38aa1d83.js +0 -148
  702. package/dist/bundled/v3/OrFormGroup.vue_vue_type_script_lang-165cf30e.js +0 -63
  703. package/dist/bundled/v3/OrHint.vue_vue_type_script_lang-0ab8b932.js +0 -29
  704. package/dist/bundled/v3/OrHint.vue_vue_type_script_lang-5eb3ee22.js +0 -14
  705. package/dist/bundled/v3/OrIcon.vue_vue_type_script_lang-db2e3f85.js +0 -34
  706. package/dist/bundled/v3/OrIcon.vue_vue_type_script_lang-f3cbff23.js +0 -99
  707. package/dist/bundled/v3/OrIconButton.vue_vue_type_script_lang-667eefbf.js +0 -77
  708. package/dist/bundled/v3/OrIconButton.vue_vue_type_script_lang-f6bf7dda.js +0 -143
  709. package/dist/bundled/v3/OrInlineInput.vue_vue_type_script_lang-5ab4644e.js +0 -141
  710. package/dist/bundled/v3/OrInlineInputBox.vue_vue_type_script_lang-fe99c485.js +0 -30
  711. package/dist/bundled/v3/OrInlineTextEdit.vue_vue_type_script_lang-d2f3ad39.js +0 -233
  712. package/dist/bundled/v3/OrInlineTextarea.vue_vue_type_script_lang-c6d82ad5.js +0 -132
  713. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-0d7cb6c3.js +0 -146
  714. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-515ff78a.js +0 -190
  715. package/dist/bundled/v3/OrInputBox.vue_vue_type_script_lang-989d5ee6.js +0 -93
  716. package/dist/bundled/v3/OrLabel.vue_vue_type_script_lang-6243e348.js +0 -41
  717. package/dist/bundled/v3/OrLabel.vue_vue_type_script_lang-e2bcff17.js +0 -45
  718. package/dist/bundled/v3/OrLink.vue_vue_type_script_lang-c35ed9e3.js +0 -46
  719. package/dist/bundled/v3/OrList.vue_vue_type_script_lang-8df85a8d.js +0 -1008
  720. package/dist/bundled/v3/OrList.vue_vue_type_script_lang-e1c786c5.js +0 -208
  721. package/dist/bundled/v3/OrListOfInputs.vue_vue_type_script_lang-34a006d0.js +0 -79
  722. package/dist/bundled/v3/OrLoader.vue_vue_type_script_lang-52edc8f8.js +0 -80
  723. package/dist/bundled/v3/OrLoader.vue_vue_type_script_lang-a1fed697.js +0 -48
  724. package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-3feb056b.js +0 -76
  725. package/dist/bundled/v3/OrMenuItem.vue_vue_type_script_lang-0ac024bf.js +0 -39
  726. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-4a14c3ae.js +0 -163
  727. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-70904ce1.js +0 -101
  728. package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-5fd54a49.js +0 -54
  729. package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-81d7cfef.js +0 -70
  730. package/dist/bundled/v3/OrNumberInput.vue_vue_type_script_lang-b832e611.js +0 -114
  731. package/dist/bundled/v3/OrOverflowMenu.vue_vue_type_script_lang-5bde29a6.js +0 -139
  732. package/dist/bundled/v3/OrOverlay.vue_vue_type_script_lang-2f5d626d.js +0 -33
  733. package/dist/bundled/v3/OrOverlay.vue_vue_type_script_lang-4a0cd054.js +0 -40
  734. package/dist/bundled/v3/OrPagination.vue_vue_type_script_lang-041013db.js +0 -167
  735. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-1165ec6c.js +0 -100
  736. package/dist/bundled/v3/OrPopover.vue_vue_type_script_lang-877797ba.js +0 -162
  737. package/dist/bundled/v3/OrProgress.vue_vue_type_script_lang-4b93a66e.js +0 -136
  738. package/dist/bundled/v3/OrProgress.vue_vue_type_script_lang-c4bd7133.js +0 -130
  739. package/dist/bundled/v3/OrRadio.vue_vue_type_script_lang-750ce51f.js +0 -82
  740. package/dist/bundled/v3/OrRadio.vue_vue_type_script_lang-a4f043e9.js +0 -92
  741. package/dist/bundled/v3/OrRadioGroup.vue_vue_type_script_lang-75b6c81b.js +0 -47
  742. package/dist/bundled/v3/OrRadioGroup.vue_vue_type_script_lang-8fad9a5f.js +0 -56
  743. package/dist/bundled/v3/OrRangeSlider.vue_vue_type_script_lang-e17cd5a8.js +0 -150
  744. package/dist/bundled/v3/OrResizeablePanel.vue_vue_type_script_lang-e2f723b0.js +0 -187
  745. package/dist/bundled/v3/OrRichTextEditor.vue_vue_type_script_lang-a22416de.js +0 -1910
  746. package/dist/bundled/v3/OrSearch.vue_vue_type_script_lang-245c9614.js +0 -123
  747. package/dist/bundled/v3/OrSearch.vue_vue_type_script_lang-46df9961.js +0 -83
  748. package/dist/bundled/v3/OrSegmentedControl.vue_vue_type_script_lang-10bd4ea8.js +0 -135
  749. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-baf7c270.js +0 -1267
  750. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-d99e4138.js +0 -747
  751. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-777f8c4f.js +0 -131
  752. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-d6e95246.js +0 -85
  753. package/dist/bundled/v3/OrSkeletonCircle.vue_vue_type_script_lang-2a2e5870.js +0 -44
  754. package/dist/bundled/v3/OrSkeletonCircle.vue_vue_type_script_lang-b768e00d.js +0 -38
  755. package/dist/bundled/v3/OrSkeletonRect.vue_vue_type_script_lang-32f819ad.js +0 -41
  756. package/dist/bundled/v3/OrSkeletonRect.vue_vue_type_script_lang-3a1d6b32.js +0 -47
  757. package/dist/bundled/v3/OrSkeletonText.vue_vue_type_script_lang-502607ef.js +0 -71
  758. package/dist/bundled/v3/OrSkeletonText.vue_vue_type_script_lang-cfe360bb.js +0 -50
  759. package/dist/bundled/v3/OrSlider.vue_vue_type_script_lang-ae4652e3.js +0 -227
  760. package/dist/bundled/v3/OrSlider.vue_vue_type_script_lang-e26488b0.js +0 -115
  761. package/dist/bundled/v3/OrSorting.vue_vue_type_script_lang-e819d8a0.js +0 -66
  762. package/dist/bundled/v3/OrStepper.vue_vue_type_script_lang-33639493.js +0 -377
  763. package/dist/bundled/v3/OrSwitch.vue_vue_type_script_lang-3ef06bbd.js +0 -78
  764. package/dist/bundled/v3/OrSwitch.vue_vue_type_script_lang-9e9e15d1.js +0 -91
  765. package/dist/bundled/v3/OrTab.vue_vue_type_script_lang-c0fa2c25.js +0 -34
  766. package/dist/bundled/v3/OrTab.vue_vue_type_script_lang-d9ee65b6.js +0 -57
  767. package/dist/bundled/v3/OrTabHeaderItem.vue_vue_type_script_lang-e1a0b91f.js +0 -60
  768. package/dist/bundled/v3/OrTabs.vue_vue_type_script_lang-9129d34b.js +0 -46
  769. package/dist/bundled/v3/OrTabs.vue_vue_type_script_lang-d98ae665.js +0 -148
  770. package/dist/bundled/v3/OrTag.vue_vue_type_script_lang-533656e5.js +0 -55
  771. package/dist/bundled/v3/OrTag.vue_vue_type_script_lang-b62c0b79.js +0 -58
  772. package/dist/bundled/v3/OrTagInput.vue_vue_type_script_lang-fa961339.js +0 -202
  773. package/dist/bundled/v3/OrTags.vue_vue_type_script_lang-4221ee26.js +0 -115
  774. package/dist/bundled/v3/OrTeleport.vue3.vue_vue_type_script_lang-dfc6301c.js +0 -16
  775. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-5624556c.js +0 -187
  776. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-9f62ecd7.js +0 -112
  777. package/dist/bundled/v3/OrTextbox.vue_vue_type_script_lang-d0db6077.js +0 -336
  778. package/dist/bundled/v3/OrTimeFormat.vue_vue_type_script_lang-acef5eaa.js +0 -39
  779. package/dist/bundled/v3/OrTimePicker.vue_vue_type_script_lang-4bda3fcb.js +0 -191
  780. package/dist/bundled/v3/OrTimeRangePicker.vue_vue_type_script_lang-5d813382.js +0 -202
  781. package/dist/bundled/v3/OrToastContainer.vue_vue_type_script_lang-84d3f4c8.js +0 -155
  782. package/dist/bundled/v3/OrToastContainer.vue_vue_type_script_lang-b019a53c.js +0 -135
  783. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-288c978f.js +0 -113
  784. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-a8c7bc09.js +0 -77
  785. package/dist/bundled/v3/OrTooltipContent.vue_vue_type_script_lang-4c1afacb.js +0 -19
  786. package/dist/bundled/v3/OrTree.vue_vue_type_script_lang-f6e6d6ac.js +0 -310
  787. package/dist/bundled/v3/_baseAssignValue-2250dbc9.js +0 -38
  788. package/dist/bundled/v3/_baseIsEqual-fe2002b6.js +0 -1237
  789. package/dist/bundled/v3/_baseProperty-a52739e9.js +0 -15
  790. package/dist/bundled/v3/_commonjsHelpers-1789f0cf.js +0 -7
  791. package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +0 -33
  792. package/dist/bundled/v3/components/OrAvatar/OrAvatar.vue.d.ts +0 -47
  793. package/dist/bundled/v3/components/OrAvatar/constants.d.ts +0 -5
  794. package/dist/bundled/v3/components/OrAvatar/constants.js +0 -8
  795. package/dist/bundled/v3/components/OrAvatar/index.d.ts +0 -2
  796. package/dist/bundled/v3/components/OrAvatar/index.js +0 -2
  797. package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.js +0 -24
  798. package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.vue.d.ts +0 -55
  799. package/dist/bundled/v3/components/OrAvatarV3/index.d.ts +0 -2
  800. package/dist/bundled/v3/components/OrAvatarV3/index.js +0 -2
  801. package/dist/bundled/v3/components/OrAvatarV3/props.d.ts +0 -15
  802. package/dist/bundled/v3/components/OrAvatarV3/props.js +0 -19
  803. package/dist/bundled/v3/components/OrAvatarV3/styles.d.ts +0 -6
  804. package/dist/bundled/v3/components/OrAvatarV3/styles.js +0 -84
  805. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +0 -31
  806. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +0 -566
  807. package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.d.ts +0 -530
  808. package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +0 -71
  809. package/dist/bundled/v3/components/OrBottomSheetV3/index.d.ts +0 -2
  810. package/dist/bundled/v3/components/OrBottomSheetV3/index.js +0 -2
  811. package/dist/bundled/v3/components/OrBottomSheetV3/props.d.ts +0 -4
  812. package/dist/bundled/v3/components/OrBottomSheetV3/props.js +0 -7
  813. package/dist/bundled/v3/components/OrBottomSheetV3/styles.d.ts +0 -6
  814. package/dist/bundled/v3/components/OrBottomSheetV3/styles.js +0 -48
  815. package/dist/bundled/v3/components/OrButton/OrButton.js +0 -43
  816. package/dist/bundled/v3/components/OrButton/OrButton.vue.d.ts +0 -153
  817. package/dist/bundled/v3/components/OrButton/constants.d.ts +0 -21
  818. package/dist/bundled/v3/components/OrButton/constants.js +0 -25
  819. package/dist/bundled/v3/components/OrButton/index.d.ts +0 -2
  820. package/dist/bundled/v3/components/OrButton/index.js +0 -2
  821. package/dist/bundled/v3/components/OrButtonGroupV3/OrButtonGroup.js +0 -13
  822. package/dist/bundled/v3/components/OrButtonGroupV3/OrButtonGroup.vue.d.ts +0 -37
  823. package/dist/bundled/v3/components/OrButtonGroupV3/index.d.ts +0 -2
  824. package/dist/bundled/v3/components/OrButtonGroupV3/index.js +0 -2
  825. package/dist/bundled/v3/components/OrButtonGroupV3/props.d.ts +0 -1
  826. package/dist/bundled/v3/components/OrButtonGroupV3/props.js +0 -1
  827. package/dist/bundled/v3/components/OrButtonGroupV3/styles.d.ts +0 -3
  828. package/dist/bundled/v3/components/OrButtonGroupV3/styles.js +0 -21
  829. package/dist/bundled/v3/components/OrButtonV2/OrButton.js +0 -42
  830. package/dist/bundled/v3/components/OrButtonV2/OrButton.vue.d.ts +0 -126
  831. package/dist/bundled/v3/components/OrButtonV2/constants.d.ts +0 -35
  832. package/dist/bundled/v3/components/OrButtonV2/constants.js +0 -43
  833. package/dist/bundled/v3/components/OrButtonV2/index.d.ts +0 -3
  834. package/dist/bundled/v3/components/OrButtonV2/index.js +0 -3
  835. package/dist/bundled/v3/components/OrButtonV3/OrButton.js +0 -36
  836. package/dist/bundled/v3/components/OrButtonV3/OrButton.vue.d.ts +0 -78
  837. package/dist/bundled/v3/components/OrButtonV3/index.d.ts +0 -2
  838. package/dist/bundled/v3/components/OrButtonV3/index.js +0 -2
  839. package/dist/bundled/v3/components/OrButtonV3/props.d.ts +0 -16
  840. package/dist/bundled/v3/components/OrButtonV3/props.js +0 -21
  841. package/dist/bundled/v3/components/OrButtonV3/styles.d.ts +0 -4
  842. package/dist/bundled/v3/components/OrButtonV3/styles.js +0 -75
  843. package/dist/bundled/v3/components/OrCard/OrCard.js +0 -21
  844. package/dist/bundled/v3/components/OrCard/OrCard.vue.d.ts +0 -18
  845. package/dist/bundled/v3/components/OrCard/index.d.ts +0 -1
  846. package/dist/bundled/v3/components/OrCard/index.js +0 -1
  847. package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.js +0 -88
  848. package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.vue.d.ts +0 -86
  849. package/dist/bundled/v3/components/OrCardCollection/constants.d.ts +0 -4
  850. package/dist/bundled/v3/components/OrCardCollection/constants.js +0 -7
  851. package/dist/bundled/v3/components/OrCardCollection/index.d.ts +0 -3
  852. package/dist/bundled/v3/components/OrCardCollection/index.js +0 -2
  853. package/dist/bundled/v3/components/OrCardCollection/types.d.ts +0 -8
  854. package/dist/bundled/v3/components/OrCardCollection/types.js +0 -1
  855. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +0 -65
  856. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +0 -93
  857. package/dist/bundled/v3/components/OrCardCollectionV3/index.d.ts +0 -3
  858. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +0 -2
  859. package/dist/bundled/v3/components/OrCardCollectionV3/props.d.ts +0 -8
  860. package/dist/bundled/v3/components/OrCardCollectionV3/props.js +0 -16
  861. package/dist/bundled/v3/components/OrCardCollectionV3/styles.d.ts +0 -6
  862. package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +0 -38
  863. package/dist/bundled/v3/components/OrCardCollectionV3/types.d.ts +0 -8
  864. package/dist/bundled/v3/components/OrCardCollectionV3/types.js +0 -1
  865. package/dist/bundled/v3/components/OrCardV3/OrCard.js +0 -15
  866. package/dist/bundled/v3/components/OrCardV3/OrCard.vue.d.ts +0 -37
  867. package/dist/bundled/v3/components/OrCardV3/index.d.ts +0 -2
  868. package/dist/bundled/v3/components/OrCardV3/index.js +0 -2
  869. package/dist/bundled/v3/components/OrCardV3/props.d.ts +0 -5
  870. package/dist/bundled/v3/components/OrCardV3/props.js +0 -8
  871. package/dist/bundled/v3/components/OrCardV3/styles.d.ts +0 -4
  872. package/dist/bundled/v3/components/OrCardV3/styles.js +0 -27
  873. package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.js +0 -68
  874. package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.vue.d.ts +0 -73
  875. package/dist/bundled/v3/components/OrCheckbox/index.d.ts +0 -1
  876. package/dist/bundled/v3/components/OrCheckbox/index.js +0 -1
  877. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +0 -33
  878. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +0 -73
  879. package/dist/bundled/v3/components/OrCheckboxGroupV3/index.d.ts +0 -1
  880. package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +0 -1
  881. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +0 -64
  882. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +0 -65
  883. package/dist/bundled/v3/components/OrCheckboxTreeV3/index.d.ts +0 -2
  884. package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +0 -1
  885. package/dist/bundled/v3/components/OrCheckboxTreeV3/styles.d.ts +0 -2
  886. package/dist/bundled/v3/components/OrCheckboxTreeV3/styles.js +0 -10
  887. package/dist/bundled/v3/components/OrCheckboxTreeV3/types.d.ts +0 -8
  888. package/dist/bundled/v3/components/OrCheckboxTreeV3/types.js +0 -1
  889. package/dist/bundled/v3/components/OrCheckboxTreeV3/utils/extractChildrenValues.d.ts +0 -2
  890. package/dist/bundled/v3/components/OrCheckboxTreeV3/utils/extractChildrenValues.js +0 -19
  891. package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +0 -47
  892. package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.vue.d.ts +0 -90
  893. package/dist/bundled/v3/components/OrCheckboxV3/index.d.ts +0 -1
  894. package/dist/bundled/v3/components/OrCheckboxV3/index.js +0 -1
  895. package/dist/bundled/v3/components/OrCheckboxV3/styles.d.ts +0 -3
  896. package/dist/bundled/v3/components/OrCheckboxV3/styles.js +0 -31
  897. package/dist/bundled/v3/components/OrChip/OrChip.js +0 -29
  898. package/dist/bundled/v3/components/OrChip/OrChip.vue.d.ts +0 -42
  899. package/dist/bundled/v3/components/OrChip/index.d.ts +0 -1
  900. package/dist/bundled/v3/components/OrChip/index.js +0 -1
  901. package/dist/bundled/v3/components/OrChips/OrChips.js +0 -49
  902. package/dist/bundled/v3/components/OrChips/OrChips.vue.d.ts +0 -69
  903. package/dist/bundled/v3/components/OrChips/constants.d.ts +0 -9
  904. package/dist/bundled/v3/components/OrChips/constants.js +0 -10
  905. package/dist/bundled/v3/components/OrChips/index.d.ts +0 -2
  906. package/dist/bundled/v3/components/OrChips/index.js +0 -2
  907. package/dist/bundled/v3/components/OrCode/OrCode.js +0 -91
  908. package/dist/bundled/v3/components/OrCode/OrCode.vue.d.ts +0 -168
  909. package/dist/bundled/v3/components/OrCode/constants.d.ts +0 -8
  910. package/dist/bundled/v3/components/OrCode/constants.js +0 -11
  911. package/dist/bundled/v3/components/OrCode/index.d.ts +0 -3
  912. package/dist/bundled/v3/components/OrCode/index.js +0 -7
  913. package/dist/bundled/v3/components/OrCode/lang.d.ts +0 -11
  914. package/dist/bundled/v3/components/OrCode/lang.js +0 -27
  915. package/dist/bundled/v3/components/OrCode/libs.d.ts +0 -5
  916. package/dist/bundled/v3/components/OrCode/libs.js +0 -5
  917. package/dist/bundled/v3/components/OrCode/theme.d.ts +0 -24
  918. package/dist/bundled/v3/components/OrCode/theme.js +0 -189
  919. package/dist/bundled/v3/components/OrCodeV3/OrCode.js +0 -57
  920. package/dist/bundled/v3/components/OrCodeV3/OrCode.vue.d.ts +0 -131
  921. package/dist/bundled/v3/components/OrCodeV3/index.d.ts +0 -3
  922. package/dist/bundled/v3/components/OrCodeV3/index.js +0 -7
  923. package/dist/bundled/v3/components/OrCodeV3/libs.d.ts +0 -6
  924. package/dist/bundled/v3/components/OrCodeV3/libs.js +0 -5
  925. package/dist/bundled/v3/components/OrCodeV3/props.d.ts +0 -8
  926. package/dist/bundled/v3/components/OrCodeV3/props.js +0 -11
  927. package/dist/bundled/v3/components/OrCodeV3/styles.d.ts +0 -4
  928. package/dist/bundled/v3/components/OrCodeV3/styles.js +0 -28
  929. package/dist/bundled/v3/components/OrCollapse/OrCollapse.js +0 -36
  930. package/dist/bundled/v3/components/OrCollapse/OrCollapse.vue.d.ts +0 -53
  931. package/dist/bundled/v3/components/OrCollapse/index.d.ts +0 -1
  932. package/dist/bundled/v3/components/OrCollapse/index.js +0 -1
  933. package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +0 -76
  934. package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.vue.d.ts +0 -48
  935. package/dist/bundled/v3/components/OrColorPicker/constants.d.ts +0 -575
  936. package/dist/bundled/v3/components/OrColorPicker/constants.js +0 -323
  937. package/dist/bundled/v3/components/OrColorPicker/index.d.ts +0 -3
  938. package/dist/bundled/v3/components/OrColorPicker/index.js +0 -2
  939. package/dist/bundled/v3/components/OrColorPicker/types.d.ts +0 -1
  940. package/dist/bundled/v3/components/OrColorPicker/types.js +0 -1
  941. package/dist/bundled/v3/components/OrColorPicker/utils/defultPalette.d.ts +0 -2
  942. package/dist/bundled/v3/components/OrColorPicker/utils/defultPalette.js +0 -16
  943. package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.js +0 -54
  944. package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.vue.d.ts +0 -83
  945. package/dist/bundled/v3/components/OrCombinedInputV3/index.d.ts +0 -2
  946. package/dist/bundled/v3/components/OrCombinedInputV3/index.js +0 -2
  947. package/dist/bundled/v3/components/OrCombinedInputV3/props.d.ts +0 -1
  948. package/dist/bundled/v3/components/OrCombinedInputV3/props.js +0 -1
  949. package/dist/bundled/v3/components/OrCombinedInputV3/styles.d.ts +0 -2
  950. package/dist/bundled/v3/components/OrCombinedInputV3/styles.js +0 -16
  951. package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +0 -60
  952. package/dist/bundled/v3/components/OrConfirm/OrConfirm.vue.d.ts +0 -176
  953. package/dist/bundled/v3/components/OrConfirm/index.d.ts +0 -1
  954. package/dist/bundled/v3/components/OrConfirm/index.js +0 -1
  955. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +0 -67
  956. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +0 -138
  957. package/dist/bundled/v3/components/OrConfirmV3/index.d.ts +0 -2
  958. package/dist/bundled/v3/components/OrConfirmV3/index.js +0 -2
  959. package/dist/bundled/v3/components/OrConfirmV3/props.d.ts +0 -4
  960. package/dist/bundled/v3/components/OrConfirmV3/props.js +0 -7
  961. package/dist/bundled/v3/components/OrConfirmV3/styles.d.ts +0 -7
  962. package/dist/bundled/v3/components/OrConfirmV3/styles.js +0 -47
  963. package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.js +0 -20
  964. package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.vue.d.ts +0 -45
  965. package/dist/bundled/v3/components/OrContextMenuV3/index.d.ts +0 -2
  966. package/dist/bundled/v3/components/OrContextMenuV3/index.js +0 -2
  967. package/dist/bundled/v3/components/OrContextMenuV3/props.d.ts +0 -2
  968. package/dist/bundled/v3/components/OrContextMenuV3/props.js +0 -1
  969. package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.js +0 -13
  970. package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.vue.d.ts +0 -28
  971. package/dist/bundled/v3/components/OrDateFormatV3/index.d.ts +0 -1
  972. package/dist/bundled/v3/components/OrDateFormatV3/index.js +0 -1
  973. package/dist/bundled/v3/components/OrDateFormatV3/styles.d.ts +0 -1
  974. package/dist/bundled/v3/components/OrDateFormatV3/styles.js +0 -5
  975. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +0 -131
  976. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +0 -263
  977. package/dist/bundled/v3/components/OrDatePickerV3/index.d.ts +0 -2
  978. package/dist/bundled/v3/components/OrDatePickerV3/index.js +0 -2
  979. package/dist/bundled/v3/components/OrDatePickerV3/props.d.ts +0 -1
  980. package/dist/bundled/v3/components/OrDatePickerV3/props.js +0 -1
  981. package/dist/bundled/v3/components/OrDatePickerV3/styles.d.ts +0 -2
  982. package/dist/bundled/v3/components/OrDatePickerV3/styles.js +0 -10
  983. package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +0 -165
  984. package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.vue.d.ts +0 -553
  985. package/dist/bundled/v3/components/OrDateRangePickerV3/index.d.ts +0 -2
  986. package/dist/bundled/v3/components/OrDateRangePickerV3/index.js +0 -2
  987. package/dist/bundled/v3/components/OrDateRangePickerV3/props.d.ts +0 -1
  988. package/dist/bundled/v3/components/OrDateRangePickerV3/props.js +0 -1
  989. package/dist/bundled/v3/components/OrDateRangePickerV3/styles.d.ts +0 -2
  990. package/dist/bundled/v3/components/OrDateRangePickerV3/styles.js +0 -10
  991. package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.js +0 -13
  992. package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.vue.d.ts +0 -39
  993. package/dist/bundled/v3/components/OrDateTimeFormatV3/index.d.ts +0 -1
  994. package/dist/bundled/v3/components/OrDateTimeFormatV3/index.js +0 -1
  995. package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.d.ts +0 -1
  996. package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.js +0 -5
  997. package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +0 -228
  998. package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.vue.d.ts +0 -270
  999. package/dist/bundled/v3/components/OrDateTimePicker/constants.d.ts +0 -24
  1000. package/dist/bundled/v3/components/OrDateTimePicker/constants.js +0 -20
  1001. package/dist/bundled/v3/components/OrDateTimePicker/index.d.ts +0 -2
  1002. package/dist/bundled/v3/components/OrDateTimePicker/index.js +0 -2
  1003. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +0 -193
  1004. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +0 -296
  1005. package/dist/bundled/v3/components/OrDateTimePickerV3/index.d.ts +0 -5
  1006. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +0 -12
  1007. package/dist/bundled/v3/components/OrDateTimePickerV3/props.d.ts +0 -6
  1008. package/dist/bundled/v3/components/OrDateTimePickerV3/props.js +0 -10
  1009. package/dist/bundled/v3/components/OrDateTimePickerV3/styles.d.ts +0 -3
  1010. package/dist/bundled/v3/components/OrDateTimePickerV3/styles.js +0 -11
  1011. package/dist/bundled/v3/components/OrDateTimePickerV3/types.d.ts +0 -3
  1012. package/dist/bundled/v3/components/OrDateTimePickerV3/types.js +0 -1
  1013. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.d.ts +0 -1
  1014. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.js +0 -8
  1015. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.d.ts +0 -2
  1016. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.js +0 -11
  1017. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.d.ts +0 -1
  1018. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.js +0 -6
  1019. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.d.ts +0 -1
  1020. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +0 -9
  1021. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.d.ts +0 -1
  1022. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.js +0 -6
  1023. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.d.ts +0 -2
  1024. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +0 -12
  1025. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.d.ts +0 -6
  1026. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.js +0 -6
  1027. package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.js +0 -26
  1028. package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.vue.d.ts +0 -86
  1029. package/dist/bundled/v3/components/OrEmptyStateV3/index.d.ts +0 -3
  1030. package/dist/bundled/v3/components/OrEmptyStateV3/index.js +0 -2
  1031. package/dist/bundled/v3/components/OrEmptyStateV3/props.d.ts +0 -4
  1032. package/dist/bundled/v3/components/OrEmptyStateV3/props.js +0 -7
  1033. package/dist/bundled/v3/components/OrEmptyStateV3/styles.d.ts +0 -10
  1034. package/dist/bundled/v3/components/OrEmptyStateV3/styles.js +0 -46
  1035. package/dist/bundled/v3/components/OrEmptyStateV3/types.d.ts +0 -2
  1036. package/dist/bundled/v3/components/OrEmptyStateV3/types.js +0 -1
  1037. package/dist/bundled/v3/components/OrError/OrError.js +0 -18
  1038. package/dist/bundled/v3/components/OrError/OrError.vue.d.ts +0 -15
  1039. package/dist/bundled/v3/components/OrError/index.d.ts +0 -1
  1040. package/dist/bundled/v3/components/OrError/index.js +0 -1
  1041. package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.js +0 -20
  1042. package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.vue.d.ts +0 -5
  1043. package/dist/bundled/v3/components/OrErrorTagV3/index.d.ts +0 -1
  1044. package/dist/bundled/v3/components/OrErrorTagV3/index.js +0 -1
  1045. package/dist/bundled/v3/components/OrErrorTagV3/styles.d.ts +0 -1
  1046. package/dist/bundled/v3/components/OrErrorTagV3/styles.js +0 -15
  1047. package/dist/bundled/v3/components/OrErrorV3/OrError.js +0 -19
  1048. package/dist/bundled/v3/components/OrErrorV3/OrError.vue.d.ts +0 -19
  1049. package/dist/bundled/v3/components/OrErrorV3/index.d.ts +0 -1
  1050. package/dist/bundled/v3/components/OrErrorV3/index.js +0 -1
  1051. package/dist/bundled/v3/components/OrErrorV3/styles.d.ts +0 -3
  1052. package/dist/bundled/v3/components/OrErrorV3/styles.js +0 -19
  1053. package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +0 -34
  1054. package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.vue.d.ts +0 -73
  1055. package/dist/bundled/v3/components/OrExpansionPanelV3/index.d.ts +0 -2
  1056. package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +0 -2
  1057. package/dist/bundled/v3/components/OrExpansionPanelV3/props.d.ts +0 -13
  1058. package/dist/bundled/v3/components/OrExpansionPanelV3/props.js +0 -18
  1059. package/dist/bundled/v3/components/OrExpansionPanelV3/styles.d.ts +0 -7
  1060. package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +0 -69
  1061. package/dist/bundled/v3/components/OrFabV3/OrFab.js +0 -22
  1062. package/dist/bundled/v3/components/OrFabV3/OrFab.vue.d.ts +0 -37
  1063. package/dist/bundled/v3/components/OrFabV3/index.d.ts +0 -2
  1064. package/dist/bundled/v3/components/OrFabV3/index.js +0 -2
  1065. package/dist/bundled/v3/components/OrFabV3/props.d.ts +0 -4
  1066. package/dist/bundled/v3/components/OrFabV3/props.js +0 -7
  1067. package/dist/bundled/v3/components/OrFabV3/styles.d.ts +0 -3
  1068. package/dist/bundled/v3/components/OrFabV3/styles.js +0 -19
  1069. package/dist/bundled/v3/components/OrFloating/OrFloating.js +0 -24
  1070. package/dist/bundled/v3/components/OrFloating/OrFloating.vue.d.ts +0 -123
  1071. package/dist/bundled/v3/components/OrFloating/constants.d.ts +0 -18
  1072. package/dist/bundled/v3/components/OrFloating/constants.js +0 -22
  1073. package/dist/bundled/v3/components/OrFloating/index.d.ts +0 -2
  1074. package/dist/bundled/v3/components/OrFloating/index.js +0 -2
  1075. package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.js +0 -46
  1076. package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.vue.d.ts +0 -67
  1077. package/dist/bundled/v3/components/OrFormGroupV3/index.d.ts +0 -2
  1078. package/dist/bundled/v3/components/OrFormGroupV3/index.js +0 -2
  1079. package/dist/bundled/v3/components/OrFormGroupV3/props.d.ts +0 -4
  1080. package/dist/bundled/v3/components/OrFormGroupV3/props.js +0 -7
  1081. package/dist/bundled/v3/components/OrFormGroupV3/styles.d.ts +0 -5
  1082. package/dist/bundled/v3/components/OrFormGroupV3/styles.js +0 -17
  1083. package/dist/bundled/v3/components/OrHint/OrHint.js +0 -18
  1084. package/dist/bundled/v3/components/OrHint/OrHint.vue.d.ts +0 -17
  1085. package/dist/bundled/v3/components/OrHint/index.d.ts +0 -1
  1086. package/dist/bundled/v3/components/OrHint/index.js +0 -1
  1087. package/dist/bundled/v3/components/OrHintV3/OrHint.js +0 -19
  1088. package/dist/bundled/v3/components/OrHintV3/OrHint.vue.d.ts +0 -19
  1089. package/dist/bundled/v3/components/OrHintV3/index.d.ts +0 -1
  1090. package/dist/bundled/v3/components/OrHintV3/index.js +0 -1
  1091. package/dist/bundled/v3/components/OrHintV3/styles.d.ts +0 -3
  1092. package/dist/bundled/v3/components/OrHintV3/styles.js +0 -19
  1093. package/dist/bundled/v3/components/OrIcon/OrIcon.js +0 -44
  1094. package/dist/bundled/v3/components/OrIcon/OrIcon.vue.d.ts +0 -95
  1095. package/dist/bundled/v3/components/OrIcon/constants.d.ts +0 -20
  1096. package/dist/bundled/v3/components/OrIcon/constants.js +0 -24
  1097. package/dist/bundled/v3/components/OrIcon/index.d.ts +0 -2
  1098. package/dist/bundled/v3/components/OrIcon/index.js +0 -2
  1099. package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.js +0 -43
  1100. package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.vue.d.ts +0 -106
  1101. package/dist/bundled/v3/components/OrIconButtonV2/index.d.ts +0 -1
  1102. package/dist/bundled/v3/components/OrIconButtonV2/index.js +0 -1
  1103. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +0 -34
  1104. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.vue.d.ts +0 -82
  1105. package/dist/bundled/v3/components/OrIconButtonV3/index.d.ts +0 -2
  1106. package/dist/bundled/v3/components/OrIconButtonV3/index.js +0 -3
  1107. package/dist/bundled/v3/components/OrIconButtonV3/props.d.ts +0 -7
  1108. package/dist/bundled/v3/components/OrIconButtonV3/props.js +0 -11
  1109. package/dist/bundled/v3/components/OrIconButtonV3/styles.d.ts +0 -3
  1110. package/dist/bundled/v3/components/OrIconButtonV3/styles.js +0 -72
  1111. package/dist/bundled/v3/components/OrIconV3/OrIcon.js +0 -13
  1112. package/dist/bundled/v3/components/OrIconV3/OrIcon.vue.d.ts +0 -36
  1113. package/dist/bundled/v3/components/OrIconV3/index.d.ts +0 -2
  1114. package/dist/bundled/v3/components/OrIconV3/index.js +0 -2
  1115. package/dist/bundled/v3/components/OrIconV3/props.d.ts +0 -13
  1116. package/dist/bundled/v3/components/OrIconV3/props.js +0 -17
  1117. package/dist/bundled/v3/components/OrIconV3/styles.d.ts +0 -4
  1118. package/dist/bundled/v3/components/OrIconV3/styles.js +0 -44
  1119. package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.js +0 -15
  1120. package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.vue.d.ts +0 -28
  1121. package/dist/bundled/v3/components/OrInlineInputBoxV3/index.d.ts +0 -2
  1122. package/dist/bundled/v3/components/OrInlineInputBoxV3/index.js +0 -2
  1123. package/dist/bundled/v3/components/OrInlineInputBoxV3/props.d.ts +0 -4
  1124. package/dist/bundled/v3/components/OrInlineInputBoxV3/props.js +0 -7
  1125. package/dist/bundled/v3/components/OrInlineInputBoxV3/styles.d.ts +0 -3
  1126. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +0 -85
  1127. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.vue.d.ts +0 -106
  1128. package/dist/bundled/v3/components/OrInlineInputV3/index.d.ts +0 -2
  1129. package/dist/bundled/v3/components/OrInlineInputV3/index.js +0 -3
  1130. package/dist/bundled/v3/components/OrInlineInputV3/props.d.ts +0 -5
  1131. package/dist/bundled/v3/components/OrInlineInputV3/props.js +0 -9
  1132. package/dist/bundled/v3/components/OrInlineInputV3/styles.d.ts +0 -5
  1133. package/dist/bundled/v3/components/OrInlineInputV3/styles.js +0 -29
  1134. package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +0 -116
  1135. package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.vue.d.ts +0 -157
  1136. package/dist/bundled/v3/components/OrInlineTextEdit/constants.d.ts +0 -9
  1137. package/dist/bundled/v3/components/OrInlineTextEdit/constants.js +0 -13
  1138. package/dist/bundled/v3/components/OrInlineTextEdit/index.d.ts +0 -2
  1139. package/dist/bundled/v3/components/OrInlineTextEdit/index.js +0 -2
  1140. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +0 -84
  1141. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +0 -86
  1142. package/dist/bundled/v3/components/OrInlineTextareaV3/index.d.ts +0 -1
  1143. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +0 -1
  1144. package/dist/bundled/v3/components/OrInlineTextareaV3/styles.d.ts +0 -3
  1145. package/dist/bundled/v3/components/OrInlineTextareaV3/styles.js +0 -21
  1146. package/dist/bundled/v3/components/OrInput/OrInput.js +0 -117
  1147. package/dist/bundled/v3/components/OrInput/OrInput.vue.d.ts +0 -153
  1148. package/dist/bundled/v3/components/OrInput/index.d.ts +0 -1
  1149. package/dist/bundled/v3/components/OrInput/index.js +0 -1
  1150. package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.js +0 -27
  1151. package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.vue.d.ts +0 -55
  1152. package/dist/bundled/v3/components/OrInputBoxV3/index.d.ts +0 -2
  1153. package/dist/bundled/v3/components/OrInputBoxV3/index.js +0 -2
  1154. package/dist/bundled/v3/components/OrInputBoxV3/props.d.ts +0 -8
  1155. package/dist/bundled/v3/components/OrInputBoxV3/props.js +0 -12
  1156. package/dist/bundled/v3/components/OrInputBoxV3/styles.d.ts +0 -4
  1157. package/dist/bundled/v3/components/OrInputBoxV3/styles.js +0 -49
  1158. package/dist/bundled/v3/components/OrInputV3/OrInput.js +0 -121
  1159. package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +0 -156
  1160. package/dist/bundled/v3/components/OrInputV3/index.d.ts +0 -2
  1161. package/dist/bundled/v3/components/OrInputV3/index.js +0 -3
  1162. package/dist/bundled/v3/components/OrInputV3/props.d.ts +0 -7
  1163. package/dist/bundled/v3/components/OrInputV3/props.js +0 -11
  1164. package/dist/bundled/v3/components/OrInputV3/styles.d.ts +0 -2
  1165. package/dist/bundled/v3/components/OrInputV3/styles.js +0 -14
  1166. package/dist/bundled/v3/components/OrLabel/OrLabel.js +0 -21
  1167. package/dist/bundled/v3/components/OrLabel/OrLabel.vue.d.ts +0 -32
  1168. package/dist/bundled/v3/components/OrLabel/index.d.ts +0 -1
  1169. package/dist/bundled/v3/components/OrLabel/index.js +0 -1
  1170. package/dist/bundled/v3/components/OrLabelV3/OrLabel.js +0 -24
  1171. package/dist/bundled/v3/components/OrLabelV3/OrLabel.vue.d.ts +0 -57
  1172. package/dist/bundled/v3/components/OrLabelV3/index.d.ts +0 -2
  1173. package/dist/bundled/v3/components/OrLabelV3/index.js +0 -2
  1174. package/dist/bundled/v3/components/OrLabelV3/props.d.ts +0 -5
  1175. package/dist/bundled/v3/components/OrLabelV3/props.js +0 -8
  1176. package/dist/bundled/v3/components/OrLabelV3/styles.d.ts +0 -5
  1177. package/dist/bundled/v3/components/OrLabelV3/styles.js +0 -38
  1178. package/dist/bundled/v3/components/OrLinkV3/OrLink.js +0 -20
  1179. package/dist/bundled/v3/components/OrLinkV3/OrLink.vue.d.ts +0 -63
  1180. package/dist/bundled/v3/components/OrLinkV3/index.d.ts +0 -2
  1181. package/dist/bundled/v3/components/OrLinkV3/index.js +0 -2
  1182. package/dist/bundled/v3/components/OrLinkV3/props.d.ts +0 -7
  1183. package/dist/bundled/v3/components/OrLinkV3/props.js +0 -10
  1184. package/dist/bundled/v3/components/OrLinkV3/styles.d.ts +0 -3
  1185. package/dist/bundled/v3/components/OrLinkV3/styles.js +0 -32
  1186. package/dist/bundled/v3/components/OrList/OrList.js +0 -84
  1187. package/dist/bundled/v3/components/OrList/OrList.vue.d.ts +0 -125
  1188. package/dist/bundled/v3/components/OrList/index.d.ts +0 -1
  1189. package/dist/bundled/v3/components/OrList/index.js +0 -1
  1190. package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.js +0 -91
  1191. package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.vue.d.ts +0 -95
  1192. package/dist/bundled/v3/components/OrListOfInputs/index.d.ts +0 -1
  1193. package/dist/bundled/v3/components/OrListOfInputs/index.js +0 -1
  1194. package/dist/bundled/v3/components/OrListV3/OrList.js +0 -63
  1195. package/dist/bundled/v3/components/OrListV3/OrList.vue.d.ts +0 -96
  1196. package/dist/bundled/v3/components/OrListV3/index.d.ts +0 -3
  1197. package/dist/bundled/v3/components/OrListV3/index.js +0 -1
  1198. package/dist/bundled/v3/components/OrListV3/styles.d.ts +0 -2
  1199. package/dist/bundled/v3/components/OrListV3/styles.js +0 -8
  1200. package/dist/bundled/v3/components/OrListV3/types.d.ts +0 -4
  1201. package/dist/bundled/v3/components/OrListV3/types.js +0 -1
  1202. package/dist/bundled/v3/components/OrLoader/OrLoader.js +0 -43
  1203. package/dist/bundled/v3/components/OrLoader/OrLoader.vue.d.ts +0 -57
  1204. package/dist/bundled/v3/components/OrLoader/constants.d.ts +0 -6
  1205. package/dist/bundled/v3/components/OrLoader/constants.js +0 -8
  1206. package/dist/bundled/v3/components/OrLoader/index.d.ts +0 -2
  1207. package/dist/bundled/v3/components/OrLoader/index.js +0 -2
  1208. package/dist/bundled/v3/components/OrLoader/types.d.ts +0 -3
  1209. package/dist/bundled/v3/components/OrLoader/types.js +0 -1
  1210. package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +0 -65
  1211. package/dist/bundled/v3/components/OrLoaderV3/OrLoader.vue.d.ts +0 -75
  1212. package/dist/bundled/v3/components/OrLoaderV3/index.d.ts +0 -2
  1213. package/dist/bundled/v3/components/OrLoaderV3/index.js +0 -2
  1214. package/dist/bundled/v3/components/OrLoaderV3/props.d.ts +0 -13
  1215. package/dist/bundled/v3/components/OrLoaderV3/props.js +0 -18
  1216. package/dist/bundled/v3/components/OrLoaderV3/styles.d.ts +0 -6
  1217. package/dist/bundled/v3/components/OrLoaderV3/styles.js +0 -17
  1218. package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.js +0 -28
  1219. package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.vue.d.ts +0 -40
  1220. package/dist/bundled/v3/components/OrMenuItemV3/index.d.ts +0 -1
  1221. package/dist/bundled/v3/components/OrMenuItemV3/index.js +0 -1
  1222. package/dist/bundled/v3/components/OrMenuItemV3/styles.d.ts +0 -1
  1223. package/dist/bundled/v3/components/OrMenuItemV3/styles.js +0 -21
  1224. package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +0 -29
  1225. package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +0 -66
  1226. package/dist/bundled/v3/components/OrMenuV3/index.d.ts +0 -2
  1227. package/dist/bundled/v3/components/OrMenuV3/index.js +0 -2
  1228. package/dist/bundled/v3/components/OrMenuV3/props.d.ts +0 -2
  1229. package/dist/bundled/v3/components/OrMenuV3/props.js +0 -1
  1230. package/dist/bundled/v3/components/OrMenuV3/styles.d.ts +0 -1
  1231. package/dist/bundled/v3/components/OrMenuV3/styles.js +0 -7
  1232. package/dist/bundled/v3/components/OrModal/OrModal.js +0 -52
  1233. package/dist/bundled/v3/components/OrModal/OrModal.vue.d.ts +0 -85
  1234. package/dist/bundled/v3/components/OrModal/constants.d.ts +0 -7
  1235. package/dist/bundled/v3/components/OrModal/constants.js +0 -10
  1236. package/dist/bundled/v3/components/OrModal/index.d.ts +0 -2
  1237. package/dist/bundled/v3/components/OrModal/index.js +0 -2
  1238. package/dist/bundled/v3/components/OrModalV3/OrModal.js +0 -40
  1239. package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +0 -44
  1240. package/dist/bundled/v3/components/OrModalV3/index.d.ts +0 -2
  1241. package/dist/bundled/v3/components/OrModalV3/index.js +0 -2
  1242. package/dist/bundled/v3/components/OrModalV3/props.d.ts +0 -5
  1243. package/dist/bundled/v3/components/OrModalV3/props.js +0 -8
  1244. package/dist/bundled/v3/components/OrModalV3/styles.d.ts +0 -3
  1245. package/dist/bundled/v3/components/OrModalV3/styles.js +0 -30
  1246. package/dist/bundled/v3/components/OrNotification/OrNotification.js +0 -36
  1247. package/dist/bundled/v3/components/OrNotification/OrNotification.vue.d.ts +0 -65
  1248. package/dist/bundled/v3/components/OrNotification/constants.d.ts +0 -10
  1249. package/dist/bundled/v3/components/OrNotification/constants.js +0 -14
  1250. package/dist/bundled/v3/components/OrNotification/index.d.ts +0 -2
  1251. package/dist/bundled/v3/components/OrNotification/index.js +0 -2
  1252. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +0 -28
  1253. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.vue.d.ts +0 -30
  1254. package/dist/bundled/v3/components/OrNotificationV3/index.d.ts +0 -2
  1255. package/dist/bundled/v3/components/OrNotificationV3/index.js +0 -2
  1256. package/dist/bundled/v3/components/OrNotificationV3/props.d.ts +0 -6
  1257. package/dist/bundled/v3/components/OrNotificationV3/props.js +0 -9
  1258. package/dist/bundled/v3/components/OrNotificationV3/styles.d.ts +0 -5
  1259. package/dist/bundled/v3/components/OrNotificationV3/styles.js +0 -54
  1260. package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.js +0 -60
  1261. package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.vue.d.ts +0 -139
  1262. package/dist/bundled/v3/components/OrNumberInput/index.d.ts +0 -1
  1263. package/dist/bundled/v3/components/OrNumberInput/index.js +0 -1
  1264. package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +0 -57
  1265. package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.vue.d.ts +0 -62
  1266. package/dist/bundled/v3/components/OrOverflowMenu/index.d.ts +0 -2
  1267. package/dist/bundled/v3/components/OrOverflowMenu/index.js +0 -1
  1268. package/dist/bundled/v3/components/OrOverflowMenu/types.d.ts +0 -7
  1269. package/dist/bundled/v3/components/OrOverflowMenu/types.js +0 -1
  1270. package/dist/bundled/v3/components/OrOverlay/OrOverlay.js +0 -17
  1271. package/dist/bundled/v3/components/OrOverlay/OrOverlay.vue.d.ts +0 -40
  1272. package/dist/bundled/v3/components/OrOverlay/index.d.ts +0 -1
  1273. package/dist/bundled/v3/components/OrOverlay/index.js +0 -1
  1274. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +0 -21
  1275. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.vue.d.ts +0 -17
  1276. package/dist/bundled/v3/components/OrOverlayV3/index.d.ts +0 -1
  1277. package/dist/bundled/v3/components/OrOverlayV3/index.js +0 -1
  1278. package/dist/bundled/v3/components/OrOverlayV3/styles.d.ts +0 -1
  1279. package/dist/bundled/v3/components/OrOverlayV3/styles.js +0 -9
  1280. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +0 -107
  1281. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.vue.d.ts +0 -57
  1282. package/dist/bundled/v3/components/OrPaginationV3/index.d.ts +0 -2
  1283. package/dist/bundled/v3/components/OrPaginationV3/index.js +0 -1
  1284. package/dist/bundled/v3/components/OrPaginationV3/styles.d.ts +0 -4
  1285. package/dist/bundled/v3/components/OrPaginationV3/styles.js +0 -26
  1286. package/dist/bundled/v3/components/OrPaginationV3/types.d.ts +0 -4
  1287. package/dist/bundled/v3/components/OrPaginationV3/types.js +0 -1
  1288. package/dist/bundled/v3/components/OrPassword/OrPassword.js +0 -68
  1289. package/dist/bundled/v3/components/OrPassword/OrPassword.vue.d.ts +0 -117
  1290. package/dist/bundled/v3/components/OrPassword/index.d.ts +0 -1
  1291. package/dist/bundled/v3/components/OrPassword/index.js +0 -1
  1292. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +0 -39
  1293. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +0 -115
  1294. package/dist/bundled/v3/components/OrPopoverV3/hooks/types.d.ts +0 -77
  1295. package/dist/bundled/v3/components/OrPopoverV3/hooks/types.js +0 -1
  1296. package/dist/bundled/v3/components/OrPopoverV3/hooks/useFloating.d.ts +0 -4
  1297. package/dist/bundled/v3/components/OrPopoverV3/hooks/useFloating.js +0 -137
  1298. package/dist/bundled/v3/components/OrPopoverV3/index.d.ts +0 -2
  1299. package/dist/bundled/v3/components/OrPopoverV3/index.js +0 -2
  1300. package/dist/bundled/v3/components/OrPopoverV3/props.d.ts +0 -21
  1301. package/dist/bundled/v3/components/OrPopoverV3/props.js +0 -23
  1302. package/dist/bundled/v3/components/OrPopoverV3/styles.d.ts +0 -4
  1303. package/dist/bundled/v3/components/OrPopoverV3/styles.js +0 -46
  1304. package/dist/bundled/v3/components/OrProgress/OrProgress.js +0 -63
  1305. package/dist/bundled/v3/components/OrProgress/OrProgress.vue.d.ts +0 -122
  1306. package/dist/bundled/v3/components/OrProgress/constants.d.ts +0 -11
  1307. package/dist/bundled/v3/components/OrProgress/constants.js +0 -15
  1308. package/dist/bundled/v3/components/OrProgress/index.d.ts +0 -2
  1309. package/dist/bundled/v3/components/OrProgress/index.js +0 -2
  1310. package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +0 -78
  1311. package/dist/bundled/v3/components/OrProgressV3/OrProgress.vue.d.ts +0 -105
  1312. package/dist/bundled/v3/components/OrProgressV3/index.d.ts +0 -2
  1313. package/dist/bundled/v3/components/OrProgressV3/index.js +0 -2
  1314. package/dist/bundled/v3/components/OrProgressV3/props.d.ts +0 -11
  1315. package/dist/bundled/v3/components/OrProgressV3/props.js +0 -15
  1316. package/dist/bundled/v3/components/OrProgressV3/styles.d.ts +0 -11
  1317. package/dist/bundled/v3/components/OrProgressV3/styles.js +0 -63
  1318. package/dist/bundled/v3/components/OrRadio/OrRadio.js +0 -34
  1319. package/dist/bundled/v3/components/OrRadio/OrRadio.vue.d.ts +0 -68
  1320. package/dist/bundled/v3/components/OrRadio/index.d.ts +0 -1
  1321. package/dist/bundled/v3/components/OrRadio/index.js +0 -1
  1322. package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.js +0 -18
  1323. package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.vue.d.ts +0 -64
  1324. package/dist/bundled/v3/components/OrRadioGroup/index.d.ts +0 -1
  1325. package/dist/bundled/v3/components/OrRadioGroup/index.js +0 -1
  1326. package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +0 -32
  1327. package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +0 -83
  1328. package/dist/bundled/v3/components/OrRadioGroupV3/index.d.ts +0 -1
  1329. package/dist/bundled/v3/components/OrRadioGroupV3/index.js +0 -1
  1330. package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +0 -42
  1331. package/dist/bundled/v3/components/OrRadioV3/OrRadio.vue.d.ts +0 -78
  1332. package/dist/bundled/v3/components/OrRadioV3/index.d.ts +0 -1
  1333. package/dist/bundled/v3/components/OrRadioV3/index.js +0 -1
  1334. package/dist/bundled/v3/components/OrRadioV3/styles.d.ts +0 -3
  1335. package/dist/bundled/v3/components/OrRadioV3/styles.js +0 -31
  1336. package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.js +0 -71
  1337. package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.vue.d.ts +0 -96
  1338. package/dist/bundled/v3/components/OrRangeSliderV3/index.d.ts +0 -2
  1339. package/dist/bundled/v3/components/OrRangeSliderV3/index.js +0 -2
  1340. package/dist/bundled/v3/components/OrRangeSliderV3/props.d.ts +0 -1
  1341. package/dist/bundled/v3/components/OrRangeSliderV3/props.js +0 -1
  1342. package/dist/bundled/v3/components/OrRangeSliderV3/styles.d.ts +0 -14
  1343. package/dist/bundled/v3/components/OrRangeSliderV3/styles.js +0 -97
  1344. package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.js +0 -39
  1345. package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.vue.d.ts +0 -101
  1346. package/dist/bundled/v3/components/OrResizeablePanelV3/index.d.ts +0 -2
  1347. package/dist/bundled/v3/components/OrResizeablePanelV3/index.js +0 -2
  1348. package/dist/bundled/v3/components/OrResizeablePanelV3/props.d.ts +0 -12
  1349. package/dist/bundled/v3/components/OrResizeablePanelV3/props.js +0 -16
  1350. package/dist/bundled/v3/components/OrResizeablePanelV3/styles.d.ts +0 -13
  1351. package/dist/bundled/v3/components/OrResizeablePanelV3/styles.js +0 -186
  1352. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +0 -202
  1353. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +0 -119
  1354. package/dist/bundled/v3/components/OrRichTextEditorV3/index.d.ts +0 -2
  1355. package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +0 -2
  1356. package/dist/bundled/v3/components/OrRichTextEditorV3/props.d.ts +0 -5
  1357. package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +0 -7
  1358. package/dist/bundled/v3/components/OrRichTextEditorV3/styles.d.ts +0 -6
  1359. package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +0 -38
  1360. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +0 -3
  1361. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +0 -42
  1362. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +0 -27
  1363. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +0 -183
  1364. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +0 -1
  1365. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +0 -1
  1366. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +0 -17
  1367. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +0 -199
  1368. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +0 -19
  1369. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.js +0 -1
  1370. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.d.ts +0 -3
  1371. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +0 -2
  1372. package/dist/bundled/v3/components/OrSearch/OrSearch.js +0 -71
  1373. package/dist/bundled/v3/components/OrSearch/OrSearch.vue.d.ts +0 -140
  1374. package/dist/bundled/v3/components/OrSearch/index.d.ts +0 -1
  1375. package/dist/bundled/v3/components/OrSearch/index.js +0 -1
  1376. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +0 -30
  1377. package/dist/bundled/v3/components/OrSearchV3/OrSearch.vue.d.ts +0 -81
  1378. package/dist/bundled/v3/components/OrSearchV3/index.d.ts +0 -2
  1379. package/dist/bundled/v3/components/OrSearchV3/index.js +0 -2
  1380. package/dist/bundled/v3/components/OrSearchV3/props.d.ts +0 -1
  1381. package/dist/bundled/v3/components/OrSearchV3/props.js +0 -1
  1382. package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.js +0 -26
  1383. package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +0 -50
  1384. package/dist/bundled/v3/components/OrSegmentedControlV3/index.d.ts +0 -3
  1385. package/dist/bundled/v3/components/OrSegmentedControlV3/index.js +0 -2
  1386. package/dist/bundled/v3/components/OrSegmentedControlV3/props.d.ts +0 -4
  1387. package/dist/bundled/v3/components/OrSegmentedControlV3/props.js +0 -7
  1388. package/dist/bundled/v3/components/OrSegmentedControlV3/styles.d.ts +0 -3
  1389. package/dist/bundled/v3/components/OrSegmentedControlV3/styles.js +0 -15
  1390. package/dist/bundled/v3/components/OrSegmentedControlV3/types.d.ts +0 -4
  1391. package/dist/bundled/v3/components/OrSegmentedControlV3/types.js +0 -1
  1392. package/dist/bundled/v3/components/OrSelect/OrSelect.js +0 -56
  1393. package/dist/bundled/v3/components/OrSelect/OrSelect.vue.d.ts +0 -181
  1394. package/dist/bundled/v3/components/OrSelect/constants.d.ts +0 -50
  1395. package/dist/bundled/v3/components/OrSelect/constants.js +0 -50
  1396. package/dist/bundled/v3/components/OrSelect/index.d.ts +0 -2
  1397. package/dist/bundled/v3/components/OrSelect/index.js +0 -1
  1398. package/dist/bundled/v3/components/OrSelect/types.d.ts +0 -9
  1399. package/dist/bundled/v3/components/OrSelect/types.js +0 -1
  1400. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +0 -236
  1401. package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +0 -213
  1402. package/dist/bundled/v3/components/OrSelectV3/index.d.ts +0 -3
  1403. package/dist/bundled/v3/components/OrSelectV3/index.js +0 -2
  1404. package/dist/bundled/v3/components/OrSelectV3/props.d.ts +0 -1
  1405. package/dist/bundled/v3/components/OrSelectV3/props.js +0 -1
  1406. package/dist/bundled/v3/components/OrSelectV3/styles.d.ts +0 -8
  1407. package/dist/bundled/v3/components/OrSelectV3/styles.js +0 -54
  1408. package/dist/bundled/v3/components/OrSelectV3/types.d.ts +0 -12
  1409. package/dist/bundled/v3/components/OrSelectV3/types.js +0 -1
  1410. package/dist/bundled/v3/components/OrSidebar/OrSidebar.js +0 -37
  1411. package/dist/bundled/v3/components/OrSidebar/OrSidebar.vue.d.ts +0 -63
  1412. package/dist/bundled/v3/components/OrSidebar/constants.d.ts +0 -4
  1413. package/dist/bundled/v3/components/OrSidebar/constants.js +0 -7
  1414. package/dist/bundled/v3/components/OrSidebar/index.d.ts +0 -2
  1415. package/dist/bundled/v3/components/OrSidebar/index.js +0 -2
  1416. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +0 -44
  1417. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.vue.d.ts +0 -159
  1418. package/dist/bundled/v3/components/OrSidebarV3/index.d.ts +0 -2
  1419. package/dist/bundled/v3/components/OrSidebarV3/index.js +0 -3
  1420. package/dist/bundled/v3/components/OrSidebarV3/props.d.ts +0 -9
  1421. package/dist/bundled/v3/components/OrSidebarV3/props.js +0 -9
  1422. package/dist/bundled/v3/components/OrSidebarV3/styles.d.ts +0 -8
  1423. package/dist/bundled/v3/components/OrSidebarV3/styles.js +0 -64
  1424. package/dist/bundled/v3/components/OrSkeleton/constants.d.ts +0 -9
  1425. package/dist/bundled/v3/components/OrSkeleton/constants.js +0 -12
  1426. package/dist/bundled/v3/components/OrSkeleton/index.d.ts +0 -4
  1427. package/dist/bundled/v3/components/OrSkeleton/index.js +0 -4
  1428. package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.js +0 -18
  1429. package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.vue.d.ts +0 -32
  1430. package/dist/bundled/v3/components/OrSkeletonCircle/index.d.ts +0 -2
  1431. package/dist/bundled/v3/components/OrSkeletonCircle/index.js +0 -2
  1432. package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.js +0 -14
  1433. package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.vue.d.ts +0 -36
  1434. package/dist/bundled/v3/components/OrSkeletonCircleV3/index.d.ts +0 -1
  1435. package/dist/bundled/v3/components/OrSkeletonCircleV3/index.js +0 -1
  1436. package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.js +0 -18
  1437. package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.vue.d.ts +0 -43
  1438. package/dist/bundled/v3/components/OrSkeletonRect/index.d.ts +0 -2
  1439. package/dist/bundled/v3/components/OrSkeletonRect/index.js +0 -2
  1440. package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.js +0 -14
  1441. package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.vue.d.ts +0 -45
  1442. package/dist/bundled/v3/components/OrSkeletonRectV3/index.d.ts +0 -1
  1443. package/dist/bundled/v3/components/OrSkeletonRectV3/index.js +0 -1
  1444. package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.js +0 -23
  1445. package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.vue.d.ts +0 -57
  1446. package/dist/bundled/v3/components/OrSkeletonText/index.d.ts +0 -2
  1447. package/dist/bundled/v3/components/OrSkeletonText/index.js +0 -2
  1448. package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.js +0 -20
  1449. package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.vue.d.ts +0 -72
  1450. package/dist/bundled/v3/components/OrSkeletonTextV3/index.d.ts +0 -1
  1451. package/dist/bundled/v3/components/OrSkeletonTextV3/index.js +0 -1
  1452. package/dist/bundled/v3/components/OrSkeletonV3/index.d.ts +0 -3
  1453. package/dist/bundled/v3/components/OrSkeletonV3/index.js +0 -3
  1454. package/dist/bundled/v3/components/OrSkeletonV3/styles.d.ts +0 -6
  1455. package/dist/bundled/v3/components/OrSkeletonV3/styles.js +0 -34
  1456. package/dist/bundled/v3/components/OrSlider/OrSlider.js +0 -98
  1457. package/dist/bundled/v3/components/OrSlider/OrSlider.vue.d.ts +0 -136
  1458. package/dist/bundled/v3/components/OrSlider/index.d.ts +0 -1
  1459. package/dist/bundled/v3/components/OrSlider/index.js +0 -1
  1460. package/dist/bundled/v3/components/OrSliderV3/OrSlider.js +0 -51
  1461. package/dist/bundled/v3/components/OrSliderV3/OrSlider.vue.d.ts +0 -89
  1462. package/dist/bundled/v3/components/OrSliderV3/index.d.ts +0 -2
  1463. package/dist/bundled/v3/components/OrSliderV3/index.js +0 -2
  1464. package/dist/bundled/v3/components/OrSliderV3/props.d.ts +0 -8
  1465. package/dist/bundled/v3/components/OrSliderV3/props.js +0 -12
  1466. package/dist/bundled/v3/components/OrSliderV3/styles.d.ts +0 -12
  1467. package/dist/bundled/v3/components/OrSliderV3/styles.js +0 -92
  1468. package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +0 -52
  1469. package/dist/bundled/v3/components/OrSortingV3/OrSorting.vue.d.ts +0 -35
  1470. package/dist/bundled/v3/components/OrSortingV3/index.d.ts +0 -2
  1471. package/dist/bundled/v3/components/OrSortingV3/index.js +0 -1
  1472. package/dist/bundled/v3/components/OrSortingV3/styles.d.ts +0 -2
  1473. package/dist/bundled/v3/components/OrSortingV3/styles.js +0 -6
  1474. package/dist/bundled/v3/components/OrSortingV3/types.d.ts +0 -4
  1475. package/dist/bundled/v3/components/OrSortingV3/types.js +0 -1
  1476. package/dist/bundled/v3/components/OrStepper/OrStepper.js +0 -53
  1477. package/dist/bundled/v3/components/OrStepper/OrStepper.vue.d.ts +0 -79
  1478. package/dist/bundled/v3/components/OrStepper/index.d.ts +0 -1
  1479. package/dist/bundled/v3/components/OrStepper/index.js +0 -1
  1480. package/dist/bundled/v3/components/OrSwitch/OrSwitch.js +0 -49
  1481. package/dist/bundled/v3/components/OrSwitch/OrSwitch.vue.d.ts +0 -70
  1482. package/dist/bundled/v3/components/OrSwitch/index.d.ts +0 -1
  1483. package/dist/bundled/v3/components/OrSwitch/index.js +0 -1
  1484. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +0 -53
  1485. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.vue.d.ts +0 -89
  1486. package/dist/bundled/v3/components/OrSwitchV3/index.d.ts +0 -1
  1487. package/dist/bundled/v3/components/OrSwitchV3/index.js +0 -1
  1488. package/dist/bundled/v3/components/OrSwitchV3/styles.d.ts +0 -5
  1489. package/dist/bundled/v3/components/OrSwitchV3/styles.js +0 -51
  1490. package/dist/bundled/v3/components/OrTab/OrTab.js +0 -19
  1491. package/dist/bundled/v3/components/OrTab/OrTab.vue.d.ts +0 -44
  1492. package/dist/bundled/v3/components/OrTab/index.d.ts +0 -1
  1493. package/dist/bundled/v3/components/OrTab/index.js +0 -1
  1494. package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.js +0 -27
  1495. package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.vue.d.ts +0 -49
  1496. package/dist/bundled/v3/components/OrTabHeaderItem/index.d.ts +0 -1
  1497. package/dist/bundled/v3/components/OrTabHeaderItem/index.js +0 -1
  1498. package/dist/bundled/v3/components/OrTabV3/OrTab.js +0 -21
  1499. package/dist/bundled/v3/components/OrTabV3/OrTab.vue.d.ts +0 -39
  1500. package/dist/bundled/v3/components/OrTabV3/index.d.ts +0 -1
  1501. package/dist/bundled/v3/components/OrTabV3/index.js +0 -1
  1502. package/dist/bundled/v3/components/OrTabV3/styles.d.ts +0 -1
  1503. package/dist/bundled/v3/components/OrTabV3/styles.js +0 -25
  1504. package/dist/bundled/v3/components/OrTabs/OrTabs.js +0 -43
  1505. package/dist/bundled/v3/components/OrTabs/OrTabs.vue.d.ts +0 -13
  1506. package/dist/bundled/v3/components/OrTabs/index.d.ts +0 -1
  1507. package/dist/bundled/v3/components/OrTabs/index.js +0 -1
  1508. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +0 -68
  1509. package/dist/bundled/v3/components/OrTabsV3/OrTabs.vue.d.ts +0 -76
  1510. package/dist/bundled/v3/components/OrTabsV3/index.d.ts +0 -3
  1511. package/dist/bundled/v3/components/OrTabsV3/index.js +0 -2
  1512. package/dist/bundled/v3/components/OrTabsV3/props.d.ts +0 -4
  1513. package/dist/bundled/v3/components/OrTabsV3/props.js +0 -7
  1514. package/dist/bundled/v3/components/OrTabsV3/styles.d.ts +0 -5
  1515. package/dist/bundled/v3/components/OrTabsV3/styles.js +0 -31
  1516. package/dist/bundled/v3/components/OrTabsV3/types.d.ts +0 -4
  1517. package/dist/bundled/v3/components/OrTabsV3/types.js +0 -1
  1518. package/dist/bundled/v3/components/OrTag/OrTag.js +0 -33
  1519. package/dist/bundled/v3/components/OrTag/OrTag.vue.d.ts +0 -54
  1520. package/dist/bundled/v3/components/OrTag/index.d.ts +0 -1
  1521. package/dist/bundled/v3/components/OrTag/index.js +0 -1
  1522. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +0 -126
  1523. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +0 -150
  1524. package/dist/bundled/v3/components/OrTagInputV3/index.d.ts +0 -2
  1525. package/dist/bundled/v3/components/OrTagInputV3/index.js +0 -2
  1526. package/dist/bundled/v3/components/OrTagInputV3/props.d.ts +0 -1
  1527. package/dist/bundled/v3/components/OrTagInputV3/props.js +0 -1
  1528. package/dist/bundled/v3/components/OrTagInputV3/styles.d.ts +0 -3
  1529. package/dist/bundled/v3/components/OrTagInputV3/styles.js +0 -17
  1530. package/dist/bundled/v3/components/OrTagV3/OrTag.js +0 -32
  1531. package/dist/bundled/v3/components/OrTagV3/OrTag.vue.d.ts +0 -43
  1532. package/dist/bundled/v3/components/OrTagV3/index.d.ts +0 -2
  1533. package/dist/bundled/v3/components/OrTagV3/index.js +0 -2
  1534. package/dist/bundled/v3/components/OrTagV3/props.d.ts +0 -9
  1535. package/dist/bundled/v3/components/OrTagV3/props.js +0 -13
  1536. package/dist/bundled/v3/components/OrTagV3/styles.d.ts +0 -4
  1537. package/dist/bundled/v3/components/OrTagV3/styles.js +0 -32
  1538. package/dist/bundled/v3/components/OrTagsV3/OrTags.js +0 -68
  1539. package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +0 -66
  1540. package/dist/bundled/v3/components/OrTagsV3/index.d.ts +0 -2
  1541. package/dist/bundled/v3/components/OrTagsV3/index.js +0 -2
  1542. package/dist/bundled/v3/components/OrTagsV3/props.d.ts +0 -6
  1543. package/dist/bundled/v3/components/OrTagsV3/props.js +0 -11
  1544. package/dist/bundled/v3/components/OrTagsV3/styles.d.ts +0 -6
  1545. package/dist/bundled/v3/components/OrTagsV3/styles.js +0 -46
  1546. package/dist/bundled/v3/components/OrTagsV3/types.d.ts +0 -6
  1547. package/dist/bundled/v3/components/OrTagsV3/types.js +0 -1
  1548. package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.d.ts +0 -2
  1549. package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.js +0 -12
  1550. package/dist/bundled/v3/components/OrTeleport/OrTeleport.js +0 -20
  1551. package/dist/bundled/v3/components/OrTeleport/OrTeleport.vue3.vue.d.ts +0 -27
  1552. package/dist/bundled/v3/components/OrTeleport/constants.d.ts +0 -12
  1553. package/dist/bundled/v3/components/OrTeleport/constants.js +0 -16
  1554. package/dist/bundled/v3/components/OrTeleport/index.d.ts +0 -2
  1555. package/dist/bundled/v3/components/OrTeleport/index.js +0 -1
  1556. package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.js +0 -13
  1557. package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.vue3.vue.d.ts +0 -23
  1558. package/dist/bundled/v3/components/OrTeleportV3/index.d.ts +0 -1
  1559. package/dist/bundled/v3/components/OrTeleportV3/index.js +0 -1
  1560. package/dist/bundled/v3/components/OrTextV3/OrText.js +0 -17
  1561. package/dist/bundled/v3/components/OrTextV3/OrText.vue.d.ts +0 -54
  1562. package/dist/bundled/v3/components/OrTextV3/index.d.ts +0 -1
  1563. package/dist/bundled/v3/components/OrTextV3/index.js +0 -1
  1564. package/dist/bundled/v3/components/OrTextV3/styles.d.ts +0 -3
  1565. package/dist/bundled/v3/components/OrTextV3/styles.js +0 -17
  1566. package/dist/bundled/v3/components/OrTextarea/OrTextarea.js +0 -115
  1567. package/dist/bundled/v3/components/OrTextarea/OrTextarea.vue.d.ts +0 -131
  1568. package/dist/bundled/v3/components/OrTextarea/index.d.ts +0 -1
  1569. package/dist/bundled/v3/components/OrTextarea/index.js +0 -1
  1570. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +0 -84
  1571. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.vue.d.ts +0 -117
  1572. package/dist/bundled/v3/components/OrTextareaV3/index.d.ts +0 -2
  1573. package/dist/bundled/v3/components/OrTextareaV3/index.js +0 -2
  1574. package/dist/bundled/v3/components/OrTextareaV3/props.d.ts +0 -1
  1575. package/dist/bundled/v3/components/OrTextareaV3/props.js +0 -1
  1576. package/dist/bundled/v3/components/OrTextareaV3/styles.d.ts +0 -2
  1577. package/dist/bundled/v3/components/OrTextareaV3/styles.js +0 -16
  1578. package/dist/bundled/v3/components/OrTextbox/OrTextbox.js +0 -148
  1579. package/dist/bundled/v3/components/OrTextbox/OrTextbox.vue.d.ts +0 -257
  1580. package/dist/bundled/v3/components/OrTextbox/constants.d.ts +0 -8
  1581. package/dist/bundled/v3/components/OrTextbox/constants.js +0 -11
  1582. package/dist/bundled/v3/components/OrTextbox/index.d.ts +0 -2
  1583. package/dist/bundled/v3/components/OrTextbox/index.js +0 -2
  1584. package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.js +0 -13
  1585. package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.vue.d.ts +0 -38
  1586. package/dist/bundled/v3/components/OrTimeFormatV3/index.d.ts +0 -1
  1587. package/dist/bundled/v3/components/OrTimeFormatV3/index.js +0 -1
  1588. package/dist/bundled/v3/components/OrTimeFormatV3/styles.d.ts +0 -1
  1589. package/dist/bundled/v3/components/OrTimeFormatV3/styles.js +0 -5
  1590. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +0 -128
  1591. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +0 -263
  1592. package/dist/bundled/v3/components/OrTimePickerV3/index.d.ts +0 -2
  1593. package/dist/bundled/v3/components/OrTimePickerV3/index.js +0 -3
  1594. package/dist/bundled/v3/components/OrTimePickerV3/props.d.ts +0 -2
  1595. package/dist/bundled/v3/components/OrTimePickerV3/props.js +0 -2
  1596. package/dist/bundled/v3/components/OrTimePickerV3/styles.d.ts +0 -2
  1597. package/dist/bundled/v3/components/OrTimePickerV3/styles.js +0 -8
  1598. package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +0 -154
  1599. package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.vue.d.ts +0 -559
  1600. package/dist/bundled/v3/components/OrTimeRangePickerV3/index.d.ts +0 -2
  1601. package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +0 -3
  1602. package/dist/bundled/v3/components/OrTimeRangePickerV3/props.d.ts +0 -2
  1603. package/dist/bundled/v3/components/OrTimeRangePickerV3/props.js +0 -2
  1604. package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.d.ts +0 -2
  1605. package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +0 -8
  1606. package/dist/bundled/v3/components/OrToast/OrToast.js +0 -118
  1607. package/dist/bundled/v3/components/OrToast/OrToast.vue.d.ts +0 -61
  1608. package/dist/bundled/v3/components/OrToast/Timer.d.ts +0 -11
  1609. package/dist/bundled/v3/components/OrToast/Timer.js +0 -37
  1610. package/dist/bundled/v3/components/OrToast/composable/index.d.ts +0 -2
  1611. package/dist/bundled/v3/components/OrToast/composable/index.js +0 -2
  1612. package/dist/bundled/v3/components/OrToast/composable/useQueue.d.ts +0 -8
  1613. package/dist/bundled/v3/components/OrToast/composable/useQueue.js +0 -33
  1614. package/dist/bundled/v3/components/OrToast/composable/useToast.d.ts +0 -8
  1615. package/dist/bundled/v3/components/OrToast/composable/useToast.js +0 -86
  1616. package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.d.ts +0 -9
  1617. package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +0 -25
  1618. package/dist/bundled/v3/components/OrToast/constants.d.ts +0 -18
  1619. package/dist/bundled/v3/components/OrToast/constants.js +0 -24
  1620. package/dist/bundled/v3/components/OrToast/index.d.ts +0 -5
  1621. package/dist/bundled/v3/components/OrToast/index.js +0 -5
  1622. package/dist/bundled/v3/components/OrToast/types.d.ts +0 -35
  1623. package/dist/bundled/v3/components/OrToast/types.js +0 -1
  1624. package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +0 -42
  1625. package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.vue.d.ts +0 -63
  1626. package/dist/bundled/v3/components/OrToastContainer/index.d.ts +0 -4
  1627. package/dist/bundled/v3/components/OrToastContainer/index.js +0 -4
  1628. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +0 -43
  1629. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.vue.d.ts +0 -57
  1630. package/dist/bundled/v3/components/OrToastContainerV3/index.d.ts +0 -4
  1631. package/dist/bundled/v3/components/OrToastContainerV3/index.js +0 -5
  1632. package/dist/bundled/v3/components/OrToastV3/OrToast.vue.d.ts +0 -56
  1633. package/dist/bundled/v3/components/OrToastV3/Timer.d.ts +0 -11
  1634. package/dist/bundled/v3/components/OrToastV3/Timer.js +0 -37
  1635. package/dist/bundled/v3/components/OrToastV3/composable/index.d.ts +0 -2
  1636. package/dist/bundled/v3/components/OrToastV3/composable/index.js +0 -2
  1637. package/dist/bundled/v3/components/OrToastV3/composable/useQueue.d.ts +0 -8
  1638. package/dist/bundled/v3/components/OrToastV3/composable/useQueue.js +0 -33
  1639. package/dist/bundled/v3/components/OrToastV3/composable/useToast.d.ts +0 -8
  1640. package/dist/bundled/v3/components/OrToastV3/composable/useToast.js +0 -86
  1641. package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.d.ts +0 -9
  1642. package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +0 -25
  1643. package/dist/bundled/v3/components/OrToastV3/index.d.ts +0 -5
  1644. package/dist/bundled/v3/components/OrToastV3/index.js +0 -6
  1645. package/dist/bundled/v3/components/OrToastV3/props.d.ts +0 -18
  1646. package/dist/bundled/v3/components/OrToastV3/props.js +0 -1
  1647. package/dist/bundled/v3/components/OrToastV3/styles.d.ts +0 -5
  1648. package/dist/bundled/v3/components/OrToastV3/styles.js +0 -59
  1649. package/dist/bundled/v3/components/OrToastV3/types.d.ts +0 -35
  1650. package/dist/bundled/v3/components/OrToastV3/types.js +0 -1
  1651. package/dist/bundled/v3/components/OrTooltip/OrTooltip.js +0 -48
  1652. package/dist/bundled/v3/components/OrTooltip/OrTooltip.vue.d.ts +0 -73
  1653. package/dist/bundled/v3/components/OrTooltip/index.d.ts +0 -2
  1654. package/dist/bundled/v3/components/OrTooltip/index.js +0 -2
  1655. package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.js +0 -24
  1656. package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.vue.d.ts +0 -28
  1657. package/dist/bundled/v3/components/OrTooltipContent/index.d.ts +0 -1
  1658. package/dist/bundled/v3/components/OrTooltipContent/index.js +0 -1
  1659. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +0 -33
  1660. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +0 -82
  1661. package/dist/bundled/v3/components/OrTooltipV3/index.d.ts +0 -2
  1662. package/dist/bundled/v3/components/OrTooltipV3/index.js +0 -2
  1663. package/dist/bundled/v3/components/OrTooltipV3/props.d.ts +0 -2
  1664. package/dist/bundled/v3/components/OrTooltipV3/props.js +0 -1
  1665. package/dist/bundled/v3/components/OrTooltipV3/styles.d.ts +0 -4
  1666. package/dist/bundled/v3/components/OrTooltipV3/styles.js +0 -48
  1667. package/dist/bundled/v3/components/OrTreeV3/OrTree.js +0 -31
  1668. package/dist/bundled/v3/components/OrTreeV3/OrTree.vue.d.ts +0 -35
  1669. package/dist/bundled/v3/components/OrTreeV3/index.d.ts +0 -2
  1670. package/dist/bundled/v3/components/OrTreeV3/index.js +0 -2
  1671. package/dist/bundled/v3/components/OrTreeV3/types.d.ts +0 -15
  1672. package/dist/bundled/v3/components/OrTreeV3/types.js +0 -8
  1673. package/dist/bundled/v3/components/index.d.ts +0 -119
  1674. package/dist/bundled/v3/components/index.js +0 -200
  1675. package/dist/bundled/v3/directives/dropdown-close.d.ts +0 -6
  1676. package/dist/bundled/v3/directives/dropdown-close.js +0 -14
  1677. package/dist/bundled/v3/directives/dropdown-open.d.ts +0 -6
  1678. package/dist/bundled/v3/directives/dropdown-open.js +0 -19
  1679. package/dist/bundled/v3/directives/index.d.ts +0 -2
  1680. package/dist/bundled/v3/directives/index.js +0 -2
  1681. package/dist/bundled/v3/dom-cec392f3.js +0 -260
  1682. package/dist/bundled/v3/eq-44ea4d70.js +0 -77
  1683. package/dist/bundled/v3/floating-ui.dom-d9ef0d1f.js +0 -1443
  1684. package/dist/bundled/v3/get-34aa21f4.js +0 -856
  1685. package/dist/bundled/v3/hooks/index.d.ts +0 -10
  1686. package/dist/bundled/v3/hooks/index.js +0 -10
  1687. package/dist/bundled/v3/hooks/useControlAttributes.d.ts +0 -7
  1688. package/dist/bundled/v3/hooks/useControlAttributes.js +0 -12
  1689. package/dist/bundled/v3/hooks/useElevation.d.ts +0 -3
  1690. package/dist/bundled/v3/hooks/useElevation.js +0 -25
  1691. package/dist/bundled/v3/hooks/useIdAttribute.d.ts +0 -2
  1692. package/dist/bundled/v3/hooks/useIdAttribute.js +0 -12
  1693. package/dist/bundled/v3/hooks/useOverflow.d.ts +0 -11
  1694. package/dist/bundled/v3/hooks/useOverflow.js +0 -75
  1695. package/dist/bundled/v3/hooks/usePopoverState.d.ts +0 -12
  1696. package/dist/bundled/v3/hooks/usePopoverState.js +0 -42
  1697. package/dist/bundled/v3/hooks/useProxyModelValue.d.ts +0 -8
  1698. package/dist/bundled/v3/hooks/useProxyModelValue.js +0 -29
  1699. package/dist/bundled/v3/hooks/useResponsive/index.d.ts +0 -1
  1700. package/dist/bundled/v3/hooks/useResponsive/index.js +0 -1
  1701. package/dist/bundled/v3/hooks/useResponsive/useResponsive.d.ts +0 -6
  1702. package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +0 -203
  1703. package/dist/bundled/v3/hooks/useTheme.d.ts +0 -3
  1704. package/dist/bundled/v3/hooks/useToggle.d.ts +0 -8
  1705. package/dist/bundled/v3/hooks/useToggle.js +0 -23
  1706. package/dist/bundled/v3/hooks/useValidationAttributes.d.ts +0 -11
  1707. package/dist/bundled/v3/hooks/useValidationAttributes.js +0 -16
  1708. package/dist/bundled/v3/index-06852368.js +0 -819
  1709. package/dist/bundled/v3/index-0fa7e6ca.js +0 -114
  1710. package/dist/bundled/v3/index-2ca6453c.js +0 -8
  1711. package/dist/bundled/v3/index-4a4ab262.js +0 -837
  1712. package/dist/bundled/v3/index-57f01e0d.js +0 -94
  1713. package/dist/bundled/v3/index-59ae65a4.js +0 -3158
  1714. package/dist/bundled/v3/index-67eff9fe.js +0 -9715
  1715. package/dist/bundled/v3/index-74353328.js +0 -1912
  1716. package/dist/bundled/v3/index-9b8fe3ec.js +0 -760
  1717. package/dist/bundled/v3/index-c8fc7964.js +0 -361
  1718. package/dist/bundled/v3/index-d32c767e.js +0 -18517
  1719. package/dist/bundled/v3/index-e1e02235.js +0 -1636
  1720. package/dist/bundled/v3/index-f1d66df5.js +0 -2301
  1721. package/dist/bundled/v3/index-f537aa31.js +0 -1379
  1722. package/dist/bundled/v3/index-f671afe5.js +0 -7127
  1723. package/dist/bundled/v3/index-ffeb3fc8.js +0 -295
  1724. package/dist/bundled/v3/index.d.ts +0 -5
  1725. package/dist/bundled/v3/index.js +0 -302
  1726. package/dist/bundled/v3/isArrayLike-e7fb5cae.js +0 -91
  1727. package/dist/bundled/v3/isEqual-7a8e6106.js +0 -38
  1728. package/dist/bundled/v3/isObject-b7415fc1.js +0 -202
  1729. package/dist/bundled/v3/markdown-7d2cd3a5.js +0 -8287
  1730. package/dist/bundled/v3/props-7be029c7.js +0 -32
  1731. package/dist/bundled/v3/range-82efa3d4.js +0 -136
  1732. package/dist/bundled/v3/round-567ede34.js +0 -66
  1733. package/dist/bundled/v3/sortable.esm-11705107.js +0 -2580
  1734. package/dist/bundled/v3/style-inject.es-4c6f2515.js +0 -26
  1735. package/dist/bundled/v3/toFinite-bc59ffb0.js +0 -142
  1736. package/dist/bundled/v3/toInteger-9fa0151c.js +0 -38
  1737. package/dist/bundled/v3/toString-b6e4472a.js +0 -114
  1738. package/dist/bundled/v3/types-668300dd.js +0 -5
  1739. package/dist/bundled/v3/utils/constants/color.d.ts +0 -14
  1740. package/dist/bundled/v3/utils/constants/color.js +0 -16
  1741. package/dist/bundled/v3/utils/constants/key-codes.d.ts +0 -14
  1742. package/dist/bundled/v3/utils/constants/key-codes.js +0 -16
  1743. package/dist/bundled/v3/utils/constants/poper.d.ts +0 -8
  1744. package/dist/bundled/v3/utils/constants/poper.js +0 -10
  1745. package/dist/bundled/v3/utils/constants/regex.d.ts +0 -42
  1746. package/dist/bundled/v3/utils/constants/regex.js +0 -49
  1747. package/dist/bundled/v3/utils/functions/color.d.ts +0 -19
  1748. package/dist/bundled/v3/utils/functions/color.js +0 -40
  1749. package/dist/bundled/v3/utils/functions/dom.d.ts +0 -31
  1750. package/dist/bundled/v3/utils/functions/dom.js +0 -2
  1751. package/dist/bundled/v3/utils/functions/flattenDeep.d.ts +0 -2
  1752. package/dist/bundled/v3/utils/functions/flattenDeep.js +0 -6
  1753. package/dist/bundled/v3/utils/functions/hash.d.ts +0 -2
  1754. package/dist/bundled/v3/utils/functions/hash.js +0 -8
  1755. package/dist/bundled/v3/utils/functions/px-to-rem.d.ts +0 -1
  1756. package/dist/bundled/v3/utils/functions/px-to-rem.js +0 -3
  1757. package/dist/bundled/v3/utils/functions/text.d.ts +0 -1
  1758. package/dist/bundled/v3/utils/functions/text.js +0 -9
  1759. package/dist/bundled/v3/utils/index.d.ts +0 -14
  1760. package/dist/bundled/v3/utils/index.js +0 -12
  1761. package/dist/bundled/v3/utils/isEmpty.d.ts +0 -1
  1762. package/dist/bundled/v3/utils/isEmpty.js +0 -5
  1763. package/dist/bundled/v3/utils/isEmptyValue.d.ts +0 -1
  1764. package/dist/bundled/v3/utils/isEmptyValue.js +0 -5
  1765. package/dist/bundled/v3/utils/isEqualValue.d.ts +0 -1
  1766. package/dist/bundled/v3/utils/isEqualValue.js +0 -8
  1767. package/dist/bundled/v3/utils/isVisible.d.ts +0 -2
  1768. package/dist/bundled/v3/utils/isVisible.js +0 -5
  1769. package/dist/bundled/v3/v4-cf8987a3.js +0 -67
@@ -1,3753 +1 @@
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 };
1
+ export { g as useTheme } from '../components/OrBottomSheetV3-022aa5f7.js';