@apple-pie/slice 0.0.8 → 0.0.9

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 (140) hide show
  1. package/dist/cjs/chunks/{Avatar-0EXaRG4e.js → Avatar-zAhrTMO4.js} +1 -1
  2. package/dist/cjs/chunks/{AvatarGroup-BsRUAZl0.js → AvatarGroup-qI2wNIKO.js} +1 -1
  3. package/dist/cjs/chunks/{Button-DFAWHJmQ.js → Button-W_by1STk.js} +2 -2
  4. package/dist/cjs/chunks/{ButtonBar-DOgYDAda.js → ButtonBar-BFuO_DPQ.js} +1 -1
  5. package/dist/cjs/chunks/{Card-BPClSuHa.js → Card-D59vLJvR.js} +2 -2
  6. package/dist/cjs/chunks/{CheckBox-tsExpwtr.js → CheckBox-DRy9gLlZ.js} +1 -1
  7. package/dist/cjs/chunks/{Chip-CPHF1zn-.js → Chip-DGQKok6y.js} +2 -2
  8. package/dist/cjs/chunks/{DivInput-DDQVtlot.js → DivInput-hHsbuscc.js} +1 -1
  9. package/dist/cjs/chunks/{DrggablePanel-wWLPesc8.js → DrggablePanel-BbDhV-a9.js} +3 -3
  10. package/dist/cjs/chunks/{DropDown-COdCr77A.js → DropDown-Ba3vds3U.js} +2 -2
  11. package/dist/cjs/chunks/{FileList-J2EgJyCo.js → FileList-TKE1KmTo.js} +2 -2
  12. package/dist/cjs/chunks/{Grouper-QwwunKen.js → Grouper-CBU4gtXU.js} +1 -1
  13. package/dist/cjs/chunks/{IconButton-B53y3z1_.js → IconButton-IegU1_rF.js} +1 -1
  14. package/dist/cjs/chunks/{Label-DoiS07-y.js → Label-ZlQVpETS.js} +1 -1
  15. package/dist/cjs/chunks/{Pager-CN2z8M9E.js → Pager-Bp1rPImK.js} +1 -1
  16. package/dist/cjs/chunks/{ProgressIndicator-BbrZ7Aoc.js → ProgressIndicator-B5_iQir4.js} +29 -63
  17. package/dist/cjs/chunks/{PromptInput-BXDqUXFQ.js → PromptInput-Tqhw3kml.js} +2 -2
  18. package/dist/cjs/chunks/{RadioButton-GKRhZEmb.js → RadioButton-L98V60ij.js} +12 -16
  19. package/dist/cjs/chunks/{RadioButtonList-CFpZmyAX.js → RadioButtonList-C4-4oZtF.js} +5 -4
  20. package/dist/cjs/chunks/{Switch-C94aofxQ.js → Switch-C9UtaIAt.js} +1 -1
  21. package/dist/cjs/chunks/{TabBar-D6akzNUf.js → TabBar-BMSdsSmt.js} +1 -1
  22. package/dist/cjs/chunks/{TextArea-DjF8Koup.js → TextArea-CogzDdXa.js} +2 -2
  23. package/dist/cjs/chunks/{TextField-Cg6mQcYl.js → TextField-C5WNEmmA.js} +2 -2
  24. package/dist/cjs/chunks/{Toast-Cdyh6T-l.js → Toast-CqVJFqzT.js} +1 -1
  25. package/dist/cjs/chunks/{UploadArea-BmZ50EEl.js → UploadArea-Dv7KCdIo.js} +1 -1
  26. package/dist/cjs/chunks/{_types-B5xXv4NA.js → _types-B7hJ1n_Y.js} +19 -19
  27. package/dist/cjs/hooks/useObserveTheme.js +1 -1
  28. package/dist/cjs/hooks/useTheme.js +2 -1
  29. package/dist/cjs/hooks.js +4 -3
  30. package/dist/cjs/index.js +6 -5
  31. package/dist/cjs/providers/ThemeProvider.js +3 -1
  32. package/dist/cjs/providers.js +1 -1
  33. package/dist/cjs/theme/motion.js +12 -0
  34. package/dist/cjs/theme/themes.js +5 -3
  35. package/dist/cjs/theme.js +2 -2
  36. package/dist/cjs/uikit/Avatar/index.js +1 -1
  37. package/dist/cjs/uikit/AvatarGroup/index.js +2 -2
  38. package/dist/cjs/uikit/Button/index.js +5 -5
  39. package/dist/cjs/uikit/ButtonBar/index.js +5 -5
  40. package/dist/cjs/uikit/Card/index.js +6 -5
  41. package/dist/cjs/uikit/CheckBox/index.js +5 -4
  42. package/dist/cjs/uikit/Chip/index.js +5 -5
  43. package/dist/cjs/uikit/DivInput/index.js +1 -1
  44. package/dist/cjs/uikit/DocIcon/index.js +2 -2
  45. package/dist/cjs/uikit/DraggablePanel/index.js +3 -3
  46. package/dist/cjs/uikit/DropDown/index.js +4 -4
  47. package/dist/cjs/uikit/FileIcon/index.js +2 -2
  48. package/dist/cjs/uikit/FileList/index.js +6 -5
  49. package/dist/cjs/uikit/Grouper/index.js +5 -5
  50. package/dist/cjs/uikit/Icon/index.js +5 -4
  51. package/dist/cjs/uikit/IconButton/index.js +4 -4
  52. package/dist/cjs/uikit/Label/index.js +3 -3
  53. package/dist/cjs/uikit/Logos/index.js +2 -2
  54. package/dist/cjs/uikit/Pager/index.js +1 -1
  55. package/dist/cjs/uikit/Progress/index.js +8 -7
  56. package/dist/cjs/uikit/PromptInput/index.js +9 -9
  57. package/dist/cjs/uikit/RadioButton/index.js +5 -7
  58. package/dist/cjs/uikit/RadioButtonList/index.js +6 -8
  59. package/dist/cjs/uikit/Switch/index.js +1 -1
  60. package/dist/cjs/uikit/TabBar/index.js +5 -5
  61. package/dist/cjs/uikit/TextArea/index.js +7 -7
  62. package/dist/cjs/uikit/Textfield/index.js +8 -7
  63. package/dist/cjs/uikit/Toast/index.js +5 -5
  64. package/dist/cjs/uikit/UploadArea/index.js +10 -9
  65. package/dist/esm/chunks/{Avatar-D_W5zErj.mjs → Avatar-D5mMmaIi.mjs} +1 -1
  66. package/dist/esm/chunks/{AvatarGroup-Dbfmz0Yz.mjs → AvatarGroup-B3_zWk_-.mjs} +1 -1
  67. package/dist/esm/chunks/{Button-B_aIY6wE.mjs → Button-C9nya1sX.mjs} +3 -3
  68. package/dist/esm/chunks/{ButtonBar-Cr6TFvvD.mjs → ButtonBar-CWTRw0nZ.mjs} +1 -1
  69. package/dist/esm/chunks/{Card-BzKBF0ny.mjs → Card-7mNTGps6.mjs} +2 -2
  70. package/dist/esm/chunks/{CheckBox-CYggPKaT.mjs → CheckBox-DK-6X0Sc.mjs} +1 -1
  71. package/dist/esm/chunks/{Chip-B3wb9g1U.mjs → Chip-DrmWsTmm.mjs} +2 -2
  72. package/dist/esm/chunks/{DivInput-_VL6PAqT.mjs → DivInput-B4ohgnLJ.mjs} +1 -1
  73. package/dist/esm/chunks/{DrggablePanel-Bg3UKK1k.mjs → DrggablePanel-CEg9sHHt.mjs} +3 -3
  74. package/dist/esm/chunks/{DropDown-D7KyGLkM.mjs → DropDown-DfJndD2F.mjs} +2 -2
  75. package/dist/esm/chunks/{FileList-DUzgHfE-.mjs → FileList-BsLcgJLA.mjs} +3 -3
  76. package/dist/esm/chunks/{Grouper-CRldBHSw.mjs → Grouper-DzlLjMj8.mjs} +1 -1
  77. package/dist/esm/chunks/{IconButton-BBiZrXlS.mjs → IconButton-Dg_0XuJN.mjs} +1 -1
  78. package/dist/esm/chunks/{Label-DPIAVkn1.mjs → Label-Cj_LkQLx.mjs} +1 -1
  79. package/dist/esm/chunks/{Pager-B-1ZRUzU.mjs → Pager-6mBRDV3D.mjs} +1 -1
  80. package/dist/esm/chunks/{ProgressIndicator-CNOBQ_Fv.mjs → ProgressIndicator-CQQCcnPp.mjs} +37 -67
  81. package/dist/esm/chunks/{PromptInput-DdsIgZ3T.mjs → PromptInput-yFCsLMR2.mjs} +3 -3
  82. package/dist/esm/chunks/{RadioButton-D-TdQu3a.mjs → RadioButton-RCNcLp2-.mjs} +13 -17
  83. package/dist/esm/chunks/{RadioButtonList-CEScWkbT.mjs → RadioButtonList-b5In81Sl.mjs} +5 -4
  84. package/dist/esm/chunks/{Switch-obpmvCGd.mjs → Switch-Dt4ynf5r.mjs} +1 -1
  85. package/dist/esm/chunks/{TabBar-DFj021UP.mjs → TabBar-oY81T5Aw.mjs} +2 -2
  86. package/dist/esm/chunks/{TextArea-D_hq6VF3.mjs → TextArea-rJEkPPyl.mjs} +2 -2
  87. package/dist/esm/chunks/{TextField-Co0u-xdd.mjs → TextField-B9DmZZgn.mjs} +4 -4
  88. package/dist/esm/chunks/{Toast-BiXzVFtM.mjs → Toast-BX-vw3kS.mjs} +1 -1
  89. package/dist/esm/chunks/{UploadArea-B9685Z06.mjs → UploadArea-DJxTIfz6.mjs} +3 -3
  90. package/dist/esm/chunks/{_types-KZDzhaiK.mjs → _types-CmSsFhh_.mjs} +22 -18
  91. package/dist/esm/hooks/useObserveTheme.mjs +2 -0
  92. package/dist/esm/hooks/useTheme.mjs +2 -0
  93. package/dist/esm/hooks.mjs +2 -0
  94. package/dist/esm/index.mjs +28 -26
  95. package/dist/esm/providers/ThemeProvider.mjs +4 -0
  96. package/dist/esm/providers.mjs +2 -0
  97. package/dist/esm/theme/motion.mjs +13 -0
  98. package/dist/esm/theme/themes.mjs +6 -2
  99. package/dist/esm/theme.mjs +2 -0
  100. package/dist/esm/uikit/Avatar/index.mjs +1 -1
  101. package/dist/esm/uikit/AvatarGroup/index.mjs +2 -2
  102. package/dist/esm/uikit/Button/index.mjs +5 -3
  103. package/dist/esm/uikit/ButtonBar/index.mjs +5 -3
  104. package/dist/esm/uikit/Card/index.mjs +4 -2
  105. package/dist/esm/uikit/CheckBox/index.mjs +4 -2
  106. package/dist/esm/uikit/Chip/index.mjs +6 -4
  107. package/dist/esm/uikit/DivInput/index.mjs +1 -1
  108. package/dist/esm/uikit/DocIcon/index.mjs +2 -0
  109. package/dist/esm/uikit/DraggablePanel/index.mjs +3 -1
  110. package/dist/esm/uikit/DropDown/index.mjs +4 -2
  111. package/dist/esm/uikit/FileIcon/index.mjs +2 -0
  112. package/dist/esm/uikit/FileList/index.mjs +7 -5
  113. package/dist/esm/uikit/Grouper/index.mjs +4 -2
  114. package/dist/esm/uikit/Icon/index.mjs +5 -1
  115. package/dist/esm/uikit/IconButton/index.mjs +4 -2
  116. package/dist/esm/uikit/Label/index.mjs +3 -1
  117. package/dist/esm/uikit/Logos/index.mjs +2 -0
  118. package/dist/esm/uikit/Pager/index.mjs +1 -1
  119. package/dist/esm/uikit/Progress/index.mjs +11 -5
  120. package/dist/esm/uikit/PromptInput/index.mjs +7 -5
  121. package/dist/esm/uikit/RadioButton/index.mjs +7 -15
  122. package/dist/esm/uikit/RadioButtonList/index.mjs +8 -16
  123. package/dist/esm/uikit/Switch/index.mjs +1 -1
  124. package/dist/esm/uikit/TabBar/index.mjs +5 -3
  125. package/dist/esm/uikit/TextArea/index.mjs +6 -4
  126. package/dist/esm/uikit/Textfield/index.mjs +7 -5
  127. package/dist/esm/uikit/Toast/index.mjs +4 -2
  128. package/dist/esm/uikit/UploadArea/index.mjs +8 -6
  129. package/dist/types/index.d.ts +1 -1
  130. package/dist/types/providers/ThemeProvider.d.ts +1 -0
  131. package/dist/types/stories/playHelpers.d.ts +35 -0
  132. package/dist/types/theme/index.d.ts +2 -0
  133. package/dist/types/theme/motion/_types.d.ts +8 -0
  134. package/dist/types/theme/motion/motion.d.ts +5 -0
  135. package/dist/types/theme/themes.d.ts +2 -0
  136. package/dist/types/uikit/Progress/DoneCheck/_types.d.ts +0 -1
  137. package/dist/types/uikit/RadioButton/_types.d.ts +2 -0
  138. package/dist/types/uikit/RadioButtonList/_types.d.ts +1 -0
  139. package/dist/types/uikit/Switch/Switch.stories.d.ts +5 -0
  140. package/package.json +6 -1
@@ -6,6 +6,8 @@ export { dark, light } from "./theme/colors.mjs";
6
6
 
7
7
  export { elevations as Elevation, elevations } from "./theme/elevations.mjs";
8
8
 
9
+ export { motion } from "./theme/motion.mjs";
10
+
9
11
  export { useTheme } from "./hooks/useTheme.mjs";
10
12
 
11
13
  export { useObserveTheme } from "./hooks/useObserveTheme.mjs";
@@ -24,29 +26,29 @@ export { useWindow } from "./hooks/useWindow.mjs";
24
26
 
25
27
  export { useObserveResize } from "./hooks/useObserveResize.mjs";
26
28
 
27
- export { A as Avatar } from "./chunks/Avatar-D_W5zErj.mjs";
29
+ export { A as Avatar } from "./chunks/Avatar-D5mMmaIi.mjs";
28
30
 
29
- export { A as AvatarGroup } from "./chunks/AvatarGroup-Dbfmz0Yz.mjs";
31
+ export { A as AvatarGroup } from "./chunks/AvatarGroup-B3_zWk_-.mjs";
30
32
 
31
33
  export { B as Badge } from "./chunks/Badge-BISGWj5-.mjs";
32
34
 
33
- export { I as IconButton } from "./chunks/IconButton-BBiZrXlS.mjs";
35
+ export { I as IconButton } from "./chunks/IconButton-Dg_0XuJN.mjs";
34
36
 
35
- export { C as CheckBox } from "./chunks/CheckBox-CYggPKaT.mjs";
37
+ export { C as CheckBox } from "./chunks/CheckBox-DK-6X0Sc.mjs";
36
38
 
37
- export { D as DivInput } from "./chunks/DivInput-_VL6PAqT.mjs";
39
+ export { D as DivInput } from "./chunks/DivInput-B4ohgnLJ.mjs";
38
40
 
39
41
  export { D as DocIcons } from "./chunks/DocIcons-BxtcXsWI.mjs";
40
42
 
41
43
  export { D as Dot } from "./chunks/Dot-C-Xu24wF.mjs";
42
44
 
43
- export { D as DraggablePanel } from "./chunks/DrggablePanel-Bg3UKK1k.mjs";
45
+ export { D as DraggablePanel } from "./chunks/DrggablePanel-CEg9sHHt.mjs";
44
46
 
45
- export { D as DropDown } from "./chunks/DropDown-D7KyGLkM.mjs";
47
+ export { D as DropDown } from "./chunks/DropDown-DfJndD2F.mjs";
46
48
 
47
49
  export { E as ErrorSummary } from "./chunks/ErrorSummary-CZw06dSh.mjs";
48
50
 
49
- export { G as Grouper } from "./chunks/Grouper-CRldBHSw.mjs";
51
+ export { G as Grouper } from "./chunks/Grouper-DzlLjMj8.mjs";
50
52
 
51
53
  export { L as Logos } from "./chunks/Logos-CpcaarOG.mjs";
52
54
 
@@ -54,49 +56,49 @@ export { O as Overlay } from "./chunks/Overlay-Bh0enFIe.mjs";
54
56
 
55
57
  export { F as FlexDiv } from "./chunks/FlexDiv-BLYDgWu2.mjs";
56
58
 
57
- export { P as Pager } from "./chunks/Pager-B-1ZRUzU.mjs";
59
+ export { P as Pager } from "./chunks/Pager-6mBRDV3D.mjs";
58
60
 
59
- export { P as PromptInput } from "./chunks/PromptInput-DdsIgZ3T.mjs";
61
+ export { P as PromptInput } from "./chunks/PromptInput-yFCsLMR2.mjs";
60
62
 
61
- export { D as DoneCheck, P as ProgressIndicator } from "./chunks/ProgressIndicator-CNOBQ_Fv.mjs";
63
+ export { D as DoneCheck, P as ProgressIndicator } from "./chunks/ProgressIndicator-CQQCcnPp.mjs";
62
64
 
63
- export { R as RadioButton } from "./chunks/RadioButton-D-TdQu3a.mjs";
65
+ export { R as RadioButton } from "./chunks/RadioButton-RCNcLp2-.mjs";
64
66
 
65
- export { R as RadioButtonList } from "./chunks/RadioButtonList-CEScWkbT.mjs";
67
+ export { R as RadioButtonList } from "./chunks/RadioButtonList-b5In81Sl.mjs";
66
68
 
67
69
  export { S as Slider } from "./chunks/Slider-C3A8GCfH.mjs";
68
70
 
69
71
  export { S as Spacer } from "./chunks/Spacer-BlgEdKEM.mjs";
70
72
 
71
- export { S as Switch } from "./chunks/Switch-obpmvCGd.mjs";
73
+ export { S as Switch } from "./chunks/Switch-Dt4ynf5r.mjs";
72
74
 
73
- export { T as TabBar } from "./chunks/TabBar-DFj021UP.mjs";
75
+ export { T as TabBar } from "./chunks/TabBar-oY81T5Aw.mjs";
74
76
 
75
- export { T as TextArea } from "./chunks/TextArea-D_hq6VF3.mjs";
77
+ export { T as TextArea } from "./chunks/TextArea-rJEkPPyl.mjs";
76
78
 
77
- export { T as TextField } from "./chunks/TextField-Co0u-xdd.mjs";
79
+ export { T as TextField } from "./chunks/TextField-B9DmZZgn.mjs";
78
80
 
79
81
  export { ThemeProvider } from "./providers/ThemeProvider.mjs";
80
82
 
81
83
  export { T as Tip } from "./chunks/Tip-CHQh-Yq0.mjs";
82
84
 
83
- export { T as Toast, a as ToastType } from "./chunks/Toast-BiXzVFtM.mjs";
85
+ export { T as Toast, a as ToastType } from "./chunks/Toast-BX-vw3kS.mjs";
84
86
 
85
- export { B as Button } from "./chunks/Button-B_aIY6wE.mjs";
87
+ export { B as Button } from "./chunks/Button-C9nya1sX.mjs";
86
88
 
87
- export { C as Chip } from "./chunks/Chip-B3wb9g1U.mjs";
89
+ export { C as Chip } from "./chunks/Chip-DrmWsTmm.mjs";
88
90
 
89
91
  export { F as FileIcon, a as FileIconNames } from "./chunks/FileIcon-BcIJzIwA.mjs";
90
92
 
91
- export { I as Icon, a as IconNames } from "./chunks/_types-KZDzhaiK.mjs";
93
+ export { I as Icon, a as IconNames } from "./chunks/_types-CmSsFhh_.mjs";
92
94
 
93
- export { B as ButtonBar } from "./chunks/ButtonBar-Cr6TFvvD.mjs";
95
+ export { B as ButtonBar } from "./chunks/ButtonBar-CWTRw0nZ.mjs";
94
96
 
95
- export { C as Card } from "./chunks/Card-BzKBF0ny.mjs";
97
+ export { C as Card } from "./chunks/Card-7mNTGps6.mjs";
96
98
 
97
- export { L as Label } from "./chunks/Label-DPIAVkn1.mjs";
99
+ export { L as Label } from "./chunks/Label-Cj_LkQLx.mjs";
98
100
 
99
- export { U as UploadArea, a as allTypes, b as audioTypes, d as documentTypes, i as imageTypes, t as textTypes, v as videoTypes } from "./chunks/UploadArea-B9685Z06.mjs";
101
+ export { U as UploadArea, a as allTypes, b as audioTypes, d as documentTypes, i as imageTypes, t as textTypes, v as videoTypes } from "./chunks/UploadArea-DJxTIfz6.mjs";
100
102
 
101
103
  import "./theme/corners.mjs";
102
104
 
@@ -114,4 +116,4 @@ import "motion/react";
114
116
 
115
117
  import "./chunks/utils-BQ1v7VE4.mjs";
116
118
 
117
- import "./chunks/FileList-DUzgHfE-.mjs";
119
+ import "./chunks/FileList-BsLcgJLA.mjs";
@@ -10,6 +10,8 @@ import "../theme/corners.mjs";
10
10
 
11
11
  import "../theme/elevations.mjs";
12
12
 
13
+ import "../theme/motion.mjs";
14
+
13
15
  import "../theme/type.mjs";
14
16
 
15
17
  styleInject('/* 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');
@@ -20,6 +22,8 @@ styleInject('@import url("https://fonts.googleapis.com/css2?family=Funnel+Sans:i
20
22
 
21
23
  styleInject("/* Keep these values in sync with src/hooks/useWindow/useWindow.ts */\n");
22
24
 
25
+ styleInject(":root {\n\t--motion-magnet: cubic-bezier(0.352, 0.003, 0.993, -0.052);\n\t--motion-water: cubic-bezier(0.36, 0, 0.64, 1);\n\t--motion-spring: linear(\n\t\t0,\n\t\t0.002 0.2%,\n\t\t0.011 0.5%,\n\t\t0.041 1%,\n\t\t0.1 1.6%,\n\t\t0.18 2.2%,\n\t\t0.365 3.3%,\n\t\t0.925 6.2%,\n\t\t1.058 7%,\n\t\t1.17 7.8%,\n\t\t1.26 8.6%,\n\t\t1.318 9.3%,\n\t\t1.342 9.7%,\n\t\t1.36 10.1%,\n\t\t1.372 10.5%,\n\t\t1.378 10.9%,\n\t\t1.378 11.4%,\n\t\t1.374 11.7%,\n\t\t1.368 12%,\n\t\t1.348 12.6%,\n\t\t1.314 13.3%,\n\t\t1.237 14.5%,\n\t\t1.026 17.4%,\n\t\t0.975 18.2%,\n\t\t0.933 19%,\n\t\t0.9 19.8%,\n\t\t0.878 20.5%,\n\t\t0.864 21.2%,\n\t\t0.859 21.6%,\n\t\t0.857 22%,\n\t\t0.856 22.5%,\n\t\t0.86 23.1%,\n\t\t0.867 23.7%,\n\t\t0.88 24.4%,\n\t\t0.909 25.6%,\n\t\t0.991 28.6%,\n\t\t1.01 29.4%,\n\t\t1.026 30.2%,\n\t\t1.037 30.9%,\n\t\t1.046 31.6%,\n\t\t1.051 32.3%,\n\t\t1.054 33.1%,\n\t\t1.053 34.2%,\n\t\t1.046 35.5%,\n\t\t1.035 36.7%,\n\t\t1.003 39.8%,\n\t\t0.99 41.4%,\n\t\t0.983 42.8%,\n\t\t0.979 44.2%,\n\t\t0.982 46.3%,\n\t\t1.002 52%,\n\t\t1.006 53.6%,\n\t\t1.008 55.2%,\n\t\t1.007 57.5%,\n\t\t0.999 63.1%,\n\t\t0.997 66.3%,\n\t\t1.001 77.2%,\n\t\t1 88.2%,\n\t\t1\n\t);\n\t--motion-magnet-duration: 0.5s;\n\t--motion-water-duration: 0.25s;\n\t--motion-spring-duration: 1s;\n}\n");
26
+
23
27
  const darkModeMediaQuery = globalThis.matchMedia("(prefers-color-scheme: dark)");
24
28
 
25
29
  function ThemeProvider(props) {
@@ -12,4 +12,6 @@ import "./theme/corners.mjs";
12
12
 
13
13
  import "./theme/elevations.mjs";
14
14
 
15
+ import "./theme/motion.mjs";
16
+
15
17
  import "./theme/type.mjs";
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Motion for Slice UI
3
+ */
4
+ const motion = {
5
+ "motion-magnet": "cubic-bezier(0.352, 0.003, 0.993, -0.052)",
6
+ "motion-water": "cubic-bezier(0.36, 0, 0.64, 1)",
7
+ "motion-spring": "linear(0, 0.001 0.3%, 0.008 0.7%, 0.034 1.5%, 0.076 2.3%, 0.138 3.2%, 0.275 4.8%, 0.713 9.4%, 0.836 10.9%, 0.933 12.3%, 1.011 13.7%, 1.074 15.2%, 1.096 15.9%, 1.116 16.7%, 1.132 17.5%, 1.142 18.3%, 1.148 19.1%, 1.15 20%, 1.148 21%, 1.142 22%, 1.133 22.9%, 1.12 24%, 1.048 29.1%, 1.015 31.8%, 1.002 33.3%, 0.991 34.9%, 0.983 36.5%, 0.979 38.1%, 0.977 39.9%, 0.979 42%, 0.997 51.7%, 1.003 57.7%, 1 77%, 1)",
8
+ "motion-magnet-duration": "0.5s",
9
+ "motion-water-duration": "0.25s",
10
+ "motion-spring-duration": "1s"
11
+ };
12
+
13
+ export { motion };
@@ -4,6 +4,8 @@ import { corners } from "./corners.mjs";
4
4
 
5
5
  import { elevations } from "./elevations.mjs";
6
6
 
7
+ import { motion } from "./motion.mjs";
8
+
7
9
  import { type } from "./type.mjs";
8
10
 
9
11
  const lightTheme = {
@@ -12,14 +14,16 @@ const lightTheme = {
12
14
  colors: light,
13
15
  type: type,
14
16
  corners: corners,
15
- elevations: elevations
17
+ elevations: elevations,
18
+ motion: motion
16
19
  }, darkTheme = {
17
20
  name: "darkMode",
18
21
  coreColors: coreColors,
19
22
  colors: dark,
20
23
  type: type,
21
24
  corners: corners,
22
- elevations: elevations
25
+ elevations: elevations,
26
+ motion: motion
23
27
  };
24
28
 
25
29
  export { darkTheme, lightTheme };
@@ -4,6 +4,8 @@ export { dark, light } from "./theme/colors.mjs";
4
4
 
5
5
  export { elevations as Elevation, elevations } from "./theme/elevations.mjs";
6
6
 
7
+ export { motion } from "./theme/motion.mjs";
8
+
7
9
  import "./theme/corners.mjs";
8
10
 
9
11
  import "./theme/type.mjs";
@@ -1,4 +1,4 @@
1
- export { A as Avatar } from "../../chunks/Avatar-D_W5zErj.mjs";
1
+ export { A as Avatar } from "../../chunks/Avatar-D5mMmaIi.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -1,4 +1,4 @@
1
- export { A as AvatarGroup } from "../../chunks/AvatarGroup-Dbfmz0Yz.mjs";
1
+ export { A as AvatarGroup } from "../../chunks/AvatarGroup-B3_zWk_-.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -6,6 +6,6 @@ import "react/jsx-runtime";
6
6
 
7
7
  import "react";
8
8
 
9
- import "../../chunks/Avatar-D_W5zErj.mjs";
9
+ import "../../chunks/Avatar-D5mMmaIi.mjs";
10
10
 
11
11
  import "../../chunks/style-inject.es-D0BjEaN8.mjs";
@@ -1,4 +1,4 @@
1
- export { B as Button } from "../../chunks/Button-B_aIY6wE.mjs";
1
+ export { B as Button } from "../../chunks/Button-C9nya1sX.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -14,7 +14,7 @@ import "../../chunks/style-inject.es-D0BjEaN8.mjs";
14
14
 
15
15
  import "../../chunks/Dot-C-Xu24wF.mjs";
16
16
 
17
- import "../../chunks/_types-KZDzhaiK.mjs";
17
+ import "../../chunks/_types-CmSsFhh_.mjs";
18
18
 
19
19
  import "../../hooks/useTheme.mjs";
20
20
 
@@ -26,6 +26,8 @@ import "../../theme/corners.mjs";
26
26
 
27
27
  import "../../theme/elevations.mjs";
28
28
 
29
+ import "../../theme/motion.mjs";
30
+
29
31
  import "../../theme/type.mjs";
30
32
 
31
33
  import "../../hooks/useObserveTheme.mjs";
@@ -34,6 +36,6 @@ import "../../hooks/useWindow.mjs";
34
36
 
35
37
  import "../../chunks/utils-BQ1v7VE4.mjs";
36
38
 
37
- import "../../chunks/ProgressIndicator-CNOBQ_Fv.mjs";
39
+ import "../../chunks/ProgressIndicator-CQQCcnPp.mjs";
38
40
 
39
41
  import "../../chunks/sharedTypes-tn9-uJvb.mjs";
@@ -1,4 +1,4 @@
1
- export { B as ButtonBar } from "../../chunks/ButtonBar-Cr6TFvvD.mjs";
1
+ export { B as ButtonBar } from "../../chunks/ButtonBar-CWTRw0nZ.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -16,13 +16,15 @@ import "../../theme/corners.mjs";
16
16
 
17
17
  import "../../theme/elevations.mjs";
18
18
 
19
+ import "../../theme/motion.mjs";
20
+
19
21
  import "../../theme/type.mjs";
20
22
 
21
23
  import "../../hooks/useObserveTheme.mjs";
22
24
 
23
25
  import "../../hooks/useWindow.mjs";
24
26
 
25
- import "../../chunks/IconButton-BBiZrXlS.mjs";
27
+ import "../../chunks/IconButton-Dg_0XuJN.mjs";
26
28
 
27
29
  import "motion/react";
28
30
 
@@ -32,7 +34,7 @@ import "../../chunks/style-inject.es-D0BjEaN8.mjs";
32
34
 
33
35
  import "../../chunks/Dot-C-Xu24wF.mjs";
34
36
 
35
- import "../../chunks/_types-KZDzhaiK.mjs";
37
+ import "../../chunks/_types-CmSsFhh_.mjs";
36
38
 
37
39
  import "../../chunks/utils-BQ1v7VE4.mjs";
38
40
 
@@ -1,4 +1,4 @@
1
- export { C as Card } from "../../chunks/Card-BzKBF0ny.mjs";
1
+ export { C as Card } from "../../chunks/Card-7mNTGps6.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -6,7 +6,7 @@ import "react/jsx-runtime";
6
6
 
7
7
  import "react";
8
8
 
9
- import "../../chunks/_types-KZDzhaiK.mjs";
9
+ import "../../chunks/_types-CmSsFhh_.mjs";
10
10
 
11
11
  import "../../hooks/useTheme.mjs";
12
12
 
@@ -18,6 +18,8 @@ import "../../theme/corners.mjs";
18
18
 
19
19
  import "../../theme/elevations.mjs";
20
20
 
21
+ import "../../theme/motion.mjs";
22
+
21
23
  import "../../theme/type.mjs";
22
24
 
23
25
  import "../../hooks/useObserveTheme.mjs";
@@ -1,4 +1,4 @@
1
- export { C as CheckBox } from "../../chunks/CheckBox-CYggPKaT.mjs";
1
+ export { C as CheckBox } from "../../chunks/CheckBox-DK-6X0Sc.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -18,13 +18,15 @@ import "../../theme/corners.mjs";
18
18
 
19
19
  import "../../theme/elevations.mjs";
20
20
 
21
+ import "../../theme/motion.mjs";
22
+
21
23
  import "../../theme/type.mjs";
22
24
 
23
25
  import "../../hooks/useObserveTheme.mjs";
24
26
 
25
27
  import "../../hooks/useWindow.mjs";
26
28
 
27
- import "../../chunks/_types-KZDzhaiK.mjs";
29
+ import "../../chunks/_types-CmSsFhh_.mjs";
28
30
 
29
31
  import "../../chunks/utils-BQ1v7VE4.mjs";
30
32
 
@@ -1,4 +1,4 @@
1
- export { C as Chip } from "../../chunks/Chip-B3wb9g1U.mjs";
1
+ export { C as Chip } from "../../chunks/Chip-DrmWsTmm.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -16,16 +16,18 @@ import "../../theme/corners.mjs";
16
16
 
17
17
  import "../../theme/elevations.mjs";
18
18
 
19
+ import "../../theme/motion.mjs";
20
+
19
21
  import "../../theme/type.mjs";
20
22
 
21
23
  import "../../hooks/useObserveTheme.mjs";
22
24
 
23
25
  import "../../hooks/useWindow.mjs";
24
26
 
25
- import "../../chunks/_types-KZDzhaiK.mjs";
27
+ import "../../chunks/_types-CmSsFhh_.mjs";
26
28
 
27
29
  import "../../chunks/utils-BQ1v7VE4.mjs";
28
30
 
29
- import "../../chunks/sharedTypes-tn9-uJvb.mjs";
30
-
31
31
  import "../../chunks/style-inject.es-D0BjEaN8.mjs";
32
+
33
+ import "../../chunks/sharedTypes-tn9-uJvb.mjs";
@@ -1,4 +1,4 @@
1
- export { D as DivInput } from "../../chunks/DivInput-_VL6PAqT.mjs";
1
+ export { D as DivInput } from "../../chunks/DivInput-B4ohgnLJ.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -16,6 +16,8 @@ import "../../theme/corners.mjs";
16
16
 
17
17
  import "../../theme/elevations.mjs";
18
18
 
19
+ import "../../theme/motion.mjs";
20
+
19
21
  import "../../theme/type.mjs";
20
22
 
21
23
  import "../../hooks/useObserveTheme.mjs";
@@ -1,4 +1,4 @@
1
- export { D as DraggablePanel } from "../../chunks/DrggablePanel-Bg3UKK1k.mjs";
1
+ export { D as DraggablePanel } from "../../chunks/DrggablePanel-CEg9sHHt.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -16,6 +16,8 @@ import "../../theme/corners.mjs";
16
16
 
17
17
  import "../../theme/elevations.mjs";
18
18
 
19
+ import "../../theme/motion.mjs";
20
+
19
21
  import "../../theme/type.mjs";
20
22
 
21
23
  import "../../hooks/useObserveTheme.mjs";
@@ -1,4 +1,4 @@
1
- export { D as DropDown } from "../../chunks/DropDown-D7KyGLkM.mjs";
1
+ export { D as DropDown } from "../../chunks/DropDown-DfJndD2F.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -16,13 +16,15 @@ import "../../theme/corners.mjs";
16
16
 
17
17
  import "../../theme/elevations.mjs";
18
18
 
19
+ import "../../theme/motion.mjs";
20
+
19
21
  import "../../theme/type.mjs";
20
22
 
21
23
  import "../../hooks/useObserveTheme.mjs";
22
24
 
23
25
  import "../../hooks/useWindow.mjs";
24
26
 
25
- import "../../chunks/_types-KZDzhaiK.mjs";
27
+ import "../../chunks/_types-CmSsFhh_.mjs";
26
28
 
27
29
  import "../../chunks/utils-BQ1v7VE4.mjs";
28
30
 
@@ -16,6 +16,8 @@ import "../../theme/corners.mjs";
16
16
 
17
17
  import "../../theme/elevations.mjs";
18
18
 
19
+ import "../../theme/motion.mjs";
20
+
19
21
  import "../../theme/type.mjs";
20
22
 
21
23
  import "../../hooks/useObserveTheme.mjs";
@@ -1,4 +1,4 @@
1
- export { F as FileList } from "../../chunks/FileList-DUzgHfE-.mjs";
1
+ export { F as FileList } from "../../chunks/FileList-BsLcgJLA.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -20,16 +20,18 @@ import "../../theme/corners.mjs";
20
20
 
21
21
  import "../../theme/elevations.mjs";
22
22
 
23
+ import "../../theme/motion.mjs";
24
+
23
25
  import "../../theme/type.mjs";
24
26
 
25
27
  import "../../hooks/useObserveTheme.mjs";
26
28
 
27
29
  import "../../hooks/useWindow.mjs";
28
30
 
29
- import "../../chunks/_types-KZDzhaiK.mjs";
31
+ import "../../chunks/_types-CmSsFhh_.mjs";
30
32
 
31
- import "../../chunks/ProgressIndicator-CNOBQ_Fv.mjs";
33
+ import "../../chunks/style-inject.es-D0BjEaN8.mjs";
32
34
 
33
- import "motion/react";
35
+ import "../../chunks/ProgressIndicator-CQQCcnPp.mjs";
34
36
 
35
- import "../../chunks/style-inject.es-D0BjEaN8.mjs";
37
+ import "motion/react";
@@ -1,4 +1,4 @@
1
- export { G as Grouper } from "../../chunks/Grouper-CRldBHSw.mjs";
1
+ export { G as Grouper } from "../../chunks/Grouper-DzlLjMj8.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -18,6 +18,8 @@ import "../../theme/corners.mjs";
18
18
 
19
19
  import "../../theme/elevations.mjs";
20
20
 
21
+ import "../../theme/motion.mjs";
22
+
21
23
  import "../../theme/type.mjs";
22
24
 
23
25
  import "../../hooks/useObserveTheme.mjs";
@@ -28,6 +30,6 @@ import "../../chunks/Badge-BISGWj5-.mjs";
28
30
 
29
31
  import "../../chunks/style-inject.es-D0BjEaN8.mjs";
30
32
 
31
- import "../../chunks/_types-KZDzhaiK.mjs";
33
+ import "../../chunks/_types-CmSsFhh_.mjs";
32
34
 
33
35
  import "../../chunks/utils-BQ1v7VE4.mjs";
@@ -1,4 +1,4 @@
1
- export { I as Icon, a as IconNames } from "../../chunks/_types-KZDzhaiK.mjs";
1
+ export { I as Icon, a as IconNames } from "../../chunks/_types-CmSsFhh_.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -16,6 +16,8 @@ import "../../theme/corners.mjs";
16
16
 
17
17
  import "../../theme/elevations.mjs";
18
18
 
19
+ import "../../theme/motion.mjs";
20
+
19
21
  import "../../theme/type.mjs";
20
22
 
21
23
  import "../../hooks/useObserveTheme.mjs";
@@ -23,3 +25,5 @@ import "../../hooks/useObserveTheme.mjs";
23
25
  import "../../hooks/useWindow.mjs";
24
26
 
25
27
  import "../../chunks/utils-BQ1v7VE4.mjs";
28
+
29
+ import "../../chunks/style-inject.es-D0BjEaN8.mjs";
@@ -1,4 +1,4 @@
1
- export { I as IconButton } from "../../chunks/IconButton-BBiZrXlS.mjs";
1
+ export { I as IconButton } from "../../chunks/IconButton-Dg_0XuJN.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -14,7 +14,7 @@ import "../../chunks/style-inject.es-D0BjEaN8.mjs";
14
14
 
15
15
  import "../../chunks/Dot-C-Xu24wF.mjs";
16
16
 
17
- import "../../chunks/_types-KZDzhaiK.mjs";
17
+ import "../../chunks/_types-CmSsFhh_.mjs";
18
18
 
19
19
  import "../../hooks/useTheme.mjs";
20
20
 
@@ -26,6 +26,8 @@ import "../../theme/corners.mjs";
26
26
 
27
27
  import "../../theme/elevations.mjs";
28
28
 
29
+ import "../../theme/motion.mjs";
30
+
29
31
  import "../../theme/type.mjs";
30
32
 
31
33
  import "../../hooks/useObserveTheme.mjs";
@@ -1,4 +1,4 @@
1
- export { L as Label } from "../../chunks/Label-DPIAVkn1.mjs";
1
+ export { L as Label } from "../../chunks/Label-Cj_LkQLx.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -16,6 +16,8 @@ import "../../theme/corners.mjs";
16
16
 
17
17
  import "../../theme/elevations.mjs";
18
18
 
19
+ import "../../theme/motion.mjs";
20
+
19
21
  import "../../theme/type.mjs";
20
22
 
21
23
  import "../../hooks/useObserveTheme.mjs";
@@ -16,6 +16,8 @@ import "../../theme/corners.mjs";
16
16
 
17
17
  import "../../theme/elevations.mjs";
18
18
 
19
+ import "../../theme/motion.mjs";
20
+
19
21
  import "../../theme/type.mjs";
20
22
 
21
23
  import "../../hooks/useObserveTheme.mjs";
@@ -1,4 +1,4 @@
1
- export { P as Pager } from "../../chunks/Pager-B-1ZRUzU.mjs";
1
+ export { P as Pager } from "../../chunks/Pager-6mBRDV3D.mjs";
2
2
 
3
3
  import "../../chunks/tslib.es6-c-7TIv71.mjs";
4
4
 
@@ -1,11 +1,7 @@
1
- export { D as DoneCheck, P as ProgressIndicator } from "../../chunks/ProgressIndicator-CNOBQ_Fv.mjs";
2
-
3
- import "../../chunks/tslib.es6-c-7TIv71.mjs";
1
+ export { D as DoneCheck, P as ProgressIndicator } from "../../chunks/ProgressIndicator-CQQCcnPp.mjs";
4
2
 
5
3
  import "react/jsx-runtime";
6
4
 
7
- import "motion/react";
8
-
9
5
  import "react";
10
6
 
11
7
  import "../../hooks/useTheme.mjs";
@@ -18,10 +14,20 @@ import "../../theme/corners.mjs";
18
14
 
19
15
  import "../../theme/elevations.mjs";
20
16
 
17
+ import "../../theme/motion.mjs";
18
+
21
19
  import "../../theme/type.mjs";
22
20
 
23
21
  import "../../hooks/useObserveTheme.mjs";
24
22
 
25
23
  import "../../hooks/useWindow.mjs";
26
24
 
25
+ import "../../chunks/tslib.es6-c-7TIv71.mjs";
26
+
27
+ import "../../chunks/_types-CmSsFhh_.mjs";
28
+
29
+ import "../../chunks/utils-BQ1v7VE4.mjs";
30
+
27
31
  import "../../chunks/style-inject.es-D0BjEaN8.mjs";
32
+
33
+ import "motion/react";