@arc-ui/components 12.0.0-beta.21 → 12.0.0-beta.23

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 (208) hide show
  1. package/lib/Alert/Alert.cjs +41 -14
  2. package/lib/Alert/Alert.mjs +42 -15
  3. package/lib/Alert/styles.css +1 -1
  4. package/lib/Align/styles.css +1 -1
  5. package/lib/AppButton/styles.css +1 -1
  6. package/lib/Avatar/styles.css +1 -1
  7. package/lib/AvatarGroup/styles.css +1 -1
  8. package/lib/Badge/styles.css +1 -1
  9. package/lib/Banner/Banner.cjs +1 -1
  10. package/lib/Banner/Banner.mjs +1 -1
  11. package/lib/Box/styles.css +1 -1
  12. package/lib/BrandLogo/styles.css +1 -1
  13. package/lib/Breadcrumbs/Breadcrumbs.cjs +12 -3
  14. package/lib/Breadcrumbs/Breadcrumbs.mjs +12 -3
  15. package/lib/Breadcrumbs/styles.css +1 -1
  16. package/lib/Button/styles.css +1 -1
  17. package/lib/ButtonGroup/styles.css +1 -1
  18. package/lib/ButtonV2/styles.css +1 -1
  19. package/lib/Calendar/Calendar.cjs +2 -2
  20. package/lib/Calendar/Calendar.mjs +2 -2
  21. package/lib/Calendar/styles.css +1 -1
  22. package/lib/CardFooter/styles.css +1 -1
  23. package/lib/CardHeading/styles.css +1 -1
  24. package/lib/Carousel/Carousel.cjs +11 -5
  25. package/lib/Carousel/Carousel.mjs +8 -2
  26. package/lib/Carousel/styles.css +1 -1
  27. package/lib/Checkbox/Checkbox.cjs +85 -11
  28. package/lib/Checkbox/Checkbox.mjs +87 -9
  29. package/lib/Checkbox/styles.css +1 -1
  30. package/lib/Columns/styles.css +1 -1
  31. package/lib/ComboBox/ComboBox.cjs +276 -11
  32. package/lib/ComboBox/ComboBox.mjs +279 -10
  33. package/lib/ComboBox/styles.css +1 -1
  34. package/lib/ContentSwitcher/ContentSwitcher.cjs +5 -6
  35. package/lib/ContentSwitcher/ContentSwitcher.mjs +5 -6
  36. package/lib/ContentSwitcher/styles.css +1 -1
  37. package/lib/ContentSwitcherDropdown/styles.css +1 -1
  38. package/lib/DatePicker/DatePicker.cjs +351 -38
  39. package/lib/DatePicker/DatePicker.mjs +329 -17
  40. package/lib/DatePicker/styles.css +1 -1
  41. package/lib/Disclosure/styles.css +1 -1
  42. package/lib/DisclosureMini/styles.css +1 -1
  43. package/lib/Download/styles.css +1 -1
  44. package/lib/Drawer/Drawer.cjs +58 -10
  45. package/lib/Drawer/Drawer.mjs +55 -7
  46. package/lib/Drawer/styles.css +1 -1
  47. package/lib/Elevation/styles.css +1 -1
  48. package/lib/Filter/styles.css +1 -1
  49. package/lib/FormControl/styles.css +1 -1
  50. package/lib/GhostedHeroBanner/styles.css +1 -1
  51. package/lib/GradientPageBackground/GradientPageBackground.cjs +55 -43
  52. package/lib/GradientPageBackground/GradientPageBackground.mjs +55 -43
  53. package/lib/GradientPageBackground/styles.css +1 -1
  54. package/lib/Grid/styles.css +1 -1
  55. package/lib/Group/styles.css +1 -1
  56. package/lib/Heading/styles.css +1 -1
  57. package/lib/HeroBanner/HeroBanner.cjs +1 -1
  58. package/lib/HeroBanner/HeroBanner.mjs +1 -1
  59. package/lib/HeroBanner/styles.css +1 -1
  60. package/lib/HeroButton/HeroButton.cjs +77 -9
  61. package/lib/HeroButton/HeroButton.mjs +80 -8
  62. package/lib/HeroButton/styles.css +1 -1
  63. package/lib/Hidden/styles.css +1 -1
  64. package/lib/HorizontalCard/styles.css +1 -1
  65. package/lib/Icon/styles.css +1 -1
  66. package/lib/Image/styles.css +1 -1
  67. package/lib/ImpactCard/ImpactCard.cjs +3 -3
  68. package/lib/ImpactCard/ImpactCard.mjs +3 -3
  69. package/lib/ImpactCard/styles.css +1 -1
  70. package/lib/InformationCard/InformationCard.cjs +6 -6
  71. package/lib/InformationCard/InformationCard.mjs +6 -6
  72. package/lib/InformationCard/styles.css +1 -1
  73. package/lib/Link/Link.cjs +8 -51
  74. package/lib/Link/Link.mjs +7 -54
  75. package/lib/Link/styles.css +1 -1
  76. package/lib/Markup/styles.css +1 -1
  77. package/lib/MediaCard/MediaCard.cjs +53 -14
  78. package/lib/MediaCard/MediaCard.mjs +55 -12
  79. package/lib/MediaCard/styles.css +1 -1
  80. package/lib/Menu/Menu.cjs +1327 -25
  81. package/lib/Menu/Menu.mjs +1293 -10
  82. package/lib/Menu/styles.css +1 -1
  83. package/lib/Modal/styles.css +1 -1
  84. package/lib/NavigationHeader/NavigationHeader.cjs +854 -62
  85. package/lib/NavigationHeader/NavigationHeader.mjs +842 -50
  86. package/lib/NavigationHeader/styles.css +1 -1
  87. package/lib/Pagination/styles.css +1 -1
  88. package/lib/PaginationSimple/styles.css +1 -1
  89. package/lib/Popover/styles.css +1 -1
  90. package/lib/Poster/styles.css +1 -1
  91. package/lib/ProgressBar/styles.css +1 -1
  92. package/lib/ProgressStepper/styles.css +1 -1
  93. package/lib/ProgressStepperOverflow/ProgressStepperOverflow.cjs +138 -7
  94. package/lib/ProgressStepperOverflow/ProgressStepperOverflow.mjs +140 -5
  95. package/lib/ProgressStepperOverflow/styles.css +1 -1
  96. package/lib/RadioCardGroup/RadioCardGroup.cjs +48 -7
  97. package/lib/RadioCardGroup/RadioCardGroup.mjs +48 -8
  98. package/lib/RadioCardGroup/styles.css +1 -1
  99. package/lib/RadioGroup/RadioGroup.cjs +50 -8
  100. package/lib/RadioGroup/RadioGroup.mjs +49 -8
  101. package/lib/RadioGroup/styles.css +1 -1
  102. package/lib/Rule/styles.css +1 -1
  103. package/lib/ScrollToTop/styles.css +1 -1
  104. package/lib/Section/Section.cjs +1 -1
  105. package/lib/Section/Section.mjs +1 -1
  106. package/lib/Section/styles.css +1 -1
  107. package/lib/Select/styles.css +1 -1
  108. package/lib/SiteFooter/SiteFooter.cjs +2 -2
  109. package/lib/SiteFooter/SiteFooter.mjs +2 -2
  110. package/lib/SiteFooter/styles.css +1 -1
  111. package/lib/SiteFooterV2/SiteFooterV2.cjs +7 -6
  112. package/lib/SiteFooterV2/SiteFooterV2.mjs +7 -6
  113. package/lib/SiteFooterV2/styles.css +1 -1
  114. package/lib/SiteHeaderV2/SiteHeaderV2.cjs +440 -15
  115. package/lib/SiteHeaderV2/SiteHeaderV2.mjs +435 -11
  116. package/lib/SiteHeaderV2/styles.css +1 -1
  117. package/lib/Skeleton/styles.css +1 -1
  118. package/lib/SkipLink/styles.css +1 -1
  119. package/lib/Spinner/styles.css +1 -1
  120. package/lib/Surface/styles.css +1 -1
  121. package/lib/Switch/styles.css +1 -1
  122. package/lib/TabbedBanner/TabbedBanner.cjs +22 -35
  123. package/lib/TabbedBanner/TabbedBanner.mjs +25 -38
  124. package/lib/TabbedBanner/styles.css +1 -1
  125. package/lib/Tabs/Tabs.cjs +2 -2
  126. package/lib/Tabs/Tabs.mjs +3 -3
  127. package/lib/Tabs/styles.css +1 -1
  128. package/lib/Tag/Tag.cjs +9 -9
  129. package/lib/Tag/Tag.mjs +9 -9
  130. package/lib/Tag/styles.css +1 -1
  131. package/lib/TemplateBanner/TemplateBanner.cjs +1 -1
  132. package/lib/TemplateBanner/TemplateBanner.mjs +1 -1
  133. package/lib/TemplateBanner/styles.css +1 -1
  134. package/lib/Text/styles.css +1 -1
  135. package/lib/TextArea/TextArea.cjs +2 -53
  136. package/lib/TextArea/TextArea.mjs +2 -53
  137. package/lib/TextArea/styles.css +1 -1
  138. package/lib/TextInput/styles.css +1 -1
  139. package/lib/Theme/Theme.cjs +1 -1
  140. package/lib/Theme/Theme.mjs +1 -1
  141. package/lib/Theme/styles.css +1 -1
  142. package/lib/ThemeIcon/styles.css +1 -1
  143. package/lib/ThumbnailSignpost/styles.css +1 -1
  144. package/lib/Toast/styles.css +1 -1
  145. package/lib/Tooltip/styles.css +1 -1
  146. package/lib/Truncate/styles.css +1 -1
  147. package/lib/TypographyCard/TypographyCard.cjs +3 -3
  148. package/lib/TypographyCard/TypographyCard.mjs +3 -3
  149. package/lib/TypographyCard/styles.css +1 -1
  150. package/lib/UniversalHeader/styles.css +1 -1
  151. package/lib/VerticalSpace/styles.css +1 -1
  152. package/lib/VideoPlayer/styles.css +1 -1
  153. package/lib/Visible/styles.css +1 -1
  154. package/lib/VisuallyHidden/styles.css +1 -1
  155. package/lib/_shared/cjs/{Calendar-BcNtpbeY.cjs → Calendar-Bfdgf5q1.cjs} +1 -1
  156. package/lib/_shared/cjs/{ContentSwitcherList-NJN4H2Z-.cjs → ContentSwitcherList-pcYtuT6L.cjs} +10 -2
  157. package/lib/_shared/cjs/Link-C3OSQIIk.cjs +50 -0
  158. package/lib/_shared/cjs/{Section-wUVdzmGA.cjs → Section-Bz2fwj8Z.cjs} +2 -2
  159. package/lib/_shared/cjs/{TemplateBanner-D2y2XmR2.cjs → TemplateBanner-COymAI91.cjs} +14 -3
  160. package/lib/_shared/cjs/{arc-breakpoints--lzoExiR.cjs → arc-breakpoints-CS8JVk5T.cjs} +1 -1
  161. package/lib/_shared/cjs/{index.es-Th2hutNO.cjs → index.es-fkulh7qu.cjs} +1 -1
  162. package/lib/_shared/esm/{Calendar-ugZV8KxD.mjs → Calendar-Drh_NJ9I.mjs} +1 -1
  163. package/lib/_shared/esm/{ContentSwitcherList-BN2jzXel.mjs → ContentSwitcherList-DwHfU3no.mjs} +12 -5
  164. package/lib/_shared/esm/Link-DxjGH_7f.mjs +48 -0
  165. package/lib/_shared/esm/{Section-DDygQ5Az.mjs → Section-7InCvzfh.mjs} +2 -2
  166. package/lib/_shared/esm/{TemplateBanner-C_mDNU5j.mjs → TemplateBanner-Dkgzu3A5.mjs} +14 -3
  167. package/lib/_shared/esm/{arc-breakpoints-DnWZ2-TX.mjs → arc-breakpoints-D7Ie4kBt.mjs} +1 -1
  168. package/lib/_shared/esm/{index-BDWwJ5x2.mjs → index-BWkI4Dwz.mjs} +1 -1
  169. package/lib/_shared/esm/{index.es-Bo660IGW.mjs → index.es-CtRkzfKP.mjs} +1 -1
  170. package/lib/index.cjs +374 -272
  171. package/lib/index.cjs.map +1 -1
  172. package/lib/index.d.cts +223 -128
  173. package/lib/index.d.mts +223 -128
  174. package/lib/index.js.map +1 -1
  175. package/lib/index.mjs +375 -273
  176. package/lib/index.mjs.map +1 -1
  177. package/lib/styles.css +12 -8
  178. package/package.json +8 -8
  179. package/lib/_shared/cjs/BreadcrumbsLink-CDmk3Y3m.cjs +0 -18
  180. package/lib/_shared/cjs/Checkbox-DfZMjO1Y.cjs +0 -88
  181. package/lib/_shared/cjs/ComboBox-BGUhlqx1.cjs +0 -281
  182. package/lib/_shared/cjs/ContentSwitcherTab-B387Qs3I.cjs +0 -14
  183. package/lib/_shared/cjs/DatePicker-Bdw9VFZ4.cjs +0 -334
  184. package/lib/_shared/cjs/DrawerContent-DifTc6g9.cjs +0 -62
  185. package/lib/_shared/cjs/HeroButton-CrzkTUwP.cjs +0 -82
  186. package/lib/_shared/cjs/MediaCard-BEZFbiYO.cjs +0 -57
  187. package/lib/_shared/cjs/MenuItemMultiLevelContent-vLr6hSBm.cjs +0 -1328
  188. package/lib/_shared/cjs/ProgressStepperOverflow-BAGZNC26.cjs +0 -142
  189. package/lib/_shared/cjs/RadioCardGroupInput-CeUM3yPS.cjs +0 -53
  190. package/lib/_shared/cjs/RadioGroupInput-w2qkfsnG.cjs +0 -54
  191. package/lib/_shared/cjs/SiteHeaderV2NavItemWithSubNav-Cd0f-Yof.cjs +0 -445
  192. package/lib/_shared/cjs/kebabCase-CThj4IzG.cjs +0 -735
  193. package/lib/_shared/cjs/keynames-Cx13-hWr.cjs +0 -8
  194. package/lib/_shared/esm/BreadcrumbsLink-BxTurGNa.mjs +0 -16
  195. package/lib/_shared/esm/Checkbox-CwOHzlQF.mjs +0 -86
  196. package/lib/_shared/esm/ComboBox-CRlJjeev.mjs +0 -279
  197. package/lib/_shared/esm/ContentSwitcherTab-CfC3PGeZ.mjs +0 -12
  198. package/lib/_shared/esm/DatePicker-CCctia-s.mjs +0 -324
  199. package/lib/_shared/esm/DrawerContent-D6bAU8EQ.mjs +0 -58
  200. package/lib/_shared/esm/HeroButton-jdjjV_Gf.mjs +0 -80
  201. package/lib/_shared/esm/MediaCard-DqMaNWsE.mjs +0 -55
  202. package/lib/_shared/esm/MenuItemMultiLevelContent-JTOHqpzg.mjs +0 -1296
  203. package/lib/_shared/esm/ProgressStepperOverflow-fPkLltVO.mjs +0 -140
  204. package/lib/_shared/esm/RadioCardGroupInput-D7W28geB.mjs +0 -50
  205. package/lib/_shared/esm/RadioGroupInput-zAWSV29m.mjs +0 -50
  206. package/lib/_shared/esm/SiteHeaderV2NavItemWithSubNav-XbvJNiSo.mjs +0 -439
  207. package/lib/_shared/esm/kebabCase-CHRdSZ4y.mjs +0 -730
  208. package/lib/_shared/esm/keynames-B5whqsjh.mjs +0 -8
@@ -1,730 +0,0 @@
1
- import { _ as __rest, a as __assign } from './filter-attrs-B6CM-NUr.mjs';
2
- import React__default, { forwardRef, useContext, createContext } from 'react';
3
- import { c as classNames, g as getDefaultExportFromCjs } from './index-5C0-U8cc.mjs';
4
- import { s as suffixModifier } from './suffix-modifier-B_pO0UkF.mjs';
5
- import { C as Context } from './Surface-Colbp3Zx.mjs';
6
- import { b as require_Symbol, a as requireIsSymbol } from './isSymbol-DgWNE2Tm.mjs';
7
-
8
- var NavigationHeaderButton = forwardRef(function (_a, ref) {
9
- var isActive = _a.isActive, children = _a.children, onClick = _a.onClick, _b = _a.isPadded, isPadded = _b === void 0 ? true : _b, props = __rest(_a, ["isActive", "children", "onClick", "isPadded"]);
10
- var surface = useContext(Context).surface;
11
- return (React__default.createElement("button", __assign({}, props, { ref: ref, onClick: onClick, className: classNames("arc-NavigationHeaderButton", suffixModifier("arc-NavigationHeaderButton--on", surface), {
12
- "arc-NavigationHeaderButton--active": isActive,
13
- "arc-NavigationHeaderButton--padded": isPadded,
14
- }) }), children));
15
- });
16
-
17
- var NavigationHeaderContext = createContext(null);
18
-
19
- /*! https://mths.be/cssesc v3.0.0 by @mathias */
20
-
21
- var cssesc_1;
22
- var hasRequiredCssesc;
23
-
24
- function requireCssesc () {
25
- if (hasRequiredCssesc) return cssesc_1;
26
- hasRequiredCssesc = 1;
27
-
28
- var object = {};
29
- var hasOwnProperty = object.hasOwnProperty;
30
- var merge = function merge(options, defaults) {
31
- if (!options) {
32
- return defaults;
33
- }
34
- var result = {};
35
- for (var key in defaults) {
36
- // `if (defaults.hasOwnProperty(key) { … }` is not needed here, since
37
- // only recognized option names are used.
38
- result[key] = hasOwnProperty.call(options, key) ? options[key] : defaults[key];
39
- }
40
- return result;
41
- };
42
-
43
- var regexAnySingleEscape = /[ -,\.\/:-@\[-\^`\{-~]/;
44
- var regexSingleEscape = /[ -,\.\/:-@\[\]\^`\{-~]/;
45
- var regexExcessiveSpaces = /(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g;
46
-
47
- // https://mathiasbynens.be/notes/css-escapes#css
48
- var cssesc = function cssesc(string, options) {
49
- options = merge(options, cssesc.options);
50
- if (options.quotes != 'single' && options.quotes != 'double') {
51
- options.quotes = 'single';
52
- }
53
- var quote = options.quotes == 'double' ? '"' : '\'';
54
- var isIdentifier = options.isIdentifier;
55
-
56
- var firstChar = string.charAt(0);
57
- var output = '';
58
- var counter = 0;
59
- var length = string.length;
60
- while (counter < length) {
61
- var character = string.charAt(counter++);
62
- var codePoint = character.charCodeAt();
63
- var value = void 0;
64
- // If it’s not a printable ASCII character…
65
- if (codePoint < 0x20 || codePoint > 0x7E) {
66
- if (codePoint >= 0xD800 && codePoint <= 0xDBFF && counter < length) {
67
- // It’s a high surrogate, and there is a next character.
68
- var extra = string.charCodeAt(counter++);
69
- if ((extra & 0xFC00) == 0xDC00) {
70
- // next character is low surrogate
71
- codePoint = ((codePoint & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000;
72
- } else {
73
- // It’s an unmatched surrogate; only append this code unit, in case
74
- // the next code unit is the high surrogate of a surrogate pair.
75
- counter--;
76
- }
77
- }
78
- value = '\\' + codePoint.toString(16).toUpperCase() + ' ';
79
- } else {
80
- if (options.escapeEverything) {
81
- if (regexAnySingleEscape.test(character)) {
82
- value = '\\' + character;
83
- } else {
84
- value = '\\' + codePoint.toString(16).toUpperCase() + ' ';
85
- }
86
- } else if (/[\t\n\f\r\x0B]/.test(character)) {
87
- value = '\\' + codePoint.toString(16).toUpperCase() + ' ';
88
- } else if (character == '\\' || !isIdentifier && (character == '"' && quote == character || character == '\'' && quote == character) || isIdentifier && regexSingleEscape.test(character)) {
89
- value = '\\' + character;
90
- } else {
91
- value = character;
92
- }
93
- }
94
- output += value;
95
- }
96
-
97
- if (isIdentifier) {
98
- if (/^-[-\d]/.test(output)) {
99
- output = '\\-' + output.slice(1);
100
- } else if (/\d/.test(firstChar)) {
101
- output = '\\3' + firstChar + ' ' + output.slice(1);
102
- }
103
- }
104
-
105
- // Remove spaces after `\HEX` escapes that are not followed by a hex digit,
106
- // since they’re redundant. Note that this is only possible if the escape
107
- // sequence isn’t preceded by an odd number of backslashes.
108
- output = output.replace(regexExcessiveSpaces, function ($0, $1, $2) {
109
- if ($1 && $1.length % 2) {
110
- // It’s not safe to remove the space, so don’t.
111
- return $0;
112
- }
113
- // Strip the space.
114
- return ($1 || '') + $2;
115
- });
116
-
117
- if (!isIdentifier && options.wrap) {
118
- return quote + output + quote;
119
- }
120
- return output;
121
- };
122
-
123
- // Expose default options (so they can be overridden globally).
124
- cssesc.options = {
125
- 'escapeEverything': false,
126
- 'isIdentifier': false,
127
- 'quotes': 'single',
128
- 'wrap': false
129
- };
130
-
131
- cssesc.version = '3.0.0';
132
-
133
- cssesc_1 = cssesc;
134
- return cssesc_1;
135
- }
136
-
137
- var cssescExports = requireCssesc();
138
- var cssEscape = /*@__PURE__*/getDefaultExportFromCjs(cssescExports);
139
-
140
- /**
141
- * A specialized version of `_.reduce` for arrays without support for
142
- * iteratee shorthands.
143
- *
144
- * @private
145
- * @param {Array} [array] The array to iterate over.
146
- * @param {Function} iteratee The function invoked per iteration.
147
- * @param {*} [accumulator] The initial value.
148
- * @param {boolean} [initAccum] Specify using the first element of `array` as
149
- * the initial value.
150
- * @returns {*} Returns the accumulated value.
151
- */
152
-
153
- var _arrayReduce;
154
- var hasRequired_arrayReduce;
155
-
156
- function require_arrayReduce () {
157
- if (hasRequired_arrayReduce) return _arrayReduce;
158
- hasRequired_arrayReduce = 1;
159
- function arrayReduce(array, iteratee, accumulator, initAccum) {
160
- var index = -1,
161
- length = array == null ? 0 : array.length;
162
-
163
- if (initAccum && length) {
164
- accumulator = array[++index];
165
- }
166
- while (++index < length) {
167
- accumulator = iteratee(accumulator, array[index], index, array);
168
- }
169
- return accumulator;
170
- }
171
-
172
- _arrayReduce = arrayReduce;
173
- return _arrayReduce;
174
- }
175
-
176
- /**
177
- * The base implementation of `_.propertyOf` without support for deep paths.
178
- *
179
- * @private
180
- * @param {Object} object The object to query.
181
- * @returns {Function} Returns the new accessor function.
182
- */
183
-
184
- var _basePropertyOf;
185
- var hasRequired_basePropertyOf;
186
-
187
- function require_basePropertyOf () {
188
- if (hasRequired_basePropertyOf) return _basePropertyOf;
189
- hasRequired_basePropertyOf = 1;
190
- function basePropertyOf(object) {
191
- return function(key) {
192
- return object == null ? undefined : object[key];
193
- };
194
- }
195
-
196
- _basePropertyOf = basePropertyOf;
197
- return _basePropertyOf;
198
- }
199
-
200
- var _deburrLetter;
201
- var hasRequired_deburrLetter;
202
-
203
- function require_deburrLetter () {
204
- if (hasRequired_deburrLetter) return _deburrLetter;
205
- hasRequired_deburrLetter = 1;
206
- var basePropertyOf = require_basePropertyOf();
207
-
208
- /** Used to map Latin Unicode letters to basic Latin letters. */
209
- var deburredLetters = {
210
- // Latin-1 Supplement block.
211
- '\xc0': 'A', '\xc1': 'A', '\xc2': 'A', '\xc3': 'A', '\xc4': 'A', '\xc5': 'A',
212
- '\xe0': 'a', '\xe1': 'a', '\xe2': 'a', '\xe3': 'a', '\xe4': 'a', '\xe5': 'a',
213
- '\xc7': 'C', '\xe7': 'c',
214
- '\xd0': 'D', '\xf0': 'd',
215
- '\xc8': 'E', '\xc9': 'E', '\xca': 'E', '\xcb': 'E',
216
- '\xe8': 'e', '\xe9': 'e', '\xea': 'e', '\xeb': 'e',
217
- '\xcc': 'I', '\xcd': 'I', '\xce': 'I', '\xcf': 'I',
218
- '\xec': 'i', '\xed': 'i', '\xee': 'i', '\xef': 'i',
219
- '\xd1': 'N', '\xf1': 'n',
220
- '\xd2': 'O', '\xd3': 'O', '\xd4': 'O', '\xd5': 'O', '\xd6': 'O', '\xd8': 'O',
221
- '\xf2': 'o', '\xf3': 'o', '\xf4': 'o', '\xf5': 'o', '\xf6': 'o', '\xf8': 'o',
222
- '\xd9': 'U', '\xda': 'U', '\xdb': 'U', '\xdc': 'U',
223
- '\xf9': 'u', '\xfa': 'u', '\xfb': 'u', '\xfc': 'u',
224
- '\xdd': 'Y', '\xfd': 'y', '\xff': 'y',
225
- '\xc6': 'Ae', '\xe6': 'ae',
226
- '\xde': 'Th', '\xfe': 'th',
227
- '\xdf': 'ss',
228
- // Latin Extended-A block.
229
- '\u0100': 'A', '\u0102': 'A', '\u0104': 'A',
230
- '\u0101': 'a', '\u0103': 'a', '\u0105': 'a',
231
- '\u0106': 'C', '\u0108': 'C', '\u010a': 'C', '\u010c': 'C',
232
- '\u0107': 'c', '\u0109': 'c', '\u010b': 'c', '\u010d': 'c',
233
- '\u010e': 'D', '\u0110': 'D', '\u010f': 'd', '\u0111': 'd',
234
- '\u0112': 'E', '\u0114': 'E', '\u0116': 'E', '\u0118': 'E', '\u011a': 'E',
235
- '\u0113': 'e', '\u0115': 'e', '\u0117': 'e', '\u0119': 'e', '\u011b': 'e',
236
- '\u011c': 'G', '\u011e': 'G', '\u0120': 'G', '\u0122': 'G',
237
- '\u011d': 'g', '\u011f': 'g', '\u0121': 'g', '\u0123': 'g',
238
- '\u0124': 'H', '\u0126': 'H', '\u0125': 'h', '\u0127': 'h',
239
- '\u0128': 'I', '\u012a': 'I', '\u012c': 'I', '\u012e': 'I', '\u0130': 'I',
240
- '\u0129': 'i', '\u012b': 'i', '\u012d': 'i', '\u012f': 'i', '\u0131': 'i',
241
- '\u0134': 'J', '\u0135': 'j',
242
- '\u0136': 'K', '\u0137': 'k', '\u0138': 'k',
243
- '\u0139': 'L', '\u013b': 'L', '\u013d': 'L', '\u013f': 'L', '\u0141': 'L',
244
- '\u013a': 'l', '\u013c': 'l', '\u013e': 'l', '\u0140': 'l', '\u0142': 'l',
245
- '\u0143': 'N', '\u0145': 'N', '\u0147': 'N', '\u014a': 'N',
246
- '\u0144': 'n', '\u0146': 'n', '\u0148': 'n', '\u014b': 'n',
247
- '\u014c': 'O', '\u014e': 'O', '\u0150': 'O',
248
- '\u014d': 'o', '\u014f': 'o', '\u0151': 'o',
249
- '\u0154': 'R', '\u0156': 'R', '\u0158': 'R',
250
- '\u0155': 'r', '\u0157': 'r', '\u0159': 'r',
251
- '\u015a': 'S', '\u015c': 'S', '\u015e': 'S', '\u0160': 'S',
252
- '\u015b': 's', '\u015d': 's', '\u015f': 's', '\u0161': 's',
253
- '\u0162': 'T', '\u0164': 'T', '\u0166': 'T',
254
- '\u0163': 't', '\u0165': 't', '\u0167': 't',
255
- '\u0168': 'U', '\u016a': 'U', '\u016c': 'U', '\u016e': 'U', '\u0170': 'U', '\u0172': 'U',
256
- '\u0169': 'u', '\u016b': 'u', '\u016d': 'u', '\u016f': 'u', '\u0171': 'u', '\u0173': 'u',
257
- '\u0174': 'W', '\u0175': 'w',
258
- '\u0176': 'Y', '\u0177': 'y', '\u0178': 'Y',
259
- '\u0179': 'Z', '\u017b': 'Z', '\u017d': 'Z',
260
- '\u017a': 'z', '\u017c': 'z', '\u017e': 'z',
261
- '\u0132': 'IJ', '\u0133': 'ij',
262
- '\u0152': 'Oe', '\u0153': 'oe',
263
- '\u0149': "'n", '\u017f': 's'
264
- };
265
-
266
- /**
267
- * Used by `_.deburr` to convert Latin-1 Supplement and Latin Extended-A
268
- * letters to basic Latin letters.
269
- *
270
- * @private
271
- * @param {string} letter The matched letter to deburr.
272
- * @returns {string} Returns the deburred letter.
273
- */
274
- var deburrLetter = basePropertyOf(deburredLetters);
275
-
276
- _deburrLetter = deburrLetter;
277
- return _deburrLetter;
278
- }
279
-
280
- /**
281
- * A specialized version of `_.map` for arrays without support for iteratee
282
- * shorthands.
283
- *
284
- * @private
285
- * @param {Array} [array] The array to iterate over.
286
- * @param {Function} iteratee The function invoked per iteration.
287
- * @returns {Array} Returns the new mapped array.
288
- */
289
-
290
- var _arrayMap;
291
- var hasRequired_arrayMap;
292
-
293
- function require_arrayMap () {
294
- if (hasRequired_arrayMap) return _arrayMap;
295
- hasRequired_arrayMap = 1;
296
- function arrayMap(array, iteratee) {
297
- var index = -1,
298
- length = array == null ? 0 : array.length,
299
- result = Array(length);
300
-
301
- while (++index < length) {
302
- result[index] = iteratee(array[index], index, array);
303
- }
304
- return result;
305
- }
306
-
307
- _arrayMap = arrayMap;
308
- return _arrayMap;
309
- }
310
-
311
- /**
312
- * Checks if `value` is classified as an `Array` object.
313
- *
314
- * @static
315
- * @memberOf _
316
- * @since 0.1.0
317
- * @category Lang
318
- * @param {*} value The value to check.
319
- * @returns {boolean} Returns `true` if `value` is an array, else `false`.
320
- * @example
321
- *
322
- * _.isArray([1, 2, 3]);
323
- * // => true
324
- *
325
- * _.isArray(document.body.children);
326
- * // => false
327
- *
328
- * _.isArray('abc');
329
- * // => false
330
- *
331
- * _.isArray(_.noop);
332
- * // => false
333
- */
334
-
335
- var isArray_1;
336
- var hasRequiredIsArray;
337
-
338
- function requireIsArray () {
339
- if (hasRequiredIsArray) return isArray_1;
340
- hasRequiredIsArray = 1;
341
- var isArray = Array.isArray;
342
-
343
- isArray_1 = isArray;
344
- return isArray_1;
345
- }
346
-
347
- var _baseToString;
348
- var hasRequired_baseToString;
349
-
350
- function require_baseToString () {
351
- if (hasRequired_baseToString) return _baseToString;
352
- hasRequired_baseToString = 1;
353
- var Symbol = require_Symbol(),
354
- arrayMap = require_arrayMap(),
355
- isArray = requireIsArray(),
356
- isSymbol = requireIsSymbol();
357
-
358
- /** Used as references for various `Number` constants. */
359
- var INFINITY = 1 / 0;
360
-
361
- /** Used to convert symbols to primitives and strings. */
362
- var symbolProto = Symbol ? Symbol.prototype : undefined,
363
- symbolToString = symbolProto ? symbolProto.toString : undefined;
364
-
365
- /**
366
- * The base implementation of `_.toString` which doesn't convert nullish
367
- * values to empty strings.
368
- *
369
- * @private
370
- * @param {*} value The value to process.
371
- * @returns {string} Returns the string.
372
- */
373
- function baseToString(value) {
374
- // Exit early for strings to avoid a performance hit in some environments.
375
- if (typeof value == 'string') {
376
- return value;
377
- }
378
- if (isArray(value)) {
379
- // Recursively convert values (susceptible to call stack limits).
380
- return arrayMap(value, baseToString) + '';
381
- }
382
- if (isSymbol(value)) {
383
- return symbolToString ? symbolToString.call(value) : '';
384
- }
385
- var result = (value + '');
386
- return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;
387
- }
388
-
389
- _baseToString = baseToString;
390
- return _baseToString;
391
- }
392
-
393
- var toString_1;
394
- var hasRequiredToString;
395
-
396
- function requireToString () {
397
- if (hasRequiredToString) return toString_1;
398
- hasRequiredToString = 1;
399
- var baseToString = require_baseToString();
400
-
401
- /**
402
- * Converts `value` to a string. An empty string is returned for `null`
403
- * and `undefined` values. The sign of `-0` is preserved.
404
- *
405
- * @static
406
- * @memberOf _
407
- * @since 4.0.0
408
- * @category Lang
409
- * @param {*} value The value to convert.
410
- * @returns {string} Returns the converted string.
411
- * @example
412
- *
413
- * _.toString(null);
414
- * // => ''
415
- *
416
- * _.toString(-0);
417
- * // => '-0'
418
- *
419
- * _.toString([1, 2, 3]);
420
- * // => '1,2,3'
421
- */
422
- function toString(value) {
423
- return value == null ? '' : baseToString(value);
424
- }
425
-
426
- toString_1 = toString;
427
- return toString_1;
428
- }
429
-
430
- var deburr_1;
431
- var hasRequiredDeburr;
432
-
433
- function requireDeburr () {
434
- if (hasRequiredDeburr) return deburr_1;
435
- hasRequiredDeburr = 1;
436
- var deburrLetter = require_deburrLetter(),
437
- toString = requireToString();
438
-
439
- /** Used to match Latin Unicode letters (excluding mathematical operators). */
440
- var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;
441
-
442
- /** Used to compose unicode character classes. */
443
- var rsComboMarksRange = '\\u0300-\\u036f',
444
- reComboHalfMarksRange = '\\ufe20-\\ufe2f',
445
- rsComboSymbolsRange = '\\u20d0-\\u20ff',
446
- rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange;
447
-
448
- /** Used to compose unicode capture groups. */
449
- var rsCombo = '[' + rsComboRange + ']';
450
-
451
- /**
452
- * Used to match [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) and
453
- * [combining diacritical marks for symbols](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks_for_Symbols).
454
- */
455
- var reComboMark = RegExp(rsCombo, 'g');
456
-
457
- /**
458
- * Deburrs `string` by converting
459
- * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table)
460
- * and [Latin Extended-A](https://en.wikipedia.org/wiki/Latin_Extended-A)
461
- * letters to basic Latin letters and removing
462
- * [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks).
463
- *
464
- * @static
465
- * @memberOf _
466
- * @since 3.0.0
467
- * @category String
468
- * @param {string} [string=''] The string to deburr.
469
- * @returns {string} Returns the deburred string.
470
- * @example
471
- *
472
- * _.deburr('déjà vu');
473
- * // => 'deja vu'
474
- */
475
- function deburr(string) {
476
- string = toString(string);
477
- return string && string.replace(reLatin, deburrLetter).replace(reComboMark, '');
478
- }
479
-
480
- deburr_1 = deburr;
481
- return deburr_1;
482
- }
483
-
484
- /** Used to match words composed of alphanumeric characters. */
485
-
486
- var _asciiWords;
487
- var hasRequired_asciiWords;
488
-
489
- function require_asciiWords () {
490
- if (hasRequired_asciiWords) return _asciiWords;
491
- hasRequired_asciiWords = 1;
492
- var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
493
-
494
- /**
495
- * Splits an ASCII `string` into an array of its words.
496
- *
497
- * @private
498
- * @param {string} The string to inspect.
499
- * @returns {Array} Returns the words of `string`.
500
- */
501
- function asciiWords(string) {
502
- return string.match(reAsciiWord) || [];
503
- }
504
-
505
- _asciiWords = asciiWords;
506
- return _asciiWords;
507
- }
508
-
509
- /** Used to detect strings that need a more robust regexp to match words. */
510
-
511
- var _hasUnicodeWord;
512
- var hasRequired_hasUnicodeWord;
513
-
514
- function require_hasUnicodeWord () {
515
- if (hasRequired_hasUnicodeWord) return _hasUnicodeWord;
516
- hasRequired_hasUnicodeWord = 1;
517
- var reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;
518
-
519
- /**
520
- * Checks if `string` contains a word composed of Unicode symbols.
521
- *
522
- * @private
523
- * @param {string} string The string to inspect.
524
- * @returns {boolean} Returns `true` if a word is found, else `false`.
525
- */
526
- function hasUnicodeWord(string) {
527
- return reHasUnicodeWord.test(string);
528
- }
529
-
530
- _hasUnicodeWord = hasUnicodeWord;
531
- return _hasUnicodeWord;
532
- }
533
-
534
- /** Used to compose unicode character classes. */
535
-
536
- var _unicodeWords;
537
- var hasRequired_unicodeWords;
538
-
539
- function require_unicodeWords () {
540
- if (hasRequired_unicodeWords) return _unicodeWords;
541
- hasRequired_unicodeWords = 1;
542
- var rsAstralRange = '\\ud800-\\udfff',
543
- rsComboMarksRange = '\\u0300-\\u036f',
544
- reComboHalfMarksRange = '\\ufe20-\\ufe2f',
545
- rsComboSymbolsRange = '\\u20d0-\\u20ff',
546
- rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange,
547
- rsDingbatRange = '\\u2700-\\u27bf',
548
- rsLowerRange = 'a-z\\xdf-\\xf6\\xf8-\\xff',
549
- rsMathOpRange = '\\xac\\xb1\\xd7\\xf7',
550
- rsNonCharRange = '\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf',
551
- rsPunctuationRange = '\\u2000-\\u206f',
552
- rsSpaceRange = ' \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000',
553
- rsUpperRange = 'A-Z\\xc0-\\xd6\\xd8-\\xde',
554
- rsVarRange = '\\ufe0e\\ufe0f',
555
- rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange;
556
-
557
- /** Used to compose unicode capture groups. */
558
- var rsApos = "['\u2019]",
559
- rsBreak = '[' + rsBreakRange + ']',
560
- rsCombo = '[' + rsComboRange + ']',
561
- rsDigits = '\\d+',
562
- rsDingbat = '[' + rsDingbatRange + ']',
563
- rsLower = '[' + rsLowerRange + ']',
564
- rsMisc = '[^' + rsAstralRange + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + ']',
565
- rsFitz = '\\ud83c[\\udffb-\\udfff]',
566
- rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')',
567
- rsNonAstral = '[^' + rsAstralRange + ']',
568
- rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}',
569
- rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]',
570
- rsUpper = '[' + rsUpperRange + ']',
571
- rsZWJ = '\\u200d';
572
-
573
- /** Used to compose unicode regexes. */
574
- var rsMiscLower = '(?:' + rsLower + '|' + rsMisc + ')',
575
- rsMiscUpper = '(?:' + rsUpper + '|' + rsMisc + ')',
576
- rsOptContrLower = '(?:' + rsApos + '(?:d|ll|m|re|s|t|ve))?',
577
- rsOptContrUpper = '(?:' + rsApos + '(?:D|LL|M|RE|S|T|VE))?',
578
- reOptMod = rsModifier + '?',
579
- rsOptVar = '[' + rsVarRange + ']?',
580
- rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*',
581
- rsOrdLower = '\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])',
582
- rsOrdUpper = '\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])',
583
- rsSeq = rsOptVar + reOptMod + rsOptJoin,
584
- rsEmoji = '(?:' + [rsDingbat, rsRegional, rsSurrPair].join('|') + ')' + rsSeq;
585
-
586
- /** Used to match complex or compound words. */
587
- var reUnicodeWord = RegExp([
588
- rsUpper + '?' + rsLower + '+' + rsOptContrLower + '(?=' + [rsBreak, rsUpper, '$'].join('|') + ')',
589
- rsMiscUpper + '+' + rsOptContrUpper + '(?=' + [rsBreak, rsUpper + rsMiscLower, '$'].join('|') + ')',
590
- rsUpper + '?' + rsMiscLower + '+' + rsOptContrLower,
591
- rsUpper + '+' + rsOptContrUpper,
592
- rsOrdUpper,
593
- rsOrdLower,
594
- rsDigits,
595
- rsEmoji
596
- ].join('|'), 'g');
597
-
598
- /**
599
- * Splits a Unicode `string` into an array of its words.
600
- *
601
- * @private
602
- * @param {string} The string to inspect.
603
- * @returns {Array} Returns the words of `string`.
604
- */
605
- function unicodeWords(string) {
606
- return string.match(reUnicodeWord) || [];
607
- }
608
-
609
- _unicodeWords = unicodeWords;
610
- return _unicodeWords;
611
- }
612
-
613
- var words_1;
614
- var hasRequiredWords;
615
-
616
- function requireWords () {
617
- if (hasRequiredWords) return words_1;
618
- hasRequiredWords = 1;
619
- var asciiWords = require_asciiWords(),
620
- hasUnicodeWord = require_hasUnicodeWord(),
621
- toString = requireToString(),
622
- unicodeWords = require_unicodeWords();
623
-
624
- /**
625
- * Splits `string` into an array of its words.
626
- *
627
- * @static
628
- * @memberOf _
629
- * @since 3.0.0
630
- * @category String
631
- * @param {string} [string=''] The string to inspect.
632
- * @param {RegExp|string} [pattern] The pattern to match words.
633
- * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
634
- * @returns {Array} Returns the words of `string`.
635
- * @example
636
- *
637
- * _.words('fred, barney, & pebbles');
638
- * // => ['fred', 'barney', 'pebbles']
639
- *
640
- * _.words('fred, barney, & pebbles', /[^, ]+/g);
641
- * // => ['fred', 'barney', '&', 'pebbles']
642
- */
643
- function words(string, pattern, guard) {
644
- string = toString(string);
645
- pattern = guard ? undefined : pattern;
646
-
647
- if (pattern === undefined) {
648
- return hasUnicodeWord(string) ? unicodeWords(string) : asciiWords(string);
649
- }
650
- return string.match(pattern) || [];
651
- }
652
-
653
- words_1 = words;
654
- return words_1;
655
- }
656
-
657
- var _createCompounder;
658
- var hasRequired_createCompounder;
659
-
660
- function require_createCompounder () {
661
- if (hasRequired_createCompounder) return _createCompounder;
662
- hasRequired_createCompounder = 1;
663
- var arrayReduce = require_arrayReduce(),
664
- deburr = requireDeburr(),
665
- words = requireWords();
666
-
667
- /** Used to compose unicode capture groups. */
668
- var rsApos = "['\u2019]";
669
-
670
- /** Used to match apostrophes. */
671
- var reApos = RegExp(rsApos, 'g');
672
-
673
- /**
674
- * Creates a function like `_.camelCase`.
675
- *
676
- * @private
677
- * @param {Function} callback The function to combine each word.
678
- * @returns {Function} Returns the new compounder function.
679
- */
680
- function createCompounder(callback) {
681
- return function(string) {
682
- return arrayReduce(words(deburr(string).replace(reApos, '')), callback, '');
683
- };
684
- }
685
-
686
- _createCompounder = createCompounder;
687
- return _createCompounder;
688
- }
689
-
690
- var kebabCase_1;
691
- var hasRequiredKebabCase;
692
-
693
- function requireKebabCase () {
694
- if (hasRequiredKebabCase) return kebabCase_1;
695
- hasRequiredKebabCase = 1;
696
- var createCompounder = require_createCompounder();
697
-
698
- /**
699
- * Converts `string` to
700
- * [kebab case](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles).
701
- *
702
- * @static
703
- * @memberOf _
704
- * @since 3.0.0
705
- * @category String
706
- * @param {string} [string=''] The string to convert.
707
- * @returns {string} Returns the kebab cased string.
708
- * @example
709
- *
710
- * _.kebabCase('Foo Bar');
711
- * // => 'foo-bar'
712
- *
713
- * _.kebabCase('fooBar');
714
- * // => 'foo-bar'
715
- *
716
- * _.kebabCase('__FOO_BAR__');
717
- * // => 'foo-bar'
718
- */
719
- var kebabCase = createCompounder(function(result, word, index) {
720
- return result + (index ? '-' : '') + word.toLowerCase();
721
- });
722
-
723
- kebabCase_1 = kebabCase;
724
- return kebabCase_1;
725
- }
726
-
727
- var kebabCaseExports = requireKebabCase();
728
- var kebabCase = /*@__PURE__*/getDefaultExportFromCjs(kebabCaseExports);
729
-
730
- export { NavigationHeaderButton as N, NavigationHeaderContext as a, cssEscape as c, kebabCase as k };