@rankingcoach/vanguard 1.11.0 → 1.12.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 (101) hide show
  1. package/dist/index-Accordion2.js +5 -5
  2. package/dist/index-AccordionDetails.js +4 -4
  3. package/dist/index-AccordionSummary.js +1 -1
  4. package/dist/index-Autocomplete2.js +2 -2
  5. package/dist/index-BasePopper.js +1 -1
  6. package/dist/index-BenchmarkGauge.js +1 -1
  7. package/dist/index-BenchmarkGaugeMarker.js +1 -1
  8. package/dist/index-CalendarOrClockPicker.js +1 -1
  9. package/dist/index-CalendarPicker.js +2 -2
  10. package/dist/index-Clock3.js +1 -1
  11. package/dist/index-ClockNumber.js +4 -4
  12. package/dist/index-ClockPicker.js +1 -1
  13. package/dist/index-ClockPointer.js +1 -1
  14. package/dist/index-ColorPicker.js +1 -1
  15. package/dist/index-CreditCard.js +1 -1
  16. package/dist/index-Cropper.js +1 -1
  17. package/dist/index-DatePickerToolbar.js +1 -1
  18. package/dist/index-DayPicker.js +1 -1
  19. package/dist/index-Fade.js +1 -1
  20. package/dist/index-Grow.js +1 -1
  21. package/dist/index-InputLabel.js +4 -4
  22. package/dist/index-ModalContext.js +3 -3
  23. package/dist/index-MonthPicker.js +7 -7
  24. package/dist/index-PickersArrowSwitcher.js +1 -1
  25. package/dist/index-PickersCalendarHeader.js +1 -1
  26. package/dist/index-PickersDay.js +1 -1
  27. package/dist/index-PickersFadeTransitionGroup.js +6 -6
  28. package/dist/index-PickersMonth.js +4 -4
  29. package/dist/index-PickersPopper.js +1 -1
  30. package/dist/index-PickersSlideTransition.js +6 -6
  31. package/dist/index-PickersToolbar.js +1 -1
  32. package/dist/index-PickersYear.js +1 -1
  33. package/dist/index-Popover2.js +6 -6
  34. package/dist/index-Profile.js +0 -3
  35. package/dist/index-QuoteContainer.js +5 -6
  36. package/dist/index-Select2.js +5 -5
  37. package/dist/index-SelectInput2.js +1 -1
  38. package/dist/index-Slide.js +5 -5
  39. package/dist/index-Slider2.js +1 -1
  40. package/dist/index-Snackbar2.js +6 -6
  41. package/dist/index-StyledSVG2.js +2 -2
  42. package/dist/index-Table.js +3 -3
  43. package/dist/index-Tabs2.js +4 -4
  44. package/dist/index-Tooltip.js +3 -3
  45. package/dist/index-YearPicker.js +7 -7
  46. package/dist/index-_virtual19.js +5 -2
  47. package/dist/index-_virtual20.js +2 -5
  48. package/dist/index-accordionClasses.js +4 -4
  49. package/dist/index-accordionSummaryClasses.js +4 -4
  50. package/dist/index-autocompleteClasses.js +4 -4
  51. package/dist/index-buttonBaseClasses.js +4 -4
  52. package/dist/index-buttonClasses.js +4 -4
  53. package/dist/index-chipClasses.js +4 -4
  54. package/dist/index-clockNumberClasses.js +4 -4
  55. package/dist/index-dist4.js +1 -1
  56. package/dist/index-emotion-is-prop-valid.esm.js +1 -1
  57. package/dist/index-esm.js +1 -1
  58. package/dist/index-esm4.js +293 -128
  59. package/dist/index-esm5.js +128 -293
  60. package/dist/index-esm7.js +0 -1
  61. package/dist/index-formHelperTextClasses.js +4 -4
  62. package/dist/index-helpers2.js +43 -393
  63. package/dist/index-helpers3.js +393 -43
  64. package/dist/index-http.store.js +1 -1
  65. package/dist/index-iconButtonClasses.js +4 -4
  66. package/dist/index-inputAdornmentClasses.js +4 -4
  67. package/dist/index-menuItemClasses.js +4 -4
  68. package/dist/index-nativeSelectClasses.js +4 -4
  69. package/dist/index-pickersMonthClasses.js +4 -4
  70. package/dist/index-pickersToolbarClasses.js +4 -4
  71. package/dist/index-pickersYearClasses.js +4 -4
  72. package/dist/index-react-spring_animated.modern.js +3 -3
  73. package/dist/index-react-spring_core.modern.js +445 -422
  74. package/dist/index-react-spring_web.modern.js +70 -69
  75. package/dist/index-sanitize-html.js +16 -17
  76. package/dist/index-selectClasses.js +4 -4
  77. package/dist/index-sliderClasses.js +4 -4
  78. package/dist/index-styled-engine.js +4 -4
  79. package/dist/index-tabClasses.js +4 -4
  80. package/dist/index-tabScrollButtonClasses.js +4 -4
  81. package/dist/index-tabsClasses.js +4 -4
  82. package/dist/index-toggleButtonClasses.js +4 -4
  83. package/dist/index-toggleButtonGroupClasses.js +4 -4
  84. package/dist/index-tooltipClasses.js +4 -4
  85. package/dist/index-use-benchmark-gauge-render-state.js +1 -1
  86. package/dist/index-useAutocomplete.js +1 -1
  87. package/dist/index-useControlled.js +2 -26
  88. package/dist/index-useControlled2.js +26 -2
  89. package/dist/index-useSlider.js +1 -1
  90. package/dist/index-useViews.js +1 -1
  91. package/dist/index-utils2.js +47 -67
  92. package/dist/index-utils3.js +67 -47
  93. package/dist/index.js +426 -426
  94. package/dist/types/core/CardMotion/CardMotion.config.d.ts +87 -55
  95. package/dist/vanguard-asset-analysis.json +1 -1
  96. package/dist/vanguard.css +1 -1
  97. package/dist-wordpress/index.js +8570 -8546
  98. package/dist-wordpress/vanguard.css +1 -1
  99. package/package.json +44 -46
  100. package/scripts/verify-storybook-tsgo.js +0 -0
  101. package/scripts/verify-tsgo.js +0 -0
@@ -1,397 +1,47 @@
1
- var c = function(t, o) {
2
- var e = typeof Symbol == "function" && t[Symbol.iterator];
3
- if (!e) return t;
4
- var n = e.call(t), i, a = [], r;
5
- try {
6
- for (; (o === void 0 || o-- > 0) && !(i = n.next()).done; ) a.push(i.value);
7
- } catch (l) {
8
- r = { error: l };
9
- } finally {
10
- try {
11
- i && !i.done && (e = n.return) && e.call(n);
12
- } finally {
13
- if (r) throw r.error;
14
- }
15
- }
16
- return a;
17
- }, p = function(t) {
18
- var o = t.split(/ ?; ?/);
19
- return o.reduce(function(e, n) {
20
- var i = c(n.split(/ ?: ?/), 2), a = i[0], r = i[1];
21
- return a && r && (e[a.replace(/-(\w)/g, function(l, s) {
22
- return s.toUpperCase();
23
- })] = Number.isNaN(Number(r)) ? r : Number(r)), e;
24
- }, {});
1
+ import { e as u } from "./index-_virtual17.js";
2
+ var d = {
3
+ FAILED: "failed",
4
+ LOADED: "loaded",
5
+ LOADING: "loading",
6
+ PENDING: "pending",
7
+ READY: "ready",
8
+ UNSUPPORTED: "unsupported"
25
9
  };
26
- function d(t) {
27
- t === void 0 && (t = 6);
28
- for (var o = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", e = "", n = t; n > 0; --n)
29
- e += o[Math.round(Math.random() * (o.length - 1))];
30
- return e;
10
+ function f() {
11
+ return u.canUseDOM;
12
+ }
13
+ function v() {
14
+ return i() && typeof window < "u" && window !== null;
15
+ }
16
+ function i() {
17
+ if (!document)
18
+ return !1;
19
+ var r = document.createElement("div");
20
+ r.innerHTML = "<svg />";
21
+ var n = r.firstChild;
22
+ return !!n && n.namespaceURI === "http://www.w3.org/2000/svg";
23
+ }
24
+ function s(r) {
25
+ return r[Math.floor(Math.random() * r.length)];
26
+ }
27
+ function l(r) {
28
+ for (var n = "abcdefghijklmnopqrstuvwxyz", e = "1234567890", a = "".concat(n).concat(n.toUpperCase()).concat(e), t = "", o = 0; o < r; o++)
29
+ t += s(a);
30
+ return t;
31
+ }
32
+ function p(r) {
33
+ for (var n = [], e = 1; e < arguments.length; e++)
34
+ n[e - 1] = arguments[e];
35
+ var a = {};
36
+ for (var t in r)
37
+ ({}).hasOwnProperty.call(r, t) && (n.includes(t) || (a[t] = r[t]));
38
+ return a;
31
39
  }
32
- var h = [
33
- "br",
34
- "col",
35
- "colgroup",
36
- "dl",
37
- "hr",
38
- "iframe",
39
- "img",
40
- "input",
41
- "link",
42
- "menuitem",
43
- "meta",
44
- "ol",
45
- "param",
46
- "select",
47
- "table",
48
- "tbody",
49
- "tfoot",
50
- "thead",
51
- "tr",
52
- "ul",
53
- "wbr"
54
- ], u = {
55
- // HTML
56
- "accept-charset": "acceptCharset",
57
- acceptcharset: "acceptCharset",
58
- accesskey: "accessKey",
59
- allowfullscreen: "allowFullScreen",
60
- autocapitalize: "autoCapitalize",
61
- autocomplete: "autoComplete",
62
- autocorrect: "autoCorrect",
63
- autofocus: "autoFocus",
64
- autoplay: "autoPlay",
65
- autosave: "autoSave",
66
- cellpadding: "cellPadding",
67
- cellspacing: "cellSpacing",
68
- charset: "charSet",
69
- class: "className",
70
- classid: "classID",
71
- classname: "className",
72
- colspan: "colSpan",
73
- contenteditable: "contentEditable",
74
- contextmenu: "contextMenu",
75
- controlslist: "controlsList",
76
- crossorigin: "crossOrigin",
77
- dangerouslysetinnerhtml: "dangerouslySetInnerHTML",
78
- datetime: "dateTime",
79
- defaultchecked: "defaultChecked",
80
- defaultvalue: "defaultValue",
81
- enctype: "encType",
82
- for: "htmlFor",
83
- formmethod: "formMethod",
84
- formaction: "formAction",
85
- formenctype: "formEncType",
86
- formnovalidate: "formNoValidate",
87
- formtarget: "formTarget",
88
- frameborder: "frameBorder",
89
- hreflang: "hrefLang",
90
- htmlfor: "htmlFor",
91
- httpequiv: "httpEquiv",
92
- "http-equiv": "httpEquiv",
93
- icon: "icon",
94
- innerhtml: "innerHTML",
95
- inputmode: "inputMode",
96
- itemid: "itemID",
97
- itemprop: "itemProp",
98
- itemref: "itemRef",
99
- itemscope: "itemScope",
100
- itemtype: "itemType",
101
- keyparams: "keyParams",
102
- keytype: "keyType",
103
- marginwidth: "marginWidth",
104
- marginheight: "marginHeight",
105
- maxlength: "maxLength",
106
- mediagroup: "mediaGroup",
107
- minlength: "minLength",
108
- nomodule: "noModule",
109
- novalidate: "noValidate",
110
- playsinline: "playsInline",
111
- radiogroup: "radioGroup",
112
- readonly: "readOnly",
113
- referrerpolicy: "referrerPolicy",
114
- rowspan: "rowSpan",
115
- spellcheck: "spellCheck",
116
- srcdoc: "srcDoc",
117
- srclang: "srcLang",
118
- srcset: "srcSet",
119
- tabindex: "tabIndex",
120
- typemustmatch: "typeMustMatch",
121
- usemap: "useMap",
122
- // SVG
123
- accentheight: "accentHeight",
124
- "accent-height": "accentHeight",
125
- alignmentbaseline: "alignmentBaseline",
126
- "alignment-baseline": "alignmentBaseline",
127
- allowreorder: "allowReorder",
128
- arabicform: "arabicForm",
129
- "arabic-form": "arabicForm",
130
- attributename: "attributeName",
131
- attributetype: "attributeType",
132
- autoreverse: "autoReverse",
133
- basefrequency: "baseFrequency",
134
- baselineshift: "baselineShift",
135
- "baseline-shift": "baselineShift",
136
- baseprofile: "baseProfile",
137
- calcmode: "calcMode",
138
- capheight: "capHeight",
139
- "cap-height": "capHeight",
140
- clippath: "clipPath",
141
- "clip-path": "clipPath",
142
- clippathunits: "clipPathUnits",
143
- cliprule: "clipRule",
144
- "clip-rule": "clipRule",
145
- colorinterpolation: "colorInterpolation",
146
- "color-interpolation": "colorInterpolation",
147
- colorinterpolationfilters: "colorInterpolationFilters",
148
- "color-interpolation-filters": "colorInterpolationFilters",
149
- colorprofile: "colorProfile",
150
- "color-profile": "colorProfile",
151
- colorrendering: "colorRendering",
152
- "color-rendering": "colorRendering",
153
- contentscripttype: "contentScriptType",
154
- contentstyletype: "contentStyleType",
155
- diffuseconstant: "diffuseConstant",
156
- dominantbaseline: "dominantBaseline",
157
- "dominant-baseline": "dominantBaseline",
158
- edgemode: "edgeMode",
159
- enablebackground: "enableBackground",
160
- "enable-background": "enableBackground",
161
- externalresourcesrequired: "externalResourcesRequired",
162
- fillopacity: "fillOpacity",
163
- "fill-opacity": "fillOpacity",
164
- fillrule: "fillRule",
165
- "fill-rule": "fillRule",
166
- filterres: "filterRes",
167
- filterunits: "filterUnits",
168
- floodopacity: "floodOpacity",
169
- "flood-opacity": "floodOpacity",
170
- floodcolor: "floodColor",
171
- "flood-color": "floodColor",
172
- fontfamily: "fontFamily",
173
- "font-family": "fontFamily",
174
- fontsize: "fontSize",
175
- "font-size": "fontSize",
176
- fontsizeadjust: "fontSizeAdjust",
177
- "font-size-adjust": "fontSizeAdjust",
178
- fontstretch: "fontStretch",
179
- "font-stretch": "fontStretch",
180
- fontstyle: "fontStyle",
181
- "font-style": "fontStyle",
182
- fontvariant: "fontVariant",
183
- "font-variant": "fontVariant",
184
- fontweight: "fontWeight",
185
- "font-weight": "fontWeight",
186
- glyphname: "glyphName",
187
- "glyph-name": "glyphName",
188
- glyphorientationhorizontal: "glyphOrientationHorizontal",
189
- "glyph-orientation-horizontal": "glyphOrientationHorizontal",
190
- glyphorientationvertical: "glyphOrientationVertical",
191
- "glyph-orientation-vertical": "glyphOrientationVertical",
192
- glyphref: "glyphRef",
193
- gradienttransform: "gradientTransform",
194
- gradientunits: "gradientUnits",
195
- horizadvx: "horizAdvX",
196
- "horiz-adv-x": "horizAdvX",
197
- horizoriginx: "horizOriginX",
198
- "horiz-origin-x": "horizOriginX",
199
- imagerendering: "imageRendering",
200
- "image-rendering": "imageRendering",
201
- kernelmatrix: "kernelMatrix",
202
- kernelunitlength: "kernelUnitLength",
203
- keypoints: "keyPoints",
204
- keysplines: "keySplines",
205
- keytimes: "keyTimes",
206
- lengthadjust: "lengthAdjust",
207
- letterspacing: "letterSpacing",
208
- "letter-spacing": "letterSpacing",
209
- lightingcolor: "lightingColor",
210
- "lighting-color": "lightingColor",
211
- limitingconeangle: "limitingConeAngle",
212
- markerend: "markerEnd",
213
- "marker-end": "markerEnd",
214
- markerheight: "markerHeight",
215
- markermid: "markerMid",
216
- "marker-mid": "markerMid",
217
- markerstart: "markerStart",
218
- "marker-start": "markerStart",
219
- markerunits: "markerUnits",
220
- markerwidth: "markerWidth",
221
- maskcontentunits: "maskContentUnits",
222
- maskunits: "maskUnits",
223
- numoctaves: "numOctaves",
224
- overlineposition: "overlinePosition",
225
- "overline-position": "overlinePosition",
226
- overlinethickness: "overlineThickness",
227
- "overline-thickness": "overlineThickness",
228
- paintorder: "paintOrder",
229
- "paint-order": "paintOrder",
230
- "panose-1": "panose1",
231
- pathlength: "pathLength",
232
- patterncontentunits: "patternContentUnits",
233
- patterntransform: "patternTransform",
234
- patternunits: "patternUnits",
235
- pointerevents: "pointerEvents",
236
- "pointer-events": "pointerEvents",
237
- pointsatx: "pointsAtX",
238
- pointsaty: "pointsAtY",
239
- pointsatz: "pointsAtZ",
240
- preservealpha: "preserveAlpha",
241
- preserveaspectratio: "preserveAspectRatio",
242
- primitiveunits: "primitiveUnits",
243
- refx: "refX",
244
- refy: "refY",
245
- renderingintent: "renderingIntent",
246
- "rendering-intent": "renderingIntent",
247
- repeatcount: "repeatCount",
248
- repeatdur: "repeatDur",
249
- requiredextensions: "requiredExtensions",
250
- requiredfeatures: "requiredFeatures",
251
- shaperendering: "shapeRendering",
252
- "shape-rendering": "shapeRendering",
253
- specularconstant: "specularConstant",
254
- specularexponent: "specularExponent",
255
- spreadmethod: "spreadMethod",
256
- startoffset: "startOffset",
257
- stddeviation: "stdDeviation",
258
- stitchtiles: "stitchTiles",
259
- stopcolor: "stopColor",
260
- "stop-color": "stopColor",
261
- stopopacity: "stopOpacity",
262
- "stop-opacity": "stopOpacity",
263
- strikethroughposition: "strikethroughPosition",
264
- "strikethrough-position": "strikethroughPosition",
265
- strikethroughthickness: "strikethroughThickness",
266
- "strikethrough-thickness": "strikethroughThickness",
267
- strokedasharray: "strokeDasharray",
268
- "stroke-dasharray": "strokeDasharray",
269
- strokedashoffset: "strokeDashoffset",
270
- "stroke-dashoffset": "strokeDashoffset",
271
- strokelinecap: "strokeLinecap",
272
- "stroke-linecap": "strokeLinecap",
273
- strokelinejoin: "strokeLinejoin",
274
- "stroke-linejoin": "strokeLinejoin",
275
- strokemiterlimit: "strokeMiterlimit",
276
- "stroke-miterlimit": "strokeMiterlimit",
277
- strokewidth: "strokeWidth",
278
- "stroke-width": "strokeWidth",
279
- strokeopacity: "strokeOpacity",
280
- "stroke-opacity": "strokeOpacity",
281
- suppresscontenteditablewarning: "suppressContentEditableWarning",
282
- suppresshydrationwarning: "suppressHydrationWarning",
283
- surfacescale: "surfaceScale",
284
- systemlanguage: "systemLanguage",
285
- tablevalues: "tableValues",
286
- targetx: "targetX",
287
- targety: "targetY",
288
- textanchor: "textAnchor",
289
- "text-anchor": "textAnchor",
290
- textdecoration: "textDecoration",
291
- "text-decoration": "textDecoration",
292
- textlength: "textLength",
293
- textrendering: "textRendering",
294
- "text-rendering": "textRendering",
295
- underlineposition: "underlinePosition",
296
- "underline-position": "underlinePosition",
297
- underlinethickness: "underlineThickness",
298
- "underline-thickness": "underlineThickness",
299
- unicodebidi: "unicodeBidi",
300
- "unicode-bidi": "unicodeBidi",
301
- unicoderange: "unicodeRange",
302
- "unicode-range": "unicodeRange",
303
- unitsperem: "unitsPerEm",
304
- "units-per-em": "unitsPerEm",
305
- unselectable: "unselectable",
306
- valphabetic: "vAlphabetic",
307
- "v-alphabetic": "vAlphabetic",
308
- vectoreffect: "vectorEffect",
309
- "vector-effect": "vectorEffect",
310
- vertadvy: "vertAdvY",
311
- "vert-adv-y": "vertAdvY",
312
- vertoriginx: "vertOriginX",
313
- "vert-origin-x": "vertOriginX",
314
- vertoriginy: "vertOriginY",
315
- "vert-origin-y": "vertOriginY",
316
- vhanging: "vHanging",
317
- "v-hanging": "vHanging",
318
- videographic: "vIdeographic",
319
- "v-ideographic": "vIdeographic",
320
- viewbox: "viewBox",
321
- viewtarget: "viewTarget",
322
- vmathematical: "vMathematical",
323
- "v-mathematical": "vMathematical",
324
- wordspacing: "wordSpacing",
325
- "word-spacing": "wordSpacing",
326
- writingmode: "writingMode",
327
- "writing-mode": "writingMode",
328
- xchannelselector: "xChannelSelector",
329
- xheight: "xHeight",
330
- "x-height": "xHeight",
331
- xlinkactuate: "xlinkActuate",
332
- "xlink:actuate": "xlinkActuate",
333
- xlinkarcrole: "xlinkArcrole",
334
- "xlink:arcrole": "xlinkArcrole",
335
- xlinkhref: "xlinkHref",
336
- "xlink:href": "xlinkHref",
337
- xlinkrole: "xlinkRole",
338
- "xlink:role": "xlinkRole",
339
- xlinkshow: "xlinkShow",
340
- "xlink:show": "xlinkShow",
341
- xlinktitle: "xlinkTitle",
342
- "xlink:title": "xlinkTitle",
343
- xlinktype: "xlinkType",
344
- "xlink:type": "xlinkType",
345
- xmlbase: "xmlBase",
346
- "xml:base": "xmlBase",
347
- xmllang: "xmlLang",
348
- "xml:lang": "xmlLang",
349
- "xml:space": "xmlSpace",
350
- xmlnsxlink: "xmlnsXlink",
351
- "xmlns:xlink": "xmlnsXlink",
352
- xmlspace: "xmlSpace",
353
- ychannelselector: "yChannelSelector",
354
- zoomandpan: "zoomAndPan",
355
- // event handlers
356
- onblur: "onBlur",
357
- onchange: "onChange",
358
- onclick: "onClick",
359
- oncontextmenu: "onContextMenu",
360
- ondoubleclick: "onDoubleClick",
361
- ondrag: "onDrag",
362
- ondragend: "onDragEnd",
363
- ondragenter: "onDragEnter",
364
- ondragexit: "onDragExit",
365
- ondragleave: "onDragLeave",
366
- ondragover: "onDragOver",
367
- ondragstart: "onDragStart",
368
- ondrop: "onDrop",
369
- onerror: "onError",
370
- onfocus: "onFocus",
371
- oninput: "onInput",
372
- oninvalid: "onInvalid",
373
- onkeydown: "onKeyDown",
374
- onkeypress: "onKeyPress",
375
- onkeyup: "onKeyUp",
376
- onload: "onLoad",
377
- onmousedown: "onMouseDown",
378
- onmouseenter: "onMouseEnter",
379
- onmouseleave: "onMouseLeave",
380
- onmousemove: "onMouseMove",
381
- onmouseout: "onMouseOut",
382
- onmouseover: "onMouseOver",
383
- onmouseup: "onMouseUp",
384
- onscroll: "onScroll",
385
- onsubmit: "onSubmit",
386
- ontouchcancel: "onTouchCancel",
387
- ontouchend: "onTouchEnd",
388
- ontouchmove: "onTouchMove",
389
- ontouchstart: "onTouchStart",
390
- onwheel: "onWheel"
391
- };
392
40
  export {
393
- h as noTextChildNodes,
394
- u as possibleStandardNames,
395
- d as randomString,
396
- p as styleToObject
41
+ d as STATUS,
42
+ f as canUseDOM,
43
+ v as isSupportedEnvironment,
44
+ p as omit,
45
+ l as randomString,
46
+ i as supportsInlineSVG
397
47
  };