@pingux/astro 2.182.2-alpha.0 → 2.182.3-alpha.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 (763) hide show
  1. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/colors.d.ts +153 -0
  2. package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/avatar.d.ts +1 -1
  3. package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/badges.d.ts +11 -11
  4. package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/buttons.d.ts +51 -51
  5. package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/forms.d.ts +5 -5
  6. package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/links.d.ts +9 -9
  7. package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/listview.d.ts +7 -7
  8. package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/menu.d.ts +7 -7
  9. package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/message.d.ts +3 -3
  10. package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/text.d.ts +7 -7
  11. package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/variants.d.ts +37 -37
  12. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/colors/colors.d.ts +140 -140
  13. package/lib/cjs/styles/themes/next-gen/colors/iconWrapper.d.ts +36 -0
  14. package/lib/cjs/styles/themes/next-gen/colors/twoTone.d.ts +37 -0
  15. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/forms.d.ts +28 -28
  16. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/next-gen.d.ts +411 -429
  17. package/lib/cjs/styles/themes/next-gen/next-gen.js +0 -1
  18. package/lib/cjs/styles/themes/next-gen/sizes.js +0 -1
  19. package/lib/cjs/styles/themes/next-gen/spacing.d.ts +9 -0
  20. package/lib/cjs/styles/themes/next-gen/text.js +0 -1
  21. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/accordionGrid.d.ts +1 -1
  22. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/avatar.d.ts +1 -1
  23. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/badges.d.ts +10 -10
  24. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/button.d.ts +127 -145
  25. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/cards.d.ts +5 -5
  26. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/dataTable.d.ts +3 -3
  27. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/footer.d.ts +1 -1
  28. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/input.d.ts +11 -11
  29. package/lib/cjs/styles/themes/next-gen/variants/label.js +0 -1
  30. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/links.d.ts +34 -34
  31. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/listview.d.ts +14 -14
  32. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/menu.d.ts +3 -3
  33. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/messages.d.ts +11 -11
  34. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/navbar.d.ts +16 -16
  35. package/lib/cjs/styles/themes/next-gen/variants/navbar.js +0 -1
  36. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/popoverMenu.d.ts +5 -5
  37. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/rangeCalendar.d.ts +3 -3
  38. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/stepper.d.ts +4 -4
  39. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/text.d.ts +3 -3
  40. package/lib/cjs/styles/themes/next-gen/variants/text.js +0 -1
  41. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/tooltip.d.ts +2 -2
  42. package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/variants.d.ts +84 -84
  43. package/lib/styles/themes/next-gen/next-gen.js +0 -1
  44. package/lib/styles/themes/next-gen/sizes.js +0 -2
  45. package/lib/styles/themes/next-gen/text.js +0 -1
  46. package/lib/styles/themes/next-gen/variants/label.js +0 -1
  47. package/lib/styles/themes/next-gen/variants/navbar.js +0 -2
  48. package/lib/styles/themes/next-gen/variants/text.js +0 -2
  49. package/package.json +2 -1
  50. package/lib/cjs/libs/astro/src/styles/themeOverrides/nextGenDarkMode/colors.d.ts +0 -153
  51. package/lib/cjs/libs/astro/src/styles/themes/next-gen/colors/iconWrapper.d.ts +0 -36
  52. package/lib/cjs/libs/astro/src/styles/themes/next-gen/colors/twoTone.d.ts +0 -37
  53. package/lib/cjs/libs/astro/src/styles/themes/next-gen/spacing.d.ts +0 -9
  54. package/lib/cjs/libs/astro/tsconfig.lib.tsbuildinfo +0 -1
  55. package/lib/cjs/libs/onyx-tokens/build/index.d.ts +0 -5
  56. /package/lib/cjs/{libs/astro/src/api → api}/users.d.ts +0 -0
  57. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/AIPanel/AIPanel.d.ts +0 -0
  58. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/AIPanel/AIPanel.stories.d.ts +0 -0
  59. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/AIPanel/AIPanelHeader.d.ts +0 -0
  60. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/AIPanel/index.d.ts +0 -0
  61. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Attachment/Attachment.d.ts +0 -0
  62. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Attachment/Attachment.styles.d.ts +0 -0
  63. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Attachment/constants.d.ts +0 -0
  64. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Attachment/index.d.ts +0 -0
  65. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Prompt/Prompt.d.ts +0 -0
  66. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Prompt/Prompt.stories.d.ts +0 -0
  67. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Prompt/index.d.ts +0 -0
  68. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/PromptInput/PromptInput.d.ts +0 -0
  69. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/PromptInput/PromptInput.stories.d.ts +0 -0
  70. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/PromptInput/PromptUploadButton.d.ts +0 -0
  71. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/PromptInput/index.d.ts +0 -0
  72. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/Response.d.ts +0 -0
  73. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/Response.stories.d.ts +0 -0
  74. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/ResponseAttachment.d.ts +0 -0
  75. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/ResponseList.d.ts +0 -0
  76. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/ResponseLoader.d.ts +0 -0
  77. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/ResponseMarkdown/MarkdownContainer.d.ts +0 -0
  78. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/ResponseMarkdown/MarkdownListWrapper.d.ts +0 -0
  79. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/ResponseMarkdown/MarkdownTextContainer.d.ts +0 -0
  80. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/ResponseMarkdown/MarkdownTextWrapper.d.ts +0 -0
  81. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/ResponseMarkdown/MarkdownWrapper.d.ts +0 -0
  82. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/ResponseMarkdown/ResponseListItem.d.ts +0 -0
  83. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/ResponseMarkdown/ResponseMarkdown.d.ts +0 -0
  84. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/ResponseMarkdown/index.d.ts +0 -0
  85. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/ResponseText.d.ts +0 -0
  86. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/ResponseToolbar.d.ts +0 -0
  87. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/ResponseToolbarIcon.d.ts +0 -0
  88. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Response/index.d.ts +0 -0
  89. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Suggestions/Suggestion.d.ts +0 -0
  90. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Suggestions/Suggestions.d.ts +0 -0
  91. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Suggestions/Suggestions.stories.d.ts +0 -0
  92. /package/lib/cjs/{libs/astro/src/components → components}/AIComponents/Suggestions/index.d.ts +0 -0
  93. /package/lib/cjs/{libs/astro/src/components → components}/AccordionGroup/Accordion.styles.d.ts +0 -0
  94. /package/lib/cjs/{libs/astro/src/components → components}/AccordionGroup/AccordionGroup.d.ts +0 -0
  95. /package/lib/cjs/{libs/astro/src/components → components}/AccordionGroup/AccordionGroup.stories.d.ts +0 -0
  96. /package/lib/cjs/{libs/astro/src/components → components}/AccordionGroup/index.d.ts +0 -0
  97. /package/lib/cjs/{libs/astro/src/components → components}/AccordionItem/AccordionItem.d.ts +0 -0
  98. /package/lib/cjs/{libs/astro/src/components → components}/AccordionItem/index.d.ts +0 -0
  99. /package/lib/cjs/{libs/astro/src/components → components}/ArrayField/ArrayField.d.ts +0 -0
  100. /package/lib/cjs/{libs/astro/src/components → components}/ArrayField/ArrayField.stories.d.ts +0 -0
  101. /package/lib/cjs/{libs/astro/src/components → components}/ArrayField/ArrayFieldDeleteButton.d.ts +0 -0
  102. /package/lib/cjs/{libs/astro/src/components → components}/ArrayField/index.d.ts +0 -0
  103. /package/lib/cjs/{libs/astro/src/components → components}/Avatar/Avatar.d.ts +0 -0
  104. /package/lib/cjs/{libs/astro/src/components → components}/Avatar/Avatar.stories.d.ts +0 -0
  105. /package/lib/cjs/{libs/astro/src/components → components}/Avatar/constants.d.ts +0 -0
  106. /package/lib/cjs/{libs/astro/src/components → components}/Avatar/getColorFromUuid.d.ts +0 -0
  107. /package/lib/cjs/{libs/astro/src/components → components}/Avatar/index.d.ts +0 -0
  108. /package/lib/cjs/{libs/astro/src/components → components}/Avatar/stories/AvatarNextGen.chromatic.stories.d.ts +0 -0
  109. /package/lib/cjs/{libs/astro/src/components → components}/Avatar/stories/AvatarNextGen.d.ts +0 -0
  110. /package/lib/cjs/{libs/astro/src/components → components}/Avatar/stories/AvatarNextGenDark.chromatic.stories.d.ts +0 -0
  111. /package/lib/cjs/{libs/astro/src/components → components}/Badge/Badge.d.ts +0 -0
  112. /package/lib/cjs/{libs/astro/src/components → components}/Badge/Badge.styles.d.ts +0 -0
  113. /package/lib/cjs/{libs/astro/src/components → components}/Badge/index.d.ts +0 -0
  114. /package/lib/cjs/{libs/astro/src/components → components}/Box/Box.d.ts +0 -0
  115. /package/lib/cjs/{libs/astro/src/components → components}/Box/Box.stories.d.ts +0 -0
  116. /package/lib/cjs/{libs/astro/src/components → components}/Box/Box.styles.d.ts +0 -0
  117. /package/lib/cjs/{libs/astro/src/components → components}/Box/index.d.ts +0 -0
  118. /package/lib/cjs/{libs/astro/src/components → components}/Bracket/Bracket.d.ts +0 -0
  119. /package/lib/cjs/{libs/astro/src/components → components}/Bracket/Bracket.stories.d.ts +0 -0
  120. /package/lib/cjs/{libs/astro/src/components → components}/Bracket/Bracket.styles.d.ts +0 -0
  121. /package/lib/cjs/{libs/astro/src/components → components}/Bracket/index.d.ts +0 -0
  122. /package/lib/cjs/{libs/astro/src/components → components}/Breadcrumbs/Breadcrumb.styles.d.ts +0 -0
  123. /package/lib/cjs/{libs/astro/src/components → components}/Breadcrumbs/BreadcrumbItem.d.ts +0 -0
  124. /package/lib/cjs/{libs/astro/src/components → components}/Breadcrumbs/Breadcrumbs.d.ts +0 -0
  125. /package/lib/cjs/{libs/astro/src/components → components}/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -0
  126. /package/lib/cjs/{libs/astro/src/components → components}/Breadcrumbs/index.d.ts +0 -0
  127. /package/lib/cjs/{libs/astro/src/components → components}/Button/Button.d.ts +0 -0
  128. /package/lib/cjs/{libs/astro/src/components → components}/Button/Button.stories.d.ts +0 -0
  129. /package/lib/cjs/{libs/astro/src/components → components}/Button/Buttons.styles.d.ts +0 -0
  130. /package/lib/cjs/{libs/astro/src/components → components}/Button/buttonAttributes.d.ts +0 -0
  131. /package/lib/cjs/{libs/astro/src/components → components}/Button/constants.d.ts +0 -0
  132. /package/lib/cjs/{libs/astro/src/components → components}/Button/index.d.ts +0 -0
  133. /package/lib/cjs/{libs/astro/src/components → components}/ButtonBar/ButtonBar.d.ts +0 -0
  134. /package/lib/cjs/{libs/astro/src/components → components}/ButtonBar/ButtonBar.stories.d.ts +0 -0
  135. /package/lib/cjs/{libs/astro/src/components → components}/ButtonBar/ButtonBar.styles.d.ts +0 -0
  136. /package/lib/cjs/{libs/astro/src/components → components}/Calendar/Calendar.d.ts +0 -0
  137. /package/lib/cjs/{libs/astro/src/components → components}/Calendar/Calendar.styles.d.ts +0 -0
  138. /package/lib/cjs/{libs/astro/src/components → components}/Calendar/CalendarCell.d.ts +0 -0
  139. /package/lib/cjs/{libs/astro/src/components → components}/Calendar/CalendarGrid.d.ts +0 -0
  140. /package/lib/cjs/{libs/astro/src/components → components}/Calendar/index.d.ts +0 -0
  141. /package/lib/cjs/{libs/astro/src/components → components}/Callout/Callout.d.ts +0 -0
  142. /package/lib/cjs/{libs/astro/src/components → components}/Callout/Callout.stories.d.ts +0 -0
  143. /package/lib/cjs/{libs/astro/src/components → components}/Callout/Callout.styles.d.ts +0 -0
  144. /package/lib/cjs/{libs/astro/src/components → components}/Callout/index.d.ts +0 -0
  145. /package/lib/cjs/{libs/astro/src/components → components}/Callout/stories/CalloutNextGenComponent.d.ts +0 -0
  146. /package/lib/cjs/{libs/astro/src/components → components}/Callout/stories/NextGenCallout.chromatic.stories.d.ts +0 -0
  147. /package/lib/cjs/{libs/astro/src/components → components}/Callout/stories/NextGenDarkCallout.chomatic.stories.d.ts +0 -0
  148. /package/lib/cjs/{libs/astro/src/components → components}/Card/Card.d.ts +0 -0
  149. /package/lib/cjs/{libs/astro/src/components → components}/Card/Card.stories.d.ts +0 -0
  150. /package/lib/cjs/{libs/astro/src/components → components}/Card/Card.styles.d.ts +0 -0
  151. /package/lib/cjs/{libs/astro/src/components → components}/Card/cardAttributes.d.ts +0 -0
  152. /package/lib/cjs/{libs/astro/src/components → components}/Card/index.d.ts +0 -0
  153. /package/lib/cjs/{libs/astro/src/components → components}/CheckboxField/CheckboxField.d.ts +0 -0
  154. /package/lib/cjs/{libs/astro/src/components → components}/CheckboxField/CheckboxField.stories.d.ts +0 -0
  155. /package/lib/cjs/{libs/astro/src/components → components}/CheckboxField/index.d.ts +0 -0
  156. /package/lib/cjs/{libs/astro/src/components → components}/CodeEditor/CodeEditor.chromatic.stories.d.ts +0 -0
  157. /package/lib/cjs/{libs/astro/src/components → components}/CodeEditor/CodeEditor.d.ts +0 -0
  158. /package/lib/cjs/{libs/astro/src/components → components}/CodeEditor/CodeEditor.stories.d.ts +0 -0
  159. /package/lib/cjs/{libs/astro/src/components → components}/CodeEditor/CodeEditor.styles.d.ts +0 -0
  160. /package/lib/cjs/{libs/astro/src/components → components}/CodeEditor/index.d.ts +0 -0
  161. /package/lib/cjs/{libs/astro/src/components → components}/CodeView/CodeView.d.ts +0 -0
  162. /package/lib/cjs/{libs/astro/src/components → components}/CodeView/CodeView.stories.d.ts +0 -0
  163. /package/lib/cjs/{libs/astro/src/components → components}/CodeView/CodeView.styles.d.ts +0 -0
  164. /package/lib/cjs/{libs/astro/src/components → components}/CodeView/index.d.ts +0 -0
  165. /package/lib/cjs/{libs/astro/src/components → components}/CollapsiblePanel/CollapsiblePanel.d.ts +0 -0
  166. /package/lib/cjs/{libs/astro/src/components → components}/CollapsiblePanel/CollapsiblePanel.stories.d.ts +0 -0
  167. /package/lib/cjs/{libs/astro/src/components → components}/CollapsiblePanel/CollapsiblePanel.styles.d.ts +0 -0
  168. /package/lib/cjs/{libs/astro/src/components → components}/CollapsiblePanel/index.d.ts +0 -0
  169. /package/lib/cjs/{libs/astro/src/components → components}/CollapsiblePanelContainer/CollapsiblePanelBadge.d.ts +0 -0
  170. /package/lib/cjs/{libs/astro/src/components → components}/CollapsiblePanelContainer/CollapsiblePanelContainer.d.ts +0 -0
  171. /package/lib/cjs/{libs/astro/src/components → components}/CollapsiblePanelContainer/index.d.ts +0 -0
  172. /package/lib/cjs/{libs/astro/src/components → components}/CollapsiblePanelItem/CollapsiblePanelItem.d.ts +0 -0
  173. /package/lib/cjs/{libs/astro/src/components → components}/CollapsiblePanelItem/index.d.ts +0 -0
  174. /package/lib/cjs/{libs/astro/src/components → components}/ColorField/ColorField.d.ts +0 -0
  175. /package/lib/cjs/{libs/astro/src/components → components}/ColorField/ColorField.stories.d.ts +0 -0
  176. /package/lib/cjs/{libs/astro/src/components → components}/ColorField/ColorField.styles.d.ts +0 -0
  177. /package/lib/cjs/{libs/astro/src/components → components}/ColorField/ColorFieldPreviewButton.d.ts +0 -0
  178. /package/lib/cjs/{libs/astro/src/components → components}/ColorField/index.d.ts +0 -0
  179. /package/lib/cjs/{libs/astro/src/components → components}/CopyText/CopyButton.d.ts +0 -0
  180. /package/lib/cjs/{libs/astro/src/components → components}/CopyText/CopyText.d.ts +0 -0
  181. /package/lib/cjs/{libs/astro/src/components → components}/CopyText/CopyText.stories.d.ts +0 -0
  182. /package/lib/cjs/{libs/astro/src/components → components}/CopyText/CopyText.styles.d.ts +0 -0
  183. /package/lib/cjs/{libs/astro/src/components → components}/CopyText/index.d.ts +0 -0
  184. /package/lib/cjs/{libs/astro/src/components → components}/DataTable/DataTable.d.ts +0 -0
  185. /package/lib/cjs/{libs/astro/src/components → components}/DataTable/DataTable.stories.d.ts +0 -0
  186. /package/lib/cjs/{libs/astro/src/components → components}/DataTable/DataTable.styles.d.ts +0 -0
  187. /package/lib/cjs/{libs/astro/src/components → components}/DataTable/DataTableBadge.d.ts +0 -0
  188. /package/lib/cjs/{libs/astro/src/components → components}/DataTable/DataTableMenu.d.ts +0 -0
  189. /package/lib/cjs/{libs/astro/src/components → components}/DataTable/DataTableMultiLine.d.ts +0 -0
  190. /package/lib/cjs/{libs/astro/src/components → components}/DataTable/DataTableVirtualizer.d.ts +0 -0
  191. /package/lib/cjs/{libs/astro/src/components → components}/DataTable/index.d.ts +0 -0
  192. /package/lib/cjs/{libs/astro/src/components → components}/DataTable/stories/DataTableNextGenComponent.d.ts +0 -0
  193. /package/lib/cjs/{libs/astro/src/components → components}/DataTable/stories/NextGenDarkDataTable.chomatic.stories.d.ts +0 -0
  194. /package/lib/cjs/{libs/astro/src/components → components}/DataTable/stories/NextGenDataTable.chromatic.stories.d.ts +0 -0
  195. /package/lib/cjs/{libs/astro/src/components → components}/EnvironmentBreadcrumb/EnvironmentBreadcrumb.d.ts +0 -0
  196. /package/lib/cjs/{libs/astro/src/components → components}/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.d.ts +0 -0
  197. /package/lib/cjs/{libs/astro/src/components → components}/EnvironmentBreadcrumb/EnvironmentalBreadcrumb.styles.d.ts +0 -0
  198. /package/lib/cjs/{libs/astro/src/components → components}/EnvironmentBreadcrumb/index.d.ts +0 -0
  199. /package/lib/cjs/{libs/astro/src/components → components}/ExpandableText/ExpandableText.d.ts +0 -0
  200. /package/lib/cjs/{libs/astro/src/components → components}/ExpandableText/ExpandableText.stories.d.ts +0 -0
  201. /package/lib/cjs/{libs/astro/src/components → components}/ExpandableText/ExpandableText.styles.d.ts +0 -0
  202. /package/lib/cjs/{libs/astro/src/components → components}/ExpandableText/index.d.ts +0 -0
  203. /package/lib/cjs/{libs/astro/src/components → components}/FieldHelperText/FieldHelperText.d.ts +0 -0
  204. /package/lib/cjs/{libs/astro/src/components → components}/FieldHelperText/FieldHelperText.stories.d.ts +0 -0
  205. /package/lib/cjs/{libs/astro/src/components → components}/FieldHelperText/FieldHelperText.styles.d.ts +0 -0
  206. /package/lib/cjs/{libs/astro/src/components → components}/FieldHelperText/index.d.ts +0 -0
  207. /package/lib/cjs/{libs/astro/src/components → components}/FileInputField/FileSelectIcon.d.ts +0 -0
  208. /package/lib/cjs/{libs/astro/src/components → components}/Footer/CopyrightText.d.ts +0 -0
  209. /package/lib/cjs/{libs/astro/src/components → components}/Footer/Footer.d.ts +0 -0
  210. /package/lib/cjs/{libs/astro/src/components → components}/Footer/Footer.stories.d.ts +0 -0
  211. /package/lib/cjs/{libs/astro/src/components → components}/Footer/FooterNav.d.ts +0 -0
  212. /package/lib/cjs/{libs/astro/src/components → components}/Footer/FooterNavItem.d.ts +0 -0
  213. /package/lib/cjs/{libs/astro/src/components → components}/Footer/index.d.ts +0 -0
  214. /package/lib/cjs/{libs/astro/src/components → components}/Footer/stories/FooterNextGenComponent.d.ts +0 -0
  215. /package/lib/cjs/{libs/astro/src/components → components}/Footer/stories/NextGenDarkFooterStory.chomatic.stories.d.ts +0 -0
  216. /package/lib/cjs/{libs/astro/src/components → components}/Footer/stories/NextGenFooterStory.chromatic.stories.d.ts +0 -0
  217. /package/lib/cjs/{libs/astro/src/components → components}/Grid/Grid.d.ts +0 -0
  218. /package/lib/cjs/{libs/astro/src/components → components}/Grid/Grid.stories.d.ts +0 -0
  219. /package/lib/cjs/{libs/astro/src/components → components}/Grid/Grid.styles.d.ts +0 -0
  220. /package/lib/cjs/{libs/astro/src/components → components}/Grid/index.d.ts +0 -0
  221. /package/lib/cjs/{libs/astro/src/components → components}/GridList/GridList.d.ts +0 -0
  222. /package/lib/cjs/{libs/astro/src/components → components}/GridList/GridList.stories.d.ts +0 -0
  223. /package/lib/cjs/{libs/astro/src/components → components}/GridList/GridList.styles.d.ts +0 -0
  224. /package/lib/cjs/{libs/astro/src/components → components}/GridList/GridListRow.d.ts +0 -0
  225. /package/lib/cjs/{libs/astro/src/components → components}/GridList/gridListAttributes.d.ts +0 -0
  226. /package/lib/cjs/{libs/astro/src/components → components}/GridList/index.d.ts +0 -0
  227. /package/lib/cjs/{libs/astro/src/components → components}/HelpHint/HelpHint.d.ts +0 -0
  228. /package/lib/cjs/{libs/astro/src/components → components}/HelpHint/HelpHint.stories.d.ts +0 -0
  229. /package/lib/cjs/{libs/astro/src/components → components}/HelpHint/HelpHint.styles.d.ts +0 -0
  230. /package/lib/cjs/{libs/astro/src/components → components}/HelpHint/index.d.ts +0 -0
  231. /package/lib/cjs/{libs/astro/src/components → components}/Icon/Icon.d.ts +0 -0
  232. /package/lib/cjs/{libs/astro/src/components → components}/Icon/Icon.stories.d.ts +0 -0
  233. /package/lib/cjs/{libs/astro/src/components → components}/Icon/IconDefault.d.ts +0 -0
  234. /package/lib/cjs/{libs/astro/src/components → components}/Icon/IconSymbol.d.ts +0 -0
  235. /package/lib/cjs/{libs/astro/src/components → components}/Icon/MaterialSymbolIcon.stories.d.ts +0 -0
  236. /package/lib/cjs/{libs/astro/src/components → components}/Icon/NoticeIcon.d.ts +0 -0
  237. /package/lib/cjs/{libs/astro/src/components → components}/Icon/index.d.ts +0 -0
  238. /package/lib/cjs/{libs/astro/src/components → components}/IconBadge/IconBadge.d.ts +0 -0
  239. /package/lib/cjs/{libs/astro/src/components → components}/IconBadge/IconBadge.stories.d.ts +0 -0
  240. /package/lib/cjs/{libs/astro/src/components → components}/IconBadge/index.d.ts +0 -0
  241. /package/lib/cjs/{libs/astro/src/components → components}/IconButton/IconButton.d.ts +0 -0
  242. /package/lib/cjs/{libs/astro/src/components → components}/IconButton/IconButton.stories.d.ts +0 -0
  243. /package/lib/cjs/{libs/astro/src/components → components}/IconButton/IconButton.styles.d.ts +0 -0
  244. /package/lib/cjs/{libs/astro/src/components → components}/IconButton/iconButtonAttributes.d.ts +0 -0
  245. /package/lib/cjs/{libs/astro/src/components → components}/IconButton/index.d.ts +0 -0
  246. /package/lib/cjs/{libs/astro/src/components → components}/IconButtonToggle/IconButtonToggle.d.ts +0 -0
  247. /package/lib/cjs/{libs/astro/src/components → components}/IconButtonToggle/IconButtonToggle.stories.d.ts +0 -0
  248. /package/lib/cjs/{libs/astro/src/components → components}/IconButtonToggle/index.d.ts +0 -0
  249. /package/lib/cjs/{libs/astro/src/components → components}/IconWrapper/IconWrapper.d.ts +0 -0
  250. /package/lib/cjs/{libs/astro/src/components → components}/IconWrapper/IconWrapper.stories.d.ts +0 -0
  251. /package/lib/cjs/{libs/astro/src/components → components}/IconWrapper/iconWrapperAttributes.d.ts +0 -0
  252. /package/lib/cjs/{libs/astro/src/components → components}/IconWrapper/index.d.ts +0 -0
  253. /package/lib/cjs/{libs/astro/src/components → components}/Image/Image.d.ts +0 -0
  254. /package/lib/cjs/{libs/astro/src/components → components}/Image/Image.stories.d.ts +0 -0
  255. /package/lib/cjs/{libs/astro/src/components → components}/Image/Image.styles.d.ts +0 -0
  256. /package/lib/cjs/{libs/astro/src/components → components}/Image/index.d.ts +0 -0
  257. /package/lib/cjs/{libs/astro/src/components → components}/Input/Input.d.ts +0 -0
  258. /package/lib/cjs/{libs/astro/src/components → components}/Input/Input.stories.d.ts +0 -0
  259. /package/lib/cjs/{libs/astro/src/components → components}/Input/Input.styles.d.ts +0 -0
  260. /package/lib/cjs/{libs/astro/src/components → components}/Input/index.d.ts +0 -0
  261. /package/lib/cjs/{libs/astro/src/components → components}/Label/Label.d.ts +0 -0
  262. /package/lib/cjs/{libs/astro/src/components → components}/Label/Label.stories.d.ts +0 -0
  263. /package/lib/cjs/{libs/astro/src/components → components}/Label/Label.styles.d.ts +0 -0
  264. /package/lib/cjs/{libs/astro/src/components → components}/Label/index.d.ts +0 -0
  265. /package/lib/cjs/{libs/astro/src/components → components}/Link/Link.d.ts +0 -0
  266. /package/lib/cjs/{libs/astro/src/components → components}/Link/Link.stories.d.ts +0 -0
  267. /package/lib/cjs/{libs/astro/src/components → components}/Link/Link.styles.d.ts +0 -0
  268. /package/lib/cjs/{libs/astro/src/components → components}/Link/index.d.ts +0 -0
  269. /package/lib/cjs/{libs/astro/src/components → components}/ListBox/ListBox.d.ts +0 -0
  270. /package/lib/cjs/{libs/astro/src/components → components}/ListBox/ListBox.styles.d.ts +0 -0
  271. /package/lib/cjs/{libs/astro/src/components → components}/ListBox/ListBoxContext.d.ts +0 -0
  272. /package/lib/cjs/{libs/astro/src/components → components}/ListBox/ListBoxSection.d.ts +0 -0
  273. /package/lib/cjs/{libs/astro/src/components → components}/ListBox/Option.d.ts +0 -0
  274. /package/lib/cjs/{libs/astro/src/components → components}/ListBox/index.d.ts +0 -0
  275. /package/lib/cjs/{libs/astro/src/components → components}/ListItem/ListItem.d.ts +0 -0
  276. /package/lib/cjs/{libs/astro/src/components → components}/ListItem/ListItem.styles.d.ts +0 -0
  277. /package/lib/cjs/{libs/astro/src/components → components}/ListItem/index.d.ts +0 -0
  278. /package/lib/cjs/{libs/astro/src/components → components}/ListView/ListView.d.ts +0 -0
  279. /package/lib/cjs/{libs/astro/src/components → components}/ListView/ListView.stories.d.ts +0 -0
  280. /package/lib/cjs/{libs/astro/src/components → components}/ListView/ListView.styles.d.ts +0 -0
  281. /package/lib/cjs/{libs/astro/src/components → components}/ListView/ListViewContext.d.ts +0 -0
  282. /package/lib/cjs/{libs/astro/src/components → components}/ListView/ListViewExpandableItem.d.ts +0 -0
  283. /package/lib/cjs/{libs/astro/src/components → components}/ListView/ListViewFocusWrapper.d.ts +0 -0
  284. /package/lib/cjs/{libs/astro/src/components → components}/ListView/ListViewItem.d.ts +0 -0
  285. /package/lib/cjs/{libs/astro/src/components → components}/ListView/index.d.ts +0 -0
  286. /package/lib/cjs/{libs/astro/src/components → components}/ListView/listViewAttributes.d.ts +0 -0
  287. /package/lib/cjs/{libs/astro/src/components → components}/ListView/stories/ListView.chromatic.stories.d.ts +0 -0
  288. /package/lib/cjs/{libs/astro/src/components → components}/ListView/stories/ListViewNextGenComponent.d.ts +0 -0
  289. /package/lib/cjs/{libs/astro/src/components → components}/ListView/stories/ListViewOnyxDark.stories.d.ts +0 -0
  290. /package/lib/cjs/{libs/astro/src/components → components}/Loader/Loader.d.ts +0 -0
  291. /package/lib/cjs/{libs/astro/src/components → components}/Loader/Loader.stories.d.ts +0 -0
  292. /package/lib/cjs/{libs/astro/src/components → components}/Loader/Loader.styles.d.ts +0 -0
  293. /package/lib/cjs/{libs/astro/src/components → components}/Loader/index.d.ts +0 -0
  294. /package/lib/cjs/{libs/astro/src/components → components}/Loader/stories/LoaderOnyxComponent.d.ts +0 -0
  295. /package/lib/cjs/{libs/astro/src/components → components}/Loader/stories/OnyxDarkLoader.chomatic.stories.d.ts +0 -0
  296. /package/lib/cjs/{libs/astro/src/components → components}/Loader/stories/OnyxLoader.chromatic.stories.d.ts +0 -0
  297. /package/lib/cjs/{libs/astro/src/components → components}/Menu/Menu.d.ts +0 -0
  298. /package/lib/cjs/{libs/astro/src/components → components}/Menu/Menu.styles.d.ts +0 -0
  299. /package/lib/cjs/{libs/astro/src/components → components}/Menu/index.d.ts +0 -0
  300. /package/lib/cjs/{libs/astro/src/components → components}/Menu/menuAttributes.d.ts +0 -0
  301. /package/lib/cjs/{libs/astro/src/components → components}/MenuItem/MenuItem.d.ts +0 -0
  302. /package/lib/cjs/{libs/astro/src/components → components}/MenuItem/MenuItem.styles.d.ts +0 -0
  303. /package/lib/cjs/{libs/astro/src/components → components}/MenuItem/index.d.ts +0 -0
  304. /package/lib/cjs/{libs/astro/src/components → components}/MenuSection/MenuSection.d.ts +0 -0
  305. /package/lib/cjs/{libs/astro/src/components → components}/MenuSection/MenuSection.styles.d.ts +0 -0
  306. /package/lib/cjs/{libs/astro/src/components → components}/MenuSection/index.d.ts +0 -0
  307. /package/lib/cjs/{libs/astro/src/components → components}/Messages/Message.d.ts +0 -0
  308. /package/lib/cjs/{libs/astro/src/components → components}/Messages/Message.styles.d.ts +0 -0
  309. /package/lib/cjs/{libs/astro/src/components → components}/Messages/Messages.d.ts +0 -0
  310. /package/lib/cjs/{libs/astro/src/components → components}/Messages/Messages.stories.d.ts +0 -0
  311. /package/lib/cjs/{libs/astro/src/components → components}/Messages/index.d.ts +0 -0
  312. /package/lib/cjs/{libs/astro/src/components → components}/Messages/utils/index.d.ts +0 -0
  313. /package/lib/cjs/{libs/astro/src/components → components}/Messages/utils/messagesReducer.d.ts +0 -0
  314. /package/lib/cjs/{libs/astro/src/components → components}/Messages/utils/multiMessagesReducer.d.ts +0 -0
  315. /package/lib/cjs/{libs/astro/src/components → components}/Modal/Convenience/ModalBody.stories.d.ts +0 -0
  316. /package/lib/cjs/{libs/astro/src/components → components}/Modal/Convenience/ModalFooter.stories.d.ts +0 -0
  317. /package/lib/cjs/{libs/astro/src/components → components}/Modal/Convenience/ModalHeader.stories.d.ts +0 -0
  318. /package/lib/cjs/{libs/astro/src/components → components}/Modal/Modal.d.ts +0 -0
  319. /package/lib/cjs/{libs/astro/src/components → components}/Modal/Modal.stories.d.ts +0 -0
  320. /package/lib/cjs/{libs/astro/src/components → components}/Modal/Modal.styles.d.ts +0 -0
  321. /package/lib/cjs/{libs/astro/src/components → components}/Modal/ModalBody.d.ts +0 -0
  322. /package/lib/cjs/{libs/astro/src/components → components}/Modal/ModalFooter.d.ts +0 -0
  323. /package/lib/cjs/{libs/astro/src/components → components}/Modal/ModalHeader.d.ts +0 -0
  324. /package/lib/cjs/{libs/astro/src/components → components}/Modal/index.d.ts +0 -0
  325. /package/lib/cjs/{libs/astro/src/components → components}/NavBar/NavBar.d.ts +0 -0
  326. /package/lib/cjs/{libs/astro/src/components → components}/NavBar/NavBar.stories.d.ts +0 -0
  327. /package/lib/cjs/{libs/astro/src/components → components}/NavBar/NavBar.styles.d.ts +0 -0
  328. /package/lib/cjs/{libs/astro/src/components → components}/NavBar/index.d.ts +0 -0
  329. /package/lib/cjs/{libs/astro/src/components → components}/NavBar/stories/NavBar.Onyx.stories.d.ts +0 -0
  330. /package/lib/cjs/{libs/astro/src/components → components}/NavBar/stories/NavBarNextGenComponent.d.ts +0 -0
  331. /package/lib/cjs/{libs/astro/src/components → components}/NavBar/stories/NextGenDarkNavStory.chomatic.stories.d.ts +0 -0
  332. /package/lib/cjs/{libs/astro/src/components → components}/NavBar/stories/NextGenNavBar.chromatic.stories.d.ts +0 -0
  333. /package/lib/cjs/{libs/astro/src/components → components}/NavBarSection/NavBarItem.d.ts +0 -0
  334. /package/lib/cjs/{libs/astro/src/components → components}/NavBarSection/NavBarItemBody.d.ts +0 -0
  335. /package/lib/cjs/{libs/astro/src/components → components}/NavBarSection/NavBarItemButton.d.ts +0 -0
  336. /package/lib/cjs/{libs/astro/src/components → components}/NavBarSection/NavBarItemHeader.d.ts +0 -0
  337. /package/lib/cjs/{libs/astro/src/components → components}/NavBarSection/NavBarItemLink.d.ts +0 -0
  338. /package/lib/cjs/{libs/astro/src/components → components}/NavBarSection/NavBarSection.d.ts +0 -0
  339. /package/lib/cjs/{libs/astro/src/components → components}/NavBarSection/index.d.ts +0 -0
  340. /package/lib/cjs/{libs/astro/src/components → components}/NavSideBar/NavSideBar.d.ts +0 -0
  341. /package/lib/cjs/{libs/astro/src/components → components}/NavSideBar/NavSideBar.stories.d.ts +0 -0
  342. /package/lib/cjs/{libs/astro/src/components → components}/NavSideBar/NavSideBarHeader.d.ts +0 -0
  343. /package/lib/cjs/{libs/astro/src/components → components}/NavSideBar/NavSideBarItem.d.ts +0 -0
  344. /package/lib/cjs/{libs/astro/src/components → components}/NavSideBar/NavSideBarSection.d.ts +0 -0
  345. /package/lib/cjs/{libs/astro/src/components → components}/NavSideBar/NavSideBarSectionHeader.d.ts +0 -0
  346. /package/lib/cjs/{libs/astro/src/components → components}/NavSideBar/NavSideBarSectionItem.d.ts +0 -0
  347. /package/lib/cjs/{libs/astro/src/components → components}/NavSideBar/NavSideBarSubTitle.d.ts +0 -0
  348. /package/lib/cjs/{libs/astro/src/components → components}/NavSideBar/icons.d.ts +0 -0
  349. /package/lib/cjs/{libs/astro/src/components → components}/NavSideBar/index.d.ts +0 -0
  350. /package/lib/cjs/{libs/astro/src/components → components}/NavigationHeader/HeaderAccountMenu.d.ts +0 -0
  351. /package/lib/cjs/{libs/astro/src/components → components}/NavigationHeader/NavigationHeader.d.ts +0 -0
  352. /package/lib/cjs/{libs/astro/src/components → components}/NavigationHeader/NavigationHeader.stories.d.ts +0 -0
  353. /package/lib/cjs/{libs/astro/src/components → components}/NavigationHeader/index.d.ts +0 -0
  354. /package/lib/cjs/{libs/astro/src/components → components}/OverlayPanel/OverlayPanel.d.ts +0 -0
  355. /package/lib/cjs/{libs/astro/src/components → components}/OverlayPanel/OverlayPanel.stories.d.ts +0 -0
  356. /package/lib/cjs/{libs/astro/src/components → components}/OverlayPanel/OverlayPanel.styles.d.ts +0 -0
  357. /package/lib/cjs/{libs/astro/src/components → components}/OverlayPanel/index.d.ts +0 -0
  358. /package/lib/cjs/{libs/astro/src/components → components}/Pagination/Pagination.d.ts +0 -0
  359. /package/lib/cjs/{libs/astro/src/components → components}/Pagination/Pagination.stories.d.ts +0 -0
  360. /package/lib/cjs/{libs/astro/src/components → components}/Pagination/Pagination.styles.d.ts +0 -0
  361. /package/lib/cjs/{libs/astro/src/components → components}/Pagination/PaginationProvider.d.ts +0 -0
  362. /package/lib/cjs/{libs/astro/src/components → components}/Pagination/index.d.ts +0 -0
  363. /package/lib/cjs/{libs/astro/src/components → components}/PasswordField/PasswordField.d.ts +0 -0
  364. /package/lib/cjs/{libs/astro/src/components → components}/PasswordField/PasswordField.stories.d.ts +0 -0
  365. /package/lib/cjs/{libs/astro/src/components → components}/PasswordField/index.d.ts +0 -0
  366. /package/lib/cjs/{libs/astro/src/components → components}/Popover/Popover.d.ts +0 -0
  367. /package/lib/cjs/{libs/astro/src/components → components}/Popover/index.d.ts +0 -0
  368. /package/lib/cjs/{libs/astro/src/components → components}/PopoverContainer/PopoverContainer.d.ts +0 -0
  369. /package/lib/cjs/{libs/astro/src/components → components}/PopoverContainer/index.d.ts +0 -0
  370. /package/lib/cjs/{libs/astro/src/components → components}/PopoverMenu/PopoverMenu.d.ts +0 -0
  371. /package/lib/cjs/{libs/astro/src/components → components}/PopoverMenu/PopoverMenu.stories.d.ts +0 -0
  372. /package/lib/cjs/{libs/astro/src/components → components}/PopoverMenu/PopoverMenu.styles.d.ts +0 -0
  373. /package/lib/cjs/{libs/astro/src/components → components}/PopoverMenu/index.d.ts +0 -0
  374. /package/lib/cjs/{libs/astro/src/components → components}/ProgressBar/ProgressBar.d.ts +0 -0
  375. /package/lib/cjs/{libs/astro/src/components → components}/ProgressBar/ProgressBar.stories.d.ts +0 -0
  376. /package/lib/cjs/{libs/astro/src/components → components}/ProgressBar/ProgressBar.styles.d.ts +0 -0
  377. /package/lib/cjs/{libs/astro/src/components → components}/ProgressBar/index.d.ts +0 -0
  378. /package/lib/cjs/{libs/astro/src/components → components}/Radio/Radio.d.ts +0 -0
  379. /package/lib/cjs/{libs/astro/src/components → components}/Radio/Radio.styles.d.ts +0 -0
  380. /package/lib/cjs/{libs/astro/src/components → components}/Radio/index.d.ts +0 -0
  381. /package/lib/cjs/{libs/astro/src/components → components}/RadioField/RadioField.d.ts +0 -0
  382. /package/lib/cjs/{libs/astro/src/components → components}/RadioField/index.d.ts +0 -0
  383. /package/lib/cjs/{libs/astro/src/components → components}/RadioGroupField/RadioGroupField.d.ts +0 -0
  384. /package/lib/cjs/{libs/astro/src/components → components}/RadioGroupField/RadioGroupField.stories.d.ts +0 -0
  385. /package/lib/cjs/{libs/astro/src/components → components}/RadioGroupField/index.d.ts +0 -0
  386. /package/lib/cjs/{libs/astro/src/components → components}/RangeCalendar/RangeCalendar.d.ts +0 -0
  387. /package/lib/cjs/{libs/astro/src/components → components}/RangeCalendar/RangeCalendar.stories.d.ts +0 -0
  388. /package/lib/cjs/{libs/astro/src/components → components}/RangeCalendar/RangeCalendar.styles.d.ts +0 -0
  389. /package/lib/cjs/{libs/astro/src/components → components}/RangeCalendar/RangeCalendarCell.d.ts +0 -0
  390. /package/lib/cjs/{libs/astro/src/components → components}/RangeCalendar/RangeCalendarGrid.d.ts +0 -0
  391. /package/lib/cjs/{libs/astro/src/components → components}/RangeCalendar/RangeCalendarHeader.d.ts +0 -0
  392. /package/lib/cjs/{libs/astro/src/components → components}/RangeCalendar/index.d.ts +0 -0
  393. /package/lib/cjs/{libs/astro/src/components → components}/RequirementsList/RequirementsList.d.ts +0 -0
  394. /package/lib/cjs/{libs/astro/src/components → components}/RequirementsList/RequirementsList.stories.d.ts +0 -0
  395. /package/lib/cjs/{libs/astro/src/components → components}/RequirementsList/index.d.ts +0 -0
  396. /package/lib/cjs/{libs/astro/src/components → components}/RockerButton/RockerButton.d.ts +0 -0
  397. /package/lib/cjs/{libs/astro/src/components → components}/RockerButton/RockerButton.styles.d.ts +0 -0
  398. /package/lib/cjs/{libs/astro/src/components → components}/RockerButton/index.d.ts +0 -0
  399. /package/lib/cjs/{libs/astro/src/components → components}/RockerButtonGroup/RockerButtonGroup.d.ts +0 -0
  400. /package/lib/cjs/{libs/astro/src/components → components}/RockerButtonGroup/RockerButtonGroup.stories.d.ts +0 -0
  401. /package/lib/cjs/{libs/astro/src/components → components}/RockerButtonGroup/index.d.ts +0 -0
  402. /package/lib/cjs/{libs/astro/src/components → components}/RockerButtonGroup/stories/NextGenDarkRockerButtonGroup.chromatic.stories.d.ts +0 -0
  403. /package/lib/cjs/{libs/astro/src/components → components}/RockerButtonGroup/stories/NextGenRockerButtonGroup.chromatic.stories.d.ts +0 -0
  404. /package/lib/cjs/{libs/astro/src/components → components}/RockerButtonGroup/stories/RockerButtonGroupNextGen.d.ts +0 -0
  405. /package/lib/cjs/{libs/astro/src/components → components}/ScrollBox/ScrollBox.d.ts +0 -0
  406. /package/lib/cjs/{libs/astro/src/components → components}/ScrollBox/ScrollBox.stories.d.ts +0 -0
  407. /package/lib/cjs/{libs/astro/src/components → components}/ScrollBox/ScrollBox.styles.d.ts +0 -0
  408. /package/lib/cjs/{libs/astro/src/components → components}/ScrollBox/index.d.ts +0 -0
  409. /package/lib/cjs/{libs/astro/src/components → components}/SearchField/Search.styles.d.ts +0 -0
  410. /package/lib/cjs/{libs/astro/src/components → components}/SearchField/SearchAutoComplete.d.ts +0 -0
  411. /package/lib/cjs/{libs/astro/src/components → components}/SearchField/SearchField.d.ts +0 -0
  412. /package/lib/cjs/{libs/astro/src/components → components}/SearchField/SearchField.stories.d.ts +0 -0
  413. /package/lib/cjs/{libs/astro/src/components → components}/SearchField/SearchFieldBase.d.ts +0 -0
  414. /package/lib/cjs/{libs/astro/src/components → components}/SearchField/index.d.ts +0 -0
  415. /package/lib/cjs/{libs/astro/src/components → components}/SearchNav/MoreItemsPopover.d.ts +0 -0
  416. /package/lib/cjs/{libs/astro/src/components → components}/SearchNav/SearchNav.chromatic.stories.d.ts +0 -0
  417. /package/lib/cjs/{libs/astro/src/components → components}/SearchNav/SearchNav.d.ts +0 -0
  418. /package/lib/cjs/{libs/astro/src/components → components}/SearchNav/SearchNav.stories.d.ts +0 -0
  419. /package/lib/cjs/{libs/astro/src/components → components}/SearchNav/SearchNav.styles.d.ts +0 -0
  420. /package/lib/cjs/{libs/astro/src/components → components}/SearchNav/SearchNavTab.d.ts +0 -0
  421. /package/lib/cjs/{libs/astro/src/components → components}/SearchNav/index.d.ts +0 -0
  422. /package/lib/cjs/{libs/astro/src/components → components}/SelectField/Select.styles.d.ts +0 -0
  423. /package/lib/cjs/{libs/astro/src/components → components}/SelectField/SelectField.d.ts +0 -0
  424. /package/lib/cjs/{libs/astro/src/components → components}/SelectField/SelectField.stories.d.ts +0 -0
  425. /package/lib/cjs/{libs/astro/src/components → components}/SelectField/index.d.ts +0 -0
  426. /package/lib/cjs/{libs/astro/src/components → components}/SelectFieldBase/HiddenSelect.d.ts +0 -0
  427. /package/lib/cjs/{libs/astro/src/components → components}/SelectFieldBase/SelectFieldBase.d.ts +0 -0
  428. /package/lib/cjs/{libs/astro/src/components → components}/SelectFieldBase/index.d.ts +0 -0
  429. /package/lib/cjs/{libs/astro/src/components → components}/Separator/Separator.d.ts +0 -0
  430. /package/lib/cjs/{libs/astro/src/components → components}/Separator/Separator.stories.d.ts +0 -0
  431. /package/lib/cjs/{libs/astro/src/components → components}/Separator/Separator.styles.d.ts +0 -0
  432. /package/lib/cjs/{libs/astro/src/components → components}/Separator/index.d.ts +0 -0
  433. /package/lib/cjs/{libs/astro/src/components → components}/ServerErrorBoundary/ServerErrorBoundary.d.ts +0 -0
  434. /package/lib/cjs/{libs/astro/src/components → components}/ServerErrorBoundary/ServerErrorBoundary.stories.d.ts +0 -0
  435. /package/lib/cjs/{libs/astro/src/components → components}/ServerErrorBoundary/ServerErrorBoundary.styles.d.ts +0 -0
  436. /package/lib/cjs/{libs/astro/src/components → components}/ServerErrorBoundary/index.d.ts +0 -0
  437. /package/lib/cjs/{libs/astro/src/components → components}/Skeleton/Skeleton.d.ts +0 -0
  438. /package/lib/cjs/{libs/astro/src/components → components}/Skeleton/Skeleton.stories.d.ts +0 -0
  439. /package/lib/cjs/{libs/astro/src/components → components}/Skeleton/Skeleton.styles.d.ts +0 -0
  440. /package/lib/cjs/{libs/astro/src/components → components}/Skeleton/index.d.ts +0 -0
  441. /package/lib/cjs/{libs/astro/src/components → components}/SliderField/Slider.styles.d.ts +0 -0
  442. /package/lib/cjs/{libs/astro/src/components → components}/SliderField/SliderActiveTrack.d.ts +0 -0
  443. /package/lib/cjs/{libs/astro/src/components → components}/SliderField/SliderField.d.ts +0 -0
  444. /package/lib/cjs/{libs/astro/src/components → components}/SliderField/SliderField.stories.d.ts +0 -0
  445. /package/lib/cjs/{libs/astro/src/components → components}/SliderField/SliderLabelContainer.d.ts +0 -0
  446. /package/lib/cjs/{libs/astro/src/components → components}/SliderField/SliderThumb.d.ts +0 -0
  447. /package/lib/cjs/{libs/astro/src/components → components}/SliderField/index.d.ts +0 -0
  448. /package/lib/cjs/{libs/astro/src/components → components}/StatusIcon/StatusIcon.d.ts +0 -0
  449. /package/lib/cjs/{libs/astro/src/components → components}/StatusIcon/StatusIcon.stories.d.ts +0 -0
  450. /package/lib/cjs/{libs/astro/src/components → components}/StatusIcon/StatusIcon.styles.d.ts +0 -0
  451. /package/lib/cjs/{libs/astro/src/components → components}/StatusIcon/index.d.ts +0 -0
  452. /package/lib/cjs/{libs/astro/src/components → components}/StatusIcon/stories/NextGenDarkStatusIcon.chromatic.stories.d.ts +0 -0
  453. /package/lib/cjs/{libs/astro/src/components → components}/StatusIcon/stories/NextGenStatusIcon.chromatic.stories.d.ts +0 -0
  454. /package/lib/cjs/{libs/astro/src/components → components}/StatusIcon/stories/NextGenStatusIcon.d.ts +0 -0
  455. /package/lib/cjs/{libs/astro/src/components → components}/SwitchField/SwitchField.d.ts +0 -0
  456. /package/lib/cjs/{libs/astro/src/components → components}/SwitchField/SwitchField.stories.d.ts +0 -0
  457. /package/lib/cjs/{libs/astro/src/components → components}/SwitchField/index.d.ts +0 -0
  458. /package/lib/cjs/{libs/astro/src/components → components}/SwitchField/switchFieldAttributes.d.ts +0 -0
  459. /package/lib/cjs/{libs/astro/src/components → components}/Tab/Tab.d.ts +0 -0
  460. /package/lib/cjs/{libs/astro/src/components → components}/Tab/index.d.ts +0 -0
  461. /package/lib/cjs/{libs/astro/src/components → components}/Table/Table.d.ts +0 -0
  462. /package/lib/cjs/{libs/astro/src/components → components}/Table/Table.stories.d.ts +0 -0
  463. /package/lib/cjs/{libs/astro/src/components → components}/Table/Table.styles.d.ts +0 -0
  464. /package/lib/cjs/{libs/astro/src/components → components}/Table/index.d.ts +0 -0
  465. /package/lib/cjs/{libs/astro/src/components → components}/TableBase/TableBase.d.ts +0 -0
  466. /package/lib/cjs/{libs/astro/src/components → components}/TableBase/TableBase.stories.d.ts +0 -0
  467. /package/lib/cjs/{libs/astro/src/components → components}/TableBase/TableBase.styles.d.ts +0 -0
  468. /package/lib/cjs/{libs/astro/src/components → components}/TableBase/index.d.ts +0 -0
  469. /package/lib/cjs/{libs/astro/src/components → components}/TableBase/stories/NextGenDarkTableBase.chromatic.stories.d.ts +0 -0
  470. /package/lib/cjs/{libs/astro/src/components → components}/TableBase/stories/NextGenTableBase.chromatic.stories.d.ts +0 -0
  471. /package/lib/cjs/{libs/astro/src/components → components}/TableBase/stories/NextGenTableBase.d.ts +0 -0
  472. /package/lib/cjs/{libs/astro/src/components → components}/TableBody/TableBody.d.ts +0 -0
  473. /package/lib/cjs/{libs/astro/src/components → components}/TableBody/index.d.ts +0 -0
  474. /package/lib/cjs/{libs/astro/src/components → components}/TableCaption/TableCaption.d.ts +0 -0
  475. /package/lib/cjs/{libs/astro/src/components → components}/TableCaption/index.d.ts +0 -0
  476. /package/lib/cjs/{libs/astro/src/components → components}/TableCell/TableCell.d.ts +0 -0
  477. /package/lib/cjs/{libs/astro/src/components → components}/TableCell/index.d.ts +0 -0
  478. /package/lib/cjs/{libs/astro/src/components → components}/TableHead/TableHead.d.ts +0 -0
  479. /package/lib/cjs/{libs/astro/src/components → components}/TableHead/index.d.ts +0 -0
  480. /package/lib/cjs/{libs/astro/src/components → components}/TableRow/TableRow.d.ts +0 -0
  481. /package/lib/cjs/{libs/astro/src/components → components}/TableRow/index.d.ts +0 -0
  482. /package/lib/cjs/{libs/astro/src/components → components}/Tabs/Tabs.d.ts +0 -0
  483. /package/lib/cjs/{libs/astro/src/components → components}/Tabs/Tabs.stories.d.ts +0 -0
  484. /package/lib/cjs/{libs/astro/src/components → components}/Tabs/Tabs.style.d.ts +0 -0
  485. /package/lib/cjs/{libs/astro/src/components → components}/Tabs/index.d.ts +0 -0
  486. /package/lib/cjs/{libs/astro/src/components → components}/Text/Text.d.ts +0 -0
  487. /package/lib/cjs/{libs/astro/src/components → components}/Text/Text.stories.d.ts +0 -0
  488. /package/lib/cjs/{libs/astro/src/components → components}/Text/Text.styles.d.ts +0 -0
  489. /package/lib/cjs/{libs/astro/src/components → components}/Text/index.d.ts +0 -0
  490. /package/lib/cjs/{libs/astro/src/components → components}/TextAreaField/TextAreaField.d.ts +0 -0
  491. /package/lib/cjs/{libs/astro/src/components → components}/TextAreaField/TextAreaField.stories.d.ts +0 -0
  492. /package/lib/cjs/{libs/astro/src/components → components}/TextAreaField/index.d.ts +0 -0
  493. /package/lib/cjs/{libs/astro/src/components → components}/TextField/TextField.d.ts +0 -0
  494. /package/lib/cjs/{libs/astro/src/components → components}/TextField/TextField.stories.d.ts +0 -0
  495. /package/lib/cjs/{libs/astro/src/components → components}/TextField/index.d.ts +0 -0
  496. /package/lib/cjs/{libs/astro/src/components → components}/TimeField/TimeField.d.ts +0 -0
  497. /package/lib/cjs/{libs/astro/src/components → components}/TimeField/TimeField.stories.d.ts +0 -0
  498. /package/lib/cjs/{libs/astro/src/components → components}/TimeField/TimeField.styles.d.ts +0 -0
  499. /package/lib/cjs/{libs/astro/src/components → components}/TimeField/TimeSegment.d.ts +0 -0
  500. /package/lib/cjs/{libs/astro/src/components → components}/TimeField/index.d.ts +0 -0
  501. /package/lib/cjs/{libs/astro/src/components → components}/TimeField/stories/OnyxTimeField.d.ts +0 -0
  502. /package/lib/cjs/{libs/astro/src/components → components}/TimeField/stories/TimeFieldOnyx.chromatic.stories.d.ts +0 -0
  503. /package/lib/cjs/{libs/astro/src/components → components}/TimeField/stories/TimeFieldOnyxDark.chromatic.stories.d.ts +0 -0
  504. /package/lib/cjs/{libs/astro/src/components → components}/TimeZonePicker/helper.d.ts +0 -0
  505. /package/lib/cjs/{libs/astro/src/components → components}/TimeZonePicker/timezones.d.ts +0 -0
  506. /package/lib/cjs/{libs/astro/src/components → components}/TooltipTrigger/Tooltip.d.ts +0 -0
  507. /package/lib/cjs/{libs/astro/src/components → components}/TooltipTrigger/TooltipTrigger.d.ts +0 -0
  508. /package/lib/cjs/{libs/astro/src/components → components}/TooltipTrigger/TooltipTrigger.stories.d.ts +0 -0
  509. /package/lib/cjs/{libs/astro/src/components → components}/TooltipTrigger/index.d.ts +0 -0
  510. /package/lib/cjs/{libs/astro/src/context → context}/BadgeContext/index.d.ts +0 -0
  511. /package/lib/cjs/{libs/astro/src/context → context}/MenuContext/index.d.ts +0 -0
  512. /package/lib/cjs/{libs/astro/src/context → context}/PaginationContext/index.d.ts +0 -0
  513. /package/lib/cjs/{libs/astro/src/context → context}/RadioContext/index.d.ts +0 -0
  514. /package/lib/cjs/{libs/astro/src/context → context}/RockerButtonGroupContext/index.d.ts +0 -0
  515. /package/lib/cjs/{libs/astro/src/context → context}/TooltipContext/index.d.ts +0 -0
  516. /package/lib/cjs/{libs/astro/src/fonts.d.ts → fonts.d.ts} +0 -0
  517. /package/lib/cjs/{libs/astro/src/hooks → hooks}/index.d.ts +0 -0
  518. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useAriaLabelWarning/index.d.ts +0 -0
  519. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useAriaLabelWarning/useAriaLabelWarning.d.ts +0 -0
  520. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useCircularLoader/useCircularLoader.d.ts +0 -0
  521. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useColumnStyles/index.d.ts +0 -0
  522. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useColumnStyles/useColumnStyles.d.ts +0 -0
  523. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useComponentToggle/index.d.ts +0 -0
  524. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useComponentToggle/useComponentToggle.d.ts +0 -0
  525. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useCopyToClipboard/index.d.ts +0 -0
  526. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useCopyToClipboard/useCopyToClipboard.d.ts +0 -0
  527. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useDebounce/index.d.ts +0 -0
  528. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useDebounce/useDebounce.d.ts +0 -0
  529. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useDeprecationWarning/index.d.ts +0 -0
  530. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useDeprecationWarning/useDeprecationWarning.d.ts +0 -0
  531. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useDevelopmentWarning/index.d.ts +0 -0
  532. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useDevelopmentWarning/useDevelopmentWarning.d.ts +0 -0
  533. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useExpandableListViewItem/index.d.ts +0 -0
  534. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useExpandableListViewItem/useExpandableListViewItem.d.ts +0 -0
  535. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useFallbackImage/index.d.ts +0 -0
  536. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useFallbackImage/useFallbackImage.d.ts +0 -0
  537. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useField/index.d.ts +0 -0
  538. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useField/useField.d.ts +0 -0
  539. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useGetTheme/index.d.ts +0 -0
  540. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useGetTheme/useGetTheme.d.ts +0 -0
  541. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useGridList/index.d.ts +0 -0
  542. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useGridList/useGridList.d.ts +0 -0
  543. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useGridListItem/index.d.ts +0 -0
  544. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useGridListItem/useGridListItem.d.ts +0 -0
  545. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useImageUploadState/index.d.ts +0 -0
  546. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useImageUploadState/useImageUploadState.d.ts +0 -0
  547. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useInputLoader/index.d.ts +0 -0
  548. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useInputLoader/useInputLoader.d.ts +0 -0
  549. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useLabelHeight/index.d.ts +0 -0
  550. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useLabelHeight/useLabelHeight.d.ts +0 -0
  551. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useLoadPrev/index.d.ts +0 -0
  552. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useLoadPrev/useLoadPrev.d.ts +0 -0
  553. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useLocalOrForwardRef/index.d.ts +0 -0
  554. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useLocalOrForwardRef/useLocalOrForwardRef.d.ts +0 -0
  555. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useModalState/index.d.ts +0 -0
  556. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useModalState/useModalState.d.ts +0 -0
  557. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useMountTransition/index.d.ts +0 -0
  558. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useMountTransition/useMountTransition.d.ts +0 -0
  559. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useNavBarPress/index.d.ts +0 -0
  560. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useNavBarPress/useNavBarPress.d.ts +0 -0
  561. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useNavBarStyling/index.d.ts +0 -0
  562. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useNavBarStyling/useNavBarStyling.d.ts +0 -0
  563. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useOverlappingMenuHoverState/index.d.ts +0 -0
  564. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useOverlappingMenuHoverState/useOverlappingMenuHoverState.d.ts +0 -0
  565. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useOverlayPanelState/index.d.ts +0 -0
  566. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useOverlayPanelState/useOverlayPanelState.d.ts +0 -0
  567. /package/lib/cjs/{libs/astro/src/hooks → hooks}/usePagination/index.d.ts +0 -0
  568. /package/lib/cjs/{libs/astro/src/hooks → hooks}/usePagination/usePagination.d.ts +0 -0
  569. /package/lib/cjs/{libs/astro/src/hooks → hooks}/usePaginationState/index.d.ts +0 -0
  570. /package/lib/cjs/{libs/astro/src/hooks → hooks}/usePaginationState/usePaginationState.d.ts +0 -0
  571. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useProgressiveState/index.d.ts +0 -0
  572. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useProgressiveState/useProgressiveState.d.ts +0 -0
  573. /package/lib/cjs/{libs/astro/src/hooks → hooks}/usePropWarning/index.d.ts +0 -0
  574. /package/lib/cjs/{libs/astro/src/hooks → hooks}/usePropWarning/usePropWarning.d.ts +0 -0
  575. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useReorderableCollection/index.d.ts +0 -0
  576. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useReorderableCollection/useReorderableCollection.d.ts +0 -0
  577. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useSelectField/index.d.ts +0 -0
  578. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useSelectField/useSelectField.d.ts +0 -0
  579. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useSliderField/index.d.ts +0 -0
  580. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useSliderField/useSliderField.d.ts +0 -0
  581. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useStatusClasses/index.d.ts +0 -0
  582. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useStatusClasses/useStatusClasses.d.ts +0 -0
  583. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useTShirtSize/index.d.ts +0 -0
  584. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useTShirtSize/useTShirtSize.d.ts +0 -0
  585. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useTypeAnimation/index.d.ts +0 -0
  586. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useTypeAnimation/useTypeAnimation.d.ts +0 -0
  587. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useTypeAnimationWrapper/index.d.ts +0 -0
  588. /package/lib/cjs/{libs/astro/src/hooks → hooks}/useTypeAnimationWrapper/useTypeAnimationWrapper.d.ts +0 -0
  589. /package/lib/cjs/{libs/astro/src/index.d.ts → index.d.ts} +0 -0
  590. /package/lib/cjs/{libs/astro/src/mocks → mocks}/browser.d.ts +0 -0
  591. /package/lib/cjs/{libs/astro/src/mocks → mocks}/constants/index.d.ts +0 -0
  592. /package/lib/cjs/{libs/astro/src/mocks → mocks}/handlers/users.d.ts +0 -0
  593. /package/lib/cjs/{libs/astro/src/mocks → mocks}/handlers.d.ts +0 -0
  594. /package/lib/cjs/{libs/astro/src/mocks → mocks}/responses/users.d.ts +0 -0
  595. /package/lib/cjs/{libs/astro/src/mocks → mocks}/types/users.d.ts +0 -0
  596. /package/lib/cjs/{libs/astro/src/recipes → recipes}/NoAccess.stories.d.ts +0 -0
  597. /package/lib/cjs/{libs/astro/src/recipes → recipes}/VerticalStepper.stories.d.ts +0 -0
  598. /package/lib/cjs/{libs/astro/src/styles → styles}/colors.d.ts +0 -0
  599. /package/lib/cjs/{libs/astro/src/styles → styles}/sizes.d.ts +0 -0
  600. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/customProperties/icons.d.ts +0 -0
  601. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/customProperties/index.d.ts +0 -0
  602. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/index.d.ts +0 -0
  603. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/nextGenDarkModeOverride.d.ts +0 -0
  604. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/stories/NextGenDarkStickerSheet.chromatic.stories.d.ts +0 -0
  605. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/callout.d.ts +0 -0
  606. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/cards.d.ts +0 -0
  607. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/footer.d.ts +0 -0
  608. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/iconBadge.d.ts +0 -0
  609. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/input.d.ts +0 -0
  610. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/navbar.d.ts +0 -0
  611. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/rangeCalendar.d.ts +0 -0
  612. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/skeleton.d.ts +0 -0
  613. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/nextGenDarkMode/variants/stepper.d.ts +0 -0
  614. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/onyxSideNav.d.ts +0 -0
  615. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/stories/OverlayPanel.chromatic.stories.d.ts +0 -0
  616. /package/lib/cjs/{libs/astro/src/styles → styles}/themeOverrides/uiLibraryOverride.d.ts +0 -0
  617. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/astro/customProperties/icons.d.ts +0 -0
  618. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/astro/customProperties/index.d.ts +0 -0
  619. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/astro/customProperties/navBarIcons.d.ts +0 -0
  620. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/astro/customProperties/styles.d.ts +0 -0
  621. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/astro/customProperties/tShirtSizes.d.ts +0 -0
  622. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/codeView/codeView.d.ts +0 -0
  623. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/convertedComponentList.d.ts +0 -0
  624. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/customProperties/customSizes.d.ts +0 -0
  625. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/customProperties/icons.d.ts +0 -0
  626. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/customProperties/index.d.ts +0 -0
  627. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/customProperties/styles.d.ts +0 -0
  628. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/customProperties/tShirtSizes.d.ts +0 -0
  629. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/sizes.d.ts +0 -0
  630. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/stories/NextGenStickerSheet.chromatic.stories.d.ts +0 -0
  631. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/stories/OnyxInputPatterns.chromatic.stories.d.ts +0 -0
  632. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/stories/StickerSheetComponent.d.ts +0 -0
  633. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/text.d.ts +0 -0
  634. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/tokens/colorTokens.d.ts +0 -0
  635. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/accordion.d.ts +0 -0
  636. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/box.d.ts +0 -0
  637. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/callout.d.ts +0 -0
  638. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/iconWrapper.d.ts +0 -0
  639. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/images.d.ts +0 -0
  640. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/label.d.ts +0 -0
  641. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/navigationHeader.d.ts +0 -0
  642. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/panelHeader.d.ts +0 -0
  643. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/prompt.d.ts +0 -0
  644. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/response.d.ts +0 -0
  645. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/searchNav.d.ts +0 -0
  646. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/suggestion.d.ts +0 -0
  647. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/suggestions.d.ts +0 -0
  648. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/switch.d.ts +0 -0
  649. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/table.d.ts +0 -0
  650. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/tableBase.d.ts +0 -0
  651. /package/lib/cjs/{libs/astro/src/styles → styles}/themes/next-gen/variants/tabs.d.ts +0 -0
  652. /package/lib/cjs/{libs/astro/src/types → types}/Modal.d.ts +0 -0
  653. /package/lib/cjs/{libs/astro/src/types → types}/ServerErrorBoundary.d.ts +0 -0
  654. /package/lib/cjs/{libs/astro/src/types → types}/TextAreaField.d.ts +0 -0
  655. /package/lib/cjs/{libs/astro/src/types → types}/aiPanel.d.ts +0 -0
  656. /package/lib/cjs/{libs/astro/src/types → types}/arrayField.d.ts +0 -0
  657. /package/lib/cjs/{libs/astro/src/types → types}/avatar.d.ts +0 -0
  658. /package/lib/cjs/{libs/astro/src/types → types}/badge.d.ts +0 -0
  659. /package/lib/cjs/{libs/astro/src/types → types}/box.d.ts +0 -0
  660. /package/lib/cjs/{libs/astro/src/types → types}/bracket.d.ts +0 -0
  661. /package/lib/cjs/{libs/astro/src/types → types}/breadCrumbs.d.ts +0 -0
  662. /package/lib/cjs/{libs/astro/src/types → types}/button.d.ts +0 -0
  663. /package/lib/cjs/{libs/astro/src/types → types}/buttonBar.d.ts +0 -0
  664. /package/lib/cjs/{libs/astro/src/types → types}/calendar.d.ts +0 -0
  665. /package/lib/cjs/{libs/astro/src/types → types}/callout.d.ts +0 -0
  666. /package/lib/cjs/{libs/astro/src/types → types}/card.d.ts +0 -0
  667. /package/lib/cjs/{libs/astro/src/types → types}/cell.d.ts +0 -0
  668. /package/lib/cjs/{libs/astro/src/types → types}/checkboxField.d.ts +0 -0
  669. /package/lib/cjs/{libs/astro/src/types → types}/codeEditor.d.ts +0 -0
  670. /package/lib/cjs/{libs/astro/src/types → types}/codeView.d.ts +0 -0
  671. /package/lib/cjs/{libs/astro/src/types → types}/collapsiblePanel.d.ts +0 -0
  672. /package/lib/cjs/{libs/astro/src/types → types}/colorField.d.ts +0 -0
  673. /package/lib/cjs/{libs/astro/src/types → types}/copyText.d.ts +0 -0
  674. /package/lib/cjs/{libs/astro/src/types → types}/dataTable.d.ts +0 -0
  675. /package/lib/cjs/{libs/astro/src/types → types}/dnd.d.ts +0 -0
  676. /package/lib/cjs/{libs/astro/src/types → types}/environmentBreadcrumb.d.ts +0 -0
  677. /package/lib/cjs/{libs/astro/src/types → types}/expandableText.d.ts +0 -0
  678. /package/lib/cjs/{libs/astro/src/types → types}/fieldHelperText.d.ts +0 -0
  679. /package/lib/cjs/{libs/astro/src/types → types}/footer.d.ts +0 -0
  680. /package/lib/cjs/{libs/astro/src/types → types}/grid.d.ts +0 -0
  681. /package/lib/cjs/{libs/astro/src/types → types}/gridList.d.ts +0 -0
  682. /package/lib/cjs/{libs/astro/src/types → types}/helpHint.d.ts +0 -0
  683. /package/lib/cjs/{libs/astro/src/types → types}/icon.d.ts +0 -0
  684. /package/lib/cjs/{libs/astro/src/types → types}/iconBadge.d.ts +0 -0
  685. /package/lib/cjs/{libs/astro/src/types → types}/iconButton.d.ts +0 -0
  686. /package/lib/cjs/{libs/astro/src/types → types}/iconButtonToggle.d.ts +0 -0
  687. /package/lib/cjs/{libs/astro/src/types → types}/iconWrapper.d.ts +0 -0
  688. /package/lib/cjs/{libs/astro/src/types → types}/image.d.ts +0 -0
  689. /package/lib/cjs/{libs/astro/src/types → types}/index.d.ts +0 -0
  690. /package/lib/cjs/{libs/astro/src/types → types}/input.d.ts +0 -0
  691. /package/lib/cjs/{libs/astro/src/types → types}/item.d.ts +0 -0
  692. /package/lib/cjs/{libs/astro/src/types → types}/label.d.ts +0 -0
  693. /package/lib/cjs/{libs/astro/src/types → types}/link.d.ts +0 -0
  694. /package/lib/cjs/{libs/astro/src/types → types}/listBox.d.ts +0 -0
  695. /package/lib/cjs/{libs/astro/src/types → types}/listItem.d.ts +0 -0
  696. /package/lib/cjs/{libs/astro/src/types → types}/listView.d.ts +0 -0
  697. /package/lib/cjs/{libs/astro/src/types → types}/loader.d.ts +0 -0
  698. /package/lib/cjs/{libs/astro/src/types → types}/menu.d.ts +0 -0
  699. /package/lib/cjs/{libs/astro/src/types → types}/menuItem.d.ts +0 -0
  700. /package/lib/cjs/{libs/astro/src/types → types}/menuSection.d.ts +0 -0
  701. /package/lib/cjs/{libs/astro/src/types → types}/messages.d.ts +0 -0
  702. /package/lib/cjs/{libs/astro/src/types → types}/navBar.d.ts +0 -0
  703. /package/lib/cjs/{libs/astro/src/types → types}/navSideBar.d.ts +0 -0
  704. /package/lib/cjs/{libs/astro/src/types → types}/overlayPanel.d.ts +0 -0
  705. /package/lib/cjs/{libs/astro/src/types → types}/pagination.d.ts +0 -0
  706. /package/lib/cjs/{libs/astro/src/types → types}/passwordField.d.ts +0 -0
  707. /package/lib/cjs/{libs/astro/src/types → types}/popoverContainer.d.ts +0 -0
  708. /package/lib/cjs/{libs/astro/src/types → types}/popoverMenu.d.ts +0 -0
  709. /package/lib/cjs/{libs/astro/src/types → types}/progressBar.d.ts +0 -0
  710. /package/lib/cjs/{libs/astro/src/types → types}/promptInput.d.ts +0 -0
  711. /package/lib/cjs/{libs/astro/src/types → types}/radio.d.ts +0 -0
  712. /package/lib/cjs/{libs/astro/src/types → types}/radioField.d.ts +0 -0
  713. /package/lib/cjs/{libs/astro/src/types → types}/radioGroupField.d.ts +0 -0
  714. /package/lib/cjs/{libs/astro/src/types → types}/requirementsList.d.ts +0 -0
  715. /package/lib/cjs/{libs/astro/src/types → types}/response.d.ts +0 -0
  716. /package/lib/cjs/{libs/astro/src/types → types}/rockerButton.d.ts +0 -0
  717. /package/lib/cjs/{libs/astro/src/types → types}/rockerButtonGroup.d.ts +0 -0
  718. /package/lib/cjs/{libs/astro/src/types → types}/scrollBox.d.ts +0 -0
  719. /package/lib/cjs/{libs/astro/src/types → types}/searchField.d.ts +0 -0
  720. /package/lib/cjs/{libs/astro/src/types → types}/searchNav.d.ts +0 -0
  721. /package/lib/cjs/{libs/astro/src/types → types}/selectField.d.ts +0 -0
  722. /package/lib/cjs/{libs/astro/src/types → types}/separator.d.ts +0 -0
  723. /package/lib/cjs/{libs/astro/src/types → types}/shared/dom.d.ts +0 -0
  724. /package/lib/cjs/{libs/astro/src/types → types}/shared/events.d.ts +0 -0
  725. /package/lib/cjs/{libs/astro/src/types → types}/shared/fieldProps.d.ts +0 -0
  726. /package/lib/cjs/{libs/astro/src/types → types}/shared/index.d.ts +0 -0
  727. /package/lib/cjs/{libs/astro/src/types → types}/shared/loadingState.d.ts +0 -0
  728. /package/lib/cjs/{libs/astro/src/types → types}/shared/orientation.d.ts +0 -0
  729. /package/lib/cjs/{libs/astro/src/types → types}/shared/style.d.ts +0 -0
  730. /package/lib/cjs/{libs/astro/src/types → types}/shared/test.d.ts +0 -0
  731. /package/lib/cjs/{libs/astro/src/types → types}/shared/utils.d.ts +0 -0
  732. /package/lib/cjs/{libs/astro/src/types → types}/shared/validPositiveInteger.d.ts +0 -0
  733. /package/lib/cjs/{libs/astro/src/types → types}/skeleton.d.ts +0 -0
  734. /package/lib/cjs/{libs/astro/src/types → types}/sliderField.d.ts +0 -0
  735. /package/lib/cjs/{libs/astro/src/types → types}/suggestions.d.ts +0 -0
  736. /package/lib/cjs/{libs/astro/src/types → types}/switchField.d.ts +0 -0
  737. /package/lib/cjs/{libs/astro/src/types → types}/tab.d.ts +0 -0
  738. /package/lib/cjs/{libs/astro/src/types → types}/table.d.ts +0 -0
  739. /package/lib/cjs/{libs/astro/src/types → types}/tableBase.d.ts +0 -0
  740. /package/lib/cjs/{libs/astro/src/types → types}/tabs.d.ts +0 -0
  741. /package/lib/cjs/{libs/astro/src/types → types}/text.d.ts +0 -0
  742. /package/lib/cjs/{libs/astro/src/types → types}/textField.d.ts +0 -0
  743. /package/lib/cjs/{libs/astro/src/types → types}/timefield.d.ts +0 -0
  744. /package/lib/cjs/{libs/astro/src/types → types}/tooltipTrigger.d.ts +0 -0
  745. /package/lib/cjs/{libs/astro/src/utils → utils}/designUtils/figmaLinks.d.ts +0 -0
  746. /package/lib/cjs/{libs/astro/src/utils → utils}/devUtils/constants/images.d.ts +0 -0
  747. /package/lib/cjs/{libs/astro/src/utils → utils}/devUtils/constants/items.d.ts +0 -0
  748. /package/lib/cjs/{libs/astro/src/utils → utils}/devUtils/constants/labelModes.d.ts +0 -0
  749. /package/lib/cjs/{libs/astro/src/utils → utils}/devUtils/constants/languageMapping.d.ts +0 -0
  750. /package/lib/cjs/{libs/astro/src/utils → utils}/devUtils/constants/logos.d.ts +0 -0
  751. /package/lib/cjs/{libs/astro/src/utils → utils}/devUtils/constants/pendoID.d.ts +0 -0
  752. /package/lib/cjs/{libs/astro/src/utils → utils}/devUtils/constants/tShirtSizes.d.ts +0 -0
  753. /package/lib/cjs/{libs/astro/src/utils → utils}/devUtils/constants/themes.d.ts +0 -0
  754. /package/lib/cjs/{libs/astro/src/utils → utils}/devUtils/shouldReturnComingSoon.d.ts +0 -0
  755. /package/lib/cjs/{libs/astro/src/utils → utils}/docUtils/ariaAttributes.d.ts +0 -0
  756. /package/lib/cjs/{libs/astro/src/utils → utils}/docUtils/iconSizeProps.d.ts +0 -0
  757. /package/lib/cjs/{libs/astro/src/utils → utils}/docUtils/pressAttributes.d.ts +0 -0
  758. /package/lib/cjs/{libs/astro/src/utils → utils}/testUtils/setupTests.d.ts +0 -0
  759. /package/lib/cjs/{libs/astro/src/utils → utils}/testUtils/testAxe.d.ts +0 -0
  760. /package/lib/cjs/{libs/astro/src/utils → utils}/testUtils/testTheme.d.ts +0 -0
  761. /package/lib/cjs/{libs/astro/src/utils → utils}/testUtils/testWrapper.d.ts +0 -0
  762. /package/lib/cjs/{libs/astro/src/utils → utils}/testUtils/universalComponentTest.d.ts +0 -0
  763. /package/lib/cjs/{libs/astro/src/utils → utils}/testUtils/universalFormSubmitTest.d.ts +0 -0
@@ -3,135 +3,135 @@ declare const _default: {
3
3
  name: string;
4
4
  colors: {
5
5
  badge: {
6
- textColor: string;
7
- background: string;
6
+ textColor: any;
7
+ background: any;
8
8
  };
9
9
  card: {
10
- blue: string;
11
- gray: string;
10
+ blue: any;
11
+ gray: any;
12
12
  };
13
13
  critical: {
14
- bright: string;
15
- dark: string;
16
- light: string;
14
+ bright: any;
15
+ dark: any;
16
+ light: any;
17
17
  };
18
18
  success: {
19
- bright: string;
20
- dark: string;
21
- light: string;
19
+ bright: any;
20
+ dark: any;
21
+ light: any;
22
22
  };
23
23
  warning: {
24
- bright: string;
25
- dark: string;
26
- light: string;
24
+ bright: any;
25
+ dark: any;
26
+ light: any;
27
27
  };
28
28
  info: {
29
- bright: string;
30
- dark: string;
31
- light: string;
29
+ bright: any;
30
+ dark: any;
31
+ light: any;
32
32
  };
33
33
  text: {
34
- primary: string;
35
- secondary: string;
36
- message: string;
37
- fieldHelper: string;
34
+ primary: any;
35
+ secondary: any;
36
+ message: any;
37
+ fieldHelper: any;
38
38
  };
39
39
  border: {
40
- base: string;
41
- input: string;
42
- separator: string;
43
- hairline: string;
44
- };
45
- active: string;
46
- primary: string;
47
- background: string;
40
+ base: any;
41
+ input: any;
42
+ separator: any;
43
+ hairline: any;
44
+ };
45
+ active: any;
46
+ primary: any;
47
+ background: any;
48
48
  backgroundBase: string;
49
- backgroundSecondary: string;
50
- backgroundCard: string;
49
+ backgroundSecondary: any;
50
+ backgroundCard: any;
51
51
  backgroundSuggestion: string;
52
- backgroundHover: string;
52
+ backgroundHover: any;
53
53
  iconWrapper: {
54
54
  wrapper: {
55
- orange: string;
56
- cyan: string;
57
- green: string;
58
- purple: string;
59
- pink: string;
60
- red: string;
61
- yellow: string;
62
- teal: string;
63
- blue: string;
64
- indigo: string;
65
- lightBlue: string;
66
- lightPink: string;
67
- lightGreen: string;
68
- lightYellow: string;
69
- lightIndigo: string;
55
+ orange: any;
56
+ cyan: any;
57
+ green: any;
58
+ purple: any;
59
+ pink: any;
60
+ red: any;
61
+ yellow: any;
62
+ teal: any;
63
+ blue: any;
64
+ indigo: any;
65
+ lightBlue: any;
66
+ lightPink: any;
67
+ lightGreen: any;
68
+ lightYellow: any;
69
+ lightIndigo: any;
70
70
  };
71
71
  icon: {
72
- orange: string;
73
- cyan: string;
74
- green: string;
75
- purple: string;
76
- pink: string;
77
- red: string;
78
- yellow: string;
79
- teal: string;
80
- blue: string;
81
- indigo: string;
82
- lightBlue: string;
83
- lightPink: string;
84
- lightGreen: string;
85
- lightYellow: string;
86
- lightIndigo: string;
72
+ orange: any;
73
+ cyan: any;
74
+ green: any;
75
+ purple: any;
76
+ pink: any;
77
+ red: any;
78
+ yellow: any;
79
+ teal: any;
80
+ blue: any;
81
+ indigo: any;
82
+ lightBlue: any;
83
+ lightPink: any;
84
+ lightGreen: any;
85
+ lightYellow: any;
86
+ lightIndigo: any;
87
87
  };
88
88
  };
89
89
  tooltip: string;
90
90
  codeEditor: {
91
- backgroundColor: string;
92
- headerColor: string;
91
+ backgroundColor: any;
92
+ headerColor: any;
93
93
  };
94
94
  twoTone: {
95
95
  bg: {
96
- orange: string;
97
- cyan: string;
98
- green: string;
99
- purple: string;
100
- pink: string;
101
- red: string;
102
- yellow: string;
103
- teal: string;
104
- blue: string;
105
- indigo: string;
106
- lightBlue: string;
107
- lightPink: string;
108
- lightGreen: string;
109
- lightYellow: string;
110
- lightIndigo: string;
96
+ orange: any;
97
+ cyan: any;
98
+ green: any;
99
+ purple: any;
100
+ pink: any;
101
+ red: any;
102
+ yellow: any;
103
+ teal: any;
104
+ blue: any;
105
+ indigo: any;
106
+ lightBlue: any;
107
+ lightPink: any;
108
+ lightGreen: any;
109
+ lightYellow: any;
110
+ lightIndigo: any;
111
111
  };
112
112
  text: {
113
- orange: string;
114
- cyan: string;
115
- green: string;
116
- purple: string;
117
- pink: string;
118
- red: string;
119
- yellow: string;
120
- teal: string;
121
- blue: string;
122
- indigo: string;
123
- lightBlue: string;
124
- lightPink: string;
125
- lightGreen: string;
126
- lightYellow: string;
127
- lightIndigo: string;
113
+ orange: any;
114
+ cyan: any;
115
+ green: any;
116
+ purple: any;
117
+ pink: any;
118
+ red: any;
119
+ yellow: any;
120
+ teal: any;
121
+ blue: any;
122
+ indigo: any;
123
+ lightBlue: any;
124
+ lightPink: any;
125
+ lightGreen: any;
126
+ lightYellow: any;
127
+ lightIndigo: any;
128
128
  };
129
129
  };
130
130
  neutral: {
131
131
  80: string;
132
132
  };
133
- focus: string;
134
- disabled: string;
133
+ focus: any;
134
+ disabled: any;
135
135
  white: string;
136
136
  'blue-100': string;
137
137
  'blue-200': string;
@@ -267,40 +267,40 @@ declare const _default: {
267
267
  critical_pressed: string;
268
268
  critical_light: string;
269
269
  warning_light: string;
270
- lightblue: string;
271
- lightindigo: string;
272
- lightpurple: string;
273
- lightpink: string;
274
- lightred: string;
275
- lightorange: string;
276
- lightyellow: string;
277
- lightgreen: string;
278
- lightteal: string;
279
- lightcyan: string;
280
- darkblue: string;
281
- darkindigo: string;
282
- darkpurple: string;
283
- darkpink: string;
284
- darkred: string;
285
- darkorange: string;
286
- darkyellow: string;
287
- darkgreen: string;
288
- darkteal: string;
289
- darkcyan: string;
290
- mediumblue: string;
291
- mediumindigo: string;
292
- mediumpurple: string;
293
- mediumpink: string;
294
- mediumred: string;
295
- mediumorange: string;
296
- mediumyellow: string;
297
- mediumgreen: string;
298
- mediumteal: string;
299
- mediumcyan: string;
300
- secondary: string;
301
- danger: string;
302
- light: string;
303
- dark: string;
270
+ lightblue: any;
271
+ lightindigo: any;
272
+ lightpurple: any;
273
+ lightpink: any;
274
+ lightred: any;
275
+ lightorange: any;
276
+ lightyellow: any;
277
+ lightgreen: any;
278
+ lightteal: any;
279
+ lightcyan: any;
280
+ darkblue: any;
281
+ darkindigo: any;
282
+ darkpurple: any;
283
+ darkpink: any;
284
+ darkred: any;
285
+ darkorange: any;
286
+ darkyellow: any;
287
+ darkgreen: any;
288
+ darkteal: any;
289
+ darkcyan: any;
290
+ mediumblue: any;
291
+ mediumindigo: any;
292
+ mediumpurple: any;
293
+ mediumpink: any;
294
+ mediumred: any;
295
+ mediumorange: any;
296
+ mediumyellow: any;
297
+ mediumgreen: any;
298
+ mediumteal: any;
299
+ mediumcyan: any;
300
+ secondary: any;
301
+ danger: any;
302
+ light: any;
303
+ dark: any;
304
304
  };
305
305
  buttons: {
306
306
  neutral: {
@@ -328,8 +328,8 @@ declare const _default: {
328
328
  borderRadius: string;
329
329
  border: string;
330
330
  borderColor: string;
331
- px: number;
332
- py: number;
331
+ px: any;
332
+ py: any;
333
333
  maxHeight: string;
334
334
  height: string;
335
335
  '&.is-disabled': {
@@ -347,17 +347,17 @@ declare const _default: {
347
347
  backgroundColor: string;
348
348
  borderColor: string;
349
349
  '&.is-pressed': {
350
- backgroundColor: string;
351
- borderColor: string;
350
+ backgroundColor: any;
351
+ borderColor: any;
352
352
  };
353
353
  '&.is-hovered': {
354
354
  boxShadow: string;
355
- backgroundColor: string;
356
- borderColor: string;
355
+ backgroundColor: any;
356
+ borderColor: any;
357
357
  };
358
358
  '&.is-focused': {
359
- backgroundColor: string;
360
- borderColor: string;
359
+ backgroundColor: any;
360
+ borderColor: any;
361
361
  outline: string;
362
362
  };
363
363
  alignItems: string;
@@ -375,8 +375,8 @@ declare const _default: {
375
375
  lineHeight: number;
376
376
  borderRadius: string;
377
377
  border: string;
378
- px: number;
379
- py: number;
378
+ px: any;
379
+ py: any;
380
380
  maxHeight: string;
381
381
  height: string;
382
382
  '&.is-disabled': {
@@ -386,11 +386,11 @@ declare const _default: {
386
386
  };
387
387
  default: {
388
388
  backgroundColor: string;
389
- borderColor: string;
390
- color: string;
389
+ borderColor: any;
390
+ color: any;
391
391
  '&.is-pressed': {
392
- backgroundColor: string;
393
- borderColor: string;
392
+ backgroundColor: any;
393
+ borderColor: any;
394
394
  color: string;
395
395
  path: {
396
396
  fill: string;
@@ -398,8 +398,8 @@ declare const _default: {
398
398
  };
399
399
  '&.is-hovered': {
400
400
  boxShadow: string;
401
- backgroundColor: string;
402
- borderColor: string;
401
+ backgroundColor: any;
402
+ borderColor: any;
403
403
  color: string;
404
404
  path: {
405
405
  fill: string;
@@ -420,8 +420,8 @@ declare const _default: {
420
420
  lineHeight: number;
421
421
  borderRadius: string;
422
422
  border: string;
423
- px: number;
424
- py: number;
423
+ px: any;
424
+ py: any;
425
425
  maxHeight: string;
426
426
  height: string;
427
427
  '&.is-disabled': {
@@ -437,7 +437,7 @@ declare const _default: {
437
437
  tertiary: {
438
438
  backgroundColor: string;
439
439
  borderColor: string;
440
- color: string;
440
+ color: any;
441
441
  '&.is-focused': {
442
442
  outlineColor: string;
443
443
  backgroundColor: string;
@@ -446,12 +446,12 @@ declare const _default: {
446
446
  };
447
447
  '&.is-pressed': {
448
448
  backgroundColor: string;
449
- color: string;
449
+ color: any;
450
450
  };
451
451
  '&.is-hovered': {
452
452
  boxShadow: string;
453
453
  backgroundColor: string;
454
- color: string;
454
+ color: any;
455
455
  };
456
456
  alignItems: string;
457
457
  justifyContent: string;
@@ -468,8 +468,8 @@ declare const _default: {
468
468
  lineHeight: number;
469
469
  borderRadius: string;
470
470
  border: string;
471
- px: number;
472
- py: number;
471
+ px: any;
472
+ py: any;
473
473
  maxHeight: string;
474
474
  height: string;
475
475
  '&.is-disabled': {
@@ -496,8 +496,8 @@ declare const _default: {
496
496
  lineHeight: number;
497
497
  borderRadius: string;
498
498
  border: string;
499
- px: number;
500
- py: number;
499
+ px: any;
500
+ py: any;
501
501
  maxHeight: string;
502
502
  height: string;
503
503
  '&.is-disabled': {
@@ -524,13 +524,13 @@ declare const _default: {
524
524
  outlineOffset: string;
525
525
  };
526
526
  '&.is-pressed': {
527
- backgroundColor: string;
528
- borderColor: string;
527
+ backgroundColor: any;
528
+ borderColor: any;
529
529
  };
530
530
  '&.is-hovered': {
531
531
  boxShadow: string;
532
- backgroundColor: string;
533
- borderColor: string;
532
+ backgroundColor: any;
533
+ borderColor: any;
534
534
  color: string;
535
535
  };
536
536
  alignItems: string;
@@ -548,8 +548,8 @@ declare const _default: {
548
548
  lineHeight: number;
549
549
  borderRadius: string;
550
550
  border: string;
551
- px: number;
552
- py: number;
551
+ px: any;
552
+ py: any;
553
553
  maxHeight: string;
554
554
  height: string;
555
555
  '&.is-disabled': {
@@ -568,17 +568,17 @@ declare const _default: {
568
568
  paddingTop: string;
569
569
  paddingBottom: string;
570
570
  backgroundColor: string;
571
- color: string;
572
- borderColor: string;
571
+ color: any;
572
+ borderColor: any;
573
573
  '&.is-pressed': {
574
- backgroundColor: string;
575
- borderColor: string;
574
+ backgroundColor: any;
575
+ borderColor: any;
576
576
  color: string;
577
577
  };
578
578
  '&.is-hovered': {
579
579
  boxShadow: string;
580
- backgroundColor: string;
581
- borderColor: string;
580
+ backgroundColor: any;
581
+ borderColor: any;
582
582
  color: string;
583
583
  path: {
584
584
  fill: string;
@@ -594,8 +594,8 @@ declare const _default: {
594
594
  fontWeight: number;
595
595
  textAlign: string;
596
596
  verticalAlign: string;
597
- px: number;
598
- py: number;
597
+ px: any;
598
+ py: any;
599
599
  maxHeight: string;
600
600
  '&.is-disabled': {
601
601
  opacity: number;
@@ -621,23 +621,17 @@ declare const _default: {
621
621
  color: string;
622
622
  borderColor: string;
623
623
  '&.is-pressed': {
624
- backgroundColor: string;
625
- borderColor: string;
624
+ backgroundColor: any;
625
+ borderColor: any;
626
626
  };
627
627
  '&.is-hovered': {
628
628
  boxShadow: string;
629
- backgroundColor: {
630
- bg: string;
631
- border: string;
632
- };
633
- borderColor: {
634
- bg: string;
635
- border: string;
636
- };
629
+ backgroundColor: any;
630
+ borderColor: any;
637
631
  };
638
632
  '&.is-focused': {
639
- backgroundColor: string;
640
- borderColor: string;
633
+ backgroundColor: any;
634
+ borderColor: any;
641
635
  outline: string;
642
636
  };
643
637
  alignItems: string;
@@ -650,8 +644,8 @@ declare const _default: {
650
644
  fontWeight: number;
651
645
  textAlign: string;
652
646
  verticalAlign: string;
653
- px: number;
654
- py: number;
647
+ px: any;
648
+ py: any;
655
649
  maxHeight: string;
656
650
  '&.is-disabled': {
657
651
  opacity: number;
@@ -677,8 +671,8 @@ declare const _default: {
677
671
  lineHeight: number;
678
672
  borderRadius: string;
679
673
  border: string;
680
- px: number;
681
- py: number;
674
+ px: any;
675
+ py: any;
682
676
  maxHeight: string;
683
677
  height: string;
684
678
  '&.is-disabled': {
@@ -713,8 +707,8 @@ declare const _default: {
713
707
  borderRadius: string;
714
708
  border: string;
715
709
  borderColor: string;
716
- px: number;
717
- py: number;
710
+ px: any;
711
+ py: any;
718
712
  maxHeight: string;
719
713
  height: string;
720
714
  '&.is-disabled': {
@@ -766,8 +760,8 @@ declare const _default: {
766
760
  lineHeight: number;
767
761
  borderRadius: string;
768
762
  border: string;
769
- px: number;
770
- py: number;
763
+ px: any;
764
+ py: any;
771
765
  maxHeight: string;
772
766
  height: string;
773
767
  '&.is-disabled': {
@@ -783,8 +777,8 @@ declare const _default: {
783
777
  transition: string;
784
778
  fontSize: string;
785
779
  textDecoration: string;
786
- px: number;
787
- py: number;
780
+ px: any;
781
+ py: any;
788
782
  '&.is-pressed': {
789
783
  textDecoration: string;
790
784
  outline: string;
@@ -822,7 +816,7 @@ declare const _default: {
822
816
  outlineOffset: string;
823
817
  };
824
818
  '&.is-pressed': {
825
- backgroundColor: string;
819
+ backgroundColor: any;
826
820
  path: {
827
821
  fill: string;
828
822
  };
@@ -851,7 +845,7 @@ declare const _default: {
851
845
  outlineOffset: string;
852
846
  };
853
847
  '&.is-pressed': {
854
- backgroundColor: string;
848
+ backgroundColor: any;
855
849
  path: {
856
850
  fill: string;
857
851
  };
@@ -902,14 +896,14 @@ declare const _default: {
902
896
  withIcon: {
903
897
  display: string;
904
898
  path: {
905
- fill: string;
899
+ fill: any;
906
900
  };
907
901
  backgroundColor: string;
908
- borderColor: string;
909
- color: string;
902
+ borderColor: any;
903
+ color: any;
910
904
  '&.is-pressed': {
911
- backgroundColor: string;
912
- borderColor: string;
905
+ backgroundColor: any;
906
+ borderColor: any;
913
907
  color: string;
914
908
  path: {
915
909
  fill: string;
@@ -917,8 +911,8 @@ declare const _default: {
917
911
  };
918
912
  '&.is-hovered': {
919
913
  boxShadow: string;
920
- backgroundColor: string;
921
- borderColor: string;
914
+ backgroundColor: any;
915
+ borderColor: any;
922
916
  color: string;
923
917
  path: {
924
918
  fill: string;
@@ -938,8 +932,8 @@ declare const _default: {
938
932
  lineHeight: number;
939
933
  borderRadius: string;
940
934
  border: string;
941
- px: number;
942
- py: number;
935
+ px: any;
936
+ py: any;
943
937
  maxHeight: string;
944
938
  height: string;
945
939
  '&.is-disabled': {
@@ -958,17 +952,17 @@ declare const _default: {
958
952
  backgroundColor: string;
959
953
  borderColor: string;
960
954
  '&.is-pressed': {
961
- backgroundColor: string;
962
- borderColor: string;
955
+ backgroundColor: any;
956
+ borderColor: any;
963
957
  };
964
958
  '&.is-hovered': {
965
959
  boxShadow: string;
966
- backgroundColor: string;
967
- borderColor: string;
960
+ backgroundColor: any;
961
+ borderColor: any;
968
962
  };
969
963
  '&.is-focused': {
970
- backgroundColor: string;
971
- borderColor: string;
964
+ backgroundColor: any;
965
+ borderColor: any;
972
966
  outline: string;
973
967
  };
974
968
  alignItems: string;
@@ -985,8 +979,8 @@ declare const _default: {
985
979
  lineHeight: number;
986
980
  borderRadius: string;
987
981
  border: string;
988
- px: number;
989
- py: number;
982
+ px: any;
983
+ py: any;
990
984
  maxHeight: string;
991
985
  height: string;
992
986
  '&.is-disabled': {
@@ -997,7 +991,7 @@ declare const _default: {
997
991
  inlineWithIcon: {
998
992
  display: string;
999
993
  path: {
1000
- fill: string;
994
+ fill: any;
1001
995
  };
1002
996
  height: string;
1003
997
  lineHeight: number;
@@ -1008,17 +1002,17 @@ declare const _default: {
1008
1002
  paddingTop: string;
1009
1003
  paddingBottom: string;
1010
1004
  backgroundColor: string;
1011
- color: string;
1012
- borderColor: string;
1005
+ color: any;
1006
+ borderColor: any;
1013
1007
  '&.is-pressed': {
1014
- backgroundColor: string;
1015
- borderColor: string;
1008
+ backgroundColor: any;
1009
+ borderColor: any;
1016
1010
  color: string;
1017
1011
  };
1018
1012
  '&.is-hovered': {
1019
1013
  boxShadow: string;
1020
- backgroundColor: string;
1021
- borderColor: string;
1014
+ backgroundColor: any;
1015
+ borderColor: any;
1022
1016
  color: string;
1023
1017
  path: {
1024
1018
  fill: string;
@@ -1034,8 +1028,8 @@ declare const _default: {
1034
1028
  fontWeight: number;
1035
1029
  textAlign: string;
1036
1030
  verticalAlign: string;
1037
- px: number;
1038
- py: number;
1031
+ px: any;
1032
+ py: any;
1039
1033
  maxHeight: string;
1040
1034
  '&.is-disabled': {
1041
1035
  opacity: number;
@@ -1061,23 +1055,17 @@ declare const _default: {
1061
1055
  backgroundColor: string;
1062
1056
  borderColor: string;
1063
1057
  '&.is-pressed': {
1064
- backgroundColor: string;
1065
- borderColor: string;
1058
+ backgroundColor: any;
1059
+ borderColor: any;
1066
1060
  };
1067
1061
  '&.is-hovered': {
1068
1062
  boxShadow: string;
1069
- backgroundColor: {
1070
- bg: string;
1071
- border: string;
1072
- };
1073
- borderColor: {
1074
- bg: string;
1075
- border: string;
1076
- };
1063
+ backgroundColor: any;
1064
+ borderColor: any;
1077
1065
  };
1078
1066
  '&.is-focused': {
1079
- backgroundColor: string;
1080
- borderColor: string;
1067
+ backgroundColor: any;
1068
+ borderColor: any;
1081
1069
  outline: string;
1082
1070
  };
1083
1071
  alignItems: string;
@@ -1090,8 +1078,8 @@ declare const _default: {
1090
1078
  fontWeight: number;
1091
1079
  textAlign: string;
1092
1080
  verticalAlign: string;
1093
- px: number;
1094
- py: number;
1081
+ px: any;
1082
+ py: any;
1095
1083
  maxHeight: string;
1096
1084
  '&.is-disabled': {
1097
1085
  opacity: number;
@@ -1099,16 +1087,16 @@ declare const _default: {
1099
1087
  transition: string;
1100
1088
  };
1101
1089
  colorBlock: {
1102
- bg: string;
1103
- borderColor: string;
1090
+ bg: any;
1091
+ borderColor: any;
1104
1092
  borderRadius: string;
1105
1093
  width: number;
1106
1094
  height: number;
1107
1095
  p: string;
1108
1096
  '&.is-hovered': {
1109
1097
  boxShadow: string;
1110
- bg: string;
1111
- borderColor: string;
1098
+ bg: any;
1099
+ borderColor: any;
1112
1100
  };
1113
1101
  '&.is-focused': {
1114
1102
  outline: string;
@@ -1116,8 +1104,8 @@ declare const _default: {
1116
1104
  outlineOffset: string;
1117
1105
  };
1118
1106
  '&.is-pressed': {
1119
- bg: string;
1120
- borderColor: string;
1107
+ bg: any;
1108
+ borderColor: any;
1121
1109
  };
1122
1110
  '&>svg': {
1123
1111
  color: string;
@@ -1125,31 +1113,25 @@ declare const _default: {
1125
1113
  };
1126
1114
  };
1127
1115
  colorBlockPrimary: {
1128
- bg: string;
1129
- borderColor: string;
1116
+ bg: any;
1117
+ borderColor: any;
1130
1118
  '& span': {
1131
1119
  color: string;
1132
1120
  textAlign: string;
1133
1121
  };
1134
1122
  '&.is-hovered': {
1135
1123
  boxShadow: string;
1136
- backgroundColor: {
1137
- bg: string;
1138
- border: string;
1139
- };
1140
- borderColor: {
1141
- bg: string;
1142
- border: string;
1143
- };
1124
+ backgroundColor: any;
1125
+ borderColor: any;
1144
1126
  color: string;
1145
1127
  };
1146
1128
  '&.is-pressed': {
1147
- backgroundColor: string;
1148
- borderColor: string;
1129
+ backgroundColor: any;
1130
+ borderColor: any;
1149
1131
  };
1150
1132
  '&.is-focused': {
1151
- backgroundColor: string;
1152
- borderColor: string;
1133
+ backgroundColor: any;
1134
+ borderColor: any;
1153
1135
  outline: string;
1154
1136
  };
1155
1137
  borderRadius: string;
@@ -1331,13 +1313,13 @@ declare const _default: {
1331
1313
  p: number;
1332
1314
  width: number;
1333
1315
  '&.is-focused': {
1334
- backgroundColor: string;
1316
+ backgroundColor: any;
1335
1317
  outline: string;
1336
1318
  outlineColor: string;
1337
1319
  outlineOffset: string;
1338
1320
  };
1339
1321
  '&.is-pressed': {
1340
- backgroundColor: string;
1322
+ backgroundColor: any;
1341
1323
  path: {
1342
1324
  fill: string;
1343
1325
  };
@@ -1476,13 +1458,13 @@ declare const _default: {
1476
1458
  inverted: {
1477
1459
  '&.is-hovered': {
1478
1460
  boxShadow: string;
1479
- backgroundColor: string;
1461
+ backgroundColor: any;
1480
1462
  };
1481
1463
  '&.is-pressed': {
1482
- backgroundColor: string;
1464
+ backgroundColor: any;
1483
1465
  };
1484
1466
  '&.is-disabled': {
1485
- backgroundColor: string;
1467
+ backgroundColor: any;
1486
1468
  };
1487
1469
  '&.is-focused': {
1488
1470
  outline: string;
@@ -1527,13 +1509,13 @@ declare const _default: {
1527
1509
  height: string;
1528
1510
  '&.is-hovered': {
1529
1511
  boxShadow: string;
1530
- backgroundColor: string;
1512
+ backgroundColor: any;
1531
1513
  path: {
1532
1514
  fill: string;
1533
1515
  };
1534
1516
  };
1535
1517
  '&.is-pressed': {
1536
- backgroundColor: string;
1518
+ backgroundColor: any;
1537
1519
  path: {
1538
1520
  fill: string;
1539
1521
  };
@@ -1561,7 +1543,7 @@ declare const _default: {
1561
1543
  fill: string;
1562
1544
  };
1563
1545
  '&.is-hovered': {
1564
- backgroundColor: string;
1546
+ backgroundColor: any;
1565
1547
  path: {
1566
1548
  fill: string;
1567
1549
  };
@@ -1574,8 +1556,8 @@ declare const _default: {
1574
1556
  };
1575
1557
  passwordVisibilityIcon: {
1576
1558
  right: number;
1577
- py: number;
1578
- px: number;
1559
+ py: any;
1560
+ px: any;
1579
1561
  border: string;
1580
1562
  '&:hover, &.is-pressed': {
1581
1563
  background: string;
@@ -1584,7 +1566,7 @@ declare const _default: {
1584
1566
  '&.is-focused': {
1585
1567
  outline: string;
1586
1568
  outlineOffset: string;
1587
- outlineColor: string;
1569
+ outlineColor: any;
1588
1570
  };
1589
1571
  position: string;
1590
1572
  top: string;
@@ -1621,7 +1603,7 @@ declare const _default: {
1621
1603
  path: {
1622
1604
  fill: string;
1623
1605
  };
1624
- backgroundColor: string;
1606
+ backgroundColor: any;
1625
1607
  };
1626
1608
  path: {
1627
1609
  fill: string;
@@ -1693,7 +1675,7 @@ declare const _default: {
1693
1675
  outlineOffset: string;
1694
1676
  };
1695
1677
  '&.is-hovered': {
1696
- backgroundColor: string;
1678
+ backgroundColor: any;
1697
1679
  path: {
1698
1680
  fill: string;
1699
1681
  };
@@ -1705,7 +1687,7 @@ declare const _default: {
1705
1687
  };
1706
1688
  };
1707
1689
  display: string;
1708
- borderColor: string;
1690
+ borderColor: any;
1709
1691
  alignItems: string;
1710
1692
  justifyContent: string;
1711
1693
  flexShrink: number;
@@ -1718,8 +1700,8 @@ declare const _default: {
1718
1700
  verticalAlign: string;
1719
1701
  lineHeight: number;
1720
1702
  borderRadius: string;
1721
- px: number;
1722
- py: number;
1703
+ px: any;
1704
+ py: any;
1723
1705
  maxHeight: string;
1724
1706
  height: string;
1725
1707
  '&.is-disabled': {
@@ -1746,13 +1728,13 @@ declare const _default: {
1746
1728
  };
1747
1729
  ButtonInputGroupContentRight: {
1748
1730
  right: number;
1749
- py: number;
1750
- px: number;
1731
+ py: any;
1732
+ px: any;
1751
1733
  borderRadius: string;
1752
1734
  borderWidth: string;
1753
1735
  borderLeftWidth: string;
1754
1736
  borderRightWidth: string;
1755
- borderLeftColor: string;
1737
+ borderLeftColor: any;
1756
1738
  position: string;
1757
1739
  top: string;
1758
1740
  transform: string;
@@ -1761,7 +1743,7 @@ declare const _default: {
1761
1743
  justifyContent: string;
1762
1744
  backgroundColor: string;
1763
1745
  borderColor: string;
1764
- color: string;
1746
+ color: any;
1765
1747
  '&.is-focused': {
1766
1748
  outlineColor: string;
1767
1749
  backgroundColor: string;
@@ -1770,12 +1752,12 @@ declare const _default: {
1770
1752
  };
1771
1753
  '&.is-pressed': {
1772
1754
  backgroundColor: string;
1773
- color: string;
1755
+ color: any;
1774
1756
  };
1775
1757
  '&.is-hovered': {
1776
1758
  boxShadow: string;
1777
1759
  backgroundColor: string;
1778
- color: string;
1760
+ color: any;
1779
1761
  };
1780
1762
  alignItems: string;
1781
1763
  flexShrink: number;
@@ -1813,7 +1795,7 @@ declare const _default: {
1813
1795
  input: {
1814
1796
  borderStyle: string;
1815
1797
  borderWidth: string;
1816
- borderRadius: number;
1798
+ borderRadius: any;
1817
1799
  height: string;
1818
1800
  };
1819
1801
  button: {
@@ -1821,10 +1803,10 @@ declare const _default: {
1821
1803
  };
1822
1804
  };
1823
1805
  select: {
1824
- borderRadius: number;
1806
+ borderRadius: any;
1825
1807
  borderColor: string;
1826
1808
  color: string;
1827
- height: number;
1809
+ height: any;
1828
1810
  '&.is-disabled': {
1829
1811
  opacity: number;
1830
1812
  borderColor: string;
@@ -1920,7 +1902,7 @@ declare const _default: {
1920
1902
  numberField: {
1921
1903
  arrowsWrapper: {
1922
1904
  '> textarea': {
1923
- borderRadius: number;
1905
+ borderRadius: any;
1924
1906
  border: string;
1925
1907
  borderColor: string;
1926
1908
  outline: string;
@@ -1931,16 +1913,16 @@ declare const _default: {
1931
1913
  };
1932
1914
  opacity: number;
1933
1915
  '> input': {
1934
- backgroundColor: string;
1916
+ backgroundColor: any;
1935
1917
  border: string;
1936
- borderColor: string;
1918
+ borderColor: any;
1937
1919
  opacity: number;
1938
1920
  fontWeight: number;
1939
1921
  };
1940
1922
  '> textarea': {
1941
- backgroundColor: string;
1923
+ backgroundColor: any;
1942
1924
  border: string;
1943
- borderColor: string;
1925
+ borderColor: any;
1944
1926
  opacity: number;
1945
1927
  fontWeight: number;
1946
1928
  };
@@ -1956,20 +1938,20 @@ declare const _default: {
1956
1938
  };
1957
1939
  '> button': {
1958
1940
  borderLeftWidth: number;
1959
- borderRadius: number;
1941
+ borderRadius: any;
1960
1942
  border: string;
1961
- borderColor: string;
1943
+ borderColor: any;
1962
1944
  };
1963
1945
  '&.is-read-only': {
1964
1946
  '> input': {
1965
- backgroundColor: string;
1947
+ backgroundColor: any;
1966
1948
  border: string;
1967
- borderColor: string;
1949
+ borderColor: any;
1968
1950
  };
1969
1951
  '> textarea': {
1970
- backgroundColor: string;
1952
+ backgroundColor: any;
1971
1953
  border: string;
1972
- borderColor: string;
1954
+ borderColor: any;
1973
1955
  };
1974
1956
  '&:after': {
1975
1957
  display: string;
@@ -2937,11 +2919,11 @@ declare const _default: {
2937
2919
  };
2938
2920
  messagesText: {
2939
2921
  '&.is-success, &.is-warning, &.is-error, &.is-default': {
2940
- color: string;
2922
+ color: any;
2941
2923
  '& > a': {
2942
2924
  fontWeight: string;
2943
2925
  textDecoration: string;
2944
- color: string;
2926
+ color: any;
2945
2927
  };
2946
2928
  };
2947
2929
  };
@@ -3097,7 +3079,7 @@ declare const _default: {
3097
3079
  wordBreak: string;
3098
3080
  };
3099
3081
  placeholder: {
3100
- color: string;
3082
+ color: any;
3101
3083
  fontWeight: number;
3102
3084
  };
3103
3085
  paragraph: {
@@ -3304,7 +3286,7 @@ declare const _default: {
3304
3286
  };
3305
3287
  primary: {
3306
3288
  backgroundColor: string;
3307
- color: string;
3289
+ color: any;
3308
3290
  '& span': {
3309
3291
  fontWeight: string;
3310
3292
  };
@@ -3371,7 +3353,7 @@ declare const _default: {
3371
3353
  };
3372
3354
  countNeutral: {
3373
3355
  backgroundColor: string;
3374
- color: string;
3356
+ color: any;
3375
3357
  '& span': {
3376
3358
  fontWeight: string;
3377
3359
  };
@@ -3404,7 +3386,7 @@ declare const _default: {
3404
3386
  };
3405
3387
  secondary: {
3406
3388
  backgroundColor: string;
3407
- color: string;
3389
+ color: any;
3408
3390
  '& span': {
3409
3391
  fontWeight: string;
3410
3392
  };
@@ -3470,7 +3452,7 @@ declare const _default: {
3470
3452
  };
3471
3453
  danger: {
3472
3454
  backgroundColor: string;
3473
- color: string;
3455
+ color: any;
3474
3456
  '& span': {
3475
3457
  fontWeight: string;
3476
3458
  };
@@ -3503,7 +3485,7 @@ declare const _default: {
3503
3485
  };
3504
3486
  warning: {
3505
3487
  backgroundColor: string;
3506
- color: string;
3488
+ color: any;
3507
3489
  '& span': {
3508
3490
  fontWeight: string;
3509
3491
  };
@@ -3713,7 +3695,7 @@ declare const _default: {
3713
3695
  minWidth: string;
3714
3696
  border: string;
3715
3697
  backgroundColor: string;
3716
- color: string;
3698
+ color: any;
3717
3699
  '& span': {
3718
3700
  fontWeight: string;
3719
3701
  };
@@ -3748,7 +3730,7 @@ declare const _default: {
3748
3730
  minWidth: string;
3749
3731
  border: string;
3750
3732
  backgroundColor: string;
3751
- color: string;
3733
+ color: any;
3752
3734
  '& span': {
3753
3735
  fontWeight: string;
3754
3736
  };
@@ -3783,7 +3765,7 @@ declare const _default: {
3783
3765
  minWidth: string;
3784
3766
  border: string;
3785
3767
  backgroundColor: string;
3786
- color: string;
3768
+ color: any;
3787
3769
  '& span': {
3788
3770
  fontWeight: string;
3789
3771
  };
@@ -3853,7 +3835,7 @@ declare const _default: {
3853
3835
  minWidth: string;
3854
3836
  border: string;
3855
3837
  backgroundColor: string;
3856
- color: string;
3838
+ color: any;
3857
3839
  '& span': {
3858
3840
  fontWeight: string;
3859
3841
  };
@@ -3953,7 +3935,7 @@ declare const _default: {
3953
3935
  removableBadge: {
3954
3936
  border: string;
3955
3937
  backgroundColor: string;
3956
- color: string;
3938
+ color: any;
3957
3939
  '& span': {
3958
3940
  fontWeight: string;
3959
3941
  };
@@ -4165,19 +4147,19 @@ declare const _default: {
4165
4147
  };
4166
4148
  };
4167
4149
  space: {
4168
- xs: number;
4169
- sm: number;
4170
- md: number;
4171
- lg: number;
4172
- xl: number;
4150
+ xs: any;
4151
+ sm: any;
4152
+ md: any;
4153
+ lg: any;
4154
+ xl: any;
4173
4155
  xx: string;
4174
4156
  };
4175
4157
  links: {
4176
4158
  app: {
4177
4159
  lineHeight: string;
4178
4160
  '&.is-hovered': {
4179
- color: string;
4180
- textDecorationColor: string;
4161
+ color: any;
4162
+ textDecorationColor: any;
4181
4163
  };
4182
4164
  '&.is-focused': {
4183
4165
  borderRadius: string;
@@ -4185,11 +4167,11 @@ declare const _default: {
4185
4167
  outlineColor: string;
4186
4168
  };
4187
4169
  '&.is-pressed': {
4188
- color: string;
4189
- textDecorationColor: string;
4170
+ color: any;
4171
+ textDecorationColor: any;
4190
4172
  };
4191
4173
  '&:visited': {
4192
- color: string;
4174
+ color: any;
4193
4175
  textDecoration: string;
4194
4176
  };
4195
4177
  };
@@ -4211,10 +4193,10 @@ declare const _default: {
4211
4193
  fontFamily: string;
4212
4194
  cursor: string;
4213
4195
  '&.is-hovered': {
4214
- color: string;
4196
+ color: any;
4215
4197
  };
4216
4198
  '&.is-pressed': {
4217
- color: string;
4199
+ color: any;
4218
4200
  };
4219
4201
  };
4220
4202
  navItem: {
@@ -4238,10 +4220,10 @@ declare const _default: {
4238
4220
  fontFamily: string;
4239
4221
  cursor: string;
4240
4222
  '&.is-hovered': {
4241
- color: string;
4223
+ color: any;
4242
4224
  };
4243
4225
  '&.is-pressed': {
4244
- color: string;
4226
+ color: any;
4245
4227
  };
4246
4228
  };
4247
4229
  sideNav: {
@@ -4261,7 +4243,7 @@ declare const _default: {
4261
4243
  transition: string;
4262
4244
  };
4263
4245
  '&.is-selected': {
4264
- color: string;
4246
+ color: any;
4265
4247
  '&:before': {
4266
4248
  backgroundColor: string;
4267
4249
  };
@@ -4275,10 +4257,10 @@ declare const _default: {
4275
4257
  minHeight: string;
4276
4258
  fontFamily: string;
4277
4259
  '&.is-hovered': {
4278
- color: string;
4260
+ color: any;
4279
4261
  };
4280
4262
  '&.is-pressed': {
4281
- color: string;
4263
+ color: any;
4282
4264
  };
4283
4265
  };
4284
4266
  footerLinks: {
@@ -4298,7 +4280,7 @@ declare const _default: {
4298
4280
  transition: string;
4299
4281
  };
4300
4282
  '&.is-selected': {
4301
- color: string;
4283
+ color: any;
4302
4284
  '&:before': {
4303
4285
  backgroundColor: string;
4304
4286
  };
@@ -4312,10 +4294,10 @@ declare const _default: {
4312
4294
  minHeight: string;
4313
4295
  fontFamily: string;
4314
4296
  '&.is-hovered': {
4315
- color: string;
4297
+ color: any;
4316
4298
  };
4317
4299
  '&.is-pressed': {
4318
- color: string;
4300
+ color: any;
4319
4301
  };
4320
4302
  };
4321
4303
  footerHeader: {
@@ -4336,7 +4318,7 @@ declare const _default: {
4336
4318
  transition: string;
4337
4319
  };
4338
4320
  '&.is-selected': {
4339
- color: string;
4321
+ color: any;
4340
4322
  '&:before': {
4341
4323
  backgroundColor: string;
4342
4324
  };
@@ -4350,20 +4332,20 @@ declare const _default: {
4350
4332
  minHeight: string;
4351
4333
  fontFamily: string;
4352
4334
  '&.is-hovered': {
4353
- color: string;
4335
+ color: any;
4354
4336
  };
4355
4337
  '&.is-pressed': {
4356
- color: string;
4338
+ color: any;
4357
4339
  };
4358
4340
  };
4359
4341
  button: {
4360
4342
  textDecoration: string;
4361
4343
  backgroundColor: string;
4362
- borderColor: string;
4363
- color: string;
4344
+ borderColor: any;
4345
+ color: any;
4364
4346
  '&.is-pressed': {
4365
- backgroundColor: string;
4366
- borderColor: string;
4347
+ backgroundColor: any;
4348
+ borderColor: any;
4367
4349
  color: string;
4368
4350
  path: {
4369
4351
  fill: string;
@@ -4371,8 +4353,8 @@ declare const _default: {
4371
4353
  };
4372
4354
  '&.is-hovered': {
4373
4355
  boxShadow: string;
4374
- backgroundColor: string;
4375
- borderColor: string;
4356
+ backgroundColor: any;
4357
+ borderColor: any;
4376
4358
  color: string;
4377
4359
  path: {
4378
4360
  fill: string;
@@ -4393,8 +4375,8 @@ declare const _default: {
4393
4375
  lineHeight: number;
4394
4376
  borderRadius: string;
4395
4377
  border: string;
4396
- px: number;
4397
- py: number;
4378
+ px: any;
4379
+ py: any;
4398
4380
  maxHeight: string;
4399
4381
  height: string;
4400
4382
  '&.is-disabled': {
@@ -4413,17 +4395,17 @@ declare const _default: {
4413
4395
  backgroundColor: string;
4414
4396
  borderColor: string;
4415
4397
  '&.is-pressed': {
4416
- backgroundColor: string;
4417
- borderColor: string;
4398
+ backgroundColor: any;
4399
+ borderColor: any;
4418
4400
  };
4419
4401
  '&.is-hovered': {
4420
4402
  boxShadow: string;
4421
- backgroundColor: string;
4422
- borderColor: string;
4403
+ backgroundColor: any;
4404
+ borderColor: any;
4423
4405
  };
4424
4406
  '&.is-focused': {
4425
- backgroundColor: string;
4426
- borderColor: string;
4407
+ backgroundColor: any;
4408
+ borderColor: any;
4427
4409
  outline: string;
4428
4410
  };
4429
4411
  alignItems: string;
@@ -4441,8 +4423,8 @@ declare const _default: {
4441
4423
  lineHeight: number;
4442
4424
  borderRadius: string;
4443
4425
  border: string;
4444
- px: number;
4445
- py: number;
4426
+ px: any;
4427
+ py: any;
4446
4428
  maxHeight: string;
4447
4429
  height: string;
4448
4430
  '&.is-disabled': {
@@ -4486,7 +4468,7 @@ declare const _default: {
4486
4468
  boxShadow: string;
4487
4469
  borderRadius: string;
4488
4470
  border: string;
4489
- borderColor: string;
4471
+ borderColor: any;
4490
4472
  transition: string;
4491
4473
  '&.is-focused': {
4492
4474
  backgroundColor: string;
@@ -4529,7 +4511,7 @@ declare const _default: {
4529
4511
  flex: string;
4530
4512
  };
4531
4513
  activeCard: {
4532
- borderColor: string;
4514
+ borderColor: any;
4533
4515
  '&.is-hovered': {
4534
4516
  borderColor: string;
4535
4517
  bg: string;
@@ -4547,7 +4529,7 @@ declare const _default: {
4547
4529
  };
4548
4530
  container: {
4549
4531
  p: string;
4550
- borderColor: string;
4532
+ borderColor: any;
4551
4533
  lineHeight: string;
4552
4534
  boxShadow: string;
4553
4535
  border: string;
@@ -4598,7 +4580,7 @@ declare const _default: {
4598
4580
  };
4599
4581
  tableWrapper: {
4600
4582
  p: string;
4601
- borderColor: string;
4583
+ borderColor: any;
4602
4584
  lineHeight: string;
4603
4585
  boxShadow: string;
4604
4586
  border: string;
@@ -4613,7 +4595,7 @@ declare const _default: {
4613
4595
  boxShadow: string;
4614
4596
  backgroundColor: string;
4615
4597
  p: string;
4616
- borderColor: string;
4598
+ borderColor: any;
4617
4599
  lineHeight: string;
4618
4600
  border: string;
4619
4601
  borderRadius: string;
@@ -4654,7 +4636,7 @@ declare const _default: {
4654
4636
  minHeight: string;
4655
4637
  border: string;
4656
4638
  '&.is-hovered': {
4657
- backgroundColor: string;
4639
+ backgroundColor: any;
4658
4640
  };
4659
4641
  '&.is-focused': {
4660
4642
  outline: string;
@@ -4778,7 +4760,7 @@ declare const _default: {
4778
4760
  '&.is-logo': {
4779
4761
  borderWidth: string;
4780
4762
  borderStyle: string;
4781
- borderColor: string;
4763
+ borderColor: any;
4782
4764
  backgroundColor: string;
4783
4765
  '&.size-sm': {
4784
4766
  img: {
@@ -5240,14 +5222,14 @@ declare const _default: {
5240
5222
  selectableTableRow: {
5241
5223
  bg: string;
5242
5224
  '&.is-hovered': {
5243
- bg: string;
5225
+ bg: any;
5244
5226
  };
5245
5227
  '&.is-selected': {
5246
- bg: string;
5228
+ bg: any;
5247
5229
  };
5248
5230
  '&.is-focused': {
5249
5231
  boxShadow: string;
5250
- bg: string;
5232
+ bg: any;
5251
5233
  };
5252
5234
  '&.is-disabled': {
5253
5235
  opacity: string;
@@ -5317,7 +5299,7 @@ declare const _default: {
5317
5299
  container: {
5318
5300
  fontFamily: string;
5319
5301
  justifyContent: string;
5320
- backgroundColor: string;
5302
+ backgroundColor: any;
5321
5303
  };
5322
5304
  wrapper: {
5323
5305
  px: string[];
@@ -5464,19 +5446,19 @@ declare const _default: {
5464
5446
  styledListItem: {
5465
5447
  bg: string;
5466
5448
  '&.is-selected': {
5467
- bg: string;
5449
+ bg: any;
5468
5450
  };
5469
5451
  borderBottom: string;
5470
5452
  '&.has-separator': {
5471
5453
  borderBottom: string;
5472
- borderBottomColor: string;
5454
+ borderBottomColor: any;
5473
5455
  };
5474
5456
  '&.is-hovered': {
5475
- bg: string;
5457
+ bg: any;
5476
5458
  };
5477
5459
  '&.is-focused': {
5478
5460
  boxShadow: string;
5479
- bg: string;
5461
+ bg: any;
5480
5462
  };
5481
5463
  '&.is-first-item': {
5482
5464
  borderTopLeftRadius: string;
@@ -5514,14 +5496,14 @@ declare const _default: {
5514
5496
  };
5515
5497
  };
5516
5498
  '&.is-hovered': {
5517
- bg: string;
5499
+ bg: any;
5518
5500
  };
5519
5501
  '&.is-selected': {
5520
- bg: string;
5502
+ bg: any;
5521
5503
  };
5522
5504
  '&.is-focused': {
5523
5505
  boxShadow: string;
5524
- bg: string;
5506
+ bg: any;
5525
5507
  };
5526
5508
  };
5527
5509
  expandableItemBody: {
@@ -5537,7 +5519,7 @@ declare const _default: {
5537
5519
  };
5538
5520
  expandableRow: {
5539
5521
  '&.has-separator': {
5540
- borderBottomColor: string;
5522
+ borderBottomColor: any;
5541
5523
  };
5542
5524
  '&.has-separator.is-last-row': {
5543
5525
  border: string;
@@ -5558,26 +5540,26 @@ declare const _default: {
5558
5540
  };
5559
5541
  lisViewItemChart: {
5560
5542
  title: {
5561
- color: string;
5543
+ color: any;
5562
5544
  fontSize: string;
5563
5545
  };
5564
5546
  count: {
5565
- color: string;
5547
+ color: any;
5566
5548
  fontSize: string;
5567
5549
  };
5568
5550
  countLabel: {
5569
- color: string;
5551
+ color: any;
5570
5552
  fontSize: string;
5571
5553
  };
5572
5554
  chartLabel: {
5573
- color: string;
5555
+ color: any;
5574
5556
  fontSize: string;
5575
5557
  };
5576
5558
  trend: {
5577
- color: string;
5559
+ color: any;
5578
5560
  };
5579
5561
  chartButton: {
5580
- color: string;
5562
+ color: any;
5581
5563
  };
5582
5564
  };
5583
5565
  loader: {
@@ -5599,20 +5581,20 @@ declare const _default: {
5599
5581
  bg: string;
5600
5582
  padding: string;
5601
5583
  outline: string;
5602
- color: string;
5584
+ color: any;
5603
5585
  fontSize: string;
5604
5586
  lineHeight: string;
5605
5587
  cursor: string;
5606
5588
  borderRadius: string;
5607
5589
  '&.is-hovered': {
5608
- bg: string;
5590
+ bg: any;
5609
5591
  color: string;
5610
5592
  '> *': {
5611
5593
  color: string;
5612
5594
  };
5613
5595
  };
5614
5596
  '&.is-focused': {
5615
- bg: string;
5597
+ bg: any;
5616
5598
  color: string;
5617
5599
  outline: string;
5618
5600
  outlineOffset: string;
@@ -5662,11 +5644,11 @@ declare const _default: {
5662
5644
  p: string;
5663
5645
  wordBreak: string;
5664
5646
  alignItems: string;
5665
- backgroundColor: string;
5647
+ backgroundColor: any;
5666
5648
  borderLeftWidth: string;
5667
5649
  borderLeftStyle: string;
5668
5650
  borderLeftColor: string;
5669
- color: string;
5651
+ color: any;
5670
5652
  fontSize: string;
5671
5653
  lineHeight: string;
5672
5654
  borderRadius: number;
@@ -5674,23 +5656,23 @@ declare const _default: {
5674
5656
  minWidth: string;
5675
5657
  width: string;
5676
5658
  height: string;
5677
- color: string;
5659
+ color: any;
5678
5660
  path: {
5679
- fill: string;
5661
+ fill: any;
5680
5662
  transform: string;
5681
5663
  transformOrigin: string;
5682
5664
  };
5683
5665
  alignSelf: string;
5684
5666
  };
5685
5667
  '&.is-success': {
5686
- bg: string;
5687
- borderLeftColor: string;
5688
- color: string;
5668
+ bg: any;
5669
+ borderLeftColor: any;
5670
+ color: any;
5689
5671
  };
5690
5672
  '&.is-warning': {
5691
5673
  bg: string;
5692
- borderLeftColor: string;
5693
- color: string;
5674
+ borderLeftColor: any;
5675
+ color: any;
5694
5676
  };
5695
5677
  '&.is-error, > .is-error': {
5696
5678
  bg: string;
@@ -5698,11 +5680,11 @@ declare const _default: {
5698
5680
  '&.is-error, > button > svg': {
5699
5681
  color: string;
5700
5682
  path: {
5701
- fill: string;
5683
+ fill: any;
5702
5684
  };
5703
5685
  };
5704
5686
  '&.is-error': {
5705
- borderLeftColor: string;
5687
+ borderLeftColor: any;
5706
5688
  };
5707
5689
  };
5708
5690
  };
@@ -5723,19 +5705,19 @@ declare const _default: {
5723
5705
  };
5724
5706
  '&.is-extra-small': {
5725
5707
  width: string;
5726
- maxWidth: (string | number)[];
5708
+ maxWidth: any[];
5727
5709
  };
5728
5710
  '&.is-small': {
5729
5711
  width: string;
5730
- maxWidth: (string | number)[];
5712
+ maxWidth: any[];
5731
5713
  };
5732
5714
  '&.is-medium': {
5733
5715
  width: string;
5734
- maxWidth: (string | number)[];
5716
+ maxWidth: any[];
5735
5717
  };
5736
5718
  '&.is-large': {
5737
5719
  width: string;
5738
- maxWidth: (string | number)[];
5720
+ maxWidth: any[];
5739
5721
  };
5740
5722
  '&.is-full': {
5741
5723
  width: string;
@@ -5744,7 +5726,7 @@ declare const _default: {
5744
5726
  };
5745
5727
  headingContainer: {
5746
5728
  borderBottom: string;
5747
- borderBottomColor: string;
5729
+ borderBottomColor: any;
5748
5730
  bg: string;
5749
5731
  borderRadius: string;
5750
5732
  };
@@ -5799,7 +5781,7 @@ declare const _default: {
5799
5781
  backgroundColor: string;
5800
5782
  };
5801
5783
  '&.is-pressed': {
5802
- backgroundColor: string;
5784
+ backgroundColor: any;
5803
5785
  };
5804
5786
  '&.is-focused': {
5805
5787
  outline: string;
@@ -5810,7 +5792,7 @@ declare const _default: {
5810
5792
  itemButton: {
5811
5793
  py: string;
5812
5794
  paddingLeft: string;
5813
- color: string;
5795
+ color: any;
5814
5796
  borderRadius: string;
5815
5797
  fontWeight: number;
5816
5798
  fontSize: any;
@@ -5824,20 +5806,20 @@ declare const _default: {
5824
5806
  backgroundColor: string;
5825
5807
  };
5826
5808
  '&.is-pressed': {
5827
- backgroundColor: string;
5828
- color: string;
5809
+ backgroundColor: any;
5810
+ color: any;
5829
5811
  };
5830
5812
  '&.is-selected': {
5831
- bg: string;
5813
+ bg: any;
5832
5814
  boxShadow: string;
5833
5815
  color: string;
5834
5816
  };
5835
5817
  };
5836
5818
  subtitle: {
5837
- color: string;
5819
+ color: any;
5838
5820
  };
5839
5821
  headerText: {
5840
- color: string;
5822
+ color: any;
5841
5823
  fontWeight: number;
5842
5824
  fontSize: any;
5843
5825
  lineHeight: string;
@@ -5861,19 +5843,19 @@ declare const _default: {
5861
5843
  item: {
5862
5844
  px: string;
5863
5845
  py: string;
5864
- color: string;
5846
+ color: any;
5865
5847
  borderRadius: string;
5866
5848
  '&.is-hovered': {
5867
- backgroundColor: string;
5849
+ backgroundColor: any;
5868
5850
  };
5869
5851
  '> div > svg': {
5870
- fill: string;
5852
+ fill: any;
5871
5853
  };
5872
5854
  '> div > span': {
5873
5855
  color: string;
5874
5856
  };
5875
5857
  '&.is-pressed': {
5876
- backgroundColor: string;
5858
+ backgroundColor: any;
5877
5859
  };
5878
5860
  '&.is-selected': {
5879
5861
  '> div > svg': {
@@ -5885,7 +5867,7 @@ declare const _default: {
5885
5867
  '&.is-hovered': {
5886
5868
  backgroundColor: string;
5887
5869
  };
5888
- backgroundColor: string;
5870
+ backgroundColor: any;
5889
5871
  boxShadow: string;
5890
5872
  };
5891
5873
  '&.is-focused': {
@@ -5912,7 +5894,7 @@ declare const _default: {
5912
5894
  '> div > span': {
5913
5895
  color: string;
5914
5896
  };
5915
- backgroundColor: string;
5897
+ backgroundColor: any;
5916
5898
  boxShadow: string;
5917
5899
  };
5918
5900
  '&.is-hovered': {
@@ -5920,10 +5902,10 @@ declare const _default: {
5920
5902
  };
5921
5903
  backgroundColor: string;
5922
5904
  '> svg': {
5923
- fill: string;
5905
+ fill: any;
5924
5906
  };
5925
5907
  '> div > svg': {
5926
- fill: string;
5908
+ fill: any;
5927
5909
  };
5928
5910
  };
5929
5911
  navBarItemBody: {
@@ -6002,18 +5984,18 @@ declare const _default: {
6002
5984
  '&.is-dark-mode': {
6003
5985
  color: string;
6004
5986
  alignItems: string;
6005
- bg: string;
5987
+ bg: any;
6006
5988
  '&[data-popover-placement^=top] > [data-popover-arrow="arrow"]:before': {
6007
- borderTopColor: string;
5989
+ borderTopColor: any;
6008
5990
  };
6009
5991
  '&[data-popover-placement^=bottom] > [data-popover-arrow="arrow"]:before': {
6010
- borderBottomColor: string;
5992
+ borderBottomColor: any;
6011
5993
  };
6012
5994
  '&[data-popover-placement^=left] > [data-popover-arrow="arrow"]:before': {
6013
- borderLeftColor: string;
5995
+ borderLeftColor: any;
6014
5996
  };
6015
5997
  '&[data-popover-placement^=right] > [data-popover-arrow="arrow"]:before': {
6016
- borderRightColor: string;
5998
+ borderRightColor: any;
6017
5999
  };
6018
6000
  };
6019
6001
  };
@@ -6100,17 +6082,17 @@ declare const _default: {
6100
6082
  outlineOffset: string;
6101
6083
  };
6102
6084
  '&.is-unavailable': {
6103
- backgroundColor: string;
6085
+ backgroundColor: any;
6104
6086
  color: string;
6105
6087
  };
6106
6088
  '&:not(.is-outside-visible-range)&.is-extreme&:not(.is-completely-disabled)': {
6107
- backgroundColor: string;
6089
+ backgroundColor: any;
6108
6090
  color: string;
6109
6091
  opacity: number;
6110
6092
  };
6111
6093
  '&.is-disabled': {
6112
6094
  '&.is-hovered': {
6113
- color: string;
6095
+ color: any;
6114
6096
  backgroundColor: string;
6115
6097
  };
6116
6098
  };
@@ -6403,7 +6385,7 @@ declare const _default: {
6403
6385
  borderBottomColor: string;
6404
6386
  '&.is-inactive': {
6405
6387
  borderBottomStyle: string;
6406
- borderBottomColor: string;
6388
+ borderBottomColor: any;
6407
6389
  };
6408
6390
  '&.is-default': {
6409
6391
  width: string;
@@ -6412,7 +6394,7 @@ declare const _default: {
6412
6394
  borderBottomWidth: number;
6413
6395
  borderRightWidth: string;
6414
6396
  borderRightStyle: string;
6415
- borderRightColor: string;
6397
+ borderRightColor: any;
6416
6398
  my: string;
6417
6399
  };
6418
6400
  };
@@ -6467,7 +6449,7 @@ declare const _default: {
6467
6449
  fontWeight: number;
6468
6450
  fontSize: string;
6469
6451
  backgroundColor: string;
6470
- borderColor: string;
6452
+ borderColor: any;
6471
6453
  color: string;
6472
6454
  };
6473
6455
  };
@@ -6481,7 +6463,7 @@ declare const _default: {
6481
6463
  fontWeight: number;
6482
6464
  fontSize: string;
6483
6465
  backgroundColor: string;
6484
- borderColor: string;
6466
+ borderColor: any;
6485
6467
  color: string;
6486
6468
  };
6487
6469
  };
@@ -6505,59 +6487,59 @@ declare const _default: {
6505
6487
  statusIcon: {
6506
6488
  base: {
6507
6489
  '&.is-default': {
6508
- bg: string;
6490
+ bg: any;
6509
6491
  span: {
6510
6492
  fontSize: string;
6511
- color: string;
6493
+ color: any;
6512
6494
  };
6513
6495
  };
6514
6496
  '&.is-critical': {
6515
- bg: string;
6497
+ bg: any;
6516
6498
  span: {
6517
6499
  fontSize: string;
6518
- color: string;
6500
+ color: any;
6519
6501
  };
6520
6502
  };
6521
6503
  '&.is-warning': {
6522
- bg: string;
6504
+ bg: any;
6523
6505
  span: {
6524
6506
  fontSize: string;
6525
- color: string;
6507
+ color: any;
6526
6508
  };
6527
6509
  };
6528
6510
  '&.is-info': {
6529
- bg: string;
6511
+ bg: any;
6530
6512
  span: {
6531
6513
  fontSize: string;
6532
- color: string;
6514
+ color: any;
6533
6515
  };
6534
6516
  };
6535
6517
  '&.is-major': {
6536
- bg: string;
6518
+ bg: any;
6537
6519
  span: {
6538
6520
  fontSize: string;
6539
- color: string;
6521
+ color: any;
6540
6522
  };
6541
6523
  };
6542
6524
  '&.is-minor': {
6543
- bg: string;
6525
+ bg: any;
6544
6526
  span: {
6545
6527
  fontSize: string;
6546
- color: string;
6528
+ color: any;
6547
6529
  };
6548
6530
  };
6549
6531
  '&.is-warning-neutral': {
6550
- bg: string;
6532
+ bg: any;
6551
6533
  span: {
6552
6534
  fontSize: string;
6553
- color: string;
6535
+ color: any;
6554
6536
  };
6555
6537
  };
6556
6538
  '&.is-fatal': {
6557
- bg: string;
6539
+ bg: any;
6558
6540
  span: {
6559
6541
  fontSize: string;
6560
- color: string;
6542
+ color: any;
6561
6543
  };
6562
6544
  };
6563
6545
  '&.is-selected.is-selected': {
@@ -6758,7 +6740,7 @@ declare const _default: {
6758
6740
  };
6759
6741
  tooltip: {
6760
6742
  container: {
6761
- backgroundColor: string;
6743
+ backgroundColor: any;
6762
6744
  borderRadius: string;
6763
6745
  fontSize: string;
6764
6746
  fontFamily: string;
@@ -6782,7 +6764,7 @@ declare const _default: {
6782
6764
  };
6783
6765
  };
6784
6766
  inline: {
6785
- color: string;
6767
+ color: any;
6786
6768
  '&.is-focused': {
6787
6769
  outline: string;
6788
6770
  outlineColor: string;