@apple-pie/slice 0.0.3 → 0.0.5

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 (232) hide show
  1. package/README.md +132 -58
  2. package/dist/cjs/chunks/{Avatar-8-wPWe0V.js → Avatar-z2YcOAoP.js} +1 -1
  3. package/dist/cjs/chunks/{AvatarGroup-CVKmgBbD.js → AvatarGroup-Cz8369zI.js} +1 -1
  4. package/dist/cjs/chunks/{Badge-CMapJCij.js → Badge-COSg__VJ.js} +1 -1
  5. package/dist/cjs/chunks/{UIButton-CH4p-8yq.js → Button-BNXqiA13.js} +30 -35
  6. package/dist/cjs/chunks/{UIButtonBar-0fHPB0ww.js → ButtonBar-CeDdAOlH.js} +5 -5
  7. package/dist/cjs/chunks/{UICard-DBDSyT7E.js → Card-Cc_c-S7i.js} +5 -5
  8. package/dist/cjs/chunks/{CheckBox-7AACxrdZ.js → CheckBox-hTWIPqV_.js} +2 -2
  9. package/dist/cjs/chunks/{UIChip-kjhvRrOV.js → Chip-CLKVldi4.js} +5 -5
  10. package/dist/cjs/chunks/{DivInput-BKKJTFeV.js → DivInput-DnY2emt-.js} +2 -2
  11. package/dist/cjs/chunks/{Dot-Dnr9M9na.js → Dot-B5dO8kSS.js} +1 -1
  12. package/dist/cjs/chunks/{DrggablePanel-C6TPsDB-.js → DrggablePanel-BtsURL9o.js} +1 -1
  13. package/dist/cjs/chunks/{DropDown-D9sf_m2I.js → DropDown-COr9u96t.js} +2 -2
  14. package/dist/cjs/chunks/{ErrorSummary-Dv44onsV.js → ErrorSummary-BrSHbGpk.js} +1 -1
  15. package/dist/cjs/chunks/FileIcon-CEMQK_Je.js +132 -0
  16. package/dist/cjs/chunks/FileList-DWIm4o46.js +163 -0
  17. package/dist/cjs/chunks/{FlexDiv-DZBpswHV.js → FlexDiv-BHl29ywz.js} +1 -1
  18. package/dist/cjs/chunks/{Grouper-_kd2nU78.js → Grouper-EyHoeA8w.js} +3 -3
  19. package/dist/cjs/chunks/{IconButton-BfsPlKTb.js → IconButton-9QZ4eKBZ.js} +4 -4
  20. package/dist/cjs/chunks/{UILabel-DkBE2AIt.js → Label-DZJ_YDtD.js} +26 -8
  21. package/dist/cjs/chunks/{Overlay-DwCPvGB5.js → Overlay-DV3C5NDO.js} +1 -1
  22. package/dist/cjs/chunks/{Pager-CFtZ0IIW.js → Pager-CRjpl1FZ.js} +2 -2
  23. package/dist/cjs/chunks/{ProgressIndicator-C5oB7Mky.js → ProgressIndicator-BAwAaw58.js} +2 -2
  24. package/dist/cjs/chunks/PromptInput-DmO8a3oX.js +212 -0
  25. package/dist/cjs/chunks/{RadioButton-e_y2qiPE.js → RadioButton-DA9YUGEF.js} +2 -2
  26. package/dist/cjs/chunks/{RadioButtonList-I81UwHmM.js → RadioButtonList-BtsT7GJc.js} +1 -1
  27. package/dist/cjs/chunks/{Slider-C-gn7Sby.js → Slider-CqrIwn-L.js} +1 -1
  28. package/dist/cjs/chunks/{TabBar-D3bj4pjj.js → TabBar-WsNlr-aZ.js} +4 -4
  29. package/dist/cjs/chunks/{TextArea-B1oKK3_b.js → TextArea-BMJWUH2H.js} +3 -3
  30. package/dist/cjs/chunks/{TextField-CiQdPP5E.js → TextField-mfwz79cD.js} +5 -5
  31. package/dist/cjs/chunks/{Tip-C2pzExut.js → Tip-Af6FMEDi.js} +2 -2
  32. package/dist/cjs/chunks/{Toast-DrijUwoL.js → Toast-CxAEOW4z.js} +27 -10
  33. package/dist/cjs/chunks/{_types-CoWzQFsT.js → _types-BNlHsGMQ.js} +2 -2
  34. package/dist/cjs/chunks/{utils-CbayehuI.js → utils-BwNacfBU.js} +2 -0
  35. package/dist/cjs/chunks/windowStore-CPcVHJq6.js +93 -0
  36. package/dist/cjs/hooks/useKeyboardShortcuts.js +3 -1
  37. package/dist/cjs/hooks/useObserveTheme.js +14 -8
  38. package/dist/cjs/hooks/useTrackRenders.js +2 -1
  39. package/dist/cjs/hooks/useWindow.js +29 -7
  40. package/dist/cjs/index.js +48 -41
  41. package/dist/cjs/providers/ThemeProvider.js +6 -3
  42. package/dist/cjs/stores/window.js +12 -0
  43. package/dist/cjs/stores.js +6 -0
  44. package/dist/cjs/theme/type.js +103 -22
  45. package/dist/cjs/uikit/Avatar.js +1 -1
  46. package/dist/cjs/uikit/AvatarGroup.js +2 -2
  47. package/dist/cjs/uikit/Badge.js +1 -1
  48. package/dist/cjs/uikit/{UIButton.js → Button.js} +8 -8
  49. package/dist/cjs/uikit/{UIButtonBar.js → ButtonBar.js} +7 -7
  50. package/dist/cjs/uikit/{UICard.js → Card.js} +4 -4
  51. package/dist/cjs/uikit/CheckBox.js +3 -3
  52. package/dist/cjs/uikit/{UIChip.js → Chip.js} +4 -4
  53. package/dist/cjs/uikit/DivInput.js +2 -2
  54. package/dist/cjs/uikit/Dot.js +1 -1
  55. package/dist/cjs/uikit/DraggablePanel.js +2 -2
  56. package/dist/cjs/uikit/DropDown.js +3 -3
  57. package/dist/cjs/uikit/ErrorSummary.js +1 -1
  58. package/dist/cjs/uikit/{UIFileIcon.js → FileIcon.js} +7 -2
  59. package/dist/cjs/uikit/FileList.js +24 -0
  60. package/dist/cjs/uikit/FlexDiv.js +1 -1
  61. package/dist/cjs/uikit/Grouper.js +4 -4
  62. package/dist/cjs/uikit/Icon.js +2 -2
  63. package/dist/cjs/uikit/IconButton.js +5 -5
  64. package/dist/cjs/uikit/{UILabel.js → Label.js} +3 -2
  65. package/dist/cjs/uikit/Overlay.js +1 -1
  66. package/dist/cjs/uikit/Pager.js +2 -2
  67. package/dist/cjs/uikit/Progress.js +1 -1
  68. package/dist/cjs/uikit/{EditorButtonBar.js → PromptInput.js} +12 -11
  69. package/dist/cjs/uikit/RadioButton.js +6 -6
  70. package/dist/cjs/uikit/RadioButtonList.js +7 -7
  71. package/dist/cjs/uikit/Slider.js +2 -2
  72. package/dist/cjs/uikit/TabBar.js +6 -6
  73. package/dist/cjs/uikit/TextArea.js +8 -8
  74. package/dist/cjs/uikit/Textfield.js +8 -8
  75. package/dist/cjs/uikit/Tip.js +2 -2
  76. package/dist/cjs/uikit/Toast.js +3 -3
  77. package/dist/css/type.module.css +55 -10
  78. package/dist/esm/chunks/{Avatar-D_muqPrW.js → Avatar-BtkvMV1v.js} +1 -1
  79. package/dist/esm/chunks/{AvatarGroup-D8Xmrn52.js → AvatarGroup-pbqdS56o.js} +1 -1
  80. package/dist/esm/chunks/{Badge-PPf5Uvw3.js → Badge-DtxDLSO0.js} +1 -1
  81. package/dist/esm/chunks/{UIButton-DKx-_O8h.js → Button-BUJkJqdO.js} +30 -35
  82. package/dist/esm/chunks/{UIButtonBar-BNdA5eVq.js → ButtonBar-Bl0oCxd8.js} +5 -5
  83. package/dist/esm/chunks/{UICard-Dn5f3wg8.js → Card-Bjk0kgQh.js} +5 -5
  84. package/dist/esm/chunks/{CheckBox-CswFI0Xc.js → CheckBox-CvkZuSeB.js} +2 -2
  85. package/dist/esm/chunks/{UIChip-DqnGeVyR.js → Chip-o-YG_HAf.js} +5 -5
  86. package/dist/esm/chunks/{DivInput-iKFkeU2F.js → DivInput-D6ORPrkT.js} +2 -2
  87. package/dist/esm/chunks/{Dot-B84UVs2e.js → Dot-BZcEZbnm.js} +1 -1
  88. package/dist/esm/chunks/{DrggablePanel-CYYwTmFd.js → DrggablePanel-DWrTjXvf.js} +1 -1
  89. package/dist/esm/chunks/{DropDown-D4t6EhKL.js → DropDown-BDIvYWI-.js} +2 -2
  90. package/dist/esm/chunks/{ErrorSummary-DhU5SKPt.js → ErrorSummary-DzDnacH0.js} +1 -1
  91. package/dist/esm/chunks/FileIcon-Cxh-QsYb.js +130 -0
  92. package/dist/esm/chunks/FileList-yo_u1Kvw.js +161 -0
  93. package/dist/esm/chunks/{FlexDiv-CmMpORgn.js → FlexDiv-CFyndG99.js} +1 -1
  94. package/dist/esm/chunks/{Grouper-BbreOXI9.js → Grouper-NJbpaaQG.js} +3 -3
  95. package/dist/esm/chunks/{IconButton-CguHGkBM.js → IconButton-3m9ugITV.js} +4 -4
  96. package/dist/esm/chunks/{UILabel-RnbodPCS.js → Label-CgntsR3g.js} +26 -8
  97. package/dist/esm/chunks/{Overlay-CCBy7n7H.js → Overlay-BolsHW9S.js} +1 -1
  98. package/dist/esm/chunks/{Pager-BsSti93V.js → Pager-BHLyXq9p.js} +2 -2
  99. package/dist/esm/chunks/{ProgressIndicator-BVukxMU6.js → ProgressIndicator-uI9BZwBB.js} +2 -2
  100. package/dist/esm/chunks/PromptInput-C_qj6kGp.js +210 -0
  101. package/dist/esm/chunks/{RadioButton-B5BxQI0R.js → RadioButton-D8otD_Jj.js} +2 -2
  102. package/dist/esm/chunks/{RadioButtonList-C2z8McAD.js → RadioButtonList-CtX1j7rO.js} +1 -1
  103. package/dist/esm/chunks/{Slider-C-PcWqTz.js → Slider-O6UelMjh.js} +1 -1
  104. package/dist/esm/chunks/{TabBar-BSBcgTbd.js → TabBar-C0NgwRa2.js} +4 -4
  105. package/dist/esm/chunks/{TextArea-COM0UPo2.js → TextArea-DK0giDGR.js} +3 -3
  106. package/dist/esm/chunks/{TextField-Bh24bRWs.js → TextField-CQ4XYYNm.js} +5 -5
  107. package/dist/esm/chunks/{Tip-Ct19Ljul.js → Tip-iFECDhwN.js} +2 -2
  108. package/dist/esm/chunks/{Toast-BR0oMX6z.js → Toast-ZxMZtbd0.js} +27 -10
  109. package/dist/esm/chunks/{_types-BaYeLEWK.js → _types-RJ7q8S0B.js} +2 -2
  110. package/dist/esm/chunks/{utils-BRZK2Drn.js → utils-CZ1LWeN6.js} +2 -0
  111. package/dist/esm/chunks/windowStore-Cu4W4zJM.js +91 -0
  112. package/dist/esm/hooks/useKeyboardShortcuts.js +3 -1
  113. package/dist/esm/hooks/useObserveTheme.js +14 -8
  114. package/dist/esm/hooks/useTrackRenders.js +2 -1
  115. package/dist/esm/hooks/useWindow.js +30 -8
  116. package/dist/esm/index.js +33 -33
  117. package/dist/esm/providers/ThemeProvider.js +6 -3
  118. package/dist/esm/stores/window.js +2 -0
  119. package/dist/esm/stores.js +1 -0
  120. package/dist/esm/theme/type.js +103 -22
  121. package/dist/esm/uikit/Avatar.js +1 -1
  122. package/dist/esm/uikit/AvatarGroup.js +2 -2
  123. package/dist/esm/uikit/Badge.js +1 -1
  124. package/dist/esm/uikit/{UIButtonBar.js → Button.js} +8 -8
  125. package/dist/esm/uikit/{UIButton.js → ButtonBar.js} +7 -7
  126. package/dist/esm/uikit/{UICard.js → Card.js} +3 -3
  127. package/dist/esm/uikit/CheckBox.js +3 -3
  128. package/dist/esm/uikit/{UIChip.js → Chip.js} +3 -3
  129. package/dist/esm/uikit/DivInput.js +2 -2
  130. package/dist/esm/uikit/Dot.js +1 -1
  131. package/dist/esm/uikit/DraggablePanel.js +2 -2
  132. package/dist/esm/uikit/DropDown.js +3 -3
  133. package/dist/esm/uikit/ErrorSummary.js +1 -1
  134. package/dist/esm/uikit/{UIFileIcon.js → FileIcon.js} +2 -1
  135. package/dist/esm/uikit/FileList.js +18 -0
  136. package/dist/esm/uikit/FlexDiv.js +1 -1
  137. package/dist/esm/uikit/Grouper.js +4 -4
  138. package/dist/esm/uikit/Icon.js +2 -2
  139. package/dist/esm/uikit/IconButton.js +5 -5
  140. package/dist/esm/uikit/{UILabel.js → Label.js} +2 -1
  141. package/dist/esm/uikit/Overlay.js +1 -1
  142. package/dist/esm/uikit/Pager.js +2 -2
  143. package/dist/esm/uikit/Progress.js +1 -1
  144. package/dist/esm/uikit/{EditorButtonBar.js → PromptInput.js} +11 -10
  145. package/dist/esm/uikit/RadioButton.js +6 -6
  146. package/dist/esm/uikit/RadioButtonList.js +7 -7
  147. package/dist/esm/uikit/Slider.js +2 -2
  148. package/dist/esm/uikit/TabBar.js +6 -6
  149. package/dist/esm/uikit/TextArea.js +8 -8
  150. package/dist/esm/uikit/Textfield.js +8 -8
  151. package/dist/esm/uikit/Tip.js +2 -2
  152. package/dist/esm/uikit/Toast.js +3 -3
  153. package/dist/types/hooks/index.d.ts +1 -1
  154. package/dist/types/hooks/useKeyboardShortcuts/useKeyboardShortcuts.d.ts +1 -0
  155. package/dist/types/hooks/useWindow/useWindow.d.ts +11 -2
  156. package/dist/types/index.d.ts +17 -21
  157. package/dist/types/providers/ThemeProvider.d.ts +1 -0
  158. package/dist/types/stores/index.d.ts +1 -0
  159. package/dist/types/stores/window/_types.d.ts +28 -0
  160. package/dist/types/stores/window/index.d.ts +2 -0
  161. package/dist/types/stores/window/windowStore.d.ts +17 -0
  162. package/dist/types/theme/type/types.d.ts +5 -0
  163. package/dist/types/uikit/{UIButton/UIButton.d.ts → Button/Button.d.ts} +3 -3
  164. package/dist/types/uikit/{UIButton → Button}/_types.d.ts +3 -3
  165. package/dist/types/uikit/Button/index.d.ts +2 -0
  166. package/dist/types/uikit/ButtonBar/ButtonBar.d.ts +2 -0
  167. package/dist/types/uikit/{UIButtonBar → ButtonBar}/_types.d.ts +2 -2
  168. package/dist/types/uikit/ButtonBar/index.d.ts +2 -0
  169. package/dist/types/uikit/Card/Card.d.ts +3 -0
  170. package/dist/types/uikit/{UICard → Card}/_types.d.ts +2 -2
  171. package/dist/types/uikit/Card/index.d.ts +2 -0
  172. package/dist/types/uikit/Chip/Chip.d.ts +3 -0
  173. package/dist/types/uikit/{UIChip → Chip}/_types.d.ts +2 -2
  174. package/dist/types/uikit/Chip/index.d.ts +3 -0
  175. package/dist/types/uikit/FileIcon/FileIcon.d.ts +3 -0
  176. package/dist/types/uikit/FileIcon/_types.d.ts +27 -0
  177. package/dist/types/uikit/FileIcon/fileIconRegistry.d.ts +4 -0
  178. package/dist/types/uikit/FileIcon/index.d.ts +3 -0
  179. package/dist/types/uikit/FileList/FileList.d.ts +3 -0
  180. package/dist/types/uikit/FileList/_types.d.ts +23 -0
  181. package/dist/types/uikit/FileList/index.d.ts +2 -0
  182. package/dist/types/uikit/Label/Label.d.ts +2 -0
  183. package/dist/types/uikit/Label/_types.d.ts +16 -0
  184. package/dist/types/uikit/Label/index.d.ts +2 -0
  185. package/dist/types/uikit/PromptInput/PromptInput.d.ts +63 -0
  186. package/dist/types/uikit/PromptInput/_types.d.ts +35 -0
  187. package/dist/types/uikit/PromptInput/index.d.ts +2 -0
  188. package/dist/types/uikit/Toast/_types.d.ts +1 -1
  189. package/dist/types/util/files.d.ts +9 -0
  190. package/dist/types/util/utils.d.ts +4 -0
  191. package/package.json +5 -2
  192. package/dist/cjs/chunks/EditorButtonBar-CUNDgRQd.js +0 -244
  193. package/dist/cjs/chunks/MessageInput-CiHFo2j8.js +0 -399
  194. package/dist/cjs/chunks/UIFileIcon-ZrbDIeYz.js +0 -54
  195. package/dist/cjs/uikit/MessageInput.js +0 -30
  196. package/dist/esm/chunks/EditorButtonBar-FnMa8Zv2.js +0 -242
  197. package/dist/esm/chunks/MessageInput-DMHzCwjO.js +0 -397
  198. package/dist/esm/chunks/UIFileIcon-qGxIPsJJ.js +0 -52
  199. package/dist/esm/uikit/MessageInput.js +0 -24
  200. package/dist/types/theme/components/BrandColors.d.ts +0 -1
  201. package/dist/types/theme/components/ColorTile.d.ts +0 -6
  202. package/dist/types/theme/components/ColorTileGroup.d.ts +0 -6
  203. package/dist/types/theme/components/ThemeColors.d.ts +0 -2
  204. package/dist/types/theme/components/_types.d.ts +0 -15
  205. package/dist/types/uikit/EditorButtonBar/EditorButtonBar.d.ts +0 -4
  206. package/dist/types/uikit/EditorButtonBar/_Data.d.ts +0 -12
  207. package/dist/types/uikit/EditorButtonBar/_types.d.ts +0 -61
  208. package/dist/types/uikit/EditorButtonBar/index.d.ts +0 -2
  209. package/dist/types/uikit/MessageInput/ExcerptList/ExcerptList.d.ts +0 -2
  210. package/dist/types/uikit/MessageInput/ExcerptList/_types.d.ts +0 -15
  211. package/dist/types/uikit/MessageInput/FileList/FileList.d.ts +0 -2
  212. package/dist/types/uikit/MessageInput/FileList/_types.d.ts +0 -6
  213. package/dist/types/uikit/MessageInput/InputField/MessageInput.d.ts +0 -2
  214. package/dist/types/uikit/MessageInput/InputField/_types.d.ts +0 -39
  215. package/dist/types/uikit/MessageInput/UserList/UserList.d.ts +0 -5
  216. package/dist/types/uikit/MessageInput/UserList/_types.d.ts +0 -40
  217. package/dist/types/uikit/MessageInput/_Data.d.ts +0 -6
  218. package/dist/types/uikit/MessageInput/_types.d.ts +0 -42
  219. package/dist/types/uikit/MessageInput/index.d.ts +0 -4
  220. package/dist/types/uikit/UIButton/index.d.ts +0 -2
  221. package/dist/types/uikit/UIButtonBar/UIButtonBar.d.ts +0 -2
  222. package/dist/types/uikit/UIButtonBar/index.d.ts +0 -2
  223. package/dist/types/uikit/UICard/UICard.d.ts +0 -3
  224. package/dist/types/uikit/UICard/index.d.ts +0 -2
  225. package/dist/types/uikit/UIChip/UIChip.d.ts +0 -3
  226. package/dist/types/uikit/UIChip/index.d.ts +0 -3
  227. package/dist/types/uikit/UIFileIcon/UIFileIcon.d.ts +0 -3
  228. package/dist/types/uikit/UIFileIcon/_types.d.ts +0 -19
  229. package/dist/types/uikit/UIFileIcon/index.d.ts +0 -2
  230. package/dist/types/uikit/UILabel/UILabel.d.ts +0 -2
  231. package/dist/types/uikit/UILabel/_types.d.ts +0 -11
  232. package/dist/types/uikit/UILabel/index.d.ts +0 -2
@@ -6,13 +6,16 @@ import '../theme/corners.js';
6
6
  import '../theme/elevations.js';
7
7
  import '../theme/type.js';
8
8
 
9
- var css_248z$2 = "/* Core brand colors (un-themed) */\n:root {\n\t--brand-grey-50: #f4f7fa;\n\t--brand-grey-100: #e5ecf3;\n\t--brand-grey-200: #d5e0ea;\n\t--brand-grey-300: #98acbf;\n\t--brand-grey-400: #7f96a9;\n\t--brand-grey-500: #657d91;\n\t--brand-grey-600: #4c6273;\n\t--brand-grey-700: #405261;\n\t--brand-grey-800: #37434e;\n\t--brand-grey-900: #2d353d;\n\t--brand-grey-950: #1f262d;\n\t--brand-sea-50: #e8f1ff;\n\t--brand-sea-100: #c7defe;\n\t--brand-sea-200: #a5c9ff;\n\t--brand-sea-300: #7ab3ff;\n\t--brand-sea-400: #4084ff;\n\t--brand-sea-500: #2f45ff;\n\t--brand-sea-600: #2d2fff;\n\t--brand-sea-700: #0000ff;\n\t--brand-sea-800: #0609cd;\n\t--brand-sea-900: #001699;\n\t--brand-sea-950: #0a0b5c;\n\t--brand-sky-50: #eafffe;\n\t--brand-sky-100: #cdfffb;\n\t--brand-sky-200: #a3f8ff;\n\t--brand-sky-300: #6af5ff;\n\t--brand-sky-400: #00edff;\n\t--brand-sky-500: #00c8e0;\n\t--brand-sky-600: #00a6c0;\n\t--brand-sky-700: #03839b;\n\t--brand-sky-800: #0d697d;\n\t--brand-sky-900: #105669;\n\t--brand-sky-950: #033949;\n\t--brand-land-50: #f4ffe5;\n\t--brand-land-100: #e0ffb7;\n\t--brand-land-200: #caff95;\n\t--brand-land-300: #b7fe59;\n\t--brand-land-400: #9cf820;\n\t--brand-land-500: #71e618;\n\t--brand-land-600: #56c900;\n\t--brand-land-700: #2d8c00;\n\t--brand-land-800: #31690b;\n\t--brand-land-900: #2a580f;\n\t--brand-land-950: #123201;\n\t--brand-orange-50: #fff8ec;\n\t--brand-orange-100: #ffebd7;\n\t--brand-orange-200: #ffe3c6;\n\t--brand-orange-300: #ffc182;\n\t--brand-orange-400: #ff972e;\n\t--brand-orange-500: #ff800a;\n\t--brand-orange-600: #ff6700;\n\t--brand-orange-700: #ff3700;\n\t--brand-orange-800: #a02b0b;\n\t--brand-orange-900: #80250b;\n\t--brand-orange-950: #461604;\n\t--brand-yellow-50: #ffffea;\n\t--brand-yellow-100: #fffdca;\n\t--brand-yellow-200: #fff2a0;\n\t--brand-yellow-300: #ffeb72;\n\t--brand-yellow-400: #ffd333;\n\t--brand-yellow-500: #ffc200;\n\t--brand-yellow-600: #ffad00;\n\t--brand-yellow-700: #c68601;\n\t--brand-yellow-800: #8f6307;\n\t--brand-yellow-900: #5f430a;\n\t--brand-yellow-950: #442e00;\n\t--brand-purple-50: #faf0ff;\n\t--brand-purple-100: #f4ddff;\n\t--brand-purple-200: #e5cdff;\n\t--brand-purple-300: #ccafff;\n\t--brand-purple-400: #b891ff;\n\t--brand-purple-500: #7d48ff;\n\t--brand-purple-600: #6a14ff;\n\t--brand-purple-700: #5600f1;\n\t--brand-purple-800: #4d01d6;\n\t--brand-purple-900: #4003af;\n\t--brand-purple-950: #1e007c;\n\t--brand-magenta-50: #fef1fc;\n\t--brand-magenta-100: #ffdcef;\n\t--brand-magenta-200: #ffcae6;\n\t--brand-magenta-300: #ff90cb;\n\t--brand-magenta-400: #ff61ca;\n\t--brand-magenta-500: #ff3ac2;\n\t--brand-magenta-600: #f012aa;\n\t--brand-magenta-700: #df059b;\n\t--brand-magenta-800: #9b0069;\n\t--brand-magenta-900: #790a55;\n\t--brand-magenta-950: #58003a;\n\t--brand-white-0: #ffffff;\n\t--product-red-400: #ff474a;\n\t--product-red-500: #df0529;\n\n\t/* Non-brand semantic aliases */\n\t--core-drop-shadow-light: #0339491a;\n\t--core-drop-shadow-dark: #0000007a;\n\t--core-surface-coverup-translucent-light: #1f262d52;\n\t--core-surface-coverup-translucent-dark: #0000007a;\n\t--core-surface-overlay-translucent-light: #ffffffcc;\n\t--core-surface-overlay-translucent-dark: #1f262dcc;\n\t--scroll-bar-light: #e3e8ef;\n\t--scroll-bar-dark: rgba(255, 255, 255, 0.1);\n\t--scroll-bar-hover-light: #cdd5df;\n\t--scroll-bar-hover-dark: rgba(255, 255, 255, 0.15);\n\t--surface-shadow-soft-light: 0px 4px 24px #0339491a;\n\t--surface-shadow-soft-dark: 0px 4px 24px #0000007a;\n\t--surface-shadow-strong-light: 0px 4px 64px #0339491a;\n\t--surface-shadow-strong-dark: 0px 4px 64px #0000007a;\n}\n\n/* Light theme tokens */\n[data-theme=\"lightMode\"] {\n\t--array-land: var(--brand-land-100);\n\t--array-land-label: var(--brand-land-600);\n\t--array-magenta: var(--brand-magenta-100);\n\t--array-magenta-label: var(--brand-magenta-600);\n\t--array-orange: var(--brand-orange-100);\n\t--array-orange-label: var(--brand-orange-600);\n\t--array-purple: var(--brand-purple-100);\n\t--array-purple-label: var(--brand-purple-600);\n\t--array-sea: var(--brand-sea-100);\n\t--array-sea-label: var(--brand-sea-600);\n\t--array-sky: var(--brand-sky-100);\n\t--array-sky-label: var(--brand-sky-600);\n\t--array-yellow: var(--brand-yellow-100);\n\t--array-yellow-label: var(--brand-yellow-600);\n\t--core-badge-primary: var(--brand-sea-500);\n\t--core-badge-secondary: var(--brand-grey-100);\n\t--core-button-disabled: var(--brand-grey-50);\n\t--core-button-primary: var(--brand-sea-500);\n\t--core-drop-shadow: var(--core-drop-shadow-light);\n\t--core-gp-logo-primary: var(--brand-sea-700);\n\t--core-gp-logo-secondary: var(--brand-grey-950);\n\t--core-icon-dark: var(--brand-grey-950);\n\t--core-icon-disabled: var(--brand-grey-300);\n\t--core-icon-error: var(--product-red-500);\n\t--core-icon-light: var(--brand-white-0);\n\t--core-icon-primary: var(--brand-grey-950);\n\t--core-icon-secondary: var(--brand-grey-700);\n\t--core-icon-tertiary: var(--brand-sea-500);\n\t--core-outline-secondary: var(--brand-grey-700);\n\t--core-outline-primary: var(--brand-grey-100);\n\t--core-outline-special: var(--brand-sea-100);\n\t--core-outline-tertiary: var(--brand-sea-500);\n\t--core-surface-coverup-translucent: var(\n\t\t--core-surface-coverup-translucent-light\n\t);\n\t--core-surface-overlay-translucent: var(\n\t\t--core-surface-overlay-translucent-light\n\t);\n\t--core-surface-primary: var(--brand-white-0);\n\t--core-surface-secondary: var(--brand-grey-50);\n\t--core-surface-special: var(--brand-sea-50);\n\t--core-text-dark: var(--brand-grey-950);\n\t--core-text-disabled: var(--brand-grey-300);\n\t--core-text-error: var(--product-red-500);\n\t--core-text-light: var(--brand-white-0);\n\t--core-text-primary: var(--brand-grey-950);\n\t--core-text-secondary: var(--brand-grey-700);\n\t--core-text-tertiary: var(--brand-grey-600);\n\t--core-text-special: var(--brand-sea-500);\n\t--core-link-primary: var(--brand-sea-700);\n\t--eor-tag-employee: var(--brand-sky-700);\n\t--eor-tag-overdue: var(--product-red-500);\n\t--eor-tag-paid: var(--brand-land-700);\n\t--eor-tag-pending: var(--brand-orange-500);\n\t--eor-tag-professional: var(--brand-sea-500);\n\t--feedback-attention: var(--brand-yellow-500);\n\t--feedback-informative: var(--brand-sky-700);\n\t--feedback-positive: var(--brand-land-700);\n\t--feedback-urgency: var(--brand-orange-500);\n\t--feedback-warning: var(--product-red-500);\n\t--gia-tag-risk-high: var(--product-red-500);\n\t--gia-tag-risk-low: var(--brand-sky-700);\n\t--gia-tag-risk-moderate: var(--brand-orange-500);\n\t--gia-text-excerpt-highlight: var(--brand-orange-100);\n\t--gia-text-selection: var(--brand-sea-100);\n\t--scroll-bar: var(--scroll-bar-light);\n\t--scroll-bar-hover: var(--scroll-bar-hover-light);\n\t--surface-shadow-soft: var(--surface-shadow-soft-light);\n\t--surface-shadow-strong: var(--surface-shadow-strong-light);\n}\n\n/* Dark theme tokens */\n[data-theme=\"darkMode\"] {\n\t--array-land: var(--brand-land-100);\n\t--array-land-label: var(--brand-land-600);\n\t--array-magenta: var(--brand-magenta-100);\n\t--array-magenta-label: var(--brand-magenta-600);\n\t--array-orange: var(--brand-orange-100);\n\t--array-orange-label: var(--brand-orange-600);\n\t--array-purple: var(--brand-purple-100);\n\t--array-purple-label: var(--brand-purple-600);\n\t--array-sea: var(--brand-sea-100);\n\t--array-sea-label: var(--brand-sea-600);\n\t--array-sky: var(--brand-sky-100);\n\t--array-sky-label: var(--brand-sky-600);\n\t--array-yellow: var(--brand-yellow-100);\n\t--array-yellow-label: var(--brand-yellow-600);\n\t--core-badge-primary: var(--brand-sea-500);\n\t--core-badge-secondary: var(--brand-grey-700);\n\t--core-button-disabled: var(--brand-grey-900);\n\t--core-button-primary: var(--brand-sea-500);\n\t--core-drop-shadow: var(--core-drop-shadow-dark);\n\t--core-gp-logo-primary: var(--brand-sea-500);\n\t--core-gp-logo-secondary: var(--brand-white-0);\n\t--core-icon-dark: var(--brand-grey-950);\n\t--core-icon-disabled: var(--brand-grey-500);\n\t--core-icon-error: var(--product-red-400);\n\t--core-icon-light: var(--brand-white-0);\n\t--core-icon-primary: var(--brand-white-0);\n\t--core-icon-secondary: var(--brand-grey-200);\n\t--core-icon-tertiary: var(--brand-sky-300);\n\t--core-outline-secondary: var(--brand-grey-100);\n\t--core-outline-primary: var(--brand-grey-700);\n\t--core-outline-special: var(--brand-sky-900);\n\t--core-outline-tertiary: var(--brand-sky-300);\n\t--core-surface-coverup-translucent: var(\n\t\t--core-surface-coverup-translucent-dark\n\t);\n\t--core-surface-overlay-translucent: var(\n\t\t--core-surface-overlay-translucent-dark\n\t);\n\t--core-surface-primary: var(--brand-grey-950);\n\t--core-surface-secondary: var(--brand-grey-900);\n\t--core-surface-special: var(--brand-sky-950);\n\t--core-text-dark: var(--brand-grey-950);\n\t--core-text-disabled: var(--brand-grey-500);\n\t--core-text-error: var(--product-red-400);\n\t--core-text-light: var(--brand-white-0);\n\t--core-text-primary: var(--brand-white-0);\n\t--core-text-secondary: var(--brand-grey-200);\n\t--core-text-tertiary: var(--brand-grey-400);\n\t--core-text-special: var(--brand-sky-300);\n\t--core-link-primary: var(--brand-sky-300);\n\t--eor-tag-employee: var(--brand-sky-700);\n\t--eor-tag-overdue: var(--product-red-400);\n\t--eor-tag-paid: var(--brand-land-700);\n\t--eor-tag-pending: var(--brand-orange-500);\n\t--eor-tag-professional: var(--brand-sea-500);\n\t--feedback-attention: var(--brand-yellow-400);\n\t--feedback-informative: var(--brand-sky-600);\n\t--feedback-positive: var(--brand-land-700);\n\t--feedback-urgency: var(--brand-orange-500);\n\t--feedback-warning: var(--product-red-400);\n\t--gia-tag-risk-high: var(--product-red-400);\n\t--gia-tag-risk-low: var(--brand-sky-600);\n\t--gia-tag-risk-moderate: var(--brand-orange-500);\n\t--gia-text-excerpt-highlight: var(--brand-orange-100);\n\t--gia-text-selection: var(--brand-sea-900);\n\t--scroll-bar: var(--scroll-bar-dark);\n\t--scroll-bar-hover: var(--scroll-bar-hover-dark);\n\t--surface-shadow-soft: var(--surface-shadow-soft-dark);\n\t--surface-shadow-strong: var(--surface-shadow-strong-dark);\n}\n\n/* Theme token text-color utility classes */\n.array-land {\n\tbackground: var(--array-land);\n}\n.array-land-label {\n\tcolor: var(--array-land-label);\n}\n.array-magenta {\n\tbackground: var(--array-magenta);\n}\n.array-magenta-label {\n\tcolor: var(--array-magenta-label);\n}\n.array-orange {\n\tbackground: var(--array-orange);\n}\n.array-orange-label {\n\tcolor: var(--array-orange-label);\n}\n.array-purple {\n\tbackground: var(--array-purple);\n}\n.array-purple-label {\n\tcolor: var(--array-purple-label);\n}\n.array-sea {\n\tbackground: var(--array-sea);\n}\n.array-sea-label {\n\tcolor: var(--array-sea-label);\n}\n.array-sky {\n\tbackground: var(--array-sky);\n}\n.array-sky-label {\n\tcolor: var(--array-sky-label);\n}\n.array-yellow {\n\tbackground: var(--array-yellow);\n}\n.array-yellow-label {\n\tcolor: var(--array-yellow-label);\n}\n.core-badge-primary {\n\tbackground: var(--core-badge-primary);\n}\n.core-badge-secondary {\n\tbackground: var(--core-badge-secondary);\n}\n.core-button-disabled {\n\tbackground: var(--core-button-disabled);\n}\n.core-button-primary {\n\tbackground: var(--core-button-primary);\n}\n.core-drop-shadow {\n\tbox-shadow: var(--core-drop-shadow);\n}\n.core-gp-logo-primary {\n\tcolor: var(--core-gp-logo-primary);\n}\n.core-gp-logo-secondary {\n\tcolor: var(--core-gp-logo-secondary);\n}\n.core-icon-dark {\n\tcolor: var(--core-icon-dark);\n}\n.core-icon-disabled {\n\tcolor: var(--core-icon-disabled);\n}\n.core-icon-error {\n\tcolor: var(--core-icon-error);\n}\n.core-icon-light {\n\tcolor: var(--core-icon-light);\n}\n.core-icon-primary {\n\tcolor: var(--core-icon-primary);\n}\n.core-icon-secondary {\n\tcolor: var(--core-icon-secondary);\n}\n.core-icon-tertiary {\n\tcolor: var(--core-icon-tertiary);\n}\n.core-link-primary {\n\tcolor: var(--core-link-primary);\n}\n.core-outline-primary {\n\tborder-color: var(--core-outline-primary);\n}\n.core-outline-secondary {\n\tborder-color: var(--core-outline-secondary);\n}\n.core-outline-special {\n\tborder-color: var(--core-outline-special);\n}\n.core-outline-tertiary {\n\tborder-color: var(--core-outline-tertiary);\n}\n.core-surface-coverup-translucent {\n\tbackground: var(--core-surface-coverup-translucent);\n}\n.core-surface-overlay-translucent {\n\tbackground: var(--core-surface-overlay-translucent);\n}\n.core-surface-primary {\n\tbackground: var(--core-surface-primary);\n}\n.core-surface-secondary {\n\tbackground: var(--core-surface-secondary);\n}\n.core-surface-special {\n\tbackground: var(--core-surface-special);\n}\n.core-text-dark {\n\tcolor: var(--core-text-dark);\n}\n.core-text-disabled {\n\tcolor: var(--core-text-disabled);\n}\n.core-text-error {\n\tcolor: var(--core-text-error);\n}\n.core-text-light {\n\tcolor: var(--core-text-light);\n}\n.core-text-primary {\n\tcolor: var(--core-text-primary);\n}\n.core-text-secondary {\n\tcolor: var(--core-text-secondary);\n}\n.core-text-special {\n\tcolor: var(--core-text-special);\n}\n.core-text-tertiary {\n\tcolor: var(--core-text-tertiary);\n}\n.eor-tag-employee {\n\tcolor: var(--eor-tag-employee);\n}\n.eor-tag-overdue {\n\tcolor: var(--eor-tag-overdue);\n}\n.eor-tag-paid {\n\tcolor: var(--eor-tag-paid);\n}\n.eor-tag-pending {\n\tcolor: var(--eor-tag-pending);\n}\n.eor-tag-professional {\n\tcolor: var(--eor-tag-professional);\n}\n.feedback-attention {\n\tcolor: var(--feedback-attention);\n}\n.feedback-informative {\n\tcolor: var(--feedback-informative);\n}\n.feedback-positive {\n\tcolor: var(--feedback-positive);\n}\n.feedback-urgency {\n\tcolor: var(--feedback-urgency);\n}\n.feedback-warning {\n\tcolor: var(--feedback-warning);\n}\n.gia-tag-risk-high {\n\tcolor: var(--gia-tag-risk-high);\n}\n.gia-tag-risk-low {\n\tcolor: var(--gia-tag-risk-low);\n}\n.gia-tag-risk-moderate {\n\tcolor: var(--gia-tag-risk-moderate);\n}\n.gia-text-excerpt-highlight {\n\tcolor: var(--gia-text-excerpt-highlight);\n}\n.gia-text-selection {\n\tcolor: var(--gia-text-selection);\n}\n.scroll-bar {\n\tcolor: var(--scroll-bar);\n}\n.scroll-bar-hover {\n\tcolor: var(--scroll-bar-hover);\n}\n.surface-shadow-soft {\n\tcolor: var(--surface-shadow-soft);\n}\n.surface-shadow-strong {\n\tcolor: var(--surface-shadow-strong);\n}\n\nbody {\n\tbackground: var(--core-surface-primary);\n}\n";
9
+ var css_248z$3 = "/* Core brand colors (un-themed) */\n:root {\n\t--brand-grey-50: #f4f7fa;\n\t--brand-grey-100: #e5ecf3;\n\t--brand-grey-200: #d5e0ea;\n\t--brand-grey-300: #98acbf;\n\t--brand-grey-400: #7f96a9;\n\t--brand-grey-500: #657d91;\n\t--brand-grey-600: #4c6273;\n\t--brand-grey-700: #405261;\n\t--brand-grey-800: #37434e;\n\t--brand-grey-900: #2d353d;\n\t--brand-grey-950: #1f262d;\n\t--brand-sea-50: #e8f1ff;\n\t--brand-sea-100: #c7defe;\n\t--brand-sea-200: #a5c9ff;\n\t--brand-sea-300: #7ab3ff;\n\t--brand-sea-400: #4084ff;\n\t--brand-sea-500: #2f45ff;\n\t--brand-sea-600: #2d2fff;\n\t--brand-sea-700: #0000ff;\n\t--brand-sea-800: #0609cd;\n\t--brand-sea-900: #001699;\n\t--brand-sea-950: #0a0b5c;\n\t--brand-sky-50: #eafffe;\n\t--brand-sky-100: #cdfffb;\n\t--brand-sky-200: #a3f8ff;\n\t--brand-sky-300: #6af5ff;\n\t--brand-sky-400: #00edff;\n\t--brand-sky-500: #00c8e0;\n\t--brand-sky-600: #00a6c0;\n\t--brand-sky-700: #03839b;\n\t--brand-sky-800: #0d697d;\n\t--brand-sky-900: #105669;\n\t--brand-sky-950: #033949;\n\t--brand-land-50: #f4ffe5;\n\t--brand-land-100: #e0ffb7;\n\t--brand-land-200: #caff95;\n\t--brand-land-300: #b7fe59;\n\t--brand-land-400: #9cf820;\n\t--brand-land-500: #71e618;\n\t--brand-land-600: #56c900;\n\t--brand-land-700: #2d8c00;\n\t--brand-land-800: #31690b;\n\t--brand-land-900: #2a580f;\n\t--brand-land-950: #123201;\n\t--brand-orange-50: #fff8ec;\n\t--brand-orange-100: #ffebd7;\n\t--brand-orange-200: #ffe3c6;\n\t--brand-orange-300: #ffc182;\n\t--brand-orange-400: #ff972e;\n\t--brand-orange-500: #ff800a;\n\t--brand-orange-600: #ff6700;\n\t--brand-orange-700: #ff3700;\n\t--brand-orange-800: #a02b0b;\n\t--brand-orange-900: #80250b;\n\t--brand-orange-950: #461604;\n\t--brand-yellow-50: #ffffea;\n\t--brand-yellow-100: #fffdca;\n\t--brand-yellow-200: #fff2a0;\n\t--brand-yellow-300: #ffeb72;\n\t--brand-yellow-400: #ffd333;\n\t--brand-yellow-500: #ffc200;\n\t--brand-yellow-600: #ffad00;\n\t--brand-yellow-700: #c68601;\n\t--brand-yellow-800: #8f6307;\n\t--brand-yellow-900: #5f430a;\n\t--brand-yellow-950: #442e00;\n\t--brand-purple-50: #faf0ff;\n\t--brand-purple-100: #f4ddff;\n\t--brand-purple-200: #e5cdff;\n\t--brand-purple-300: #ccafff;\n\t--brand-purple-400: #b891ff;\n\t--brand-purple-500: #7d48ff;\n\t--brand-purple-600: #6a14ff;\n\t--brand-purple-700: #5600f1;\n\t--brand-purple-800: #4d01d6;\n\t--brand-purple-900: #4003af;\n\t--brand-purple-950: #1e007c;\n\t--brand-magenta-50: #fef1fc;\n\t--brand-magenta-100: #ffdcef;\n\t--brand-magenta-200: #ffcae6;\n\t--brand-magenta-300: #ff90cb;\n\t--brand-magenta-400: #ff61ca;\n\t--brand-magenta-500: #ff3ac2;\n\t--brand-magenta-600: #f012aa;\n\t--brand-magenta-700: #df059b;\n\t--brand-magenta-800: #9b0069;\n\t--brand-magenta-900: #790a55;\n\t--brand-magenta-950: #58003a;\n\t--brand-white-0: #ffffff;\n\t--product-red-400: #ff474a;\n\t--product-red-500: #df0529;\n\n\t/* Non-brand semantic aliases */\n\t--core-drop-shadow-light: #0339491a;\n\t--core-drop-shadow-dark: #0000007a;\n\t--core-surface-coverup-translucent-light: #1f262d52;\n\t--core-surface-coverup-translucent-dark: #0000007a;\n\t--core-surface-overlay-translucent-light: #ffffffcc;\n\t--core-surface-overlay-translucent-dark: #1f262dcc;\n\t--scroll-bar-light: #e3e8ef;\n\t--scroll-bar-dark: rgba(255, 255, 255, 0.1);\n\t--scroll-bar-hover-light: #cdd5df;\n\t--scroll-bar-hover-dark: rgba(255, 255, 255, 0.15);\n\t--surface-shadow-soft-light: 0px 4px 24px #0339491a;\n\t--surface-shadow-soft-dark: 0px 4px 24px #0000007a;\n\t--surface-shadow-strong-light: 0px 4px 64px #0339491a;\n\t--surface-shadow-strong-dark: 0px 4px 64px #0000007a;\n}\n\n/* Light theme tokens */\n[data-theme=\"lightMode\"] {\n\t--array-land: var(--brand-land-100);\n\t--array-land-label: var(--brand-land-600);\n\t--array-magenta: var(--brand-magenta-100);\n\t--array-magenta-label: var(--brand-magenta-600);\n\t--array-orange: var(--brand-orange-100);\n\t--array-orange-label: var(--brand-orange-600);\n\t--array-purple: var(--brand-purple-100);\n\t--array-purple-label: var(--brand-purple-600);\n\t--array-sea: var(--brand-sea-100);\n\t--array-sea-label: var(--brand-sea-600);\n\t--array-sky: var(--brand-sky-100);\n\t--array-sky-label: var(--brand-sky-600);\n\t--array-yellow: var(--brand-yellow-100);\n\t--array-yellow-label: var(--brand-yellow-600);\n\t--core-badge-primary: var(--brand-sea-500);\n\t--core-badge-secondary: var(--brand-grey-100);\n\t--core-button-disabled: var(--brand-grey-50);\n\t--core-button-primary: var(--brand-sea-500);\n\t--core-drop-shadow: var(--core-drop-shadow-light);\n\t--core-gp-logo-primary: var(--brand-sea-700);\n\t--core-gp-logo-secondary: var(--brand-grey-950);\n\t--core-icon-dark: var(--brand-grey-950);\n\t--core-icon-disabled: var(--brand-grey-300);\n\t--core-icon-error: var(--product-red-500);\n\t--core-icon-light: var(--brand-white-0);\n\t--core-icon-primary: var(--brand-grey-950);\n\t--core-icon-secondary: var(--brand-grey-700);\n\t--core-icon-tertiary: var(--brand-sea-500);\n\t--core-outline-secondary: var(--brand-grey-700);\n\t--core-outline-primary: var(--brand-grey-100);\n\t--core-outline-special: var(--brand-sea-100);\n\t--core-outline-tertiary: var(--brand-sea-500);\n\t--core-surface-coverup-translucent: var(\n\t\t--core-surface-coverup-translucent-light\n\t);\n\t--core-surface-overlay-translucent: var(\n\t\t--core-surface-overlay-translucent-light\n\t);\n\t--core-surface-primary: var(--brand-white-0);\n\t--core-surface-secondary: var(--brand-grey-50);\n\t--core-surface-special: var(--brand-sea-50);\n\t--core-text-dark: var(--brand-grey-950);\n\t--core-text-disabled: var(--brand-grey-300);\n\t--core-text-error: var(--product-red-500);\n\t--core-text-light: var(--brand-white-0);\n\t--core-text-primary: var(--brand-grey-950);\n\t--core-text-secondary: var(--brand-grey-700);\n\t--core-text-tertiary: var(--brand-grey-600);\n\t--core-text-special: var(--brand-sea-500);\n\t--core-link-primary: var(--brand-sea-700);\n\t--eor-tag-employee: var(--brand-sky-700);\n\t--eor-tag-overdue: var(--product-red-500);\n\t--eor-tag-paid: var(--brand-land-700);\n\t--eor-tag-pending: var(--brand-orange-500);\n\t--eor-tag-professional: var(--brand-sea-500);\n\t--feedback-attention: var(--brand-yellow-500);\n\t--feedback-informative: var(--brand-sky-700);\n\t--feedback-positive: var(--brand-land-700);\n\t--feedback-urgency: var(--brand-orange-500);\n\t--feedback-warning: var(--product-red-500);\n\t--gia-tag-risk-high: var(--product-red-500);\n\t--gia-tag-risk-low: var(--brand-sky-700);\n\t--gia-tag-risk-moderate: var(--brand-orange-500);\n\t--gia-text-excerpt-highlight: var(--brand-orange-100);\n\t--gia-text-selection: var(--brand-sea-100);\n\t--scroll-bar: var(--scroll-bar-light);\n\t--scroll-bar-hover: var(--scroll-bar-hover-light);\n\t--surface-shadow-soft: var(--surface-shadow-soft-light);\n\t--surface-shadow-strong: var(--surface-shadow-strong-light);\n}\n\n/* Dark theme tokens */\n[data-theme=\"darkMode\"] {\n\t--array-land: var(--brand-land-100);\n\t--array-land-label: var(--brand-land-600);\n\t--array-magenta: var(--brand-magenta-100);\n\t--array-magenta-label: var(--brand-magenta-600);\n\t--array-orange: var(--brand-orange-100);\n\t--array-orange-label: var(--brand-orange-600);\n\t--array-purple: var(--brand-purple-100);\n\t--array-purple-label: var(--brand-purple-600);\n\t--array-sea: var(--brand-sea-100);\n\t--array-sea-label: var(--brand-sea-600);\n\t--array-sky: var(--brand-sky-100);\n\t--array-sky-label: var(--brand-sky-600);\n\t--array-yellow: var(--brand-yellow-100);\n\t--array-yellow-label: var(--brand-yellow-600);\n\t--core-badge-primary: var(--brand-sea-500);\n\t--core-badge-secondary: var(--brand-grey-700);\n\t--core-button-disabled: var(--brand-grey-900);\n\t--core-button-primary: var(--brand-sea-500);\n\t--core-drop-shadow: var(--core-drop-shadow-dark);\n\t--core-gp-logo-primary: var(--brand-sea-500);\n\t--core-gp-logo-secondary: var(--brand-white-0);\n\t--core-icon-dark: var(--brand-grey-950);\n\t--core-icon-disabled: var(--brand-grey-500);\n\t--core-icon-error: var(--product-red-400);\n\t--core-icon-light: var(--brand-white-0);\n\t--core-icon-primary: var(--brand-white-0);\n\t--core-icon-secondary: var(--brand-grey-200);\n\t--core-icon-tertiary: var(--brand-sky-300);\n\t--core-outline-secondary: var(--brand-grey-100);\n\t--core-outline-primary: var(--brand-grey-700);\n\t--core-outline-special: var(--brand-sky-300);\n\t--core-outline-tertiary: var(--brand-sky-300);\n\t--core-surface-coverup-translucent: var(\n\t\t--core-surface-coverup-translucent-dark\n\t);\n\t--core-surface-overlay-translucent: var(\n\t\t--core-surface-overlay-translucent-dark\n\t);\n\t--core-surface-primary: var(--brand-grey-950);\n\t--core-surface-secondary: var(--brand-grey-900);\n\t--core-surface-special: var(--brand-sky-950);\n\t--core-text-dark: var(--brand-grey-950);\n\t--core-text-disabled: var(--brand-grey-500);\n\t--core-text-error: var(--product-red-400);\n\t--core-text-light: var(--brand-white-0);\n\t--core-text-primary: var(--brand-white-0);\n\t--core-text-secondary: var(--brand-grey-200);\n\t--core-text-tertiary: var(--brand-grey-400);\n\t--core-text-special: var(--brand-sky-300);\n\t--core-link-primary: var(--brand-sky-300);\n\t--eor-tag-employee: var(--brand-sky-700);\n\t--eor-tag-overdue: var(--product-red-400);\n\t--eor-tag-paid: var(--brand-land-700);\n\t--eor-tag-pending: var(--brand-orange-500);\n\t--eor-tag-professional: var(--brand-sea-500);\n\t--feedback-attention: var(--brand-yellow-400);\n\t--feedback-informative: var(--brand-sky-600);\n\t--feedback-positive: var(--brand-land-700);\n\t--feedback-urgency: var(--brand-orange-500);\n\t--feedback-warning: var(--product-red-400);\n\t--gia-tag-risk-high: var(--product-red-400);\n\t--gia-tag-risk-low: var(--brand-sky-600);\n\t--gia-tag-risk-moderate: var(--brand-orange-500);\n\t--gia-text-excerpt-highlight: var(--brand-orange-100);\n\t--gia-text-selection: var(--brand-sea-900);\n\t--scroll-bar: var(--scroll-bar-dark);\n\t--scroll-bar-hover: var(--scroll-bar-hover-dark);\n\t--surface-shadow-soft: var(--surface-shadow-soft-dark);\n\t--surface-shadow-strong: var(--surface-shadow-strong-dark);\n}\n\n/* Theme token text-color utility classes */\n.array-land {\n\tbackground: var(--array-land);\n}\n.array-land-label {\n\tcolor: var(--array-land-label);\n}\n.array-magenta {\n\tbackground: var(--array-magenta);\n}\n.array-magenta-label {\n\tcolor: var(--array-magenta-label);\n}\n.array-orange {\n\tbackground: var(--array-orange);\n}\n.array-orange-label {\n\tcolor: var(--array-orange-label);\n}\n.array-purple {\n\tbackground: var(--array-purple);\n}\n.array-purple-label {\n\tcolor: var(--array-purple-label);\n}\n.array-sea {\n\tbackground: var(--array-sea);\n}\n.array-sea-label {\n\tcolor: var(--array-sea-label);\n}\n.array-sky {\n\tbackground: var(--array-sky);\n}\n.array-sky-label {\n\tcolor: var(--array-sky-label);\n}\n.array-yellow {\n\tbackground: var(--array-yellow);\n}\n.array-yellow-label {\n\tcolor: var(--array-yellow-label);\n}\n.core-badge-primary {\n\tbackground: var(--core-badge-primary);\n}\n.core-badge-secondary {\n\tbackground: var(--core-badge-secondary);\n}\n.core-button-disabled {\n\tbackground: var(--core-button-disabled);\n}\n.core-button-primary {\n\tbackground: var(--core-button-primary);\n}\n.core-drop-shadow {\n\tbox-shadow: var(--core-drop-shadow);\n}\n.core-gp-logo-primary {\n\tcolor: var(--core-gp-logo-primary);\n}\n.core-gp-logo-secondary {\n\tcolor: var(--core-gp-logo-secondary);\n}\n.core-icon-dark {\n\tcolor: var(--core-icon-dark);\n}\n.core-icon-disabled {\n\tcolor: var(--core-icon-disabled);\n}\n.core-icon-error {\n\tcolor: var(--core-icon-error);\n}\n.core-icon-light {\n\tcolor: var(--core-icon-light);\n}\n.core-icon-primary {\n\tcolor: var(--core-icon-primary);\n}\n.core-icon-secondary {\n\tcolor: var(--core-icon-secondary);\n}\n.core-icon-tertiary {\n\tcolor: var(--core-icon-tertiary);\n}\n.core-link-primary {\n\tcolor: var(--core-link-primary);\n}\n.core-outline-primary {\n\tborder-color: var(--core-outline-primary);\n}\n.core-outline-secondary {\n\tborder-color: var(--core-outline-secondary);\n}\n.core-outline-special {\n\tborder-color: var(--core-outline-special);\n}\n.core-outline-tertiary {\n\tborder-color: var(--core-outline-tertiary);\n}\n.core-surface-coverup-translucent {\n\tbackground: var(--core-surface-coverup-translucent);\n}\n.core-surface-overlay-translucent {\n\tbackground: var(--core-surface-overlay-translucent);\n}\n.core-surface-primary {\n\tbackground: var(--core-surface-primary);\n}\n.core-surface-secondary {\n\tbackground: var(--core-surface-secondary);\n}\n.core-surface-special {\n\tbackground: var(--core-surface-special);\n}\n.core-text-dark {\n\tcolor: var(--core-text-dark);\n}\n.core-text-disabled {\n\tcolor: var(--core-text-disabled);\n}\n.core-text-error {\n\tcolor: var(--core-text-error);\n}\n.core-text-light {\n\tcolor: var(--core-text-light);\n}\n.core-text-primary {\n\tcolor: var(--core-text-primary);\n}\n.core-text-secondary {\n\tcolor: var(--core-text-secondary);\n}\n.core-text-special {\n\tcolor: var(--core-text-special);\n}\n.core-text-tertiary {\n\tcolor: var(--core-text-tertiary);\n}\n.eor-tag-employee {\n\tcolor: var(--eor-tag-employee);\n}\n.eor-tag-overdue {\n\tcolor: var(--eor-tag-overdue);\n}\n.eor-tag-paid {\n\tcolor: var(--eor-tag-paid);\n}\n.eor-tag-pending {\n\tcolor: var(--eor-tag-pending);\n}\n.eor-tag-professional {\n\tcolor: var(--eor-tag-professional);\n}\n.feedback-attention {\n\tcolor: var(--feedback-attention);\n}\n.feedback-informative {\n\tcolor: var(--feedback-informative);\n}\n.feedback-positive {\n\tcolor: var(--feedback-positive);\n}\n.feedback-urgency {\n\tcolor: var(--feedback-urgency);\n}\n.feedback-warning {\n\tcolor: var(--feedback-warning);\n}\n.gia-tag-risk-high {\n\tcolor: var(--gia-tag-risk-high);\n}\n.gia-tag-risk-low {\n\tcolor: var(--gia-tag-risk-low);\n}\n.gia-tag-risk-moderate {\n\tcolor: var(--gia-tag-risk-moderate);\n}\n.gia-text-excerpt-highlight {\n\tcolor: var(--gia-text-excerpt-highlight);\n}\n.gia-text-selection {\n\tcolor: var(--gia-text-selection);\n}\n.scroll-bar {\n\tcolor: var(--scroll-bar);\n}\n.scroll-bar-hover {\n\tcolor: var(--scroll-bar-hover);\n}\n.surface-shadow-soft {\n\tcolor: var(--surface-shadow-soft);\n}\n.surface-shadow-strong {\n\tcolor: var(--surface-shadow-strong);\n}\n\nbody {\n\tbackground: var(--core-surface-primary);\n}\n\na {\n\tcolor: var(--core-text-special);\n\ttext-decoration: underline;\n}\n\na:visited {\n\tcolor: var(--core-text-special);\n\ttext-decoration: underline;\n}\n\na:hover {\n\ttext-decoration: none;\n}\n\ncode {\n\tborder: 1px solid var(--core-outline-primary);\n\tbackground: var(--core-surface-secondary);\n\tcolor: var(--core-text-primary);\n}\n";
10
+ styleInject(css_248z$3);
11
+
12
+ var css_248z$2 = ":root {\n\t--elevation-below-surface: -100;\n\t--elevation-surface: 0;\n\t--elevation-float: 100;\n\t--elevation-describe: 200;\n\t--elevation-status: 300;\n\t--elevation-notify: 400;\n\t--elevation-overlay: 500;\n\t--elevation-confirm: 600;\n}\n";
10
13
  styleInject(css_248z$2);
11
14
 
12
- var css_248z$1 = ":root {\n\t--elevation-below-surface: -100;\n\t--elevation-surface: 0;\n\t--elevation-float: 100;\n\t--elevation-describe: 200;\n\t--elevation-status: 300;\n\t--elevation-notify: 400;\n\t--elevation-overlay: 500;\n\t--elevation-confirm: 600;\n}\n";
15
+ var css_248z$1 = "@import url(\"https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap\");\n\n:root {\n\t--font-family: \"Funnel Sans\";\n\t--font-weight-regular: 360;\n\t--font-weight-medium: 420;\n\t--font-weight-bold: 480;\n\t--font-size-xs: 12px;\n\t--font-size-s: 14px;\n\t--font-size-m: 15px;\n\t--font-size-l: 16px;\n\t--font-size-xl: 17px;\n}\n\n.body-xs-regular {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-xs);\n\tline-height: 133.33%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.body-xs-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-xs);\n\tline-height: 133.33%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.body-xs-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-xs);\n\tline-height: 133.33%;\n\ttext-decoration: none;\n\tletter-spacing: 0.25px;\n}\n\n.body-s-regular {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-s);\n\tline-height: 142.86%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}\n\n.body-s-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-s);\n\tline-height: 142.86%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}\n\n.body-s-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-s);\n\tline-height: 142.86%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.body-m-regular {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}\n\n.body-m-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}\n\n.body-m-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.body-l-regular {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-l);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}\n\n.body-l-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-l);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}\n\n.body-l-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-l);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}\n\n.body-xl-regular {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-xl);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}\n\n.body-xl-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-xl);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}\n\n.body-xl-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-xl);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}\n\n.heading-s-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 20px;\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.heading-s-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 20px;\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.heading-m-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 24px;\n\tline-height: 116.67%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.heading-m-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 24px;\n\tline-height: 116.67%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.heading-l-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 30px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.heading-l-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 30px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.heading-xl-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 36px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.heading-xl-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 36px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\nbody {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}\n\nh1 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 36px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\nh2 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 30px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\nh3 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 24px;\n\tline-height: 116.67%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\nh4 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 20px;\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\nh1,\nh2,\nh3,\nh4 {\n\tmargin: 1.5em 0 0.6em 0;\n}\n\nh1:first-child {\n\tmargin: 0 0 0.6em 0;\n}\n\np {\n\tmargin: 0 0 1.5em 0;\n}\n\nb,\nstrong {\n\tfont-weight: var(--font-weight-bold);\n}\n";
13
16
  styleInject(css_248z$1);
14
17
 
15
- var css_248z = "@import url(\"https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap\");\n\n:root {\n\t--font-family: \"Funnel Sans\";\n\t--font-weight-regular: 360;\n\t--font-weight-medium: 420;\n\t--font-weight-bold: 480;\n\t--font-size-xs: 12px;\n\t--font-size-s: 14px;\n\t--font-size-m: 15px;\n\t--font-size-l: 16px;\n}\n\n.body-xs-regular {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-xs);\n\tline-height: 133.33%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.body-xs-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-xs);\n\tline-height: 133.33%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.body-xs-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-xs);\n\tline-height: 133.33%;\n\ttext-decoration: none;\n\tletter-spacing: 0.25px;\n}\n\n.body-s-regular {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-s);\n\tline-height: 142.86%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}\n\n.body-s-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-s);\n\tline-height: 142.86%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}\n\n.body-s-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-s);\n\tline-height: 142.86%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.body-m-regular {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}\n\n.body-m-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}\n\n.body-m-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.body-l-regular {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-l);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}\n\n.body-l-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-l);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}\n\n.body-l-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-l);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}\n\n.heading-s-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 650;\n\tfont-size: 20px;\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.heading-s-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 560;\n\tfont-size: 20px;\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.heading-m-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 650;\n\tfont-size: 24px;\n\tline-height: 116.67%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.heading-m-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 560;\n\tfont-size: 24px;\n\tline-height: 116.67%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.heading-l-medium {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 560;\n\tfont-size: 28px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.heading-l-bold {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 650;\n\tfont-size: 28px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\nbody {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}\n";
18
+ var css_248z = "/* Keep these values in sync with src/hooks/useWindow/useWindow.ts */\n";
16
19
  styleInject(css_248z);
17
20
 
18
21
  // set up media query for system theme
@@ -0,0 +1,2 @@
1
+ export { F as FormFactor, u as useWindowStore } from '../chunks/windowStore-Cu4W4zJM.js';
2
+ import 'zustand';
@@ -1,3 +1,4 @@
1
+ export { F as FormFactor, u as useWindowStore } from './chunks/windowStore-Cu4W4zJM.js';
1
2
  export { g as getTip, t as tipActions, u as useTip, a as useTipActions, b as useTipStore } from './chunks/tipStore-nBYJ6tmE.js';
2
3
  export { g as getToast, t as toastActions, u as useToast, a as useToastActions, b as useToastStore } from './chunks/toastStore-r3pvNa28.js';
3
4
  import 'zustand';
@@ -12,6 +12,7 @@ const fontSizes = {
12
12
  s: 14,
13
13
  m: 15,
14
14
  l: 16,
15
+ xl: 17,
15
16
  };
16
17
  // ** new styles aligned to lyra */
17
18
  const type = {
@@ -99,48 +100,83 @@ const type = {
99
100
  line-height: 162.5%;
100
101
  text-decoration: none;
101
102
  letter-spacing: 0.15px`,
102
- 'heading-s-bold': `
103
+ 'body-xl-regular': `
104
+ font-family: ${fontFamily};
105
+ font-weight: ${fontWeights.regular};
106
+ font-size: ${fontSizes.xl}px;
107
+ line-height: 162.5%;
108
+ text-decoration: none;
109
+ letter-spacing: 0.1px`,
110
+ 'body-xl-medium': `
111
+ font-family: ${fontFamily};
112
+ font-weight: ${fontWeights.medium};
113
+ font-size: ${fontSizes.xl}px;
114
+ line-height: 162.5%;
115
+ text-decoration: none;
116
+ letter-spacing: 0.1px`,
117
+ 'body-xl-bold': `
118
+ font-family: ${fontFamily};
119
+ font-weight: ${fontWeights.bold};
120
+ font-size: ${fontSizes.xl}px;
121
+ line-height: 162.5%;
122
+ text-decoration: none;
123
+ letter-spacing: 0.15px`,
124
+ 'heading-s-medium': `
103
125
  font-family: ${fontFamily};
104
- font-weight: 650;
126
+ font-weight: 500;
105
127
  font-size: 20px;
106
128
  line-height: 140%;
107
129
  text-decoration: none;
108
130
  letter-spacing: 0.2px`,
109
- 'heading-s-medium': `
131
+ 'heading-s-bold': `
110
132
  font-family: ${fontFamily};
111
- font-weight: 560;
133
+ font-weight: 600;
112
134
  font-size: 20px;
113
135
  line-height: 140%;
114
136
  text-decoration: none;
115
137
  letter-spacing: 0.2px`,
116
- 'heading-m-bold': `
138
+ 'heading-m-medium': `
117
139
  font-family: ${fontFamily};
118
- font-weight: 650;
140
+ font-weight: 500;
119
141
  font-size: 24px;
120
142
  line-height: 116.67%;
121
143
  text-decoration: none;
122
144
  letter-spacing: 0.2px`,
123
- 'heading-m-medium': `
145
+ 'heading-m-bold': `
124
146
  font-family: ${fontFamily};
125
- font-weight: 560;
147
+ font-weight: 600;
126
148
  font-size: 24px;
127
149
  line-height: 116.67%;
128
150
  text-decoration: none;
129
151
  letter-spacing: 0.2px`,
130
152
  'heading-l-medium': `
131
153
  font-family: ${fontFamily};
132
- font-weight: 560;
154
+ font-weight: 500;
133
155
  font-size: 28px;
134
156
  line-height: 128.57%;
135
157
  text-decoration: none;
136
158
  letter-spacing: 0.2px`,
137
159
  'heading-l-bold': `
138
160
  font-family: ${fontFamily};
139
- font-weight: 650;
161
+ font-weight: 600;
140
162
  font-size: 28px;
141
163
  line-height: 128.57%;
142
164
  text-decoration: none;
143
165
  letter-spacing: 0.2px`,
166
+ 'heading-xl-medium': `
167
+ font-family: ${fontFamily};
168
+ font-weight: 500;
169
+ font-size: 36px;
170
+ line-height: 128.57%;
171
+ text-decoration: none;
172
+ letter-spacing: 0.2px`,
173
+ 'heading-xl-bold': `
174
+ font-family: ${fontFamily};
175
+ font-weight: 600;
176
+ font-size: 36px;
177
+ line-height: 128.57%;
178
+ text-decoration: none;
179
+ letter-spacing: 0.2px`,
144
180
  };
145
181
  const typeCssClasses = {
146
182
  'body-xs-regular': 'body-xs-regular',
@@ -155,12 +191,17 @@ const typeCssClasses = {
155
191
  'body-l-regular': 'body-l-regular',
156
192
  'body-l-medium': 'body-l-medium',
157
193
  'body-l-bold': 'body-l-bold',
194
+ 'body-xl-regular': 'body-xl-regular',
195
+ 'body-xl-medium': 'body-xl-medium',
196
+ 'body-xl-bold': 'body-xl-bold',
158
197
  'heading-s-bold': 'heading-s-bold',
159
198
  'heading-s-medium': 'heading-s-medium',
160
199
  'heading-m-medium': 'heading-m-medium',
161
200
  'heading-m-bold': 'heading-m-bold',
162
201
  'heading-l-medium': 'heading-l-medium',
163
202
  'heading-l-bold': 'heading-l-bold',
203
+ 'heading-xl-medium': 'heading-xl-medium',
204
+ 'heading-xl-bold': 'heading-xl-bold',
164
205
  };
165
206
  const typeStyles = {
166
207
  'body-xs-regular': {
@@ -259,33 +300,57 @@ const typeStyles = {
259
300
  textDecoration: 'none',
260
301
  letterSpacing: '0.15px',
261
302
  },
262
- 'heading-s-bold': {
303
+ 'body-xl-regular': {
263
304
  fontFamily: `${fontFamily}`,
264
- fontWeight: '650',
305
+ fontWeight: `${fontWeights.regular}`,
306
+ fontSize: `${fontSizes.xl}px`,
307
+ lineHeight: '162.5%',
308
+ textDecoration: 'none',
309
+ letterSpacing: '0.1px',
310
+ },
311
+ 'body-xl-medium': {
312
+ fontFamily: `${fontFamily}`,
313
+ fontWeight: `${fontWeights.medium}`,
314
+ fontSize: `${fontSizes.xl}px`,
315
+ lineHeight: '162.5%',
316
+ textDecoration: 'none',
317
+ letterSpacing: '0.1px',
318
+ },
319
+ 'body-xl-bold': {
320
+ fontFamily: `${fontFamily}`,
321
+ fontWeight: `${fontWeights.bold}`,
322
+ fontSize: `${fontSizes.xl}px`,
323
+ lineHeight: '162.5%',
324
+ textDecoration: 'none',
325
+ letterSpacing: '0.15px',
326
+ },
327
+ 'heading-s-medium': {
328
+ fontFamily: `${fontFamily}`,
329
+ fontWeight: '500',
265
330
  fontSize: '20px',
266
331
  lineHeight: '140%',
267
332
  textDecoration: 'none',
268
333
  letterSpacing: '0.2px',
269
334
  },
270
- 'heading-s-medium': {
335
+ 'heading-s-bold': {
271
336
  fontFamily: `${fontFamily}`,
272
- fontWeight: '560',
337
+ fontWeight: '600',
273
338
  fontSize: '20px',
274
339
  lineHeight: '140%',
275
340
  textDecoration: 'none',
276
341
  letterSpacing: '0.2px',
277
342
  },
278
- 'heading-m-bold': {
343
+ 'heading-m-medium': {
279
344
  fontFamily: `${fontFamily}`,
280
- fontWeight: '650',
345
+ fontWeight: '500',
281
346
  fontSize: '24px',
282
347
  lineHeight: '116.67%',
283
348
  textDecoration: 'none',
284
349
  letterSpacing: '0.2px',
285
350
  },
286
- 'heading-m-medium': {
351
+ 'heading-m-bold': {
287
352
  fontFamily: `${fontFamily}`,
288
- fontWeight: '560',
353
+ fontWeight: '600',
289
354
  fontSize: '24px',
290
355
  lineHeight: '116.67%',
291
356
  textDecoration: 'none',
@@ -293,16 +358,32 @@ const typeStyles = {
293
358
  },
294
359
  'heading-l-medium': {
295
360
  fontFamily: `${fontFamily}`,
296
- fontWeight: '560',
297
- fontSize: '28px',
361
+ fontWeight: '500',
362
+ fontSize: '30px',
298
363
  lineHeight: '128.57%',
299
364
  textDecoration: 'none',
300
365
  letterSpacing: '0.2px',
301
366
  },
302
367
  'heading-l-bold': {
303
368
  fontFamily: `${fontFamily}`,
304
- fontWeight: '650',
305
- fontSize: '28px',
369
+ fontWeight: '600',
370
+ fontSize: '30px',
371
+ lineHeight: '128.57%',
372
+ textDecoration: 'none',
373
+ letterSpacing: '0.2px',
374
+ },
375
+ 'heading-xl-medium': {
376
+ fontFamily: `${fontFamily}`,
377
+ fontWeight: '500',
378
+ fontSize: '36px',
379
+ lineHeight: '128.57%',
380
+ textDecoration: 'none',
381
+ letterSpacing: '0.2px',
382
+ },
383
+ 'heading-xl-bold': {
384
+ fontFamily: `${fontFamily}`,
385
+ fontWeight: '600',
386
+ fontSize: '36px',
306
387
  lineHeight: '128.57%',
307
388
  textDecoration: 'none',
308
389
  letterSpacing: '0.2px',
@@ -1,4 +1,4 @@
1
- export { A as Avatar } from '../chunks/Avatar-D_muqPrW.js';
1
+ export { A as Avatar } from '../chunks/Avatar-BtkvMV1v.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -1,6 +1,6 @@
1
- export { A as AvatarGroup } from '../chunks/AvatarGroup-D8Xmrn52.js';
1
+ export { A as AvatarGroup } from '../chunks/AvatarGroup-pbqdS56o.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
5
- import '../chunks/Avatar-D_muqPrW.js';
5
+ import '../chunks/Avatar-BtkvMV1v.js';
6
6
  import '../chunks/style-inject.es-tgCJW-Cu.js';
@@ -1,4 +1,4 @@
1
- export { B as Badge } from '../chunks/Badge-PPf5Uvw3.js';
1
+ export { B as Badge } from '../chunks/Badge-DtxDLSO0.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -1,7 +1,12 @@
1
- export { U as UIButtonBar } from '../chunks/UIButtonBar-BNdA5eVq.js';
1
+ export { B as Button } from '../chunks/Button-BUJkJqdO.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
+ import 'motion/react';
4
5
  import 'react';
6
+ import '../chunks/Badge-DtxDLSO0.js';
7
+ import '../chunks/style-inject.es-tgCJW-Cu.js';
8
+ import '../chunks/Dot-BZcEZbnm.js';
9
+ import '../chunks/_types-RJ7q8S0B.js';
5
10
  import '../hooks/useTheme.js';
6
11
  import '../theme/themes.js';
7
12
  import '../theme/colors.js';
@@ -10,11 +15,6 @@ import '../theme/elevations.js';
10
15
  import '../theme/type.js';
11
16
  import '../hooks/useObserveTheme.js';
12
17
  import '../hooks/useWindow.js';
13
- import '../chunks/IconButton-CguHGkBM.js';
14
- import 'motion/react';
15
- import '../chunks/Badge-PPf5Uvw3.js';
16
- import '../chunks/style-inject.es-tgCJW-Cu.js';
17
- import '../chunks/Dot-B84UVs2e.js';
18
- import '../chunks/_types-BaYeLEWK.js';
19
- import '../chunks/utils-BRZK2Drn.js';
18
+ import '../chunks/utils-CZ1LWeN6.js';
19
+ import '../chunks/ProgressIndicator-uI9BZwBB.js';
20
20
  import '../chunks/sharedTypes-BfZzG1KX.js';
@@ -1,7 +1,6 @@
1
- export { U as UIButton } from '../chunks/UIButton-DKx-_O8h.js';
1
+ export { B as ButtonBar } from '../chunks/ButtonBar-Bl0oCxd8.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
- import 'motion/react';
5
4
  import 'react';
6
5
  import '../hooks/useTheme.js';
7
6
  import '../theme/themes.js';
@@ -11,10 +10,11 @@ import '../theme/elevations.js';
11
10
  import '../theme/type.js';
12
11
  import '../hooks/useObserveTheme.js';
13
12
  import '../hooks/useWindow.js';
14
- import '../chunks/Badge-PPf5Uvw3.js';
13
+ import '../chunks/IconButton-3m9ugITV.js';
14
+ import 'motion/react';
15
+ import '../chunks/Badge-DtxDLSO0.js';
15
16
  import '../chunks/style-inject.es-tgCJW-Cu.js';
16
- import '../chunks/Dot-B84UVs2e.js';
17
- import '../chunks/_types-BaYeLEWK.js';
18
- import '../chunks/utils-BRZK2Drn.js';
19
- import '../chunks/ProgressIndicator-BVukxMU6.js';
17
+ import '../chunks/Dot-BZcEZbnm.js';
18
+ import '../chunks/_types-RJ7q8S0B.js';
19
+ import '../chunks/utils-CZ1LWeN6.js';
20
20
  import '../chunks/sharedTypes-BfZzG1KX.js';
@@ -1,8 +1,8 @@
1
- export { U as UICard } from '../chunks/UICard-Dn5f3wg8.js';
1
+ export { C as Card } from '../chunks/Card-Bjk0kgQh.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
5
- import '../chunks/_types-BaYeLEWK.js';
5
+ import '../chunks/_types-RJ7q8S0B.js';
6
6
  import '../hooks/useTheme.js';
7
7
  import '../theme/themes.js';
8
8
  import '../theme/colors.js';
@@ -11,5 +11,5 @@ import '../theme/elevations.js';
11
11
  import '../theme/type.js';
12
12
  import '../hooks/useObserveTheme.js';
13
13
  import '../hooks/useWindow.js';
14
- import '../chunks/utils-BRZK2Drn.js';
14
+ import '../chunks/utils-CZ1LWeN6.js';
15
15
  import '../chunks/style-inject.es-tgCJW-Cu.js';
@@ -1,4 +1,4 @@
1
- export { C as CheckBox } from '../chunks/CheckBox-CswFI0Xc.js';
1
+ export { C as CheckBox } from '../chunks/CheckBox-CvkZuSeB.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'motion/react';
@@ -11,6 +11,6 @@ import '../theme/elevations.js';
11
11
  import '../theme/type.js';
12
12
  import '../hooks/useObserveTheme.js';
13
13
  import '../hooks/useWindow.js';
14
- import '../chunks/_types-BaYeLEWK.js';
15
- import '../chunks/utils-BRZK2Drn.js';
14
+ import '../chunks/_types-RJ7q8S0B.js';
15
+ import '../chunks/utils-CZ1LWeN6.js';
16
16
  import '../chunks/style-inject.es-tgCJW-Cu.js';
@@ -1,4 +1,4 @@
1
- export { U as UIChip } from '../chunks/UIChip-DqnGeVyR.js';
1
+ export { C as Chip } from '../chunks/Chip-o-YG_HAf.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -10,7 +10,7 @@ import '../theme/elevations.js';
10
10
  import '../theme/type.js';
11
11
  import '../hooks/useObserveTheme.js';
12
12
  import '../hooks/useWindow.js';
13
- import '../chunks/_types-BaYeLEWK.js';
14
- import '../chunks/utils-BRZK2Drn.js';
13
+ import '../chunks/_types-RJ7q8S0B.js';
14
+ import '../chunks/utils-CZ1LWeN6.js';
15
15
  import '../chunks/sharedTypes-BfZzG1KX.js';
16
16
  import '../chunks/style-inject.es-tgCJW-Cu.js';
@@ -1,7 +1,7 @@
1
- export { D as DivInput } from '../chunks/DivInput-iKFkeU2F.js';
1
+ export { D as DivInput } from '../chunks/DivInput-D6ORPrkT.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'motion/react';
5
5
  import 'react';
6
- import '../chunks/utils-BRZK2Drn.js';
6
+ import '../chunks/utils-CZ1LWeN6.js';
7
7
  import '../chunks/style-inject.es-tgCJW-Cu.js';
@@ -1,4 +1,4 @@
1
- export { D as Dot } from '../chunks/Dot-B84UVs2e.js';
1
+ export { D as Dot } from '../chunks/Dot-BZcEZbnm.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'motion/react';
@@ -1,4 +1,4 @@
1
- export { D as DraggablePanel } from '../chunks/DrggablePanel-CYYwTmFd.js';
1
+ export { D as DraggablePanel } from '../chunks/DrggablePanel-DWrTjXvf.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -11,5 +11,5 @@ import '../theme/type.js';
11
11
  import '../hooks/useObserveTheme.js';
12
12
  import '../hooks/useWindow.js';
13
13
  import '../hooks/useObserveResize.js';
14
- import '../chunks/utils-BRZK2Drn.js';
14
+ import '../chunks/utils-CZ1LWeN6.js';
15
15
  import '../chunks/style-inject.es-tgCJW-Cu.js';
@@ -1,4 +1,4 @@
1
- export { D as DropDown } from '../chunks/DropDown-D4t6EhKL.js';
1
+ export { D as DropDown } from '../chunks/DropDown-BDIvYWI-.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -10,6 +10,6 @@ import '../theme/elevations.js';
10
10
  import '../theme/type.js';
11
11
  import '../hooks/useObserveTheme.js';
12
12
  import '../hooks/useWindow.js';
13
- import '../chunks/_types-BaYeLEWK.js';
14
- import '../chunks/utils-BRZK2Drn.js';
13
+ import '../chunks/_types-RJ7q8S0B.js';
14
+ import '../chunks/utils-CZ1LWeN6.js';
15
15
  import '../chunks/style-inject.es-tgCJW-Cu.js';
@@ -1,4 +1,4 @@
1
- export { E as ErrorSummary } from '../chunks/ErrorSummary-DhU5SKPt.js';
1
+ export { E as ErrorSummary } from '../chunks/ErrorSummary-DzDnacH0.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'motion/react';
@@ -1,4 +1,4 @@
1
- export { U as UIFileIcon } from '../chunks/UIFileIcon-qGxIPsJJ.js';
1
+ export { F as FileIcon, a as FileIconNames } from '../chunks/FileIcon-Cxh-QsYb.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -10,3 +10,4 @@ import '../theme/elevations.js';
10
10
  import '../theme/type.js';
11
11
  import '../hooks/useObserveTheme.js';
12
12
  import '../hooks/useWindow.js';
13
+ import '../chunks/utils-CZ1LWeN6.js';
@@ -0,0 +1,18 @@
1
+ export { F as FileList } from '../chunks/FileList-yo_u1Kvw.js';
2
+ import '../chunks/tslib.es6-0pkUdtrF.js';
3
+ import 'react/jsx-runtime';
4
+ import 'react';
5
+ import '../chunks/utils-CZ1LWeN6.js';
6
+ import '../chunks/FileIcon-Cxh-QsYb.js';
7
+ import '../hooks/useTheme.js';
8
+ import '../theme/themes.js';
9
+ import '../theme/colors.js';
10
+ import '../theme/corners.js';
11
+ import '../theme/elevations.js';
12
+ import '../theme/type.js';
13
+ import '../hooks/useObserveTheme.js';
14
+ import '../hooks/useWindow.js';
15
+ import '../chunks/_types-RJ7q8S0B.js';
16
+ import '../chunks/ProgressIndicator-uI9BZwBB.js';
17
+ import 'motion/react';
18
+ import '../chunks/style-inject.es-tgCJW-Cu.js';
@@ -1,4 +1,4 @@
1
- export { F as FlexDiv } from '../chunks/FlexDiv-CmMpORgn.js';
1
+ export { F as FlexDiv } from '../chunks/FlexDiv-CFyndG99.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'motion/react';
@@ -1,4 +1,4 @@
1
- export { G as Grouper } from '../chunks/Grouper-BbreOXI9.js';
1
+ export { G as Grouper } from '../chunks/Grouper-NJbpaaQG.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'motion/react';
@@ -11,7 +11,7 @@ import '../theme/elevations.js';
11
11
  import '../theme/type.js';
12
12
  import '../hooks/useObserveTheme.js';
13
13
  import '../hooks/useWindow.js';
14
- import '../chunks/Badge-PPf5Uvw3.js';
14
+ import '../chunks/Badge-DtxDLSO0.js';
15
15
  import '../chunks/style-inject.es-tgCJW-Cu.js';
16
- import '../chunks/_types-BaYeLEWK.js';
17
- import '../chunks/utils-BRZK2Drn.js';
16
+ import '../chunks/_types-RJ7q8S0B.js';
17
+ import '../chunks/utils-CZ1LWeN6.js';
@@ -1,4 +1,4 @@
1
- export { I as Icon, a as IconNames } from '../chunks/_types-BaYeLEWK.js';
1
+ export { I as Icon, a as IconNames } from '../chunks/_types-RJ7q8S0B.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -10,4 +10,4 @@ import '../theme/elevations.js';
10
10
  import '../theme/type.js';
11
11
  import '../hooks/useObserveTheme.js';
12
12
  import '../hooks/useWindow.js';
13
- import '../chunks/utils-BRZK2Drn.js';
13
+ import '../chunks/utils-CZ1LWeN6.js';
@@ -1,12 +1,12 @@
1
- export { I as IconButton } from '../chunks/IconButton-CguHGkBM.js';
1
+ export { I as IconButton } from '../chunks/IconButton-3m9ugITV.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'motion/react';
5
5
  import 'react';
6
- import '../chunks/Badge-PPf5Uvw3.js';
6
+ import '../chunks/Badge-DtxDLSO0.js';
7
7
  import '../chunks/style-inject.es-tgCJW-Cu.js';
8
- import '../chunks/Dot-B84UVs2e.js';
9
- import '../chunks/_types-BaYeLEWK.js';
8
+ import '../chunks/Dot-BZcEZbnm.js';
9
+ import '../chunks/_types-RJ7q8S0B.js';
10
10
  import '../hooks/useTheme.js';
11
11
  import '../theme/themes.js';
12
12
  import '../theme/colors.js';
@@ -15,5 +15,5 @@ import '../theme/elevations.js';
15
15
  import '../theme/type.js';
16
16
  import '../hooks/useObserveTheme.js';
17
17
  import '../hooks/useWindow.js';
18
- import '../chunks/utils-BRZK2Drn.js';
18
+ import '../chunks/utils-CZ1LWeN6.js';
19
19
  import '../chunks/sharedTypes-BfZzG1KX.js';
@@ -1,4 +1,4 @@
1
- export { U as UILabel } from '../chunks/UILabel-RnbodPCS.js';
1
+ export { L as Label } from '../chunks/Label-CgntsR3g.js';
2
2
  import '../chunks/tslib.es6-0pkUdtrF.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -10,4 +10,5 @@ import '../theme/elevations.js';
10
10
  import '../theme/type.js';
11
11
  import '../hooks/useObserveTheme.js';
12
12
  import '../hooks/useWindow.js';
13
+ import '../chunks/utils-CZ1LWeN6.js';
13
14
  import '../chunks/style-inject.es-tgCJW-Cu.js';