@jobber/components 7.1.2-MIKElock--7916eb4.2 → 7.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (240) hide show
  1. package/dist/AtlantisThemeContext-cjs.js +1 -1
  2. package/dist/AtlantisThemeContext-es.js +9 -9
  3. package/dist/Autocomplete/index.cjs +2 -2
  4. package/dist/Autocomplete/index.mjs +5 -5
  5. package/dist/Body-cjs.js +1 -1
  6. package/dist/Body-es.js +2 -2
  7. package/dist/BottomSheet-cjs.js +1 -1
  8. package/dist/BottomSheet-es.js +1 -1
  9. package/dist/Box-cjs.js +2 -2
  10. package/dist/Box-es.js +2 -2
  11. package/dist/Button/index.mjs +1 -1
  12. package/dist/Button-es.js +1 -1
  13. package/dist/Card-cjs.js +1 -1
  14. package/dist/Card-es.js +1 -1
  15. package/dist/Checkbox/index.cjs +1 -1
  16. package/dist/Checkbox/index.mjs +1 -1
  17. package/dist/Chip/Chip.d.ts +7 -1
  18. package/dist/Chip/Chip.types.d.ts +7 -2
  19. package/dist/Chip/index.cjs +1 -1
  20. package/dist/Chip/index.mjs +2 -2
  21. package/dist/Chip-cjs.js +42 -27
  22. package/dist/Chip-es.js +42 -27
  23. package/dist/ChipDismissible-es.js +1 -1
  24. package/dist/Chips/InternalChipDismissible/hooks/index.mjs +1 -1
  25. package/dist/Combobox/components/ComboboxTrigger/index.cjs +1 -1
  26. package/dist/Combobox/components/ComboboxTrigger/index.mjs +1 -1
  27. package/dist/Combobox-cjs.js +1 -1
  28. package/dist/Combobox-es.js +1 -1
  29. package/dist/ComboboxAction-cjs.js +1 -1
  30. package/dist/ComboboxAction-es.js +1 -1
  31. package/dist/ComboboxContent-cjs.js +1 -1
  32. package/dist/ComboboxContent-es.js +2 -2
  33. package/dist/ComboboxContentHeader-cjs.js +1 -1
  34. package/dist/ComboboxContentHeader-es.js +1 -1
  35. package/dist/ComboboxContentList-es.js +1 -1
  36. package/dist/ComboboxContentSearch-cjs.js +1 -1
  37. package/dist/ComboboxContentSearch-es.js +1 -1
  38. package/dist/ComboboxLoadMore-cjs.js +1 -1
  39. package/dist/ComboboxLoadMore-es.js +1 -1
  40. package/dist/ComboboxOption-cjs.js +1 -1
  41. package/dist/ComboboxOption-es.js +1 -1
  42. package/dist/Container-cjs.js +1 -1
  43. package/dist/Container-es.js +1 -1
  44. package/dist/Content-cjs.js +1 -1
  45. package/dist/Content-es.js +1 -1
  46. package/dist/ContentBlock-cjs.js +1 -1
  47. package/dist/ContentBlock-es.js +1 -1
  48. package/dist/Countdown-cjs.js +3 -7
  49. package/dist/Countdown-es.js +4 -8
  50. package/dist/Cover-cjs.js +1 -1
  51. package/dist/Cover-es.js +1 -1
  52. package/dist/DataList-es.js +3 -3
  53. package/dist/DataList.const-cjs.js +1 -0
  54. package/dist/DataList.const-es.js +2 -1
  55. package/dist/DataList.module-cjs.js +1 -1
  56. package/dist/DataList.module-es.js +1 -1
  57. package/dist/DataList.utils-es.js +6 -6
  58. package/dist/DataListAction-cjs.js +1 -1
  59. package/dist/DataListAction-es.js +1 -1
  60. package/dist/DataListActionsMenu-cjs.js +1 -1
  61. package/dist/DataListActionsMenu-es.js +2 -2
  62. package/dist/DataListBulkActions-cjs.js +1 -1
  63. package/dist/DataListBulkActions-es.js +1 -1
  64. package/dist/DataListEmptyState-cjs.js +1 -1
  65. package/dist/DataListEmptyState-es.js +1 -1
  66. package/dist/DataListHeaderTile-cjs.js +2 -2
  67. package/dist/DataListHeaderTile-es.js +2 -2
  68. package/dist/DataListItemActions-cjs.js +1 -1
  69. package/dist/DataListItemActions-es.js +2 -2
  70. package/dist/DataListLayoutActions-cjs.js +1 -1
  71. package/dist/DataListLayoutActions-es.js +2 -2
  72. package/dist/DataListLoadMore-cjs.js +1 -1
  73. package/dist/DataListLoadMore-es.js +1 -1
  74. package/dist/DataListLoadingState-cjs.js +1 -1
  75. package/dist/DataListLoadingState-es.js +2 -2
  76. package/dist/DataListOverflowFade-cjs.js +1 -1
  77. package/dist/DataListOverflowFade-es.js +1 -1
  78. package/dist/DataListSearch-cjs.js +1 -1
  79. package/dist/DataListSearch-es.js +1 -1
  80. package/dist/DataListSortingOptions-cjs.js +1 -1
  81. package/dist/DataListSortingOptions-es.js +1 -1
  82. package/dist/DataListStickyHeader-cjs.js +1 -1
  83. package/dist/DataListStickyHeader-es.js +1 -1
  84. package/dist/DataListTags-cjs.js +1 -1
  85. package/dist/DataListTags-es.js +1 -1
  86. package/dist/DataListTotalCount-cjs.js +1 -1
  87. package/dist/DataListTotalCount-es.js +2 -2
  88. package/dist/DataTable/index.mjs +1 -1
  89. package/dist/DataTable-cjs.js +3 -3
  90. package/dist/DataTable-es.js +5 -5
  91. package/dist/DataTableTable-cjs.js +2 -2
  92. package/dist/DataTableTable-es.js +3 -3
  93. package/dist/DatePicker-cjs.js +81 -266
  94. package/dist/DatePicker-es.js +83 -268
  95. package/dist/DayOfMonthSelect-cjs.js +5 -5
  96. package/dist/DayOfMonthSelect-es.js +6 -6
  97. package/dist/DescriptionList-cjs.js +1 -1
  98. package/dist/DescriptionList-es.js +1 -1
  99. package/dist/Disclosure-cjs.js +1 -1
  100. package/dist/Disclosure-es.js +1 -1
  101. package/dist/Divider-cjs.js +1 -1
  102. package/dist/Divider-es.js +1 -1
  103. package/dist/DrawerGrid-cjs.js +2 -2
  104. package/dist/DrawerGrid-es.js +2 -2
  105. package/dist/DrawerRoot-cjs.js +48 -10
  106. package/dist/DrawerRoot-es.js +50 -12
  107. package/dist/FeatureSwitch-cjs.js +1 -1
  108. package/dist/FeatureSwitch-es.js +1 -1
  109. package/dist/FormField/index.mjs +1 -1
  110. package/dist/FormField-cjs.js +1 -1
  111. package/dist/FormField-es.js +2 -2
  112. package/dist/FormatEmail-cjs.js +1 -1
  113. package/dist/FormatEmail-es.js +1 -1
  114. package/dist/FormatFile-cjs.js +6 -1
  115. package/dist/FormatFile-es.js +6 -1
  116. package/dist/Frame-cjs.js +1 -1
  117. package/dist/Frame-es.js +1 -1
  118. package/dist/Glimmer/index.mjs +1 -1
  119. package/dist/Glimmer-cjs.js +1 -1
  120. package/dist/Glimmer-es.js +2 -2
  121. package/dist/Grid-cjs.js +1 -1
  122. package/dist/Grid-es.js +1 -1
  123. package/dist/GridCell-cjs.js +1 -1
  124. package/dist/GridCell-es.js +1 -1
  125. package/dist/InputAvatar-cjs.js +1 -1
  126. package/dist/InputAvatar-es.js +1 -1
  127. package/dist/InputDate/index.mjs +1 -1
  128. package/dist/InputEmail/index.mjs +1 -1
  129. package/dist/InputFile-cjs.js +3 -8
  130. package/dist/InputFile-es.js +3 -8
  131. package/dist/InputNumber/index.cjs +59 -165
  132. package/dist/InputNumber/index.mjs +62 -168
  133. package/dist/InputPassword-es.js +1 -1
  134. package/dist/InputPhoneNumber/index.cjs +1 -1
  135. package/dist/InputPhoneNumber/index.mjs +2 -2
  136. package/dist/InputText/InputText.d.ts +70 -2
  137. package/dist/InputText/index.mjs +1 -1
  138. package/dist/InputTime/index.cjs +1 -0
  139. package/dist/InputTime/index.mjs +2 -1
  140. package/dist/InputValidation-cjs.js +1 -1
  141. package/dist/InputValidation-es.js +1 -1
  142. package/dist/InternalChipDismissible-cjs.js +2 -2
  143. package/dist/InternalChipDismissible-es.js +3 -3
  144. package/dist/LightBox-cjs.js +1 -1
  145. package/dist/LightBox-es.js +1 -1
  146. package/dist/Link-cjs.js +1 -1
  147. package/dist/Link-es.js +1 -1
  148. package/dist/List-cjs.js +3 -3
  149. package/dist/List-es.js +7 -7
  150. package/dist/Markdown-cjs.js +392 -466
  151. package/dist/Markdown-es.js +398 -472
  152. package/dist/Menu-cjs.js +577 -739
  153. package/dist/Menu-es.js +573 -735
  154. package/dist/Modal/index.cjs +2 -2
  155. package/dist/Modal/index.mjs +2 -2
  156. package/dist/MultiSelect-cjs.js +2 -2
  157. package/dist/MultiSelect-es.js +2 -2
  158. package/dist/OverlaySeparator-cjs.js +1 -1
  159. package/dist/OverlaySeparator-es.js +1 -1
  160. package/dist/Popover-cjs.js +1 -1
  161. package/dist/Popover-es.js +2 -2
  162. package/dist/ProgressBar-cjs.js +1 -1
  163. package/dist/ProgressBar-es.js +1 -1
  164. package/dist/RadioGroup-cjs.js +1 -1
  165. package/dist/RadioGroup-es.js +1 -1
  166. package/dist/RecurringSelect/components/index.mjs +1 -1
  167. package/dist/RecurringSelect/index.cjs +0 -1
  168. package/dist/RecurringSelect/index.mjs +0 -1
  169. package/dist/RecurringSelect-cjs.js +1 -1
  170. package/dist/RecurringSelect-es.js +2 -2
  171. package/dist/SegmentedControl-cjs.js +1 -1
  172. package/dist/SegmentedControl-es.js +2 -2
  173. package/dist/Select/index.cjs +1 -1
  174. package/dist/Select/index.mjs +2 -2
  175. package/dist/SideDrawer-cjs.js +1 -1
  176. package/dist/SideDrawer-es.js +1 -1
  177. package/dist/Spinner-cjs.js +1 -1
  178. package/dist/Spinner-es.js +1 -1
  179. package/dist/StatusIndicator-cjs.js +1 -1
  180. package/dist/StatusIndicator-es.js +1 -1
  181. package/dist/Switch-cjs.js +1 -1
  182. package/dist/Switch-es.js +1 -1
  183. package/dist/Table/index.mjs +1 -1
  184. package/dist/Tabs/index.mjs +1 -1
  185. package/dist/Tabs-cjs.js +1 -1
  186. package/dist/Tabs-es.js +6 -6
  187. package/dist/Text-cjs2.js +164 -298
  188. package/dist/Text-es2.js +164 -295
  189. package/dist/Thumbnail-cjs.js +1 -1
  190. package/dist/Thumbnail-es.js +2 -2
  191. package/dist/Tiles-cjs.js +1 -1
  192. package/dist/Tiles-es.js +1 -1
  193. package/dist/Tooltip-cjs.js +1 -1
  194. package/dist/Tooltip-es.js +2 -2
  195. package/dist/Typography-cjs.js +3 -3
  196. package/dist/Typography-es.js +3 -3
  197. package/dist/_baseEach-cjs.js +1 -1
  198. package/dist/_baseEach-es.js +7 -7
  199. package/dist/_baseFlatten-es.js +1 -1
  200. package/dist/_getAllKeys-cjs.js +8 -2
  201. package/dist/_getAllKeys-es.js +10 -4
  202. package/dist/_getTag-es.js +1 -1
  203. package/dist/_isIterateeCall-es.js +3 -3
  204. package/dist/_setToString-es.js +2 -2
  205. package/dist/debounce-es.js +4 -4
  206. package/dist/docs/Autocomplete/AutocompleteV1.md +1 -1
  207. package/dist/docs/Autocomplete/AutocompleteV2.md +1 -1
  208. package/dist/docs/Banner/Banner.md +1 -1
  209. package/dist/docs/Chip/Chip.md +4 -2
  210. package/dist/docs/DataList/DataList.md +1 -1
  211. package/dist/docs/FormField/FormField.md +2 -2
  212. package/dist/docs/InputEmail/InputEmail.md +1 -1
  213. package/dist/docs/InputNumber/InputNumber.md +2 -2
  214. package/dist/docs/InputPhoneNumber/InputPhoneNumber.md +1 -1
  215. package/dist/docs/InputText/InputText.md +2 -2
  216. package/dist/docs/Modal/Modal.md +3 -3
  217. package/dist/docs/Select/Select.md +2 -2
  218. package/dist/floating-ui.react-cjs.js +16 -35
  219. package/dist/floating-ui.react-dom-es.js +2 -2
  220. package/dist/floating-ui.react-es.js +18 -37
  221. package/dist/identity-es.js +5 -5
  222. package/dist/index-cjs.js +6 -6
  223. package/dist/index-es.js +6 -6
  224. package/dist/index.esm-es.js +1 -1
  225. package/dist/index.mjs +6 -6
  226. package/dist/isSymbol-es.js +1 -1
  227. package/dist/isTypedArray-cjs.js +4 -4
  228. package/dist/isTypedArray-es.js +6 -6
  229. package/dist/keysIn-cjs.js +2 -2
  230. package/dist/keysIn-es.js +5 -5
  231. package/dist/noop-es.js +4 -4
  232. package/dist/omit-cjs.js +5 -37
  233. package/dist/omit-es.js +14 -46
  234. package/dist/showToast-cjs.js +1 -1
  235. package/dist/showToast-es.js +1 -1
  236. package/dist/styles.css +117 -54
  237. package/dist/unstyledPrimitives/index.mjs +3 -3
  238. package/dist/useScrollToActive-cjs.js +1 -1
  239. package/dist/useScrollToActive-es.js +8 -8
  240. package/package.json +3 -4
@@ -4,9 +4,9 @@ var React = require('react');
4
4
  var RadioGroup = require('./RadioGroup-cjs.js');
5
5
  var Text = require('./Text-cjs.js');
6
6
 
7
- var styles$3 = {"container":"-R-TvZ9aU9g-"};
7
+ var styles$3 = {"container":"-R-TvZ9aU9g-","spinning":"SYARPwvkeO0-"};
8
8
 
9
- var checkboxStyles = {"checkboxWrapper":"HgFD6w2VXzo-","dayCheckboxInput":"XGjk9DHJAmw-","dayCheckbox":"zulupkPyEs8-"};
9
+ var checkboxStyles = {"checkboxWrapper":"HgFD6w2VXzo-","dayCheckboxInput":"XGjk9DHJAmw-","dayCheckbox":"zulupkPyEs8-","spinning":"jjJFVaCX4Zk-"};
10
10
 
11
11
  /**
12
12
  * @deprecated RecurringSelect will be removed in the next major version
@@ -83,7 +83,7 @@ function WeeklySelect({ onChange, selectedDays, disabled, }) {
83
83
  })));
84
84
  }
85
85
 
86
- var styles$2 = {"radioContainer":"cr0irYOHA5k-"};
86
+ var styles$2 = {"radioContainer":"cr0irYOHA5k-","spinning":"CAeHbpYJvRk-"};
87
87
 
88
88
  function MonthlySelect({ disabled, onChange, selectedMonthOption, }) {
89
89
  return (React.createElement("div", { className: styles$2.radioContainer },
@@ -92,7 +92,7 @@ function MonthlySelect({ disabled, onChange, selectedMonthOption, }) {
92
92
  React.createElement(RadioGroup.RadioOption, { disabled: disabled, value: exports.DurationPeriod.WeekDayOfMonth, label: "Day of week" }))));
93
93
  }
94
94
 
95
- var styles$1 = {"container":"Qup9qglgfQ8-","parentContainer":"FxW4kmZLd44-"};
95
+ var styles$1 = {"container":"Qup9qglgfQ8-","parentContainer":"FxW4kmZLd44-","spinning":"_3B10vRc7B6c-"};
96
96
 
97
97
  function MonthlyDayOfWeekSelect({ disabled, selectedWeeks, onChange, }) {
98
98
  const orderString = ["1st", "2nd", "3rd", "4th"];
@@ -109,7 +109,7 @@ function MonthlyDayOfWeekSelect({ disabled, selectedWeeks, onChange, }) {
109
109
  })));
110
110
  }
111
111
 
112
- var styles = {"container":"_4d0IFF7M5S0-"};
112
+ var styles = {"container":"_4d0IFF7M5S0-","spinning":"TEqEHU-NbhU-"};
113
113
 
114
114
  const daysInMonth = [...Array.from({ length: 31 }, (_, i) => i + 1), "LAST"];
115
115
  function DayOfMonthSelect({ selectedDays, disabled, onChange, }) {
@@ -2,9 +2,9 @@ import React__default, { useId } from 'react';
2
2
  import { R as RadioGroup, a as RadioOption } from './RadioGroup-es.js';
3
3
  import { T as Text } from './Text-es.js';
4
4
 
5
- var styles$3 = {"container":"-R-TvZ9aU9g-"};
5
+ var styles$3 = {"container":"-R-TvZ9aU9g-","spinning":"SYARPwvkeO0-"};
6
6
 
7
- var checkboxStyles = {"checkboxWrapper":"HgFD6w2VXzo-","dayCheckboxInput":"XGjk9DHJAmw-","dayCheckbox":"zulupkPyEs8-"};
7
+ var checkboxStyles = {"checkboxWrapper":"HgFD6w2VXzo-","dayCheckboxInput":"XGjk9DHJAmw-","dayCheckbox":"zulupkPyEs8-","spinning":"jjJFVaCX4Zk-"};
8
8
 
9
9
  /**
10
10
  * @deprecated RecurringSelect will be removed in the next major version
@@ -81,7 +81,7 @@ function WeeklySelect({ onChange, selectedDays, disabled, }) {
81
81
  })));
82
82
  }
83
83
 
84
- var styles$2 = {"radioContainer":"cr0irYOHA5k-"};
84
+ var styles$2 = {"radioContainer":"cr0irYOHA5k-","spinning":"CAeHbpYJvRk-"};
85
85
 
86
86
  function MonthlySelect({ disabled, onChange, selectedMonthOption, }) {
87
87
  return (React__default.createElement("div", { className: styles$2.radioContainer },
@@ -90,7 +90,7 @@ function MonthlySelect({ disabled, onChange, selectedMonthOption, }) {
90
90
  React__default.createElement(RadioOption, { disabled: disabled, value: DurationPeriod.WeekDayOfMonth, label: "Day of week" }))));
91
91
  }
92
92
 
93
- var styles$1 = {"container":"Qup9qglgfQ8-","parentContainer":"FxW4kmZLd44-"};
93
+ var styles$1 = {"container":"Qup9qglgfQ8-","parentContainer":"FxW4kmZLd44-","spinning":"_3B10vRc7B6c-"};
94
94
 
95
95
  function MonthlyDayOfWeekSelect({ disabled, selectedWeeks, onChange, }) {
96
96
  const orderString = ["1st", "2nd", "3rd", "4th"];
@@ -107,7 +107,7 @@ function MonthlyDayOfWeekSelect({ disabled, selectedWeeks, onChange, }) {
107
107
  })));
108
108
  }
109
109
 
110
- var styles = {"container":"_4d0IFF7M5S0-"};
110
+ var styles = {"container":"_4d0IFF7M5S0-","spinning":"TEqEHU-NbhU-"};
111
111
 
112
112
  const daysInMonth = [...Array.from({ length: 31 }, (_, i) => i + 1), "LAST"];
113
113
  function DayOfMonthSelect({ selectedDays, disabled, onChange, }) {
@@ -133,4 +133,4 @@ function DayOfMonthSelect({ selectedDays, disabled, onChange, }) {
133
133
  }
134
134
  }
135
135
 
136
- export { DurationPeriod as D, MonthlyDayOfWeekSelect as M, WeekDay as W, DayOfMonthSelect as a, MonthlySelect as b, WeeklySelect as c, isMonthly as i, typeInitialStateMap as t };
136
+ export { DurationPeriod as D, MonthlySelect as M, WeekDay as W, WeeklySelect as a, MonthlyDayOfWeekSelect as b, DayOfMonthSelect as c, isMonthly as i, typeInitialStateMap as t };
@@ -3,7 +3,7 @@
3
3
  var React = require('react');
4
4
  var Typography = require('./Typography-cjs.js');
5
5
 
6
- var styles = {"descriptionList":"BkruJ2-bRWg-","termGroup":"tpCvfS7kyDQ-"};
6
+ var styles = {"descriptionList":"BkruJ2-bRWg-","termGroup":"tpCvfS7kyDQ-","spinning":"pkFPHChT5OI-"};
7
7
 
8
8
  function DescriptionList({ data }) {
9
9
  return (React.createElement("dl", { className: styles.descriptionList }, data.map(([term, description], i) => (React.createElement("div", { key: `${term}-${i}`, className: styles.termGroup },
@@ -1,7 +1,7 @@
1
1
  import React__default from 'react';
2
2
  import { T as Typography } from './Typography-es.js';
3
3
 
4
- var styles = {"descriptionList":"BkruJ2-bRWg-","termGroup":"tpCvfS7kyDQ-"};
4
+ var styles = {"descriptionList":"BkruJ2-bRWg-","termGroup":"tpCvfS7kyDQ-","spinning":"pkFPHChT5OI-"};
5
5
 
6
6
  function DescriptionList({ data }) {
7
7
  return (React__default.createElement("dl", { className: styles.descriptionList }, data.map(([term, description], i) => (React__default.createElement("div", { key: `${term}-${i}`, className: styles.termGroup },
@@ -6,7 +6,7 @@ var jobberHooks = require('@jobber/hooks');
6
6
  var Icon = require('./Icon-cjs.js');
7
7
  var Typography = require('./Typography-cjs.js');
8
8
 
9
- var styles = {"arrowIconWrapper":"VMuRkKeqAs8-","details":"fNHz-uKoICo-","summary":"_8BfGPs1d3OI-","summaryWrap":"lPbWm-JxIOc-","customSummaryWrap":"qCHHx-9sUDU-","content":"v4nYwpvvlh8-"};
9
+ var styles = {"arrowIconWrapper":"VMuRkKeqAs8-","details":"fNHz-uKoICo-","summary":"_8BfGPs1d3OI-","summaryWrap":"lPbWm-JxIOc-","customSummaryWrap":"qCHHx-9sUDU-","content":"v4nYwpvvlh8-","openAnimation":"R-IWZjEaJeM-","spinning":"UfV5y-kjRUE-"};
10
10
 
11
11
  function Disclosure({ children, title, defaultOpen = false, onToggle, open, UNSAFE_className = {}, UNSAFE_style = {}, }) {
12
12
  var _a, _b, _c, _d;
@@ -4,7 +4,7 @@ import { useResizeObserver, Breakpoints } from '@jobber/hooks';
4
4
  import { I as Icon } from './Icon-es.js';
5
5
  import { T as Typography } from './Typography-es.js';
6
6
 
7
- var styles = {"arrowIconWrapper":"VMuRkKeqAs8-","details":"fNHz-uKoICo-","summary":"_8BfGPs1d3OI-","summaryWrap":"lPbWm-JxIOc-","customSummaryWrap":"qCHHx-9sUDU-","content":"v4nYwpvvlh8-"};
7
+ var styles = {"arrowIconWrapper":"VMuRkKeqAs8-","details":"fNHz-uKoICo-","summary":"_8BfGPs1d3OI-","summaryWrap":"lPbWm-JxIOc-","customSummaryWrap":"qCHHx-9sUDU-","content":"v4nYwpvvlh8-","openAnimation":"R-IWZjEaJeM-","spinning":"UfV5y-kjRUE-"};
8
8
 
9
9
  function Disclosure({ children, title, defaultOpen = false, onToggle, open, UNSAFE_className = {}, UNSAFE_style = {}, }) {
10
10
  var _a, _b, _c, _d;
@@ -3,7 +3,7 @@
3
3
  var React = require('react');
4
4
  var classnames = require('classnames');
5
5
 
6
- var styles = {"divider":"XLgPB38fKeE-"};
6
+ var styles = {"divider":"XLgPB38fKeE-","spinning":"JenuDN3dhh4-"};
7
7
 
8
8
  var sizes = {"base":"t44-9xW2xyI-","large":"DZLf49GmKvc-","larger":"D9ovrKetww8-","largest":"_8uEysWndSQc-","spinning":"XYvD7J9XpzM-"};
9
9
 
@@ -1,7 +1,7 @@
1
1
  import React__default from 'react';
2
2
  import classnames from 'classnames';
3
3
 
4
- var styles = {"divider":"XLgPB38fKeE-"};
4
+ var styles = {"divider":"XLgPB38fKeE-","spinning":"JenuDN3dhh4-"};
5
5
 
6
6
  var sizes = {"base":"t44-9xW2xyI-","large":"DZLf49GmKvc-","larger":"D9ovrKetww8-","largest":"_8uEysWndSQc-","spinning":"XYvD7J9XpzM-"};
7
7
 
@@ -5,7 +5,7 @@ var classnames = require('classnames');
5
5
  var Heading = require('./Heading-cjs.js');
6
6
  var ButtonDismiss = require('./ButtonDismiss-cjs.js');
7
7
 
8
- var styles$1 = {"container":"LNIwHwCs8gQ-","drawer":"iDSQR4mxUvM-","open":"y9lAhWPltyg-","header":"s830oNhRdZE-","heading":"MZuJ7od4r-o-","contentScroll":"I4XEGwkvw74-","content":"jZzp04L7Gao-"};
8
+ var styles$1 = {"container":"LNIwHwCs8gQ-","drawer":"iDSQR4mxUvM-","open":"y9lAhWPltyg-","header":"s830oNhRdZE-","heading":"MZuJ7od4r-o-","contentScroll":"I4XEGwkvw74-","content":"jZzp04L7Gao-","spinning":"dzsdJUdmmt8-"};
9
9
 
10
10
  function Drawer({ title, children, open = true, onRequestClose, id, }) {
11
11
  const drawerClassNames = classnames(styles$1.container, open && styles$1.open);
@@ -22,7 +22,7 @@ function Header({ title, onRequestClose }) {
22
22
  React.createElement(ButtonDismiss.ButtonDismiss, { onClick: onRequestClose, ariaLabel: `Close ${title || "drawer"}` })));
23
23
  }
24
24
 
25
- var styles = {"drawerGrid":"_50Jq09W07gg-"};
25
+ var styles = {"drawerGrid":"_50Jq09W07gg-","spinning":"GqOdr2k9PX8-"};
26
26
 
27
27
  function DrawerGrid({ children }) {
28
28
  return React.createElement("div", { className: styles.drawerGrid }, children);
@@ -3,7 +3,7 @@ import classnames from 'classnames';
3
3
  import { H as Heading } from './Heading-es.js';
4
4
  import { B as ButtonDismiss } from './ButtonDismiss-es.js';
5
5
 
6
- var styles$1 = {"container":"LNIwHwCs8gQ-","drawer":"iDSQR4mxUvM-","open":"y9lAhWPltyg-","header":"s830oNhRdZE-","heading":"MZuJ7od4r-o-","contentScroll":"I4XEGwkvw74-","content":"jZzp04L7Gao-"};
6
+ var styles$1 = {"container":"LNIwHwCs8gQ-","drawer":"iDSQR4mxUvM-","open":"y9lAhWPltyg-","header":"s830oNhRdZE-","heading":"MZuJ7od4r-o-","contentScroll":"I4XEGwkvw74-","content":"jZzp04L7Gao-","spinning":"dzsdJUdmmt8-"};
7
7
 
8
8
  function Drawer({ title, children, open = true, onRequestClose, id, }) {
9
9
  const drawerClassNames = classnames(styles$1.container, open && styles$1.open);
@@ -20,7 +20,7 @@ function Header({ title, onRequestClose }) {
20
20
  React__default.createElement(ButtonDismiss, { onClick: onRequestClose, ariaLabel: `Close ${title || "drawer"}` })));
21
21
  }
22
22
 
23
- var styles = {"drawerGrid":"_50Jq09W07gg-"};
23
+ var styles = {"drawerGrid":"_50Jq09W07gg-","spinning":"GqOdr2k9PX8-"};
24
24
 
25
25
  function DrawerGrid({ children }) {
26
26
  return React__default.createElement("div", { className: styles.drawerGrid }, children);
@@ -3448,7 +3448,42 @@ const createSelector = (a, b, c, d, e, f, ...other) => {
3448
3448
  throw new Error(process.env.NODE_ENV !== "production" ? 'Unsupported number of selectors' : useRenderElement.formatErrorMessage(1));
3449
3449
  }
3450
3450
  let selector;
3451
- if (a) {
3451
+ if (a && b && c && d && e && f) {
3452
+ selector = (state, a1, a2, a3) => {
3453
+ const va = a(state, a1, a2, a3);
3454
+ const vb = b(state, a1, a2, a3);
3455
+ const vc = c(state, a1, a2, a3);
3456
+ const vd = d(state, a1, a2, a3);
3457
+ const ve = e(state, a1, a2, a3);
3458
+ return f(va, vb, vc, vd, ve, a1, a2, a3);
3459
+ };
3460
+ } else if (a && b && c && d && e) {
3461
+ selector = (state, a1, a2, a3) => {
3462
+ const va = a(state, a1, a2, a3);
3463
+ const vb = b(state, a1, a2, a3);
3464
+ const vc = c(state, a1, a2, a3);
3465
+ const vd = d(state, a1, a2, a3);
3466
+ return e(va, vb, vc, vd, a1, a2, a3);
3467
+ };
3468
+ } else if (a && b && c && d) {
3469
+ selector = (state, a1, a2, a3) => {
3470
+ const va = a(state, a1, a2, a3);
3471
+ const vb = b(state, a1, a2, a3);
3472
+ const vc = c(state, a1, a2, a3);
3473
+ return d(va, vb, vc, a1, a2, a3);
3474
+ };
3475
+ } else if (a && b && c) {
3476
+ selector = (state, a1, a2, a3) => {
3477
+ const va = a(state, a1, a2, a3);
3478
+ const vb = b(state, a1, a2, a3);
3479
+ return c(va, vb, a1, a2, a3);
3480
+ };
3481
+ } else if (a && b) {
3482
+ selector = (state, a1, a2, a3) => {
3483
+ const va = a(state, a1, a2, a3);
3484
+ return b(va, a1, a2, a3);
3485
+ };
3486
+ } else if (a) {
3452
3487
  selector = a;
3453
3488
  } else {
3454
3489
  throw /* minify-error-disabled */new Error('Missing arguments');
@@ -3495,14 +3530,14 @@ function requireWithSelector_production () {
3495
3530
  ) {
3496
3531
  var instRef = useRef(null);
3497
3532
  if (null === instRef.current) {
3498
- var inst = { hasValue: false, value: null };
3533
+ var inst = { hasValue: !1, value: null };
3499
3534
  instRef.current = inst;
3500
3535
  } else inst = instRef.current;
3501
3536
  instRef = useMemo(
3502
3537
  function () {
3503
3538
  function memoizedSelector(nextSnapshot) {
3504
3539
  if (!hasMemo) {
3505
- hasMemo = true;
3540
+ hasMemo = !0;
3506
3541
  memoizedSnapshot = nextSnapshot;
3507
3542
  nextSnapshot = selector(nextSnapshot);
3508
3543
  if (void 0 !== isEqual && inst.hasValue) {
@@ -3520,7 +3555,7 @@ function requireWithSelector_production () {
3520
3555
  memoizedSnapshot = nextSnapshot;
3521
3556
  return (memoizedSelection = nextSelection);
3522
3557
  }
3523
- var hasMemo = false,
3558
+ var hasMemo = !1,
3524
3559
  memoizedSnapshot,
3525
3560
  memoizedSelection,
3526
3561
  maybeGetServerSnapshot =
@@ -3541,7 +3576,7 @@ function requireWithSelector_production () {
3541
3576
  var value = useSyncExternalStore(subscribe, instRef[0], instRef[1]);
3542
3577
  useEffect(
3543
3578
  function () {
3544
- inst.hasValue = true;
3579
+ inst.hasValue = !0;
3545
3580
  inst.value = value;
3546
3581
  },
3547
3582
  [value]
@@ -3595,14 +3630,14 @@ function requireWithSelector_development () {
3595
3630
  ) {
3596
3631
  var instRef = useRef(null);
3597
3632
  if (null === instRef.current) {
3598
- var inst = { hasValue: false, value: null };
3633
+ var inst = { hasValue: !1, value: null };
3599
3634
  instRef.current = inst;
3600
3635
  } else inst = instRef.current;
3601
3636
  instRef = useMemo(
3602
3637
  function () {
3603
3638
  function memoizedSelector(nextSnapshot) {
3604
3639
  if (!hasMemo) {
3605
- hasMemo = true;
3640
+ hasMemo = !0;
3606
3641
  memoizedSnapshot = nextSnapshot;
3607
3642
  nextSnapshot = selector(nextSnapshot);
3608
3643
  if (void 0 !== isEqual && inst.hasValue) {
@@ -3621,7 +3656,7 @@ function requireWithSelector_development () {
3621
3656
  memoizedSnapshot = nextSnapshot;
3622
3657
  return (memoizedSelection = nextSelection);
3623
3658
  }
3624
- var hasMemo = false,
3659
+ var hasMemo = !1,
3625
3660
  memoizedSnapshot,
3626
3661
  memoizedSelection,
3627
3662
  maybeGetServerSnapshot =
@@ -3642,7 +3677,7 @@ function requireWithSelector_development () {
3642
3677
  var value = useSyncExternalStore(subscribe, instRef[0], instRef[1]);
3643
3678
  useEffect(
3644
3679
  function () {
3645
- inst.hasValue = true;
3680
+ inst.hasValue = !0;
3646
3681
  inst.value = value;
3647
3682
  },
3648
3683
  [value]
@@ -5141,7 +5176,10 @@ function DialogRoot(props) {
5141
5176
  useDialogRoot({
5142
5177
  store,
5143
5178
  actionsRef,
5144
- parentContext: parentDialogRootContext?.store.context});
5179
+ parentContext: parentDialogRootContext?.store.context,
5180
+ onOpenChange,
5181
+ triggerIdProp
5182
+ });
5145
5183
  const contextValue = React__namespace.useMemo(() => ({
5146
5184
  store
5147
5185
  }), [store]);
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import React__default from 'react';
3
3
  import { a as useRefWithInit, E as EMPTY_OBJECT, N as NOOP, u as useRenderElement, b as useMergedRefs, f as formatErrorMessage, i as isReactVersionAtLeast } from './useRenderElement-es.js';
4
4
  import { jsx, jsxs } from 'react/jsx-runtime';
5
- import { i as isShadowRoot, a as isHTMLElement, m as getComputedStyle$1, f as floor, t as tabbable, J as getWindow, Q as isOverflowElement, d as getNodeName, c as isNode, e as isTabbable, h as focusable, j as isWebKit$1, b as isElement, k as isLastTraversableNode, l as getParentNode } from './index.esm-es.js';
5
+ import { i as isShadowRoot, a as isHTMLElement, l as getComputedStyle$1, f as floor, t as tabbable, I as getWindow, N as isOverflowElement, d as getNodeName, c as isNode, e as isTabbable, h as focusable, m as isWebKit$1, b as isElement, j as isLastTraversableNode, k as getParentNode } from './index.esm-es.js';
6
6
  import * as ReactDOM from 'react-dom';
7
7
  import { s as shimExports } from './index-es.js';
8
8
 
@@ -3427,7 +3427,42 @@ const createSelector = (a, b, c, d, e, f, ...other) => {
3427
3427
  throw new Error(process.env.NODE_ENV !== "production" ? 'Unsupported number of selectors' : formatErrorMessage(1));
3428
3428
  }
3429
3429
  let selector;
3430
- if (a) {
3430
+ if (a && b && c && d && e && f) {
3431
+ selector = (state, a1, a2, a3) => {
3432
+ const va = a(state, a1, a2, a3);
3433
+ const vb = b(state, a1, a2, a3);
3434
+ const vc = c(state, a1, a2, a3);
3435
+ const vd = d(state, a1, a2, a3);
3436
+ const ve = e(state, a1, a2, a3);
3437
+ return f(va, vb, vc, vd, ve, a1, a2, a3);
3438
+ };
3439
+ } else if (a && b && c && d && e) {
3440
+ selector = (state, a1, a2, a3) => {
3441
+ const va = a(state, a1, a2, a3);
3442
+ const vb = b(state, a1, a2, a3);
3443
+ const vc = c(state, a1, a2, a3);
3444
+ const vd = d(state, a1, a2, a3);
3445
+ return e(va, vb, vc, vd, a1, a2, a3);
3446
+ };
3447
+ } else if (a && b && c && d) {
3448
+ selector = (state, a1, a2, a3) => {
3449
+ const va = a(state, a1, a2, a3);
3450
+ const vb = b(state, a1, a2, a3);
3451
+ const vc = c(state, a1, a2, a3);
3452
+ return d(va, vb, vc, a1, a2, a3);
3453
+ };
3454
+ } else if (a && b && c) {
3455
+ selector = (state, a1, a2, a3) => {
3456
+ const va = a(state, a1, a2, a3);
3457
+ const vb = b(state, a1, a2, a3);
3458
+ return c(va, vb, a1, a2, a3);
3459
+ };
3460
+ } else if (a && b) {
3461
+ selector = (state, a1, a2, a3) => {
3462
+ const va = a(state, a1, a2, a3);
3463
+ return b(va, a1, a2, a3);
3464
+ };
3465
+ } else if (a) {
3431
3466
  selector = a;
3432
3467
  } else {
3433
3468
  throw /* minify-error-disabled */new Error('Missing arguments');
@@ -3474,14 +3509,14 @@ function requireWithSelector_production () {
3474
3509
  ) {
3475
3510
  var instRef = useRef(null);
3476
3511
  if (null === instRef.current) {
3477
- var inst = { hasValue: false, value: null };
3512
+ var inst = { hasValue: !1, value: null };
3478
3513
  instRef.current = inst;
3479
3514
  } else inst = instRef.current;
3480
3515
  instRef = useMemo(
3481
3516
  function () {
3482
3517
  function memoizedSelector(nextSnapshot) {
3483
3518
  if (!hasMemo) {
3484
- hasMemo = true;
3519
+ hasMemo = !0;
3485
3520
  memoizedSnapshot = nextSnapshot;
3486
3521
  nextSnapshot = selector(nextSnapshot);
3487
3522
  if (void 0 !== isEqual && inst.hasValue) {
@@ -3499,7 +3534,7 @@ function requireWithSelector_production () {
3499
3534
  memoizedSnapshot = nextSnapshot;
3500
3535
  return (memoizedSelection = nextSelection);
3501
3536
  }
3502
- var hasMemo = false,
3537
+ var hasMemo = !1,
3503
3538
  memoizedSnapshot,
3504
3539
  memoizedSelection,
3505
3540
  maybeGetServerSnapshot =
@@ -3520,7 +3555,7 @@ function requireWithSelector_production () {
3520
3555
  var value = useSyncExternalStore(subscribe, instRef[0], instRef[1]);
3521
3556
  useEffect(
3522
3557
  function () {
3523
- inst.hasValue = true;
3558
+ inst.hasValue = !0;
3524
3559
  inst.value = value;
3525
3560
  },
3526
3561
  [value]
@@ -3574,14 +3609,14 @@ function requireWithSelector_development () {
3574
3609
  ) {
3575
3610
  var instRef = useRef(null);
3576
3611
  if (null === instRef.current) {
3577
- var inst = { hasValue: false, value: null };
3612
+ var inst = { hasValue: !1, value: null };
3578
3613
  instRef.current = inst;
3579
3614
  } else inst = instRef.current;
3580
3615
  instRef = useMemo(
3581
3616
  function () {
3582
3617
  function memoizedSelector(nextSnapshot) {
3583
3618
  if (!hasMemo) {
3584
- hasMemo = true;
3619
+ hasMemo = !0;
3585
3620
  memoizedSnapshot = nextSnapshot;
3586
3621
  nextSnapshot = selector(nextSnapshot);
3587
3622
  if (void 0 !== isEqual && inst.hasValue) {
@@ -3600,7 +3635,7 @@ function requireWithSelector_development () {
3600
3635
  memoizedSnapshot = nextSnapshot;
3601
3636
  return (memoizedSelection = nextSelection);
3602
3637
  }
3603
- var hasMemo = false,
3638
+ var hasMemo = !1,
3604
3639
  memoizedSnapshot,
3605
3640
  memoizedSelection,
3606
3641
  maybeGetServerSnapshot =
@@ -3621,7 +3656,7 @@ function requireWithSelector_development () {
3621
3656
  var value = useSyncExternalStore(subscribe, instRef[0], instRef[1]);
3622
3657
  useEffect(
3623
3658
  function () {
3624
- inst.hasValue = true;
3659
+ inst.hasValue = !0;
3625
3660
  inst.value = value;
3626
3661
  },
3627
3662
  [value]
@@ -5120,7 +5155,10 @@ function DialogRoot(props) {
5120
5155
  useDialogRoot({
5121
5156
  store,
5122
5157
  actionsRef,
5123
- parentContext: parentDialogRootContext?.store.context});
5158
+ parentContext: parentDialogRootContext?.store.context,
5159
+ onOpenChange,
5160
+ triggerIdProp
5161
+ });
5124
5162
  const contextValue = React.useMemo(() => ({
5125
5163
  store
5126
5164
  }), [store]);
@@ -6015,4 +6053,4 @@ function DrawerProviderReporter() {
6015
6053
  return null;
6016
6054
  }
6017
6055
 
6018
- export { CommonPopupDataAttributes as $, stopEvent as A, listNavigation as B, createGridCellMap as C, DrawerPortal as D, isListIndexDisabled as E, FloatingRootStore as F, getGridNavigatedIndex as G, getGridCellIndexOfCorner as H, ARROW_DOWN$1 as I, ARROW_LEFT$1 as J, ARROW_RIGHT$1 as K, getGridCellIndices as L, findNonDisabledListIndex as M, getTarget as N, focusOut as O, PopupTriggerMap as P, isVirtualClick as Q, isVirtualPointerEvent as R, SafeReact as S, ARROW_UP$1 as T, isElementVisible as U, useDialogRootContext as V, closePress as W, useTriggerDataForwarding as X, useInteractions as Y, CLICK_TRIGGER_IDENTIFIER as Z, triggerOpenStateMapping as _, DrawerBackdrop as a, useDialogPortalContext as a0, transitionStatusMapping as a1, popupStateMapping as a2, DialogStore as a3, imperativeAction as a4, createSelector as a5, useControlled as a6, Store as a7, useStore as a8, useTransitionStatus as a9, chipRemovePress as aA, useDrawerProviderContext as aB, DrawerBackdropCssVars as aC, DrawerPopupCssVars as aD, DrawerProviderContext as aE, clamp as aF, useDrawerRootContext as aG, useTriggerRegistration as aH, DrawerPopupDataAttributes as aI, swipe as aJ, useDrawerSnapPoints as aK, TransitionStatusDataAttributes as aL, DrawerViewportContext as aM, BASE_UI_SWIPE_IGNORE_SELECTOR as aN, DRAWER_CONTENT_ATTRIBUTE as aO, useOpenInteractionType as aa, createGenericEventDetails as ab, inputClear as ac, inputChange as ad, outsidePress as ae, itemPress as af, none as ag, useOpenChangeComplete as ah, useValueChanged as ai, useDismiss as aj, useOnFirstRender as ak, visuallyHiddenInput as al, visuallyHidden as am, inputPress as an, pressableTriggerOpenStateMapping as ao, isFirefox as ap, escapeKey as aq, isAndroid as ar, clearPress as as, FloatingPortal as at, DISABLED_TRANSITIONS_STYLE as au, DROPDOWN_COLLISION_AVOIDANCE as av, useScrollLock as aw, InternalBackdrop as ax, inertValue as ay, FloatingFocusManager as az, DrawerPopup as b, DrawerContent as c, DrawerRoot as d, useIsoLayoutEffect as e, useId as f, useAnimationFrame as g, useTimeout as h, isMouseLikePointerType as i, isClickLikeEvent as j, createChangeEventDetails as k, isTypeableElement as l, useFloatingParentNodeId as m, useFloatingTree as n, getFloatingFocusElement as o, useValueAsRef as p, isTypeableCombobox as q, enqueueFocus as r, isIndexOutOfListBounds as s, triggerPress as t, useStableCallback as u, getMinListIndex as v, getMaxListIndex as w, activeElement as x, ownerDocument as y, contains as z };
6056
+ export { CommonPopupDataAttributes as $, listNavigation as A, createGridCellMap as B, isListIndexDisabled as C, DrawerPortal as D, getGridNavigatedIndex as E, FloatingRootStore as F, getGridCellIndices as G, getGridCellIndexOfCorner as H, ARROW_DOWN$1 as I, ARROW_LEFT$1 as J, ARROW_RIGHT$1 as K, findNonDisabledListIndex as L, getTarget as M, focusOut as N, enqueueFocus as O, PopupTriggerMap as P, isVirtualClick as Q, isVirtualPointerEvent as R, SafeReact as S, ARROW_UP$1 as T, isElementVisible as U, useDialogRootContext as V, closePress as W, useTriggerDataForwarding as X, useInteractions as Y, CLICK_TRIGGER_IDENTIFIER as Z, triggerOpenStateMapping as _, DrawerBackdrop as a, popupStateMapping as a0, transitionStatusMapping as a1, useDialogPortalContext as a2, DialogStore as a3, imperativeAction as a4, createSelector as a5, useControlled as a6, useStore as a7, useTransitionStatus as a8, useOpenInteractionType as a9, chipRemovePress as aA, useDrawerProviderContext as aB, DrawerBackdropCssVars as aC, DrawerPopupCssVars as aD, DrawerProviderContext as aE, clamp as aF, useDrawerRootContext as aG, useTriggerRegistration as aH, DrawerPopupDataAttributes as aI, swipe as aJ, useDrawerSnapPoints as aK, DrawerViewportContext as aL, BASE_UI_SWIPE_IGNORE_SELECTOR as aM, TransitionStatusDataAttributes as aN, DRAWER_CONTENT_ATTRIBUTE as aO, createGenericEventDetails as aa, inputClear as ab, inputChange as ac, outsidePress as ad, itemPress as ae, useOpenChangeComplete as af, useValueChanged as ag, inputPress as ah, useDismiss as ai, useOnFirstRender as aj, none as ak, visuallyHiddenInput as al, visuallyHidden as am, Store as an, pressableTriggerOpenStateMapping as ao, isAndroid as ap, isFirefox as aq, escapeKey as ar, clearPress as as, FloatingPortal as at, DISABLED_TRANSITIONS_STYLE as au, useScrollLock as av, InternalBackdrop as aw, inertValue as ax, DROPDOWN_COLLISION_AVOIDANCE as ay, FloatingFocusManager as az, DrawerPopup as b, DrawerContent as c, DrawerRoot as d, useIsoLayoutEffect as e, useId as f, useAnimationFrame as g, useTimeout as h, isMouseLikePointerType as i, isTypeableElement as j, createChangeEventDetails as k, isClickLikeEvent as l, useFloatingParentNodeId as m, useFloatingTree as n, getFloatingFocusElement as o, useValueAsRef as p, isTypeableCombobox as q, isIndexOutOfListBounds as r, getMinListIndex as s, triggerPress as t, useStableCallback as u, getMaxListIndex as v, activeElement as w, ownerDocument as x, contains as y, stopEvent as z };
@@ -11,7 +11,7 @@ var Button = require('./Button-cjs.js');
11
11
  var Emphasis = require('./Emphasis-cjs.js');
12
12
  var Markdown = require('./Markdown-cjs.js');
13
13
 
14
- var styles = {"container":"o-b2tWQIZvw-","content":"NZtPT-dXFeQ-","action":"tDW-yhISuqQ-","savedIndicator":"Y-aeIDV1dL4-","featureContent":"iXr88Nr7vpk-","enabled":"GSDyu-sASro-"};
14
+ var styles = {"container":"o-b2tWQIZvw-","content":"NZtPT-dXFeQ-","action":"tDW-yhISuqQ-","savedIndicator":"Y-aeIDV1dL4-","featureContent":"iXr88Nr7vpk-","enabled":"GSDyu-sASro-","spinning":"gzT5ooqpZG4-"};
15
15
 
16
16
  function FeatureSwitch({ children, description, disabled = false, enabled, externalLink = false, onEdit, onSwitch, hasSaveIndicator = false, title, }) {
17
17
  const [savedIndicator, setSavedIndicator] = React.useState(false);
@@ -9,7 +9,7 @@ import { B as Button } from './Button-es.js';
9
9
  import { E as Emphasis } from './Emphasis-es.js';
10
10
  import { M as Markdown } from './Markdown-es.js';
11
11
 
12
- var styles = {"container":"o-b2tWQIZvw-","content":"NZtPT-dXFeQ-","action":"tDW-yhISuqQ-","savedIndicator":"Y-aeIDV1dL4-","featureContent":"iXr88Nr7vpk-","enabled":"GSDyu-sASro-"};
12
+ var styles = {"container":"o-b2tWQIZvw-","content":"NZtPT-dXFeQ-","action":"tDW-yhISuqQ-","savedIndicator":"Y-aeIDV1dL4-","featureContent":"iXr88Nr7vpk-","enabled":"GSDyu-sASro-","spinning":"gzT5ooqpZG4-"};
13
13
 
14
14
  function FeatureSwitch({ children, description, disabled = false, enabled, externalLink = false, onEdit, onSwitch, hasSaveIndicator = false, title, }) {
15
15
  const [savedIndicator, setSavedIndicator] = useState(false);
@@ -1,4 +1,4 @@
1
- export { A as AffixIcon, a as AffixLabel, F as FormField, b as FormFieldInputHorizontalWrapper, c as FormFieldInputWrapperStyles, d as FormFieldLabel, e as FormFieldWrapper, f as FormFieldWrapperMain, g as FormFieldWrapperToolbar, u as useAtlantisFormField, h as useAtlantisFormFieldActions, i as useAtlantisFormFieldName, j as useAtlantisReactHookForm, k as useFormFieldWrapperStyles } from '../FormField-es.js';
1
+ export { A as AffixIcon, i as AffixLabel, k as FormField, F as FormFieldInputHorizontalWrapper, d as FormFieldInputWrapperStyles, e as FormFieldLabel, f as FormFieldWrapper, g as FormFieldWrapperMain, h as FormFieldWrapperToolbar, u as useAtlantisFormField, a as useAtlantisFormFieldActions, b as useAtlantisFormFieldName, c as useAtlantisReactHookForm, j as useFormFieldWrapperStyles } from '../FormField-es.js';
2
2
  import 'react';
3
3
  import '@jobber/hooks';
4
4
  import 'framer-motion';
@@ -54,7 +54,7 @@ function FormFieldDescription({ id, description, visible = true, }) {
54
54
  return (React.createElement("div", { id: id, className: formFieldStyles.description }, useStringFormat ? (React.createElement(Text.Text, { size: "small", variation: "subdued" }, description)) : (description)));
55
55
  }
56
56
 
57
- var styles = {"clearInput":"YmRTd-KeXv4-"};
57
+ var styles = {"clearInput":"YmRTd-KeXv4-","spinning":"B25z9B8I3gs-"};
58
58
 
59
59
  function ClearAction({ onClick, visible, }) {
60
60
  if (!visible)
@@ -52,7 +52,7 @@ function FormFieldDescription({ id, description, visible = true, }) {
52
52
  return (React__default.createElement("div", { id: id, className: formFieldStyles.description }, useStringFormat ? (React__default.createElement(Text, { size: "small", variation: "subdued" }, description)) : (description)));
53
53
  }
54
54
 
55
- var styles = {"clearInput":"YmRTd-KeXv4-"};
55
+ var styles = {"clearInput":"YmRTd-KeXv4-","spinning":"B25z9B8I3gs-"};
56
56
 
57
57
  function ClearAction({ onClick, visible, }) {
58
58
  if (!visible)
@@ -458,4 +458,4 @@ function setAutocomplete(autocompleteSetting) {
458
458
  return autocompleteSetting;
459
459
  }
460
460
 
461
- export { AffixIcon as A, FormField as F, AffixLabel as a, FormFieldInputHorizontalWrapper as b, FormFieldInputWrapperStyles as c, FormFieldLabel as d, FormFieldWrapper as e, FormFieldWrapperMain as f, FormFieldWrapperToolbar as g, useAtlantisFormFieldActions as h, useAtlantisFormFieldName as i, useAtlantisReactHookForm as j, useFormFieldWrapperStyles as k, formFieldStyles as l, FormFieldPostFix as m, mergeRefs as n, useAtlantisFormField as u };
461
+ export { AffixIcon as A, FormFieldInputHorizontalWrapper as F, useAtlantisFormFieldActions as a, useAtlantisFormFieldName as b, useAtlantisReactHookForm as c, FormFieldInputWrapperStyles as d, FormFieldLabel as e, FormFieldWrapper as f, FormFieldWrapperMain as g, FormFieldWrapperToolbar as h, AffixLabel as i, useFormFieldWrapperStyles as j, FormField as k, formFieldStyles as l, FormFieldPostFix as m, mergeRefs as n, useAtlantisFormField as u };
@@ -3,7 +3,7 @@
3
3
  var React = require('react');
4
4
  var classnames = require('classnames');
5
5
 
6
- var styles = {"email":"ViFkIUcS6PM-"};
6
+ var styles = {"email":"ViFkIUcS6PM-","spinning":"nCTmCxv5074-"};
7
7
 
8
8
  function FormatEmail({ email }) {
9
9
  const className = classnames(styles.email);
@@ -1,7 +1,7 @@
1
1
  import React__default from 'react';
2
2
  import classnames from 'classnames';
3
3
 
4
- var styles = {"email":"ViFkIUcS6PM-"};
4
+ var styles = {"email":"ViFkIUcS6PM-","spinning":"nCTmCxv5074-"};
5
5
 
6
6
  function FormatEmail({ email }) {
7
7
  const className = classnames(styles.email);
@@ -52,7 +52,12 @@ function isHoverable({ display, isComplete, onClick, onDelete, }) {
52
52
  function FormatFile({ file, display = "expanded", displaySize = "base", onDelete, onClick, }) {
53
53
  const [deleteConfirmationOpen, setDeleteConfirmationOpen] = React.useState(false);
54
54
  const { isComplete, fileSize } = useFormatFile({
55
- file});
55
+ file,
56
+ display,
57
+ displaySize,
58
+ onClick,
59
+ onDelete,
60
+ });
56
61
  const { wrapperClassNames, detailsClassNames, progressClassNames, thumbnailContainerClassNames, deleteButtonContainerClassNames, } = useFormatFileStyles({
57
62
  display,
58
63
  displaySize,
@@ -50,7 +50,12 @@ function isHoverable({ display, isComplete, onClick, onDelete, }) {
50
50
  function FormatFile({ file, display = "expanded", displaySize = "base", onDelete, onClick, }) {
51
51
  const [deleteConfirmationOpen, setDeleteConfirmationOpen] = useState(false);
52
52
  const { isComplete, fileSize } = useFormatFile({
53
- file});
53
+ file,
54
+ display,
55
+ displaySize,
56
+ onClick,
57
+ onDelete,
58
+ });
54
59
  const { wrapperClassNames, detailsClassNames, progressClassNames, thumbnailContainerClassNames, deleteButtonContainerClassNames, } = useFormatFileStyles({
55
60
  display,
56
61
  displaySize,
package/dist/Frame-cjs.js CHANGED
@@ -3,7 +3,7 @@
3
3
  var React = require('react');
4
4
  var classnames = require('classnames');
5
5
 
6
- var styles = {"frame":"S15iRxwj9UU-"};
6
+ var styles = {"frame":"S15iRxwj9UU-","spinning":"zp7d5mzcSHA-"};
7
7
 
8
8
  function Frame({ children, aspectX = 16, aspectY = 9, as: Tag = "div", dataAttributes, ariaAttributes, role, id, UNSAFE_className, UNSAFE_style, }) {
9
9
  return (React.createElement(Tag, Object.assign({ role: role, id: id }, dataAttributes, ariaAttributes, { className: classnames(styles.frame, UNSAFE_className === null || UNSAFE_className === void 0 ? void 0 : UNSAFE_className.container), style: Object.assign({ "--public-frame-numerator": aspectX, "--public-frame-denominator": aspectY }, UNSAFE_style === null || UNSAFE_style === void 0 ? void 0 : UNSAFE_style.container) }), children));
package/dist/Frame-es.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import React__default from 'react';
2
2
  import classnames from 'classnames';
3
3
 
4
- var styles = {"frame":"S15iRxwj9UU-"};
4
+ var styles = {"frame":"S15iRxwj9UU-","spinning":"zp7d5mzcSHA-"};
5
5
 
6
6
  function Frame({ children, aspectX = 16, aspectY = 9, as: Tag = "div", dataAttributes, ariaAttributes, role, id, UNSAFE_className, UNSAFE_style, }) {
7
7
  return (React__default.createElement(Tag, Object.assign({ role: role, id: id }, dataAttributes, ariaAttributes, { className: classnames(styles.frame, UNSAFE_className === null || UNSAFE_className === void 0 ? void 0 : UNSAFE_className.container), style: Object.assign({ "--public-frame-numerator": aspectX, "--public-frame-denominator": aspectY }, UNSAFE_style === null || UNSAFE_style === void 0 ? void 0 : UNSAFE_style.container) }), children));
@@ -1,4 +1,4 @@
1
- export { G as GLIMMER_TEST_ID, a as Glimmer } from '../Glimmer-es.js';
1
+ export { a as GLIMMER_TEST_ID, G as Glimmer } from '../Glimmer-es.js';
2
2
  import '../tslib.es6-es.js';
3
3
  import 'react';
4
4
  import 'classnames';
@@ -5,7 +5,7 @@ var React = require('react');
5
5
  var classnames = require('classnames');
6
6
  var Content = require('./Content-cjs.js');
7
7
 
8
- var styles = {"glimmer":"-lyJkOGbceo-","reverseTheme":"NH-8hViLjFA-","header":"_6-ozsHDHcVI-","button":"_7AvaYGpXkLU-","buttonFill":"sm9yBV3e4Qg-"};
8
+ var styles = {"glimmer":"-lyJkOGbceo-","reverseTheme":"NH-8hViLjFA-","header":"_6-ozsHDHcVI-","button":"_7AvaYGpXkLU-","buttonFill":"sm9yBV3e4Qg-","spinning":"-HieXHs-LiA-"};
9
9
 
10
10
  var sizes = {"small":"bjemHBSLuQ0-","base":"MXFqgzJq5jw-","large":"B2DzIy8pibk-","larger":"-ll1bKXJm9s-","largest":"jieKjQ6-Scs-","auto":"_8qp0RoxJfHE-","spinning":"ADVQ641JXWE-"};
11
11
 
@@ -3,7 +3,7 @@ import React__default from 'react';
3
3
  import classnames from 'classnames';
4
4
  import { C as Content } from './Content-es.js';
5
5
 
6
- var styles = {"glimmer":"-lyJkOGbceo-","reverseTheme":"NH-8hViLjFA-","header":"_6-ozsHDHcVI-","button":"_7AvaYGpXkLU-","buttonFill":"sm9yBV3e4Qg-"};
6
+ var styles = {"glimmer":"-lyJkOGbceo-","reverseTheme":"NH-8hViLjFA-","header":"_6-ozsHDHcVI-","button":"_7AvaYGpXkLU-","buttonFill":"sm9yBV3e4Qg-","spinning":"-HieXHs-LiA-"};
7
7
 
8
8
  var sizes = {"small":"bjemHBSLuQ0-","base":"MXFqgzJq5jw-","large":"B2DzIy8pibk-","larger":"-ll1bKXJm9s-","largest":"jieKjQ6-Scs-","auto":"_8qp0RoxJfHE-","spinning":"ADVQ641JXWE-"};
9
9
 
@@ -50,4 +50,4 @@ Glimmer.Button = function GlimmerButton(_a) {
50
50
  React__default.createElement(Glimmer, Object.assign({}, props, { size: "auto" }))));
51
51
  };
52
52
 
53
- export { GLIMMER_TEST_ID as G, Glimmer as a };
53
+ export { Glimmer as G, GLIMMER_TEST_ID as a };
package/dist/Grid-cjs.js CHANGED
@@ -5,7 +5,7 @@ var classnames = require('classnames');
5
5
  var GridCell = require('./GridCell-cjs.js');
6
6
  var getMappedAtlantisSpaceToken = require('./getMappedAtlantisSpaceToken-cjs.js');
7
7
 
8
- var styles = {"grid":"_0X4jj5NERa4-","gap":"d3vl57tdCWA-"};
8
+ var styles = {"grid":"_0X4jj5NERa4-","gap":"d3vl57tdCWA-","spinning":"Y--XfgJk5Fw-"};
9
9
 
10
10
  var alignments = {"center":"V-24AGDyie4-","start":"H0zdYNTapmM-","end":"O5VtcGWRV3M-","stretch":"wVv5gaWrouI-","spinning":"DcsVgHCowbg-"};
11
11