@hortiview/shared-components 2.18.0 → 2.19.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 (229) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/{AlertBanner-aW6joVUm.js → AlertBanner-BFzaGOer.js} +3 -3
  3. package/dist/{GenericCard-IWX-Bmb_.js → GenericCard-grpa3KJR.js} +3 -3
  4. package/dist/ListAreaService-Y8wR14Xq.js +126 -0
  5. package/dist/{_Map-D8db_GOu.js → _Map-BYxTn6ob.js} +1 -1
  6. package/dist/{_commonjsHelpers-B4e78b8K.js → _commonjsHelpers-ByX85dGu.js} +18 -13
  7. package/dist/animationframe-CqXArbwZ.js +32 -0
  8. package/dist/assets/ListAreaService.css +1 -1
  9. package/dist/assets/LoadingSpinner.css +1 -1
  10. package/dist/component-By6nyiBU.js +70 -0
  11. package/dist/{component-DEJuY56h.js → component-DYpB_4EP.js} +1 -111
  12. package/dist/components/AlertBanner/AlertBanner.js +4 -4
  13. package/dist/components/AlertBanner/LinkBanner.js +3 -3
  14. package/dist/components/AllowedButton/AllowedButton.d.ts +1 -1
  15. package/dist/components/AllowedButton/AllowedButton.js +1 -1
  16. package/dist/components/AllowedIconButton/AllowedIconButton.d.ts +1 -1
  17. package/dist/components/AllowedIconButton/AllowedIconButton.js +1 -1
  18. package/dist/components/BaseView/BaseView.js +14 -14
  19. package/dist/components/BasicHeading/BasicHeading.js +5 -5
  20. package/dist/components/BlockView/BlockView.js +2 -2
  21. package/dist/components/ButtonCard/ButtonCard.js +6 -6
  22. package/dist/components/ChipCard/ChipCard.js +13 -255
  23. package/dist/components/ConfirmationModal/ConfirmationModal.js +8 -8
  24. package/dist/components/ContextMenu/ContextMenu.js +12 -12
  25. package/dist/components/DeleteModal/DeleteModal.js +25 -25
  26. package/dist/components/DetailContentWrapper/DetailContentWrapper.js +1 -1
  27. package/dist/components/Disclaimer/Disclaimer.js +3 -3
  28. package/dist/components/EmptyView/EmptyView.d.ts +10 -1
  29. package/dist/components/EmptyView/EmptyView.js +50 -34
  30. package/dist/components/Filter/Filter.js +15 -15
  31. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.js +1 -1
  32. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +7 -22
  33. package/dist/components/FormComponents/FormNumber/CustomTextField.js +3 -3
  34. package/dist/components/FormComponents/FormNumber/FormNumber.js +1 -1
  35. package/dist/components/FormComponents/FormRadio/FormRadio.js +1 -1
  36. package/dist/components/FormComponents/FormSelect/FormSelect.js +4 -4
  37. package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +2 -2
  38. package/dist/components/FormComponents/FormSlider/FormSlider.js +10 -98
  39. package/dist/components/FormComponents/FormText/FormText.js +2 -2
  40. package/dist/components/FormComponents/FormToggle/FormToggle.js +4 -4
  41. package/dist/components/FormattedNumberDisplay/FormattedNumberDisplay.js +1 -1
  42. package/dist/components/GenericTable/GenericTable.js +36 -172
  43. package/dist/components/GenericTable/GenericTableService.d.ts +4 -1
  44. package/dist/components/GenericTable/GenericTableService.js +24 -24
  45. package/dist/components/GenericTable/Mobile/GenericCard.js +4 -4
  46. package/dist/components/GenericTable/Mobile/GenericCardList.js +4 -4
  47. package/dist/components/HashTabView/HashTabView.js +10 -428
  48. package/dist/components/HeaderFilter/HeaderFilter.js +1 -1
  49. package/dist/components/Iconify/Iconify.js +2 -2
  50. package/dist/components/InfoCard/InfoCard.js +4 -4
  51. package/dist/components/InfoGroup/InfoGroup.js +4 -4
  52. package/dist/components/ListArea/ListArea.d.ts +5 -1
  53. package/dist/components/ListArea/ListArea.js +39 -36
  54. package/dist/components/ListArea/ListAreaService.js +6 -6
  55. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +13 -5
  56. package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +44 -108
  57. package/dist/components/Modal/Modal.js +12 -122
  58. package/dist/components/ModulePadding/ModulePadding.js +11 -11
  59. package/dist/components/OfflineView/OfflineView.js +45 -7
  60. package/dist/components/OnboardingBanner/OnboardingBanner.js +8 -8
  61. package/dist/components/OverflowTooltip/OverflowTooltip.js +2 -2
  62. package/dist/components/SearchBar/SearchBar.js +2 -2
  63. package/dist/components/Select/Select.js +2 -2
  64. package/dist/components/Stepper/Stepper.js +1 -1
  65. package/dist/components/Stepper/components/StepperButton.js +1 -1
  66. package/dist/components/Stepper/components/StepperHeader.js +3 -3
  67. package/dist/components/Stepper/components/StepperItem.js +2 -2
  68. package/dist/{correct-is-regexp-logic-Y0ToWEjF.js → correct-is-regexp-logic-BJ-OWRrn.js} +1 -1
  69. package/dist/{defineProperty-BTsGZ3c1.js → defineProperty-B7N9EBBI.js} +3 -3
  70. package/dist/{es.string.iterator-UszlTFwY.js → es.string.iterator-DBx2A42F.js} +2 -2
  71. package/dist/{find-CHg-_ooq.js → find-eU9ab_u7.js} +4 -4
  72. package/dist/{get-DxjPG00Z.js → get-BLvvbtML.js} +3 -3
  73. package/dist/get-CBFiuc3f.js +7 -0
  74. package/dist/hooks/useBreakpoints.js +37 -3
  75. package/dist/hooks/useHelperText.js +1 -1
  76. package/dist/{identity-BVIVr9qu.js → identity-B0bbReND.js} +4 -4
  77. package/dist/{index-BcGujPyk.js → index-Df2FYN-K.js} +5 -26
  78. package/dist/{index.es-B8p8KCdj.js → index.es-B19PQgzU.js} +4 -4
  79. package/dist/{index.es-BYcQTTL8.js → index.es-B9BUXRQn.js} +9 -339
  80. package/dist/{index.es-BPv5dCFQ.js → index.es-BOG3_7IM.js} +12 -12
  81. package/dist/{index.es-DGoBge9W.js → index.es-BOvO8moE.js} +4 -4
  82. package/dist/{index.es-BoUnovl_.js → index.es-BcnmoCEg.js} +8 -74
  83. package/dist/{index.es-C32E1Lcb.js → index.es-BwafUoK3.js} +82 -147
  84. package/dist/{index.es-B1h6DPYp.js → index.es-C27R5Xae.js} +2 -2
  85. package/dist/{index.es-nwjKmW7-.js → index.es-C2IOpX7R.js} +34 -111
  86. package/dist/{index.es-Da7ok-B-.js → index.es-C6I3L4U4.js} +2 -2
  87. package/dist/{index.es-BHvm4m-B.js → index.es-Cg57snrN.js} +19 -261
  88. package/dist/{index.es-DUTChZks.js → index.es-Ci3O23C_.js} +6 -72
  89. package/dist/{index.es-t87yNd9Y.js → index.es-CkB4776y.js} +6 -72
  90. package/dist/{index.es-CeQB6igi.js → index.es-Cr1PSTyq.js} +3 -3
  91. package/dist/{index.es--C-VLspF.js → index.es-D1iB_QlE.js} +8 -140
  92. package/dist/{index.es-Dgxrk6xW.js → index.es-DEBGoIKX.js} +2 -2
  93. package/dist/{index.es-CWyjqoEE.js → index.es-DHnCVuQ8.js} +7 -73
  94. package/dist/{index.es-Bo-d_yTV.js → index.es-DHoIQ8lu.js} +2 -2
  95. package/dist/{index.es-SjZ_-d7U.js → index.es-DUrjyxNI.js} +5 -5
  96. package/dist/{index.es-Cfv794DG.js → index.es-DdeCB7LW.js} +1 -1
  97. package/dist/{index.es-BanVdXEd.js → index.es-DgncYOqO.js} +2 -2
  98. package/dist/{index.es-DOnQ26kT.js → index.es-DhlgTSuU.js} +3 -3
  99. package/dist/{index.es-oxil0uFe.js → index.es-Z0aF-7Cn.js} +3 -6
  100. package/dist/{index.es-DmRhbgqK.js → index.es-l_3PNohs.js} +2 -68
  101. package/dist/{isArray-B457bpaW.js → isArray-Ce1Q96lU.js} +1 -1
  102. package/dist/isArray-olhCpv2e.js +7 -0
  103. package/dist/{isEmpty-BnfHn4bl.js → isEmpty-l2xQKl4x.js} +3 -3
  104. package/dist/{isString-DVA49FEo.js → isString-BNdV0Jpg.js} +3 -3
  105. package/dist/{isTypedArray-DziahYkI.js → isTypedArray-D39qzPYE.js} +2 -2
  106. package/dist/{keyboard-DiKJoabs.js → keyboard-DbG3oyPU.js} +3 -25
  107. package/dist/main.js +15 -15
  108. package/dist/{map-BprzXv4m.js → map-ZSVweMI1.js} +5 -5
  109. package/dist/{omit-CYY_mIYv.js → omit-BWQrFyQ-.js} +7 -7
  110. package/dist/{orderBy-DLBJlgdL.js → orderBy-Ce85KqD6.js} +7 -7
  111. package/dist/{parse-int-D-3oah_F.js → parse-int-CGpIXMGa.js} +2 -2
  112. package/dist/{react-number-format.es-DzkMiF8j.js → react-number-format.es-pczkQ4lQ.js} +0 -1
  113. package/dist/{react-tooltip.min-CVsI--2Y.js → react-tooltip.min-Dkz5ltCC.js} +1 -12
  114. package/dist/{react.esm-Bm0cAgpZ.js → react.esm-DF7i80eN.js} +2471 -2582
  115. package/dist/services/UtilService.js +9 -9
  116. package/dist/{slicedToArray-ByMQIs5x.js → slicedToArray-DC6VAZtW.js} +4 -4
  117. package/dist/test-utils.js +1 -1
  118. package/dist/{toString-B7FIT8FE.js → toString-D5bEU-DN.js} +1 -1
  119. package/dist/types/GenericTable.d.ts +3 -3
  120. package/dist/{uniqueId-BNVTeImh.js → uniqueId-CJo-XRQb.js} +2 -2
  121. package/dist/{util-DA21pZXj.js → util-CBo-ipCE.js} +0 -22
  122. package/package.json +2 -2
  123. package/dist/BigLoadingSpinner-DGj9_Z5J.js +0 -16
  124. package/dist/ListAreaService-Fsm3-gDM.js +0 -125
  125. package/dist/OfflineView-CIwV08EQ.js +0 -48
  126. package/dist/animationframe-BVKDmEXe.js +0 -54
  127. package/dist/component-Bz_dtX1r.js +0 -114
  128. package/dist/components/AlertBanner/AlertBanner.test.d.ts +0 -1
  129. package/dist/components/AlertBanner/AlertBanner.test.js +0 -34
  130. package/dist/components/AlertBanner/LinkBanner.test.d.ts +0 -1
  131. package/dist/components/AlertBanner/LinkBanner.test.js +0 -17
  132. package/dist/components/Allowed/Allowed.test.d.ts +0 -1
  133. package/dist/components/Allowed/Allowed.test.js +0 -49
  134. package/dist/components/AllowedButton/AllowedButton.test.d.ts +0 -1
  135. package/dist/components/AllowedButton/AllowedButton.test.js +0 -126
  136. package/dist/components/AllowedIconButton/AllowedIconButton.test.d.ts +0 -1
  137. package/dist/components/AllowedIconButton/AllowedIconButton.test.js +0 -121
  138. package/dist/components/BaseView/BaseView.test.d.ts +0 -1
  139. package/dist/components/BaseView/BaseView.test.js +0 -180
  140. package/dist/components/BasicHeading/BasicHeading.test.d.ts +0 -1
  141. package/dist/components/BasicHeading/BasicHeading.test.js +0 -36
  142. package/dist/components/BlockView/BlockView.test.d.ts +0 -1
  143. package/dist/components/BlockView/BlockView.test.js +0 -47
  144. package/dist/components/ButtonCard/ButtonCard.test.d.ts +0 -1
  145. package/dist/components/ButtonCard/ButtonCard.test.js +0 -92
  146. package/dist/components/ChipCard/ChipCard.test.d.ts +0 -1
  147. package/dist/components/ChipCard/ChipCard.test.js +0 -25
  148. package/dist/components/ConfirmationModal/ConfirmationModal.test.d.ts +0 -1
  149. package/dist/components/ConfirmationModal/ConfirmationModal.test.js +0 -221
  150. package/dist/components/ContextMenu/ContextMenu.test.d.ts +0 -1
  151. package/dist/components/ContextMenu/ContextMenu.test.js +0 -96
  152. package/dist/components/DeleteModal/DeleteModal.test.d.ts +0 -1
  153. package/dist/components/DeleteModal/DeleteModal.test.js +0 -132
  154. package/dist/components/Disclaimer/Disclaimer.test.d.ts +0 -1
  155. package/dist/components/Disclaimer/Disclaimer.test.js +0 -13
  156. package/dist/components/EmptyView/EmptyView.test.d.ts +0 -1
  157. package/dist/components/EmptyView/EmptyView.test.js +0 -50
  158. package/dist/components/Filter/Filter.test.d.ts +0 -1
  159. package/dist/components/Filter/Filter.test.js +0 -166
  160. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.d.ts +0 -1
  161. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.js +0 -56
  162. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.d.ts +0 -1
  163. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.js +0 -56
  164. package/dist/components/FormComponents/FormNumber/FormNumber.test.d.ts +0 -1
  165. package/dist/components/FormComponents/FormNumber/FormNumber.test.js +0 -51
  166. package/dist/components/FormComponents/FormRadio/FormRadio.test.d.ts +0 -1
  167. package/dist/components/FormComponents/FormRadio/FormRadio.test.js +0 -73
  168. package/dist/components/FormComponents/FormSelect/FormSelect.test.d.ts +0 -1
  169. package/dist/components/FormComponents/FormSelect/FormSelect.test.js +0 -226
  170. package/dist/components/FormComponents/FormSlider/FormSlider.test.d.ts +0 -1
  171. package/dist/components/FormComponents/FormSlider/FormSlider.test.js +0 -49
  172. package/dist/components/FormComponents/FormText/FormText.test.d.ts +0 -1
  173. package/dist/components/FormComponents/FormText/FormText.test.js +0 -113
  174. package/dist/components/FormComponents/FormToggle/FormToggle.test.d.ts +0 -1
  175. package/dist/components/FormComponents/FormToggle/FormToggle.test.js +0 -54
  176. package/dist/components/GenericTable/GenericTable.test.d.ts +0 -1
  177. package/dist/components/GenericTable/GenericTable.test.js +0 -115
  178. package/dist/components/GenericTable/Mobile/GenericCard.test.d.ts +0 -1
  179. package/dist/components/GenericTable/Mobile/GenericCard.test.js +0 -76
  180. package/dist/components/GenericTable/Mobile/GenericCardList.test.d.ts +0 -1
  181. package/dist/components/GenericTable/Mobile/GenericCardList.test.js +0 -75
  182. package/dist/components/HashTabView/HashTabView.test.d.ts +0 -1
  183. package/dist/components/HashTabView/HashTabView.test.js +0 -31
  184. package/dist/components/HeaderFilter/HeaderFilter.test.d.ts +0 -1
  185. package/dist/components/HeaderFilter/HeaderFilter.test.js +0 -46
  186. package/dist/components/Iconify/Iconify.test.d.ts +0 -1
  187. package/dist/components/Iconify/Iconify.test.js +0 -28
  188. package/dist/components/InfoCard/InfoCard.test.d.ts +0 -1
  189. package/dist/components/InfoCard/InfoCard.test.js +0 -48
  190. package/dist/components/InfoGroup/InfoGroup.test.d.ts +0 -1
  191. package/dist/components/InfoGroup/InfoGroup.test.js +0 -40
  192. package/dist/components/ListArea/ListArea.test.d.ts +0 -1
  193. package/dist/components/ListArea/ListArea.test.js +0 -110
  194. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.d.ts +0 -1
  195. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +0 -15
  196. package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.d.ts +0 -1
  197. package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.js +0 -20
  198. package/dist/components/ModulePadding/ModulePadding.test.d.ts +0 -1
  199. package/dist/components/ModulePadding/ModulePadding.test.js +0 -22
  200. package/dist/components/OfflineView/OfflineView.test.d.ts +0 -1
  201. package/dist/components/OfflineView/OfflineView.test.js +0 -24
  202. package/dist/components/OnboardingBanner/OnboardingBanner.test.d.ts +0 -1
  203. package/dist/components/OnboardingBanner/OnboardingBanner.test.js +0 -72
  204. package/dist/components/OverflowTooltip/OverflowTooltip.test.d.ts +0 -1
  205. package/dist/components/OverflowTooltip/OverflowTooltip.test.js +0 -37
  206. package/dist/components/PermissionChecks/PermissionService.test.d.ts +0 -1
  207. package/dist/components/PermissionChecks/PermissionService.test.js +0 -91
  208. package/dist/components/SafeForm/SafeForm.test.d.ts +0 -1
  209. package/dist/components/SafeForm/SafeForm.test.js +0 -91
  210. package/dist/components/Scrollbar/scrollbar.test.d.ts +0 -1
  211. package/dist/components/Scrollbar/scrollbar.test.js +0 -15
  212. package/dist/components/SearchBar/SearchBar.test.d.ts +0 -1
  213. package/dist/components/SearchBar/SearchBar.test.js +0 -23
  214. package/dist/components/Select/Select.test.d.ts +0 -1
  215. package/dist/components/Select/Select.test.js +0 -28
  216. package/dist/components/Stepper/Stepper.test.d.ts +0 -1
  217. package/dist/components/Stepper/Stepper.test.js +0 -342
  218. package/dist/components/VerticalDivider/VerticalDivider.test.d.ts +0 -1
  219. package/dist/components/VerticalDivider/VerticalDivider.test.js +0 -15
  220. package/dist/get-D8IXqiys.js +0 -7
  221. package/dist/hooks/useBreakpoints.test.d.ts +0 -1
  222. package/dist/hooks/useBreakpoints.test.js +0 -11
  223. package/dist/index-BLPBqbdx.js +0 -11025
  224. package/dist/isArray-BjSPDQ4v.js +0 -7
  225. package/dist/magic-string.es-uPKorP4O.js +0 -663
  226. package/dist/services/services.test.d.ts +0 -1
  227. package/dist/services/services.test.js +0 -106
  228. package/dist/useBreakpoints-MzTZ0tCT.js +0 -45
  229. package/dist/vi.bdSIJ99Y-B308Q-4w.js +0 -11963
@@ -1,33 +1,11 @@
1
- import { _ as X, a as I, c as _, P as r } from "./index-BcGujPyk.js";
2
- import { _ as Y } from "./slicedToArray-ByMQIs5x.js";
1
+ import { _ as X, a as I, c as _, P as r } from "./index-Df2FYN-K.js";
2
+ import { _ as Y } from "./slicedToArray-DC6VAZtW.js";
3
3
  import l, { forwardRef as Z, useState as ee, useRef as $, useImperativeHandle as te, useEffect as F } from "react";
4
- import { F as ne } from "./index.es-DmRhbgqK.js";
5
- import { e as ae, d as re } from "./index.es-Da7ok-B-.js";
4
+ import { F as ne } from "./index.es-l_3PNohs.js";
5
+ import { e as ae, d as re } from "./index.es-C6I3L4U4.js";
6
6
  import { b as x, c as m, _ as ie, a as oe } from "./tslib.es6-BDCynO9F.js";
7
- import { M as se, a as de } from "./component-Bz_dtX1r.js";
8
- import { M as H, a as M, m as ce, b as le } from "./component-DEJuY56h.js";
9
- /**
10
- * @license
11
- * Copyright 2018 Google Inc.
12
- *
13
- * Permission is hereby granted, free of charge, to any person obtaining a copy
14
- * of this software and associated documentation files (the "Software"), to deal
15
- * in the Software without restriction, including without limitation the rights
16
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17
- * copies of the Software, and to permit persons to whom the Software is
18
- * furnished to do so, subject to the following conditions:
19
- *
20
- * The above copyright notice and this permission notice shall be included in
21
- * all copies or substantial portions of the Software.
22
- *
23
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
29
- * THE SOFTWARE.
30
- */
7
+ import { M as se, a as de } from "./component-By6nyiBU.js";
8
+ import { M as H, a as M, m as ce, b as le } from "./component-DYpB_4EP.js";
31
9
  var u = {
32
10
  /** Class used for a switch that is in the "checked" (on) position. */
33
11
  CHECKED: "mdc-switch--checked",
@@ -41,28 +19,6 @@ var u = {
41
19
  /** A CSS selector used to locate the ripple surface element for the switch. */
42
20
  RIPPLE_SURFACE_SELECTOR: ".mdc-switch__thumb-underlay"
43
21
  };
44
- /**
45
- * @license
46
- * Copyright 2018 Google Inc.
47
- *
48
- * Permission is hereby granted, free of charge, to any person obtaining a copy
49
- * of this software and associated documentation files (the "Software"), to deal
50
- * in the Software without restriction, including without limitation the rights
51
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
52
- * copies of the Software, and to permit persons to whom the Software is
53
- * furnished to do so, subject to the following conditions:
54
- *
55
- * The above copyright notice and this permission notice shall be included in
56
- * all copies or substantial portions of the Software.
57
- *
58
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
59
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
60
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
62
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
63
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
64
- * THE SOFTWARE.
65
- */
66
22
  var g = (
67
23
  /** @class */
68
24
  (function(n) {
@@ -116,28 +72,6 @@ var g = (
116
72
  }, t;
117
73
  })(se)
118
74
  );
119
- /**
120
- * @license
121
- * Copyright 2018 Google Inc.
122
- *
123
- * Permission is hereby granted, free of charge, to any person obtaining a copy
124
- * of this software and associated documentation files (the "Software"), to deal
125
- * in the Software without restriction, including without limitation the rights
126
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
127
- * copies of the Software, and to permit persons to whom the Software is
128
- * furnished to do so, subject to the following conditions:
129
- *
130
- * The above copyright notice and this permission notice shall be included in
131
- * all copies or substantial portions of the Software.
132
- *
133
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
134
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
135
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
136
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
137
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
138
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
139
- * THE SOFTWARE.
140
- */
141
75
  var ue = (
142
76
  /** @class */
143
77
  (function(n) {
@@ -1,39 +1,17 @@
1
- import { g as Pe, _ as ke, c as A, a as le, P as a } from "./index-BcGujPyk.js";
2
- import { g as Ee } from "./_commonjsHelpers-B4e78b8K.js";
3
- import { I as Se } from "./index.es-Dgxrk6xW.js";
1
+ import { g as Pe, _ as ke, c as A, a as le, P as a } from "./index-Df2FYN-K.js";
2
+ import { g as Ee } from "./_commonjsHelpers-ByX85dGu.js";
3
+ import { I as Se } from "./index.es-DEBGoIKX.js";
4
4
  import $, { forwardRef as Re, useRef as B, useImperativeHandle as xe, useEffect as de } from "react";
5
- import { c as I, b as De, d as we } from "./index.es-Da7ok-B-.js";
5
+ import { c as I, b as De, d as we } from "./index.es-C6I3L4U4.js";
6
6
  import { b as ue, c as se } from "./tslib.es6-BDCynO9F.js";
7
- import { M as Fe, a as Me } from "./component-Bz_dtX1r.js";
8
- import { M as ge } from "./component-DEJuY56h.js";
7
+ import { M as Fe, a as Me } from "./component-By6nyiBU.js";
8
+ import { M as ge } from "./component-DYpB_4EP.js";
9
9
  var T, ce;
10
10
  function ze() {
11
11
  return ce || (ce = 1, T = /* @__PURE__ */ Pe()), T;
12
12
  }
13
13
  var He = ze();
14
14
  const je = /* @__PURE__ */ Ee(He);
15
- /**
16
- * @license
17
- * Copyright 2018 Google Inc.
18
- *
19
- * Permission is hereby granted, free of charge, to any person obtaining a copy
20
- * of this software and associated documentation files (the "Software"), to deal
21
- * in the Software without restriction, including without limitation the rights
22
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23
- * copies of the Software, and to permit persons to whom the Software is
24
- * furnished to do so, subject to the following conditions:
25
- *
26
- * The above copyright notice and this permission notice shall be included in
27
- * all copies or substantial portions of the Software.
28
- *
29
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
35
- * THE SOFTWARE.
36
- */
37
15
  var O = {
38
16
  ICON_BUTTON_ON: "mdc-icon-button--on",
39
17
  ROOT: "mdc-icon-button"
@@ -44,28 +22,6 @@ var O = {
44
22
  DATA_ARIA_LABEL_ON: "data-aria-label-on",
45
23
  CHANGE_EVENT: "MDCIconButtonToggle:change"
46
24
  };
47
- /**
48
- * @license
49
- * Copyright 2018 Google Inc.
50
- *
51
- * Permission is hereby granted, free of charge, to any person obtaining a copy
52
- * of this software and associated documentation files (the "Software"), to deal
53
- * in the Software without restriction, including without limitation the rights
54
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
55
- * copies of the Software, and to permit persons to whom the Software is
56
- * furnished to do so, subject to the following conditions:
57
- *
58
- * The above copyright notice and this permission notice shall be included in
59
- * all copies or substantial portions of the Software.
60
- *
61
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
64
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
65
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
66
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
67
- * THE SOFTWARE.
68
- */
69
25
  var fe = (
70
26
  /** @class */
71
27
  (function(e) {
@@ -128,28 +84,6 @@ var fe = (
128
84
  }, r;
129
85
  })(Fe)
130
86
  );
131
- /**
132
- * @license
133
- * Copyright 2018 Google Inc.
134
- *
135
- * Permission is hereby granted, free of charge, to any person obtaining a copy
136
- * of this software and associated documentation files (the "Software"), to deal
137
- * in the Software without restriction, including without limitation the rights
138
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
139
- * copies of the Software, and to permit persons to whom the Software is
140
- * furnished to do so, subject to the following conditions:
141
- *
142
- * The above copyright notice and this permission notice shall be included in
143
- * all copies or substantial portions of the Software.
144
- *
145
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
146
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
147
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
148
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
149
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
150
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
151
- * THE SOFTWARE.
152
- */
153
87
  var Ue = fe.strings, qe = (
154
88
  /** @class */
155
89
  (function(e) {
@@ -1,7 +1,7 @@
1
- import { _ as M, c as D, a as E, b as x, d as V, P as e } from "./index-BcGujPyk.js";
1
+ import { _ as M, c as D, a as E, b as x, d as V, P as e } from "./index-Df2FYN-K.js";
2
2
  import W, { forwardRef as I, useMemo as k, useRef as el, useImperativeHandle as rl, useContext as al, createContext as tl } from "react";
3
- import { d as nl } from "./index.es-Da7ok-B-.js";
4
- import { _ as B, a as H, b as F, c as J, d as T, e as S, f as L } from "./defineProperty-BTsGZ3c1.js";
3
+ import { d as nl } from "./index.es-C6I3L4U4.js";
4
+ import { _ as B, a as H, b as F, c as J, d as T, e as S, f as L } from "./defineProperty-B7N9EBBI.js";
5
5
  var Q = /* @__PURE__ */ tl({}), il = {
6
6
  /**
7
7
  * @deprecated _Use `variant`='airy' instead._
@@ -1,63 +1,19 @@
1
- import { _ as w, a as P, c as H, P as i, b as Z, d as Ae } from "./index-BcGujPyk.js";
1
+ import { _ as w, a as P, c as H, P as i, b as Z, d as Ae } from "./index-Df2FYN-K.js";
2
2
  import d, { forwardRef as M, useRef as N, useImperativeHandle as B, useEffect as A, useState as se, useMemo as le, useCallback as k, Fragment as ee } from "react";
3
3
  import { b as j, c as S } from "./tslib.es6-BDCynO9F.js";
4
- import { M as ce, a as de } from "./component-Bz_dtX1r.js";
5
- import { e as $e } from "./component-DEJuY56h.js";
6
- import { _ as De, a as te, b as Re, c as ke, d as ue, e as ne, f as xe } from "./defineProperty-BTsGZ3c1.js";
7
- import { P as Fe, _ as oe } from "./index.es-DGoBge9W.js";
8
- import { _ as pe } from "./slicedToArray-ByMQIs5x.js";
9
- import { e as fe, u as He, _ as re, i as Ie, c as Se } from "./index.es-Da7ok-B-.js";
10
- import { c as we } from "./index.es-Dgxrk6xW.js";
11
- /**
12
- * @license
13
- * Copyright 2016 Google Inc.
14
- *
15
- * Permission is hereby granted, free of charge, to any person obtaining a copy
16
- * of this software and associated documentation files (the "Software"), to deal
17
- * in the Software without restriction, including without limitation the rights
18
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19
- * copies of the Software, and to permit persons to whom the Software is
20
- * furnished to do so, subject to the following conditions:
21
- *
22
- * The above copyright notice and this permission notice shall be included in
23
- * all copies or substantial portions of the Software.
24
- *
25
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
31
- * THE SOFTWARE.
32
- */
4
+ import { M as ce, a as de } from "./component-By6nyiBU.js";
5
+ import { e as $e } from "./component-DYpB_4EP.js";
6
+ import { _ as De, a as te, b as Re, c as ke, d as ue, e as ne, f as xe } from "./defineProperty-B7N9EBBI.js";
7
+ import { P as Fe, _ as oe } from "./index.es-BOvO8moE.js";
8
+ import { _ as pe } from "./slicedToArray-DC6VAZtW.js";
9
+ import { e as fe, u as He, _ as re, i as Ie, c as Se } from "./index.es-C6I3L4U4.js";
10
+ import { c as we } from "./index.es-DEBGoIKX.js";
33
11
  var Me = {
34
12
  LABEL_FLOAT_ABOVE: "mdc-floating-label--float-above",
35
13
  LABEL_REQUIRED: "mdc-floating-label--required",
36
14
  LABEL_SHAKE: "mdc-floating-label--shake",
37
15
  ROOT: "mdc-floating-label"
38
16
  };
39
- /**
40
- * @license
41
- * Copyright 2016 Google Inc.
42
- *
43
- * Permission is hereby granted, free of charge, to any person obtaining a copy
44
- * of this software and associated documentation files (the "Software"), to deal
45
- * in the Software without restriction, including without limitation the rights
46
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
47
- * copies of the Software, and to permit persons to whom the Software is
48
- * furnished to do so, subject to the following conditions:
49
- *
50
- * The above copyright notice and this permission notice shall be included in
51
- * all copies or substantial portions of the Software.
52
- *
53
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
54
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
55
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
56
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
57
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
58
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
59
- * THE SOFTWARE.
60
- */
61
17
  var he = (
62
18
  /** @class */
63
19
  (function(n) {
@@ -116,28 +72,6 @@ var he = (
116
72
  }, e;
117
73
  })(ce)
118
74
  );
119
- /**
120
- * @license
121
- * Copyright 2016 Google Inc.
122
- *
123
- * Permission is hereby granted, free of charge, to any person obtaining a copy
124
- * of this software and associated documentation files (the "Software"), to deal
125
- * in the Software without restriction, including without limitation the rights
126
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
127
- * copies of the Software, and to permit persons to whom the Software is
128
- * furnished to do so, subject to the following conditions:
129
- *
130
- * The above copyright notice and this permission notice shall be included in
131
- * all copies or substantial portions of the Software.
132
- *
133
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
134
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
135
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
136
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
137
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
138
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
139
- * THE SOFTWARE.
140
- */
141
75
  var Be = (
142
76
  /** @class */
143
77
  (function(n) {
@@ -177,28 +111,6 @@ var Be = (
177
111
  }, e;
178
112
  })(de)
179
113
  );
180
- /**
181
- * @license
182
- * Copyright 2018 Google Inc.
183
- *
184
- * Permission is hereby granted, free of charge, to any person obtaining a copy
185
- * of this software and associated documentation files (the "Software"), to deal
186
- * in the Software without restriction, including without limitation the rights
187
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
188
- * copies of the Software, and to permit persons to whom the Software is
189
- * furnished to do so, subject to the following conditions:
190
- *
191
- * The above copyright notice and this permission notice shall be included in
192
- * all copies or substantial portions of the Software.
193
- *
194
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
195
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
196
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
197
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
198
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
199
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
200
- * THE SOFTWARE.
201
- */
202
114
  var me = {
203
115
  NOTCH_ELEMENT_SELECTOR: ".mdc-notched-outline__notch"
204
116
  }, ie = {
@@ -209,28 +121,6 @@ var me = {
209
121
  OUTLINE_NOTCHED: "mdc-notched-outline--notched",
210
122
  OUTLINE_UPGRADED: "mdc-notched-outline--upgraded"
211
123
  };
212
- /**
213
- * @license
214
- * Copyright 2017 Google Inc.
215
- *
216
- * Permission is hereby granted, free of charge, to any person obtaining a copy
217
- * of this software and associated documentation files (the "Software"), to deal
218
- * in the Software without restriction, including without limitation the rights
219
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
220
- * copies of the Software, and to permit persons to whom the Software is
221
- * furnished to do so, subject to the following conditions:
222
- *
223
- * The above copyright notice and this permission notice shall be included in
224
- * all copies or substantial portions of the Software.
225
- *
226
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
227
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
228
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
229
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
230
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
231
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
232
- * THE SOFTWARE.
233
- */
234
124
  var je = (
235
125
  /** @class */
236
126
  (function(n) {
@@ -283,28 +173,6 @@ var je = (
283
173
  }, e;
284
174
  })(ce)
285
175
  );
286
- /**
287
- * @license
288
- * Copyright 2017 Google Inc.
289
- *
290
- * Permission is hereby granted, free of charge, to any person obtaining a copy
291
- * of this software and associated documentation files (the "Software"), to deal
292
- * in the Software without restriction, including without limitation the rights
293
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
294
- * copies of the Software, and to permit persons to whom the Software is
295
- * furnished to do so, subject to the following conditions:
296
- *
297
- * The above copyright notice and this permission notice shall be included in
298
- * all copies or substantial portions of the Software.
299
- *
300
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
301
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
302
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
303
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
304
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
305
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
306
- * THE SOFTWARE.
307
- */
308
176
  var We = (
309
177
  /** @class */
310
178
  (function(n) {
@@ -1,5 +1,5 @@
1
- import { _ as mt, c as gt, a as yt, P as D } from "./index-BcGujPyk.js";
2
- import { u as ht, c as bt, _ as wt, b as xt, d as Ot } from "./index.es-Da7ok-B-.js";
1
+ import { _ as mt, c as gt, a as yt, P as D } from "./index-Df2FYN-K.js";
2
+ import { u as ht, c as bt, _ as wt, b as xt, d as Ot } from "./index.es-C6I3L4U4.js";
3
3
  import Pt, { forwardRef as At, useRef as Ee, useImperativeHandle as Et } from "react";
4
4
  var L = "top", z = "bottom", I = "right", j = "left", ke = "auto", de = [L, z, I, j], te = "start", pe = "end", $t = "clippingParents", _e = "viewport", le = "popper", Rt = "reference", qe = /* @__PURE__ */ de.reduce(function(e, t) {
5
5
  return e.concat([t + "-" + te, t + "-" + pe]);
@@ -1,62 +1,18 @@
1
- import { _ as G, c as k, a as J, P as r } from "./index-BcGujPyk.js";
2
- import { _ as K } from "./slicedToArray-ByMQIs5x.js";
1
+ import { _ as G, c as k, a as J, P as r } from "./index-Df2FYN-K.js";
2
+ import { _ as K } from "./slicedToArray-DC6VAZtW.js";
3
3
  import l, { forwardRef as Q, useState as X, useRef as I, useImperativeHandle as Y, useEffect as f } from "react";
4
- import { F as Z } from "./index.es-DmRhbgqK.js";
5
- import { I as ee } from "./index.es-Cfv794DG.js";
6
- import { e as te, d as ne } from "./index.es-Da7ok-B-.js";
4
+ import { F as Z } from "./index.es-l_3PNohs.js";
5
+ import { I as ee } from "./index.es-DdeCB7LW.js";
6
+ import { e as te, d as ne } from "./index.es-C6I3L4U4.js";
7
7
  import { b as M, c as m } from "./tslib.es6-BDCynO9F.js";
8
- import { M as re, a as ae } from "./component-Bz_dtX1r.js";
9
- import { M as $, a as A, b as ie } from "./component-DEJuY56h.js";
10
- /**
11
- * @license
12
- * Copyright 2016 Google Inc.
13
- *
14
- * Permission is hereby granted, free of charge, to any person obtaining a copy
15
- * of this software and associated documentation files (the "Software"), to deal
16
- * in the Software without restriction, including without limitation the rights
17
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
- * copies of the Software, and to permit persons to whom the Software is
19
- * furnished to do so, subject to the following conditions:
20
- *
21
- * The above copyright notice and this permission notice shall be included in
22
- * all copies or substantial portions of the Software.
23
- *
24
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
30
- * THE SOFTWARE.
31
- */
8
+ import { M as re, a as ae } from "./component-By6nyiBU.js";
9
+ import { M as $, a as A, b as ie } from "./component-DYpB_4EP.js";
32
10
  var oe = {
33
11
  NATIVE_CONTROL_SELECTOR: ".mdc-radio__native-control"
34
12
  }, de = {
35
13
  DISABLED: "mdc-radio--disabled",
36
14
  ROOT: "mdc-radio"
37
15
  };
38
- /**
39
- * @license
40
- * Copyright 2016 Google Inc.
41
- *
42
- * Permission is hereby granted, free of charge, to any person obtaining a copy
43
- * of this software and associated documentation files (the "Software"), to deal
44
- * in the Software without restriction, including without limitation the rights
45
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
46
- * copies of the Software, and to permit persons to whom the Software is
47
- * furnished to do so, subject to the following conditions:
48
- *
49
- * The above copyright notice and this permission notice shall be included in
50
- * all copies or substantial portions of the Software.
51
- *
52
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
53
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
54
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
55
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
56
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
57
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
58
- * THE SOFTWARE.
59
- */
60
16
  var S = (
61
17
  /** @class */
62
18
  (function(n) {
@@ -95,28 +51,6 @@ var S = (
95
51
  }, t;
96
52
  })(re)
97
53
  );
98
- /**
99
- * @license
100
- * Copyright 2016 Google Inc.
101
- *
102
- * Permission is hereby granted, free of charge, to any person obtaining a copy
103
- * of this software and associated documentation files (the "Software"), to deal
104
- * in the Software without restriction, including without limitation the rights
105
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
106
- * copies of the Software, and to permit persons to whom the Software is
107
- * furnished to do so, subject to the following conditions:
108
- *
109
- * The above copyright notice and this permission notice shall be included in
110
- * all copies or substantial portions of the Software.
111
- *
112
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
113
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
114
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
115
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
116
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
117
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
118
- * THE SOFTWARE.
119
- */
120
54
  var le = (
121
55
  /** @class */
122
56
  (function(n) {
@@ -1,6 +1,6 @@
1
1
  import { forwardRef as R, useRef as m, useImperativeHandle as s, useEffect as v } from "react";
2
- import { P as o } from "./index-BcGujPyk.js";
3
- import { M as b } from "./component-DEJuY56h.js";
2
+ import { P as o } from "./index-Df2FYN-K.js";
3
+ import { M as b } from "./component-DYpB_4EP.js";
4
4
  var h = {
5
5
  /**
6
6
  * Content to be rendered inside the component.
@@ -1,6 +1,6 @@
1
- import { _ as k, c as $, a as m, P as e } from "./index-BcGujPyk.js";
1
+ import { _ as k, c as $, a as m, P as e } from "./index-Df2FYN-K.js";
2
2
  import c, { forwardRef as O, useRef as C, useImperativeHandle as T, useEffect as M } from "react";
3
- import { b as P, f as Q } from "./index.es-Da7ok-B-.js";
3
+ import { b as P, f as Q } from "./index.es-C6I3L4U4.js";
4
4
  import { c as W } from "./tslib.es6-BDCynO9F.js";
5
5
  function V(t) {
6
6
  return t.toLowerCase();
@@ -697,7 +697,7 @@ export {
697
697
  D as T,
698
698
  z as a,
699
699
  N as b,
700
- G as c,
701
- I as d,
702
- K as e
700
+ I as c,
701
+ K as d,
702
+ G as e
703
703
  };
@@ -1,4 +1,4 @@
1
- import { _ as f, a as v, c as L, P as a } from "./index-BcGujPyk.js";
1
+ import { _ as f, a as v, c as L, P as a } from "./index-Df2FYN-K.js";
2
2
  import I, { forwardRef as N, useRef as y, useImperativeHandle as P } from "react";
3
3
  var _ = {
4
4
  /**
@@ -1,5 +1,5 @@
1
- import { _ as w, a as R, c as D, b as g, d as I, P as d } from "./index-BcGujPyk.js";
2
- import { _ as x, a as v, b as E, c as S, d as _, e as f, f as k } from "./defineProperty-BTsGZ3c1.js";
1
+ import { _ as w, a as R, c as D, b as g, d as I, P as d } from "./index-Df2FYN-K.js";
2
+ import { _ as x, a as v, b as E, c as S, d as _, e as f, f as k } from "./defineProperty-B7N9EBBI.js";
3
3
  import q, { forwardRef as H, useMemo as K, useRef as M, useImperativeHandle as W } from "react";
4
4
  var z = {
5
5
  /**
@@ -1,7 +1,7 @@
1
- import { _ as K, c as M, a as q, b as R, d as A, P as n } from "./index-BcGujPyk.js";
2
- import { _ as B, a as x, b as G, c as J, d as z, e as S, f as L } from "./defineProperty-BTsGZ3c1.js";
1
+ import { _ as K, c as M, a as q, b as R, d as A, P as n } from "./index-Df2FYN-K.js";
2
+ import { _ as B, a as x, b as G, c as J, d as z, e as S, f as L } from "./defineProperty-B7N9EBBI.js";
3
3
  import l, { forwardRef as Q, useRef as U, useImperativeHandle as V, useMemo as u } from "react";
4
- import { c as X } from "./index.es-Da7ok-B-.js";
4
+ import { c as X } from "./index.es-C6I3L4U4.js";
5
5
  var Y = {
6
6
  /**
7
7
  * Content to be rendered inside the elevation.
@@ -1,7 +1,7 @@
1
- import { _ as z, a as S, c as I, b as h, d as R, P as s } from "./index-BcGujPyk.js";
2
- import { _ as T, a as b, b as E, c as k, d as w, e as A, f as C } from "./defineProperty-BTsGZ3c1.js";
1
+ import { _ as z, a as S, c as I, b as h, d as R, P as s } from "./index-Df2FYN-K.js";
2
+ import { _ as T, a as b, b as E, c as k, d as w, e as A, f as C } from "./defineProperty-B7N9EBBI.js";
3
3
  import H, { forwardRef as K, useRef as q, useImperativeHandle as B } from "react";
4
- import { d as F } from "./index.es-Da7ok-B-.js";
4
+ import { d as F } from "./index.es-C6I3L4U4.js";
5
5
  var J = {
6
6
  /**
7
7
  * Children to be rendered. Expects multiple components of a similar type.
@@ -94,7 +94,6 @@ var i = L, Q = function(r) {
94
94
  return "center";
95
95
  case "stretch":
96
96
  return "stretch";
97
- case "baseline":
98
97
  default:
99
98
  return "baseline";
100
99
  }
@@ -110,7 +109,6 @@ var i = L, Q = function(r) {
110
109
  return "space-between";
111
110
  case "space-around":
112
111
  return "space-around";
113
- case "start":
114
112
  default:
115
113
  return "flex-start";
116
114
  }
@@ -122,7 +120,6 @@ var i = L, Q = function(r) {
122
120
  return "24px";
123
121
  case "standard":
124
122
  return "16px";
125
- case "none":
126
123
  default:
127
124
  return "0px";
128
125
  }