@kaizen/components 1.7.12 → 1.8.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.
- package/dist/cjs/dts/Filter/_docs/controls/renderTriggerControls.d.ts +13 -0
- package/dist/cjs/dts/FilterDateRangePicker/FilterDateRangePicker.d.ts +13 -0
- package/dist/cjs/dts/FilterDateRangePicker/_docs/controls/defaultMonthControls.d.ts +16 -0
- package/dist/cjs/dts/FilterDateRangePicker/_docs/controls/disabledDaysControls.d.ts +40 -0
- package/dist/cjs/dts/FilterDateRangePicker/_docs/controls/validationControls.d.ts +71 -0
- package/dist/cjs/dts/FilterDateRangePicker/index.d.ts +2 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateInputDescription/DateInputDescription.d.ts +9 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateInputDescription/index.d.ts +1 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateInputDescription/utils/formatDescriptionInputFormat.d.ts +1 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.d.ts +12 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/index.d.ts +1 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.d.ts +24 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateRangeInputField/index.d.ts +1 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.d.ts +12 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/index.d.ts +1 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.d.ts +50 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.d.ts +16 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useRangeDateValidation.d.ts +18 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.d.ts +11 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/index.d.ts +1 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/types.d.ts +22 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/getDateValidationHandler.d.ts +8 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateDate.d.ts +7 -0
- package/dist/cjs/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.d.ts +13 -0
- package/dist/cjs/dts/FilterDateRangePicker/utils/isCompleteDateRange.d.ts +5 -0
- package/dist/cjs/dts/LabelledMessage/LabelledMessage.d.ts +9 -0
- package/dist/cjs/dts/LabelledMessage/index.d.ts +1 -0
- package/dist/cjs/dts/index.d.ts +0 -1
- package/dist/cjs/dts/types/StringSuggestions.d.ts +1 -0
- package/dist/cjs/dts/utils/getNodeText.d.ts +2 -0
- package/dist/cjs/future.js +1 -1
- package/dist/cjs/{index-356811e2.js → index-6f881b84.js} +1 -1
- package/dist/cjs/{index-356811e2.js.map → index-6f881b84.js.map} +1 -1
- package/dist/cjs/index.css +1109 -794
- package/dist/cjs/index.js +443 -268
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/dts/Filter/_docs/controls/renderTriggerControls.d.ts +13 -0
- package/dist/esm/dts/FilterDateRangePicker/FilterDateRangePicker.d.ts +13 -0
- package/dist/esm/dts/FilterDateRangePicker/_docs/controls/defaultMonthControls.d.ts +16 -0
- package/dist/esm/dts/FilterDateRangePicker/_docs/controls/disabledDaysControls.d.ts +40 -0
- package/dist/esm/dts/FilterDateRangePicker/_docs/controls/validationControls.d.ts +71 -0
- package/dist/esm/dts/FilterDateRangePicker/index.d.ts +2 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateInputDescription/DateInputDescription.d.ts +9 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateInputDescription/index.d.ts +1 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateInputDescription/utils/formatDescriptionInputFormat.d.ts +1 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.d.ts +12 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/index.d.ts +1 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.d.ts +24 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateRangeInputField/index.d.ts +1 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.d.ts +12 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/index.d.ts +1 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.d.ts +50 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.d.ts +16 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useRangeDateValidation.d.ts +18 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.d.ts +11 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/index.d.ts +1 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/types.d.ts +22 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/getDateValidationHandler.d.ts +8 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateDate.d.ts +7 -0
- package/dist/esm/dts/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.d.ts +13 -0
- package/dist/esm/dts/FilterDateRangePicker/utils/isCompleteDateRange.d.ts +5 -0
- package/dist/esm/dts/LabelledMessage/LabelledMessage.d.ts +9 -0
- package/dist/esm/dts/LabelledMessage/index.d.ts +1 -0
- package/dist/esm/dts/index.d.ts +0 -1
- package/dist/esm/dts/types/StringSuggestions.d.ts +1 -0
- package/dist/esm/dts/utils/getNodeText.d.ts +2 -0
- package/dist/esm/future.js +1 -1
- package/dist/esm/{index-7a8faf0f.js → index-7e532560.js} +2 -2
- package/dist/esm/{index-7a8faf0f.js.map → index-7e532560.js.map} +1 -1
- package/dist/esm/index.css +1109 -794
- package/dist/esm/index.js +432 -256
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +1 -11
- package/dist/styles.css +1 -1
- package/package.json +11 -7
- package/CHANGELOG.md +0 -272
- package/LICENSE +0 -21
- package/dist/cjs/dts/Brand/Brand.d.ts +0 -11
- package/dist/cjs/dts/Brand/index.d.ts +0 -1
- package/dist/esm/dts/Brand/Brand.d.ts +0 -11
- package/dist/esm/dts/Brand/index.d.ts +0 -1
package/dist/cjs/index.js
CHANGED
|
@@ -1,46 +1,28 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-6f881b84.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var designTokens = require('@kaizen/design-tokens');
|
|
6
6
|
|
|
7
7
|
function _interopNamespaceDefault(e) {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
16
18
|
});
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
n.default = e;
|
|
21
|
-
return Object.freeze(n);
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
25
|
|
|
26
|
-
const ORIGIN_BASE_URL = "https://d1e7r7b0lb8p4d.cloudfront.net";
|
|
27
|
-
const assetUrl = (path) => [ORIGIN_BASE_URL, path].join("/");
|
|
28
|
-
|
|
29
|
-
var styles$e = {"img":"Brand-module_img__uWvra"};
|
|
30
|
-
|
|
31
|
-
var Brand = function(_a) {
|
|
32
|
-
var variant = _a.variant, alt = _a.alt, _b = _a.reversed, reversed = _b === void 0 ? false : _b, classNameOverride = _a.classNameOverride, restProps = index.__rest(_a, ["variant", "alt", "reversed", "classNameOverride"]);
|
|
33
|
-
var brandTheme = reversed ? "-reversed" : "-default";
|
|
34
|
-
return React.createElement(
|
|
35
|
-
"picture",
|
|
36
|
-
index.__assign({ className: classNameOverride }, restProps),
|
|
37
|
-
React.createElement("source", { srcSet: assetUrl("brand/".concat(variant, "-reversed.svg")), media: "(forced-colors: active) and (prefers-color-scheme: dark)" }),
|
|
38
|
-
React.createElement("source", { srcSet: assetUrl("brand/".concat(variant, "-default.svg")), media: "(forced-colors: active) and (prefers-color-scheme: light)" }),
|
|
39
|
-
React.createElement("img", { src: assetUrl("brand/".concat(variant).concat(brandTheme, ".svg")), alt, className: styles$e.img })
|
|
40
|
-
);
|
|
41
|
-
};
|
|
42
|
-
Brand.displayName = "Brand";
|
|
43
|
-
|
|
44
26
|
var zeroRightClassName = 'right-scroll-bar-position';
|
|
45
27
|
var fullWidthClassName = 'width-before-scroll-bar';
|
|
46
28
|
var noScrollbarsClassName = 'with-scroll-bars-hidden';
|
|
@@ -3388,8 +3370,8 @@ var hideOthers = function (originalTarget, parentNode, markerName) {
|
|
|
3388
3370
|
};
|
|
3389
3371
|
|
|
3390
3372
|
var Style = styleSingleton();
|
|
3391
|
-
var styles$
|
|
3392
|
-
var InteractivityDisabler = function () { return React__namespace.createElement(Style, { styles: styles$
|
|
3373
|
+
var styles$b = "\n [" + focusHiddenMarker + "] {\n pointer-events: none !important;\n }\n";
|
|
3374
|
+
var InteractivityDisabler = function () { return React__namespace.createElement(Style, { styles: styles$b }); };
|
|
3393
3375
|
|
|
3394
3376
|
var extractRef = function (ref) {
|
|
3395
3377
|
return 'current' in ref ? ref.current : ref;
|
|
@@ -36858,14 +36840,14 @@ function Reference(_ref) {
|
|
|
36858
36840
|
// Public types
|
|
36859
36841
|
|
|
36860
36842
|
var esm = /*#__PURE__*/Object.freeze({
|
|
36861
|
-
|
|
36862
|
-
|
|
36863
|
-
|
|
36864
|
-
|
|
36865
|
-
|
|
36843
|
+
__proto__: null,
|
|
36844
|
+
Manager: Manager,
|
|
36845
|
+
Popper: Popper,
|
|
36846
|
+
Reference: Reference,
|
|
36847
|
+
usePopper: usePopper
|
|
36866
36848
|
});
|
|
36867
36849
|
|
|
36868
|
-
var styles$
|
|
36850
|
+
var styles$a = {"filterPopover":"FilterPopover-module_filterPopover__OgOEM"};
|
|
36869
36851
|
|
|
36870
36852
|
var FilterPopover = function(_a) {
|
|
36871
36853
|
var children = _a.children, referenceElement = _a.referenceElement, popperOptions = _a.popperOptions, classNameOverride = _a.classNameOverride, restProps = index.__rest(_a, ["children", "referenceElement", "popperOptions", "classNameOverride"]);
|
|
@@ -36878,7 +36860,7 @@ var FilterPopover = function(_a) {
|
|
|
36878
36860
|
}
|
|
36879
36861
|
}
|
|
36880
36862
|
], placement: "bottom-start", strategy: "fixed" }, popperOptions)), popperStyles = _c.styles, popperAttributes = _c.attributes;
|
|
36881
|
-
return React.createElement("div", index.__assign({ ref: setPopperElement, style: popperStyles === null || popperStyles === void 0 ? void 0 : popperStyles.popper }, popperAttributes === null || popperAttributes === void 0 ? void 0 : popperAttributes.popper, { className: index.classNames(styles$
|
|
36863
|
+
return React.createElement("div", index.__assign({ ref: setPopperElement, style: popperStyles === null || popperStyles === void 0 ? void 0 : popperStyles.popper }, popperAttributes === null || popperAttributes === void 0 ? void 0 : popperAttributes.popper, { className: index.classNames(styles$a.filterPopover, classNameOverride), role: "dialog", "aria-modal": "true" }, restProps), children);
|
|
36882
36864
|
};
|
|
36883
36865
|
FilterPopover.displayName = "FilterPopover";
|
|
36884
36866
|
|
|
@@ -36923,11 +36905,11 @@ var Filter = function(_a) {
|
|
|
36923
36905
|
};
|
|
36924
36906
|
Filter.displayName = "Filter";
|
|
36925
36907
|
|
|
36926
|
-
var styles$
|
|
36908
|
+
var styles$9 = {"filterContents":"FilterContents-module_filterContents__uNUpd"};
|
|
36927
36909
|
|
|
36928
36910
|
var FilterContents = function(_a) {
|
|
36929
36911
|
var children = _a.children, classNameOverride = _a.classNameOverride, restProps = index.__rest(_a, ["children", "classNameOverride"]);
|
|
36930
|
-
return React.createElement("div", index.__assign({ className: index.classNames(styles$
|
|
36912
|
+
return React.createElement("div", index.__assign({ className: index.classNames(styles$9.filterContents, classNameOverride) }, restProps), children);
|
|
36931
36913
|
};
|
|
36932
36914
|
FilterContents.displayName = "FilterContents";
|
|
36933
36915
|
|
|
@@ -36940,7 +36922,7 @@ var singleLine = function(message) {
|
|
|
36940
36922
|
return message.replace(/^ +/gm, " ").replace(/\n|\r/gm, "").trim();
|
|
36941
36923
|
};
|
|
36942
36924
|
|
|
36943
|
-
var styles$
|
|
36925
|
+
var styles$8 = {"icon":"SVG-module_icon__FE6iP","inheritSize":"SVG-module_inheritSize__wiKMe","interactiveIconWrapper":"SVG-module_interactiveIconWrapper__ACcob","disabled":"SVG-module_disabled__WB5BU","hover":"SVG-module_hover__QivVO","active":"SVG-module_active__R9jic","reversedInteractiveIconWrapper":"SVG-module_reversedInteractiveIconWrapper__hTsnf SVG-module_interactiveIconWrapper__ACcob"};
|
|
36944
36926
|
|
|
36945
36927
|
var SVG = function(_a) {
|
|
36946
36928
|
var _b, _c;
|
|
@@ -36972,7 +36954,7 @@ var SVG = function(_a) {
|
|
|
36972
36954
|
return React.createElement(
|
|
36973
36955
|
"svg",
|
|
36974
36956
|
index.__assign({
|
|
36975
|
-
className: index.classNames(styles$
|
|
36957
|
+
className: index.classNames(styles$8.icon, classNameOverride, (_c = {}, _c[styles$8.inheritSize] = inheritSize, _c)),
|
|
36976
36958
|
viewBox,
|
|
36977
36959
|
// Work around IE11 making all SVGs focusable.
|
|
36978
36960
|
// See http://simplyaccessible.com/article/7-solutions-svgs/#acc-heading-4
|
|
@@ -37041,15 +37023,15 @@ var isRefObject = function(ref) {
|
|
|
37041
37023
|
return ref !== null && "current" in ref;
|
|
37042
37024
|
};
|
|
37043
37025
|
|
|
37044
|
-
var styles$
|
|
37026
|
+
var styles$7 = {"filterButtonBase":"FilterButtonBase-module_filterButtonBase__505sK"};
|
|
37045
37027
|
|
|
37046
37028
|
var FilterButtonBase = React.forwardRef(function(_a, ref) {
|
|
37047
37029
|
var children = _a.children, classNameOverride = _a.classNameOverride, restProps = index.__rest(_a, ["children", "classNameOverride"]);
|
|
37048
|
-
return React.createElement("button", index.__assign({ ref, className: index.classNames(styles$
|
|
37030
|
+
return React.createElement("button", index.__assign({ ref, className: index.classNames(styles$7.filterButtonBase, classNameOverride) }, restProps), children);
|
|
37049
37031
|
});
|
|
37050
37032
|
FilterButtonBase.displayName = "FilterButtonBase";
|
|
37051
37033
|
|
|
37052
|
-
var styles$
|
|
37034
|
+
var styles$6 = {"filterButton":"FilterButton-module_filterButton__Q2dMX","labelContainer":"FilterButton-module_labelContainer__5G-MD","hasSelectedValues":"FilterButton-module_hasSelectedValues__dyQkL","labelSeparator":"FilterButton-module_labelSeparator__xrkAx"};
|
|
37053
37035
|
|
|
37054
37036
|
var FilterButton = React.forwardRef(function(_a, ref) {
|
|
37055
37037
|
var label = _a.label, selectedValue = _a.selectedValue, _b = _a.isOpen, isOpen = _b === void 0 ? false : _b, classNameOverride = _a.classNameOverride, restProps = index.__rest(_a, ["label", "selectedValue", "isOpen", "classNameOverride"]);
|
|
@@ -37058,15 +37040,15 @@ var FilterButton = React.forwardRef(function(_a, ref) {
|
|
|
37058
37040
|
var selectedValuesLabel = selectedValue;
|
|
37059
37041
|
return React.createElement(
|
|
37060
37042
|
FilterButtonBase,
|
|
37061
|
-
index.__assign({ ref: triggerRef, classNameOverride: index.classNames(styles$
|
|
37062
|
-
React.createElement("span", { className: styles$
|
|
37043
|
+
index.__assign({ ref: triggerRef, classNameOverride: index.classNames(styles$6.filterButton, classNameOverride), "aria-haspopup": "true", "aria-expanded": isOpen }, restProps),
|
|
37044
|
+
React.createElement("span", { className: styles$6.labelContainer }, selectedValuesLabel ? React.createElement(
|
|
37063
37045
|
React.Fragment,
|
|
37064
37046
|
null,
|
|
37065
37047
|
React.createElement(
|
|
37066
37048
|
"span",
|
|
37067
|
-
{ className: styles$
|
|
37049
|
+
{ className: styles$6.hasSelectedValues },
|
|
37068
37050
|
React.createElement("span", null, label),
|
|
37069
|
-
React.createElement("span", { className: styles$
|
|
37051
|
+
React.createElement("span", { className: styles$6.labelSeparator }, ":")
|
|
37070
37052
|
),
|
|
37071
37053
|
React.createElement("span", null, selectedValuesLabel)
|
|
37072
37054
|
) : label),
|
|
@@ -37088,10 +37070,10 @@ var AppearanceAnim = {};
|
|
|
37088
37070
|
function c(u,e,c){var i=this,a=React.useRef(null),o=React.useRef(0),f=React.useRef(null),l=React.useRef([]),m=React.useRef(),v=React.useRef(),d=React.useRef(u),p=React.useRef(!0);React.useEffect(function(){d.current=u;},[u]);var g=!e&&0!==e&&"undefined"!=typeof window;if("function"!=typeof u)throw new TypeError("Expected a function");e=+e||0;var w=!!(c=c||{}).leading,s=!("trailing"in c)||!!c.trailing,x="maxWait"in c,y=x?Math.max(+c.maxWait||0,e):null;React.useEffect(function(){return p.current=!0,function(){p.current=!1;}},[]);var h=React.useMemo(function(){var r=function(r){var n=l.current,t=m.current;return l.current=m.current=null,o.current=r,v.current=d.current.apply(t,n)},n=function(r,n){g&&cancelAnimationFrame(f.current),f.current=g?requestAnimationFrame(r):setTimeout(r,n);},t=function(r){if(!p.current)return !1;var n=r-a.current;return !a.current||n>=e||n<0||x&&r-o.current>=y},u=function(n){return f.current=null,s&&l.current?r(n):(l.current=m.current=null,v.current)},c=function r(){var c=Date.now();if(t(c))return u(c);if(p.current){var i=e-(c-a.current),f=x?Math.min(i,y-(c-o.current)):i;n(r,f);}},h=function(){var u=Date.now(),d=t(u);if(l.current=[].slice.call(arguments),m.current=i,a.current=u,d){if(!f.current&&p.current)return o.current=a.current,n(c,e),w?r(a.current):v.current;if(x)return n(c,e),r(a.current)}return f.current||n(c,e),v.current};return h.cancel=function(){f.current&&(g?cancelAnimationFrame(f.current):clearTimeout(f.current)),o.current=0,l.current=a.current=m.current=f.current=null;},h.isPending=function(){return !!f.current},h.flush=function(){return f.current?u(Date.now()):v.current},h},[w,x,e,y,s,g]);return h}function i(r,n){return r===n}function a(r){return "function"==typeof r?function(){return r}:r}function o(n,t,o){var f,l,m=o&&o.equalityFn||i,v=(f=React.useState(a(n)),l=f[1],[f[0],React.useCallback(function(r){return l(a(r))},[])]),d=v[0],p=v[1],g=c(React.useCallback(function(r){return p(r)},[p]),t,o),w=React.useRef(n);return m(w.current,n)||(g(n),w.current=n),[d,g]}function f$1(r,n,t){var u=void 0===t?{}:t,e=u.leading,i=u.trailing;return c(r,n,{maxWait:n,leading:void 0===e||e,trailing:void 0===i||i})}
|
|
37089
37071
|
|
|
37090
37072
|
var index_module = /*#__PURE__*/Object.freeze({
|
|
37091
|
-
|
|
37092
|
-
|
|
37093
|
-
|
|
37094
|
-
|
|
37073
|
+
__proto__: null,
|
|
37074
|
+
useDebounce: o,
|
|
37075
|
+
useDebouncedCallback: c,
|
|
37076
|
+
useThrottledCallback: f$1
|
|
37095
37077
|
});
|
|
37096
37078
|
|
|
37097
37079
|
var require$$1$5 = /*@__PURE__*/getAugmentedNamespace(index_module);
|
|
@@ -37804,16 +37786,16 @@ function version(uuid) {
|
|
|
37804
37786
|
}
|
|
37805
37787
|
|
|
37806
37788
|
var esmBrowser = /*#__PURE__*/Object.freeze({
|
|
37807
|
-
|
|
37808
|
-
|
|
37809
|
-
|
|
37810
|
-
|
|
37811
|
-
|
|
37812
|
-
|
|
37813
|
-
|
|
37814
|
-
|
|
37815
|
-
|
|
37816
|
-
|
|
37789
|
+
__proto__: null,
|
|
37790
|
+
NIL: nil,
|
|
37791
|
+
parse: parse,
|
|
37792
|
+
stringify: stringify,
|
|
37793
|
+
v1: v1,
|
|
37794
|
+
v3: v3$1,
|
|
37795
|
+
v4: v4,
|
|
37796
|
+
v5: v5$1,
|
|
37797
|
+
validate: validate,
|
|
37798
|
+
version: version
|
|
37817
37799
|
});
|
|
37818
37800
|
|
|
37819
37801
|
var require$$1$4 = /*@__PURE__*/getAugmentedNamespace(esmBrowser);
|
|
@@ -37832,8 +37814,8 @@ useUuid$1.useUuid = useUuid;
|
|
|
37832
37814
|
var Tooltip_module = {"tooltip":"Tooltip-module_tooltip__80yPv","tooltipContent":"Tooltip-module_tooltipContent__gXHKT","default":"Tooltip-module_default__oLBfa","informative":"Tooltip-module_informative__Lw2ZJ","positive":"Tooltip-module_positive__31-es","cautionary":"Tooltip-module_cautionary__jr2QQ","highlight":"Tooltip-module_highlight__b5HMe","arrow":"Tooltip-module_arrow__LWe4h","arrowInner":"Tooltip-module_arrowInner__whQvw","arrowMain":"Tooltip-module_arrowMain__VSut6","arrowShadow":"Tooltip-module_arrowShadow__cwgsV","displayInline":"Tooltip-module_displayInline__iojZb","displayBlock":"Tooltip-module_displayBlock__RfmWl","displayInlineBlock":"Tooltip-module_displayInlineBlock__2q-e6","displayFlex":"Tooltip-module_displayFlex__orTOm","displayInlineFlex":"Tooltip-module_displayInlineFlex__z-4AS"};
|
|
37833
37815
|
|
|
37834
37816
|
var Tooltip_module$1 = /*#__PURE__*/Object.freeze({
|
|
37835
|
-
|
|
37836
|
-
|
|
37817
|
+
__proto__: null,
|
|
37818
|
+
default: Tooltip_module
|
|
37837
37819
|
});
|
|
37838
37820
|
|
|
37839
37821
|
var require$$6$1 = /*@__PURE__*/getAugmentedNamespace(Tooltip_module$1);
|
|
@@ -38081,7 +38063,7 @@ var ClearIcon = function(props) {
|
|
|
38081
38063
|
);
|
|
38082
38064
|
};
|
|
38083
38065
|
|
|
38084
|
-
var styles$
|
|
38066
|
+
var styles$5 = {"buttonGroup":"ButtonGroup-module_buttonGroup__bsy2X","child":"ButtonGroup-module_child__K6AP-","firstChild":"ButtonGroup-module_firstChild__uEn1j","lastChild":"ButtonGroup-module_lastChild__Vicsx"};
|
|
38085
38067
|
|
|
38086
38068
|
var isFilterButton = function(node) {
|
|
38087
38069
|
return React.isValidElement(node) && node.type === FilterButtonBase;
|
|
@@ -38089,11 +38071,11 @@ var isFilterButton = function(node) {
|
|
|
38089
38071
|
var ButtonGroup = function(_a) {
|
|
38090
38072
|
var children = _a.children, classNameOverride = _a.classNameOverride, restProps = index.__rest(_a, ["children", "classNameOverride"]);
|
|
38091
38073
|
var childCount = React.Children.count(children);
|
|
38092
|
-
var containerProps = index.__assign({ role: "group", className: index.classNames(styles$
|
|
38074
|
+
var containerProps = index.__assign({ role: "group", className: index.classNames(styles$5.buttonGroup, classNameOverride) }, restProps);
|
|
38093
38075
|
if (childCount === 1)
|
|
38094
38076
|
return React.createElement("div", index.__assign({}, containerProps), children);
|
|
38095
38077
|
return React.createElement("div", index.__assign({}, containerProps), React.Children.map(children, function(child, index$1) {
|
|
38096
|
-
var buttonClassNames = index.classNames(styles$
|
|
38078
|
+
var buttonClassNames = index.classNames(styles$5.child, index$1 === 0 && styles$5.firstChild, index$1 === childCount - 1 && styles$5.lastChild, child.props.classNameOverride);
|
|
38097
38079
|
if (child.type === tooltip.Tooltip) {
|
|
38098
38080
|
var button = child.props.children;
|
|
38099
38081
|
if (isFilterButton(button)) {
|
|
@@ -38232,15 +38214,15 @@ function $458b0a5536c1a7cf$export$40bfa8c7b0832715(value, defaultValue, onChange
|
|
|
38232
38214
|
// being on the page at once, the prefix is set to a random number. SSRProvider
|
|
38233
38215
|
// will reset this to zero for consistency between server and client, so in the
|
|
38234
38216
|
// SSR case multiple copies of React Aria is not supported.
|
|
38235
|
-
const $704cf1d3b684cc5c$var$defaultContext = {
|
|
38217
|
+
const $704cf1d3b684cc5c$var$defaultContext$1 = {
|
|
38236
38218
|
prefix: String(Math.round(Math.random() * 10000000000)),
|
|
38237
38219
|
current: 0
|
|
38238
38220
|
};
|
|
38239
|
-
const $704cf1d3b684cc5c$var$SSRContext = /*#__PURE__*/ (React).createContext($704cf1d3b684cc5c$var$defaultContext);
|
|
38221
|
+
const $704cf1d3b684cc5c$var$SSRContext$1 = /*#__PURE__*/ (React).createContext($704cf1d3b684cc5c$var$defaultContext$1);
|
|
38240
38222
|
let $704cf1d3b684cc5c$var$canUseDOM = Boolean(typeof window !== "undefined" && window.document && window.document.createElement);
|
|
38241
38223
|
let $704cf1d3b684cc5c$var$componentIds = new WeakMap();
|
|
38242
38224
|
function $704cf1d3b684cc5c$var$useCounter(isDisabled = false) {
|
|
38243
|
-
let ctx = (React.useContext)($704cf1d3b684cc5c$var$SSRContext);
|
|
38225
|
+
let ctx = (React.useContext)($704cf1d3b684cc5c$var$SSRContext$1);
|
|
38244
38226
|
let ref = (React.useRef)(null);
|
|
38245
38227
|
if (ref.current === null && !isDisabled) {
|
|
38246
38228
|
var _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, _React___SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED_ReactCurrentOwner;
|
|
@@ -38275,27 +38257,13 @@ function $704cf1d3b684cc5c$var$useCounter(isDisabled = false) {
|
|
|
38275
38257
|
return ref.current;
|
|
38276
38258
|
}
|
|
38277
38259
|
function $704cf1d3b684cc5c$export$619500959fc48b26(defaultId) {
|
|
38278
|
-
let ctx = (React.useContext)($704cf1d3b684cc5c$var$SSRContext);
|
|
38260
|
+
let ctx = (React.useContext)($704cf1d3b684cc5c$var$SSRContext$1);
|
|
38279
38261
|
// If we are rendering in a non-DOM environment, and there's no SSRProvider,
|
|
38280
38262
|
// provide a warning to hint to the developer to add one.
|
|
38281
|
-
if (ctx === $704cf1d3b684cc5c$var$defaultContext && !$704cf1d3b684cc5c$var$canUseDOM) console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");
|
|
38263
|
+
if (ctx === $704cf1d3b684cc5c$var$defaultContext$1 && !$704cf1d3b684cc5c$var$canUseDOM) console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");
|
|
38282
38264
|
let counter = $704cf1d3b684cc5c$var$useCounter(!!defaultId);
|
|
38283
38265
|
return defaultId || `react-aria${ctx.prefix}-${counter}`;
|
|
38284
38266
|
}
|
|
38285
|
-
function $704cf1d3b684cc5c$export$535bd6ca7f90a273() {
|
|
38286
|
-
let cur = (React.useContext)($704cf1d3b684cc5c$var$SSRContext);
|
|
38287
|
-
let isInSSRContext = cur !== $704cf1d3b684cc5c$var$defaultContext;
|
|
38288
|
-
let [isSSR, setIsSSR] = (React.useState)(isInSSRContext);
|
|
38289
|
-
// If on the client, and the component was initially server rendered,
|
|
38290
|
-
// then schedule a layout effect to update the component after hydration.
|
|
38291
|
-
if (typeof window !== "undefined" && isInSSRContext) // This if statement technically breaks the rules of hooks, but is safe
|
|
38292
|
-
// because the condition never changes after mounting.
|
|
38293
|
-
// eslint-disable-next-line react-hooks/rules-of-hooks
|
|
38294
|
-
(React.useLayoutEffect)(()=>{
|
|
38295
|
-
setIsSSR(false);
|
|
38296
|
-
}, []);
|
|
38297
|
-
return isSSR;
|
|
38298
|
-
}
|
|
38299
38267
|
|
|
38300
38268
|
function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function clsx(){for(var e,t,f=0,n="";f<arguments.length;)(e=arguments[f++])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}
|
|
38301
38269
|
|
|
@@ -41183,6 +41151,55 @@ function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
|
|
|
41183
41151
|
};
|
|
41184
41152
|
}
|
|
41185
41153
|
|
|
41154
|
+
/*
|
|
41155
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
41156
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
41157
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
41158
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
41159
|
+
*
|
|
41160
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
41161
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
41162
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
41163
|
+
* governing permissions and limitations under the License.
|
|
41164
|
+
*/ /*
|
|
41165
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
41166
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
41167
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
41168
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
41169
|
+
*
|
|
41170
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
41171
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
41172
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
41173
|
+
* governing permissions and limitations under the License.
|
|
41174
|
+
*/ // We must avoid a circular dependency with @react-aria/utils, and this useLayoutEffect is
|
|
41175
|
+
// guarded by a check that it only runs on the client side.
|
|
41176
|
+
// eslint-disable-next-line rulesdir/useLayoutEffectRule
|
|
41177
|
+
|
|
41178
|
+
// Default context value to use in case there is no SSRProvider. This is fine for
|
|
41179
|
+
// client-only apps. In order to support multiple copies of React Aria potentially
|
|
41180
|
+
// being on the page at once, the prefix is set to a random number. SSRProvider
|
|
41181
|
+
// will reset this to zero for consistency between server and client, so in the
|
|
41182
|
+
// SSR case multiple copies of React Aria is not supported.
|
|
41183
|
+
const $704cf1d3b684cc5c$var$defaultContext = {
|
|
41184
|
+
prefix: String(Math.round(Math.random() * 10000000000)),
|
|
41185
|
+
current: 0
|
|
41186
|
+
};
|
|
41187
|
+
const $704cf1d3b684cc5c$var$SSRContext = /*#__PURE__*/ (React).createContext($704cf1d3b684cc5c$var$defaultContext);
|
|
41188
|
+
function $704cf1d3b684cc5c$export$535bd6ca7f90a273() {
|
|
41189
|
+
let cur = (React.useContext)($704cf1d3b684cc5c$var$SSRContext);
|
|
41190
|
+
let isInSSRContext = cur !== $704cf1d3b684cc5c$var$defaultContext;
|
|
41191
|
+
let [isSSR, setIsSSR] = (React.useState)(isInSSRContext);
|
|
41192
|
+
// If on the client, and the component was initially server rendered,
|
|
41193
|
+
// then schedule a layout effect to update the component after hydration.
|
|
41194
|
+
if (typeof window !== "undefined" && isInSSRContext) // This if statement technically breaks the rules of hooks, but is safe
|
|
41195
|
+
// because the condition never changes after mounting.
|
|
41196
|
+
// eslint-disable-next-line react-hooks/rules-of-hooks
|
|
41197
|
+
(React.useLayoutEffect)(()=>{
|
|
41198
|
+
setIsSSR(false);
|
|
41199
|
+
}, []);
|
|
41200
|
+
return isSSR;
|
|
41201
|
+
}
|
|
41202
|
+
|
|
41186
41203
|
/*
|
|
41187
41204
|
* Copyright 2022 Adobe. All rights reserved.
|
|
41188
41205
|
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
@@ -44621,94 +44638,235 @@ function $af383d3bef1cfdc9$export$c3f9f39876e4bc7(props) {
|
|
|
44621
44638
|
};
|
|
44622
44639
|
}
|
|
44623
44640
|
|
|
44624
|
-
var styles$
|
|
44641
|
+
var styles$4 = {"listBox":"ListBox-module_listBox__FQ9sQ","focus":"ListBox-module_focus__Tm-jn"};
|
|
44625
44642
|
|
|
44626
44643
|
var ListBox = function(_a) {
|
|
44627
44644
|
var children = _a.children, menuProps = _a.menuProps, classNameOverride = _a.classNameOverride, restProps = index.__rest(_a, ["children", "menuProps", "classNameOverride"]);
|
|
44628
44645
|
var state = useSelectContext().state;
|
|
44629
44646
|
var ref = React.useRef(null);
|
|
44630
44647
|
var listBoxProps = $c132121280ec012d$export$50eacbbf140a3141(index.__assign(index.__assign({}, menuProps), { disallowEmptySelection: true, autoFocus: "first" }), state, ref).listBoxProps;
|
|
44631
|
-
return React.createElement("ul", index.__assign({ ref, className: index.classNames(styles$
|
|
44648
|
+
return React.createElement("ul", index.__assign({ ref, className: index.classNames(styles$4.listBox, classNameOverride) }, listBoxProps, restProps), children);
|
|
44632
44649
|
};
|
|
44633
44650
|
ListBox.displayName = "ListBox";
|
|
44634
44651
|
|
|
44635
|
-
var
|
|
44636
|
-
|
|
44637
|
-
var
|
|
44638
|
-
|
|
44639
|
-
var
|
|
44640
|
-
|
|
44641
|
-
var
|
|
44642
|
-
|
|
44643
|
-
var
|
|
44644
|
-
|
|
44645
|
-
|
|
44646
|
-
|
|
44647
|
-
|
|
44648
|
-
|
|
44649
|
-
|
|
44650
|
-
|
|
44651
|
-
|
|
44652
|
-
|
|
44653
|
-
|
|
44654
|
-
|
|
44655
|
-
|
|
44656
|
-
|
|
44657
|
-
|
|
44658
|
-
|
|
44659
|
-
|
|
44660
|
-
|
|
44661
|
-
|
|
44662
|
-
|
|
44663
|
-
|
|
44664
|
-
|
|
44665
|
-
|
|
44666
|
-
|
|
44667
|
-
|
|
44668
|
-
|
|
44669
|
-
|
|
44670
|
-
|
|
44671
|
-
|
|
44672
|
-
|
|
44673
|
-
|
|
44674
|
-
|
|
44675
|
-
|
|
44676
|
-
|
|
44677
|
-
|
|
44678
|
-
|
|
44679
|
-
|
|
44680
|
-
|
|
44681
|
-
|
|
44682
|
-
|
|
44683
|
-
|
|
44684
|
-
|
|
44685
|
-
|
|
44686
|
-
|
|
44687
|
-
|
|
44688
|
-
|
|
44689
|
-
|
|
44690
|
-
|
|
44691
|
-
|
|
44692
|
-
|
|
44693
|
-
|
|
44694
|
-
|
|
44695
|
-
|
|
44696
|
-
|
|
44697
|
-
|
|
44698
|
-
|
|
44699
|
-
|
|
44700
|
-
|
|
44701
|
-
|
|
44702
|
-
|
|
44703
|
-
|
|
44704
|
-
|
|
44705
|
-
|
|
44706
|
-
|
|
44707
|
-
|
|
44708
|
-
|
|
44709
|
-
|
|
44710
|
-
|
|
44711
|
-
|
|
44652
|
+
var typography = {};
|
|
44653
|
+
|
|
44654
|
+
var Heading$1 = {};
|
|
44655
|
+
|
|
44656
|
+
var Heading = {};
|
|
44657
|
+
|
|
44658
|
+
var Heading_module = {"heading":"Heading-module_heading__Fe11y","display-0":"Heading-module_display-0__As5Ny","heading-1":"Heading-module_heading-1__fMzkm","heading-2":"Heading-module_heading-2__bgkcr","heading-3":"Heading-module_heading-3__ZRUkC","heading-4":"Heading-module_heading-4__XbONZ","heading-5":"Heading-module_heading-5__fj2Gb","heading-6":"Heading-module_heading-6__Cmand","dark":"Heading-module_dark__9m1Av","dark-reduced-opacity":"Heading-module_dark-reduced-opacity__APHzM","white":"Heading-module_white__6Flbw","white-reduced-opacity":"Heading-module_white-reduced-opacity__-3jNg","positive":"Heading-module_positive__uTfoL","small":"Heading-module_small__I8UMW","large":"Heading-module_large__wKrUS","negative":"Heading-module_negative__hcnMm"};
|
|
44659
|
+
|
|
44660
|
+
var Heading_module$1 = /*#__PURE__*/Object.freeze({
|
|
44661
|
+
__proto__: null,
|
|
44662
|
+
default: Heading_module
|
|
44663
|
+
});
|
|
44664
|
+
|
|
44665
|
+
var require$$2$4 = /*@__PURE__*/getAugmentedNamespace(Heading_module$1);
|
|
44666
|
+
|
|
44667
|
+
(function(exports) {
|
|
44668
|
+
var __assign = commonjsGlobal && commonjsGlobal.__assign || function() {
|
|
44669
|
+
__assign = Object.assign || function(t) {
|
|
44670
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
44671
|
+
s = arguments[i];
|
|
44672
|
+
for (var p in s)
|
|
44673
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
44674
|
+
t[p] = s[p];
|
|
44675
|
+
}
|
|
44676
|
+
return t;
|
|
44677
|
+
};
|
|
44678
|
+
return __assign.apply(this, arguments);
|
|
44679
|
+
};
|
|
44680
|
+
var __rest = commonjsGlobal && commonjsGlobal.__rest || function(s, e) {
|
|
44681
|
+
var t = {};
|
|
44682
|
+
for (var p in s)
|
|
44683
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
44684
|
+
t[p] = s[p];
|
|
44685
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
44686
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
44687
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
44688
|
+
t[p[i]] = s[p[i]];
|
|
44689
|
+
}
|
|
44690
|
+
return t;
|
|
44691
|
+
};
|
|
44692
|
+
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
44693
|
+
return mod && mod.__esModule ? mod : { "default": mod };
|
|
44694
|
+
};
|
|
44695
|
+
exports.__esModule = true;
|
|
44696
|
+
exports.Heading = void 0;
|
|
44697
|
+
var react_1 = React;
|
|
44698
|
+
var classnames_1 = __importDefault(index.classnamesExports);
|
|
44699
|
+
var Heading_module_scss_1 = __importDefault(require$$2$4);
|
|
44700
|
+
var VARIANTS_24PX_OR_GREATER = ["display-0", "heading-1", "heading-2"];
|
|
44701
|
+
var Heading = function(_a) {
|
|
44702
|
+
var children = _a.children, tag = _a.tag, variant = _a.variant, _b = _a.color, color = _b === void 0 ? "dark" : _b, classNameOverride = _a.classNameOverride, restProps = __rest(_a, ["children", "tag", "variant", "color", "classNameOverride"]);
|
|
44703
|
+
var inferredTag = tag === void 0 ? translateHeadingLevelToTag(variant) : tag;
|
|
44704
|
+
var className = (0, classnames_1["default"])([
|
|
44705
|
+
Heading_module_scss_1["default"].heading,
|
|
44706
|
+
Heading_module_scss_1["default"][variant],
|
|
44707
|
+
classNameOverride,
|
|
44708
|
+
Heading_module_scss_1["default"][color],
|
|
44709
|
+
VARIANTS_24PX_OR_GREATER.includes(variant) ? Heading_module_scss_1["default"].large : Heading_module_scss_1["default"].small
|
|
44710
|
+
]);
|
|
44711
|
+
return (0, react_1.createElement)(inferredTag, __assign(__assign({}, restProps), { className }), children);
|
|
44712
|
+
};
|
|
44713
|
+
exports.Heading = Heading;
|
|
44714
|
+
exports.Heading.displayName = "Heading";
|
|
44715
|
+
var translateHeadingLevelToTag = function(headingLevel) {
|
|
44716
|
+
switch (headingLevel) {
|
|
44717
|
+
case "display-0":
|
|
44718
|
+
case "heading-1":
|
|
44719
|
+
return "h1";
|
|
44720
|
+
case "heading-2":
|
|
44721
|
+
return "h2";
|
|
44722
|
+
case "heading-3":
|
|
44723
|
+
return "h3";
|
|
44724
|
+
case "heading-4":
|
|
44725
|
+
return "h4";
|
|
44726
|
+
case "heading-5":
|
|
44727
|
+
return "h5";
|
|
44728
|
+
case "heading-6":
|
|
44729
|
+
default:
|
|
44730
|
+
return "h6";
|
|
44731
|
+
}
|
|
44732
|
+
};
|
|
44733
|
+
})(Heading);
|
|
44734
|
+
|
|
44735
|
+
(function(exports) {
|
|
44736
|
+
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
44737
|
+
if (k2 === void 0)
|
|
44738
|
+
k2 = k;
|
|
44739
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
44740
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
44741
|
+
desc = { enumerable: true, get: function() {
|
|
44742
|
+
return m[k];
|
|
44743
|
+
} };
|
|
44744
|
+
}
|
|
44745
|
+
Object.defineProperty(o, k2, desc);
|
|
44746
|
+
} : function(o, m, k, k2) {
|
|
44747
|
+
if (k2 === void 0)
|
|
44748
|
+
k2 = k;
|
|
44749
|
+
o[k2] = m[k];
|
|
44750
|
+
});
|
|
44751
|
+
var __exportStar = commonjsGlobal && commonjsGlobal.__exportStar || function(m, exports2) {
|
|
44752
|
+
for (var p in m)
|
|
44753
|
+
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p))
|
|
44754
|
+
__createBinding(exports2, m, p);
|
|
44755
|
+
};
|
|
44756
|
+
exports.__esModule = true;
|
|
44757
|
+
__exportStar(Heading, exports);
|
|
44758
|
+
})(Heading$1);
|
|
44759
|
+
|
|
44760
|
+
var Paragraph$1 = {};
|
|
44761
|
+
|
|
44762
|
+
var Paragraph = {};
|
|
44763
|
+
|
|
44764
|
+
var Paragraph_module = {"paragraph":"Paragraph-module_paragraph__4W6qH","intro-lede":"Paragraph-module_intro-lede__uFhW-","body":"Paragraph-module_body__0R0qn","small":"Paragraph-module_small__GQQjR","extra-small":"Paragraph-module_extra-small__Nx9pp","dark":"Paragraph-module_dark__x5bRT","dark-reduced-opacity":"Paragraph-module_dark-reduced-opacity__6jIPJ","white":"Paragraph-module_white__geIrR","white-reduced-opacity":"Paragraph-module_white-reduced-opacity__2Q7c7","positive":"Paragraph-module_positive__mC-GU","negative":"Paragraph-module_negative__KoAoh"};
|
|
44765
|
+
|
|
44766
|
+
var Paragraph_module$1 = /*#__PURE__*/Object.freeze({
|
|
44767
|
+
__proto__: null,
|
|
44768
|
+
default: Paragraph_module
|
|
44769
|
+
});
|
|
44770
|
+
|
|
44771
|
+
var require$$2$3 = /*@__PURE__*/getAugmentedNamespace(Paragraph_module$1);
|
|
44772
|
+
|
|
44773
|
+
(function(exports) {
|
|
44774
|
+
var __assign = commonjsGlobal && commonjsGlobal.__assign || function() {
|
|
44775
|
+
__assign = Object.assign || function(t) {
|
|
44776
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
44777
|
+
s = arguments[i];
|
|
44778
|
+
for (var p in s)
|
|
44779
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
44780
|
+
t[p] = s[p];
|
|
44781
|
+
}
|
|
44782
|
+
return t;
|
|
44783
|
+
};
|
|
44784
|
+
return __assign.apply(this, arguments);
|
|
44785
|
+
};
|
|
44786
|
+
var __rest = commonjsGlobal && commonjsGlobal.__rest || function(s, e) {
|
|
44787
|
+
var t = {};
|
|
44788
|
+
for (var p in s)
|
|
44789
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
44790
|
+
t[p] = s[p];
|
|
44791
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
44792
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
44793
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
44794
|
+
t[p[i]] = s[p[i]];
|
|
44795
|
+
}
|
|
44796
|
+
return t;
|
|
44797
|
+
};
|
|
44798
|
+
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
44799
|
+
return mod && mod.__esModule ? mod : { "default": mod };
|
|
44800
|
+
};
|
|
44801
|
+
exports.__esModule = true;
|
|
44802
|
+
exports.Paragraph = void 0;
|
|
44803
|
+
var react_1 = React;
|
|
44804
|
+
var classnames_1 = __importDefault(index.classnamesExports);
|
|
44805
|
+
var Paragraph_module_scss_1 = __importDefault(require$$2$3);
|
|
44806
|
+
var Paragraph = function(_a) {
|
|
44807
|
+
var children = _a.children, tag = _a.tag, variant = _a.variant, _b = _a.color, color = _b === void 0 ? "dark" : _b, classNameOverride = _a.classNameOverride, restProps = __rest(_a, ["children", "tag", "variant", "color", "classNameOverride"]);
|
|
44808
|
+
var className = (0, classnames_1["default"])([
|
|
44809
|
+
Paragraph_module_scss_1["default"].paragraph,
|
|
44810
|
+
Paragraph_module_scss_1["default"][variant],
|
|
44811
|
+
Paragraph_module_scss_1["default"][color],
|
|
44812
|
+
classNameOverride
|
|
44813
|
+
]);
|
|
44814
|
+
return (0, react_1.createElement)(tag === void 0 ? "p" : tag, __assign(__assign({}, restProps), { className }), children);
|
|
44815
|
+
};
|
|
44816
|
+
exports.Paragraph = Paragraph;
|
|
44817
|
+
exports.Paragraph.displayName = "Paragraph";
|
|
44818
|
+
})(Paragraph);
|
|
44819
|
+
|
|
44820
|
+
(function(exports) {
|
|
44821
|
+
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
44822
|
+
if (k2 === void 0)
|
|
44823
|
+
k2 = k;
|
|
44824
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
44825
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
44826
|
+
desc = { enumerable: true, get: function() {
|
|
44827
|
+
return m[k];
|
|
44828
|
+
} };
|
|
44829
|
+
}
|
|
44830
|
+
Object.defineProperty(o, k2, desc);
|
|
44831
|
+
} : function(o, m, k, k2) {
|
|
44832
|
+
if (k2 === void 0)
|
|
44833
|
+
k2 = k;
|
|
44834
|
+
o[k2] = m[k];
|
|
44835
|
+
});
|
|
44836
|
+
var __exportStar = commonjsGlobal && commonjsGlobal.__exportStar || function(m, exports2) {
|
|
44837
|
+
for (var p in m)
|
|
44838
|
+
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p))
|
|
44839
|
+
__createBinding(exports2, m, p);
|
|
44840
|
+
};
|
|
44841
|
+
exports.__esModule = true;
|
|
44842
|
+
__exportStar(Paragraph, exports);
|
|
44843
|
+
})(Paragraph$1);
|
|
44844
|
+
|
|
44845
|
+
(function(exports) {
|
|
44846
|
+
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
44847
|
+
if (k2 === void 0)
|
|
44848
|
+
k2 = k;
|
|
44849
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
44850
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
44851
|
+
desc = { enumerable: true, get: function() {
|
|
44852
|
+
return m[k];
|
|
44853
|
+
} };
|
|
44854
|
+
}
|
|
44855
|
+
Object.defineProperty(o, k2, desc);
|
|
44856
|
+
} : function(o, m, k, k2) {
|
|
44857
|
+
if (k2 === void 0)
|
|
44858
|
+
k2 = k;
|
|
44859
|
+
o[k2] = m[k];
|
|
44860
|
+
});
|
|
44861
|
+
var __exportStar = commonjsGlobal && commonjsGlobal.__exportStar || function(m, exports2) {
|
|
44862
|
+
for (var p in m)
|
|
44863
|
+
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p))
|
|
44864
|
+
__createBinding(exports2, m, p);
|
|
44865
|
+
};
|
|
44866
|
+
exports.__esModule = true;
|
|
44867
|
+
__exportStar(Heading$1, exports);
|
|
44868
|
+
__exportStar(Paragraph$1, exports);
|
|
44869
|
+
})(typography);
|
|
44712
44870
|
|
|
44713
44871
|
var componentLibrary = {};
|
|
44714
44872
|
|
|
@@ -44721,17 +44879,17 @@ var Dropdown = {};
|
|
|
44721
44879
|
var img$2 = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e%3csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3c!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3e %3ctitle%3eIcons/Directional/chevron-down%3c/title%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs%3e %3cpolygon id='path-1' points='6.17916667 6.84500003 10 10.746733 13.8208333 6.84500003 15 8.04913353 10 13.155 5 8.04913353'%3e%3c/polygon%3e %3c/defs%3e %3cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Icons/Directional/chevron-down'%3e %3cmask id='mask-2' fill='white'%3e %3cuse xlink:href='%23path-1'%3e%3c/use%3e %3c/mask%3e %3cuse fill='black' xlink:href='%23path-1'%3e%3c/use%3e %3c/g%3e %3c/g%3e%3c/svg%3e";
|
|
44722
44880
|
|
|
44723
44881
|
var chevronDown_icon = /*#__PURE__*/Object.freeze({
|
|
44724
|
-
|
|
44725
|
-
|
|
44882
|
+
__proto__: null,
|
|
44883
|
+
default: img$2
|
|
44726
44884
|
});
|
|
44727
44885
|
|
|
44728
|
-
var require$$2$
|
|
44886
|
+
var require$$2$2 = /*@__PURE__*/getAugmentedNamespace(chevronDown_icon);
|
|
44729
44887
|
|
|
44730
44888
|
var img$1 = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e%3csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3c!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch --%3e %3ctitle%3emeatballs%3c/title%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs%3e %3cpath d='M4%2c8 C2.9%2c8 2%2c8.9 2%2c10 C2%2c11.1 2.9%2c12 4%2c12 C5.1%2c12 6%2c11.1 6%2c10 C6%2c8.9 5.1%2c8 4%2c8 L4%2c8 Z M16%2c8 C14.9%2c8 14%2c8.9 14%2c10 C14%2c11.1 14.9%2c12 16%2c12 C17.1%2c12 18%2c11.1 18%2c10 C18%2c8.9 17.1%2c8 16%2c8 L16%2c8 Z M10%2c8 C8.9%2c8 8%2c8.9 8%2c10 C8%2c11.1 8.9%2c12 10%2c12 C11.1%2c12 12%2c11.1 12%2c10 C12%2c8.9 11.1%2c8 10%2c8 L10%2c8 Z' id='path-1'%3e%3c/path%3e %3c/defs%3e %3cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='meatballs'%3e %3cmask id='mask-2' fill='white'%3e %3cuse xlink:href='%23path-1'%3e%3c/use%3e %3c/mask%3e %3cuse id='Icons/Actions/metballs' fill='black' xlink:href='%23path-1'%3e%3c/use%3e %3c/g%3e %3c/g%3e%3c/svg%3e";
|
|
44731
44889
|
|
|
44732
44890
|
var ellipsis_icon = /*#__PURE__*/Object.freeze({
|
|
44733
|
-
|
|
44734
|
-
|
|
44891
|
+
__proto__: null,
|
|
44892
|
+
default: img$1
|
|
44735
44893
|
});
|
|
44736
44894
|
|
|
44737
44895
|
var require$$3$1 = /*@__PURE__*/getAugmentedNamespace(ellipsis_icon);
|
|
@@ -44765,8 +44923,8 @@ var console$1 = {};
|
|
|
44765
44923
|
var Icon_module = {"icon":"Icon-module_icon__1r20x","inheritSize":"Icon-module_inheritSize__xtkKA","interactiveIconWrapper":"Icon-module_interactiveIconWrapper__ieTrE","disabled":"Icon-module_disabled__bqMQV","hover":"Icon-module_hover__EdRCd","active":"Icon-module_active__d47mz","reversedInteractiveIconWrapper":"Icon-module_reversedInteractiveIconWrapper__sZ6CO Icon-module_interactiveIconWrapper__ieTrE"};
|
|
44766
44924
|
|
|
44767
44925
|
var Icon_module$1 = /*#__PURE__*/Object.freeze({
|
|
44768
|
-
|
|
44769
|
-
|
|
44926
|
+
__proto__: null,
|
|
44927
|
+
default: Icon_module
|
|
44770
44928
|
});
|
|
44771
44929
|
|
|
44772
44930
|
var require$$3 = /*@__PURE__*/getAugmentedNamespace(Icon_module$1);
|
|
@@ -44816,22 +44974,16 @@ var require$$3 = /*@__PURE__*/getAugmentedNamespace(Icon_module$1);
|
|
|
44816
44974
|
Assistive technologies that enable vision-impaired users to read web pages
|
|
44817
44975
|
can treat images (including icons) as either decorative or meaningful. Only
|
|
44818
44976
|
images with a role of "img" (meaningful) will be read aloud to the user.
|
|
44819
|
-
These images must therefore have a
|
|
44820
|
-
will be read aloud.
|
|
44977
|
+
These images must therefore have a aria-label attribute to provide the text
|
|
44978
|
+
that will be read aloud.
|
|
44821
44979
|
|
|
44822
44980
|
Either add the missing title prop, or set this icon's role to
|
|
44823
44981
|
"presentation" to indicate it is not meaningful.
|
|
44824
44982
|
`);
|
|
44825
44983
|
}
|
|
44826
|
-
var renderTitle = function() {
|
|
44827
|
-
return isMeaningfulImg && !!title && react_1["default"].createElement("title", null, title);
|
|
44828
|
-
};
|
|
44829
|
-
var renderDesc = function() {
|
|
44830
|
-
return isMeaningfulImg && !!desc && react_1["default"].createElement("desc", null, desc);
|
|
44831
|
-
};
|
|
44832
44984
|
var accessibilityProps = (_b = {
|
|
44833
44985
|
role
|
|
44834
|
-
}, _b["aria-hidden"] = isMeaningfulImg ? void 0 : true, _b);
|
|
44986
|
+
}, _b["aria-hidden"] = isMeaningfulImg ? void 0 : true, _b["aria-label"] = isMeaningfulImg && !!title ? title : void 0, _b);
|
|
44835
44987
|
return react_1["default"].createElement(
|
|
44836
44988
|
"svg",
|
|
44837
44989
|
__assign({
|
|
@@ -44841,8 +44993,7 @@ var require$$3 = /*@__PURE__*/getAugmentedNamespace(Icon_module$1);
|
|
|
44841
44993
|
// See http://simplyaccessible.com/article/7-solutions-svgs/#acc-heading-4
|
|
44842
44994
|
focusable: "false"
|
|
44843
44995
|
}, accessibilityProps, props),
|
|
44844
|
-
|
|
44845
|
-
renderDesc(),
|
|
44996
|
+
isMeaningfulImg && !!desc ? react_1["default"].createElement("desc", null, desc) : null,
|
|
44846
44997
|
react_1["default"].createElement("use", { xlinkHref: "#".concat(icon.id) })
|
|
44847
44998
|
);
|
|
44848
44999
|
};
|
|
@@ -44880,8 +45031,8 @@ var DropdownMenu = {};
|
|
|
44880
45031
|
var Dropdown_module = {"dropdown":"Dropdown-module_dropdown__09sgL","buttonReset":"Dropdown-module_buttonReset__O69sc","dropdownButton":"Dropdown-module_dropdownButton__FiRVW Dropdown-module_buttonReset__O69sc","dropdownControlAction":"Dropdown-module_dropdownControlAction__iWJog","dropdownIcon":"Dropdown-module_dropdownIcon__tZfDQ","dropdownLabel":"Dropdown-module_dropdownLabel__bpY-X","dropdownHoverArea":"Dropdown-module_dropdownHoverArea__M-Y-K","isOpen":"Dropdown-module_isOpen__Kf4XR","chevronIcon":"Dropdown-module_chevronIcon__Ieh4i","menuContainer":"Dropdown-module_menuContainer__xl9MT","reversedColor":"Dropdown-module_reversedColor__rGeiB"};
|
|
44881
45032
|
|
|
44882
45033
|
var Dropdown_module$1 = /*#__PURE__*/Object.freeze({
|
|
44883
|
-
|
|
44884
|
-
|
|
45034
|
+
__proto__: null,
|
|
45035
|
+
default: Dropdown_module
|
|
44885
45036
|
});
|
|
44886
45037
|
|
|
44887
45038
|
var require$$6 = /*@__PURE__*/getAugmentedNamespace(Dropdown_module$1);
|
|
@@ -45001,7 +45152,7 @@ var require$$6 = /*@__PURE__*/getAugmentedNamespace(Dropdown_module$1);
|
|
|
45001
45152
|
exports.__esModule = true;
|
|
45002
45153
|
var react_1 = __importDefault(React);
|
|
45003
45154
|
var classnames_1 = __importDefault(index.classnamesExports);
|
|
45004
|
-
var chevron_down_icon_svg_1 = __importDefault(require$$2$
|
|
45155
|
+
var chevron_down_icon_svg_1 = __importDefault(require$$2$2);
|
|
45005
45156
|
var ellipsis_icon_svg_1 = __importDefault(require$$3$1);
|
|
45006
45157
|
var Icon_1 = Icon$1;
|
|
45007
45158
|
var DropdownMenu_1 = __importDefault(DropdownMenu);
|
|
@@ -45137,8 +45288,8 @@ var Layout = {};
|
|
|
45137
45288
|
var Layout_module = {"root":"Layout-module_root__SgXZT","navigationBar":"Layout-module_navigationBar__1xbfp","page":"Layout-module_page__ZSTUO","header":"Layout-module_header__X1E96","footer":"Layout-module_footer__wFknz","body":"Layout-module_body__r1d-M","bodyInner":"Layout-module_bodyInner__e5WA6","sidebar":"Layout-module_sidebar__FSH-B","content":"Layout-module_content__6gaoR","toasts":"Layout-module_toasts__ZDy2G","announcers":"Layout-module_announcers__fAmmq"};
|
|
45138
45289
|
|
|
45139
45290
|
var Layout_module$1 = /*#__PURE__*/Object.freeze({
|
|
45140
|
-
|
|
45141
|
-
|
|
45291
|
+
__proto__: null,
|
|
45292
|
+
default: Layout_module
|
|
45142
45293
|
});
|
|
45143
45294
|
|
|
45144
45295
|
var require$$1$3 = /*@__PURE__*/getAugmentedNamespace(Layout_module$1);
|
|
@@ -45299,8 +45450,8 @@ var MenuList = {};
|
|
|
45299
45450
|
var Menu_module = {"menuList":"Menu-module_menuList__behqY","header":"Menu-module_header__MMpNm","header__title":"Menu-module_header__title__4QK0E","menuItem":"Menu-module_menuItem__0rlZg Icon-module_interactiveIconWrapper__ieTrE","menuItem--active":"Menu-module_menuItem--active__xr3IS Icon-module_active__d47mz","menuItem__Icon":"Menu-module_menuItem__Icon__SEvH-","menuItem--destructive":"Menu-module_menuItem--destructive__bg0qx","menuItem__Label":"Menu-module_menuItem__Label__KPrkg","hoverIcon":"Menu-module_hoverIcon__WCsbC","separator":"Menu-module_separator__RCRVm"};
|
|
45300
45451
|
|
|
45301
45452
|
var Menu_module$1 = /*#__PURE__*/Object.freeze({
|
|
45302
|
-
|
|
45303
|
-
|
|
45453
|
+
__proto__: null,
|
|
45454
|
+
default: Menu_module
|
|
45304
45455
|
});
|
|
45305
45456
|
|
|
45306
45457
|
var require$$1$2 = /*@__PURE__*/getAugmentedNamespace(Menu_module$1);
|
|
@@ -45440,11 +45591,11 @@ var Text = {};
|
|
|
45440
45591
|
var Text_module = {"page-title":"Text-module_page-title__LPGyH","default-style":"Text-module_default-style__wxvqC","title":"Text-module_title__zDZi1","display":"Text-module_display__4XAjg","heading":"Text-module_heading__bdw3r","lede":"Text-module_lede__rvztp","paragraph":"Text-module_paragraph__65c7w","body":"Text-module_body__5HknB","body-bold":"Text-module_body-bold__M2YFx","small":"Text-module_small__VBWdb","small-bold":"Text-module_small-bold__IFUAu","notification":"Text-module_notification__jl725","label":"Text-module_label__gUBTw","control-action":"Text-module_control-action__BErPr","button":"Text-module_button__nPbRH","inheritBaseline":"Text-module_inheritBaseline__D0Lfs","inline":"Text-module_inline__KlYw2","defaultStyle":"Text-module_defaultStyle__Tka8v Text-module_default-style__wxvqC","pageTitle":"Text-module_pageTitle__-NMTK Text-module_page-title__LPGyH","bodyBold":"Text-module_bodyBold__CCDF7 Text-module_body-bold__M2YFx","smallBold":"Text-module_smallBold__TdPug Text-module_small-bold__IFUAu","controlAction":"Text-module_controlAction__WB-Pz Text-module_control-action__BErPr","zen-display-0":"Text-module_zen-display-0__s1w7g","zen-heading-1":"Text-module_zen-heading-1__YX01A","zen-heading-2":"Text-module_zen-heading-2__JVOtq","zen-heading-3":"Text-module_zen-heading-3__JOT3q","zen-data-large":"Text-module_zen-data-large__EgwWh","zen-data-large-units":"Text-module_zen-data-large-units__lZjpK","zen-data-medium":"Text-module_zen-data-medium__wKodD","zen-data-medium-units":"Text-module_zen-data-medium-units__zh-e8","zen-data-small":"Text-module_zen-data-small__LtxHR","zen-data-small-units":"Text-module_zen-data-small-units__0RtFJ"};
|
|
45441
45592
|
|
|
45442
45593
|
var Text_module$1 = /*#__PURE__*/Object.freeze({
|
|
45443
|
-
|
|
45444
|
-
|
|
45594
|
+
__proto__: null,
|
|
45595
|
+
default: Text_module
|
|
45445
45596
|
});
|
|
45446
45597
|
|
|
45447
|
-
var require$$2 = /*@__PURE__*/getAugmentedNamespace(Text_module$1);
|
|
45598
|
+
var require$$2$1 = /*@__PURE__*/getAugmentedNamespace(Text_module$1);
|
|
45448
45599
|
|
|
45449
45600
|
(function(exports) {
|
|
45450
45601
|
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
@@ -45453,7 +45604,7 @@ var require$$2 = /*@__PURE__*/getAugmentedNamespace(Text_module$1);
|
|
|
45453
45604
|
exports.__esModule = true;
|
|
45454
45605
|
var react_1 = __importDefault(React);
|
|
45455
45606
|
var classnames_1 = __importDefault(index.classnamesExports);
|
|
45456
|
-
var Text_module_scss_1 = __importDefault(require$$2);
|
|
45607
|
+
var Text_module_scss_1 = __importDefault(require$$2$1);
|
|
45457
45608
|
var Text = function(_a) {
|
|
45458
45609
|
var _b;
|
|
45459
45610
|
var tag = _a.tag, children = _a.children, _c = _a.inheritBaseline, inheritBaseline = _c === void 0 ? false : _c, _d = _a.inline, inline = _d === void 0 ? false : _d, _e = _a.style, style = _e === void 0 ? "default-style" : _e;
|
|
@@ -45531,8 +45682,8 @@ util.convertFractionToString = convertFractionToString;
|
|
|
45531
45682
|
var Padding_module = {"p-0":"Padding-module_p-0__MEDlm","pt-0":"Padding-module_pt-0__2lPMY","pr-0":"Padding-module_pr-0__tgwOG","pb-0":"Padding-module_pb-0__h-og-","pl-0":"Padding-module_pl-0__KQQIN","p-0-point-25":"Padding-module_p-0-point-25__WR6Pl","pt-0-point-25":"Padding-module_pt-0-point-25__OHxwL","pr-0-point-25":"Padding-module_pr-0-point-25__dw3lt","pb-0-point-25":"Padding-module_pb-0-point-25__R-G37","pl-0-point-25":"Padding-module_pl-0-point-25__4H6f8","p-0-point-5":"Padding-module_p-0-point-5__5z-Tg","pt-0-point-5":"Padding-module_pt-0-point-5__BILAZ","pr-0-point-5":"Padding-module_pr-0-point-5__Qdc6L","pb-0-point-5":"Padding-module_pb-0-point-5__FJOcg","pl-0-point-5":"Padding-module_pl-0-point-5__gctiZ","p-0-point-75":"Padding-module_p-0-point-75__SCNgd","pt-0-point-75":"Padding-module_pt-0-point-75__Cve0I","pr-0-point-75":"Padding-module_pr-0-point-75__11l9x","pb-0-point-75":"Padding-module_pb-0-point-75__WfgDh","pl-0-point-75":"Padding-module_pl-0-point-75__YKbVF","p-1":"Padding-module_p-1__jIDUT","pt-1":"Padding-module_pt-1__r358b","pr-1":"Padding-module_pr-1__fdsMH","pb-1":"Padding-module_pb-1__gkHqH","pl-1":"Padding-module_pl-1__1fvrt","p-1-point-25":"Padding-module_p-1-point-25__9q2Tk","pt-1-point-25":"Padding-module_pt-1-point-25__uYpt3","pr-1-point-25":"Padding-module_pr-1-point-25__8xYeA","pb-1-point-25":"Padding-module_pb-1-point-25__JwIfB","pl-1-point-25":"Padding-module_pl-1-point-25__-w5XU","p-1-point-5":"Padding-module_p-1-point-5__LICS6","pt-1-point-5":"Padding-module_pt-1-point-5__p9H7t","pr-1-point-5":"Padding-module_pr-1-point-5__agJTp","pb-1-point-5":"Padding-module_pb-1-point-5__Ig7SW","pl-1-point-5":"Padding-module_pl-1-point-5__iBcnI","p-1-point-75":"Padding-module_p-1-point-75__lctpg","pt-1-point-75":"Padding-module_pt-1-point-75__MVIUz","pr-1-point-75":"Padding-module_pr-1-point-75__A-Ur-","pb-1-point-75":"Padding-module_pb-1-point-75__TctUk","pl-1-point-75":"Padding-module_pl-1-point-75__ahplz","p-2":"Padding-module_p-2__iEsEq","pt-2":"Padding-module_pt-2__-uaDE","pr-2":"Padding-module_pr-2__py781","pb-2":"Padding-module_pb-2__75eso","pl-2":"Padding-module_pl-2__4L8zZ","p-2-point-5":"Padding-module_p-2-point-5__fFM5N","pt-2-point-5":"Padding-module_pt-2-point-5__aDZvm","pr-2-point-5":"Padding-module_pr-2-point-5__H-fJW","pb-2-point-5":"Padding-module_pb-2-point-5__0oSvZ","pl-2-point-5":"Padding-module_pl-2-point-5__BGKgq","p-3":"Padding-module_p-3__LltVV","pt-3":"Padding-module_pt-3__Ew6IB","pr-3":"Padding-module_pr-3__ehVq5","pb-3":"Padding-module_pb-3__u8K7J","pl-3":"Padding-module_pl-3__GLx74","p-3-point-5":"Padding-module_p-3-point-5__PyzuE","pt-3-point-5":"Padding-module_pt-3-point-5__qKa2E","pr-3-point-5":"Padding-module_pr-3-point-5__xJlsH","pb-3-point-5":"Padding-module_pb-3-point-5__H4D4H","pl-3-point-5":"Padding-module_pl-3-point-5__krW-a","p-4":"Padding-module_p-4__boMST","pt-4":"Padding-module_pt-4__lHX5n","pr-4":"Padding-module_pr-4__sl2rR","pb-4":"Padding-module_pb-4__ffDeO","pl-4":"Padding-module_pl-4__mRkKo"};
|
|
45532
45683
|
|
|
45533
45684
|
var Padding_module$1 = /*#__PURE__*/Object.freeze({
|
|
45534
|
-
|
|
45535
|
-
|
|
45685
|
+
__proto__: null,
|
|
45686
|
+
default: Padding_module
|
|
45536
45687
|
});
|
|
45537
45688
|
|
|
45538
45689
|
var require$$1$1 = /*@__PURE__*/getAugmentedNamespace(Padding_module$1);
|
|
@@ -45632,8 +45783,8 @@ var margin = {};
|
|
|
45632
45783
|
var Margin_module = {"m-0":"Margin-module_m-0__hSA96","mt-0":"Margin-module_mt-0__7WGbv","mr-0":"Margin-module_mr-0__CX8k-","mb-0":"Margin-module_mb-0__LjHy2","ml-0":"Margin-module_ml-0__Ffq2J","m-0-point-25":"Margin-module_m-0-point-25__RrkvF","mt-0-point-25":"Margin-module_mt-0-point-25__lOnmq","mr-0-point-25":"Margin-module_mr-0-point-25__JYjnr","mb-0-point-25":"Margin-module_mb-0-point-25__aSIWe","ml-0-point-25":"Margin-module_ml-0-point-25__UIx-6","m-0-point-5":"Margin-module_m-0-point-5__o1ClI","mt-0-point-5":"Margin-module_mt-0-point-5__Hlw6J","mr-0-point-5":"Margin-module_mr-0-point-5__lTVga","mb-0-point-5":"Margin-module_mb-0-point-5__09Kv0","ml-0-point-5":"Margin-module_ml-0-point-5__IyBy5","m-0-point-75":"Margin-module_m-0-point-75__IttHs","mt-0-point-75":"Margin-module_mt-0-point-75__8aL1j","mr-0-point-75":"Margin-module_mr-0-point-75__1iTsr","mb-0-point-75":"Margin-module_mb-0-point-75__bcGVL","ml-0-point-75":"Margin-module_ml-0-point-75__UoIM3","m-1":"Margin-module_m-1__WoH7S","mt-1":"Margin-module_mt-1__rmDMg","mr-1":"Margin-module_mr-1__bFRhS","mb-1":"Margin-module_mb-1__6Siyc","ml-1":"Margin-module_ml-1__j3WF6","m-1-point-25":"Margin-module_m-1-point-25__aslNk","mt-1-point-25":"Margin-module_mt-1-point-25__l-Kna","mr-1-point-25":"Margin-module_mr-1-point-25__yKHfB","mb-1-point-25":"Margin-module_mb-1-point-25__k7Wnb","ml-1-point-25":"Margin-module_ml-1-point-25__tKCHD","m-1-point-5":"Margin-module_m-1-point-5__e5RRa","mt-1-point-5":"Margin-module_mt-1-point-5__0oleV","mr-1-point-5":"Margin-module_mr-1-point-5__UV2Ds","mb-1-point-5":"Margin-module_mb-1-point-5__DgIcA","ml-1-point-5":"Margin-module_ml-1-point-5__-a31T","m-1-point-75":"Margin-module_m-1-point-75__IxxDx","mt-1-point-75":"Margin-module_mt-1-point-75__zBEJc","mr-1-point-75":"Margin-module_mr-1-point-75__7oQH3","mb-1-point-75":"Margin-module_mb-1-point-75__CyezZ","ml-1-point-75":"Margin-module_ml-1-point-75__8AcEE","m-2":"Margin-module_m-2__xDAX5","mt-2":"Margin-module_mt-2__BaPgk","mr-2":"Margin-module_mr-2__-8KSg","mb-2":"Margin-module_mb-2__lqKMm","ml-2":"Margin-module_ml-2__y6zUv","m-2-point-5":"Margin-module_m-2-point-5__nPaB6","mt-2-point-5":"Margin-module_mt-2-point-5__NtVq0","mr-2-point-5":"Margin-module_mr-2-point-5__u5ycP","mb-2-point-5":"Margin-module_mb-2-point-5__KoWcH","ml-2-point-5":"Margin-module_ml-2-point-5__rKkfV","m-3":"Margin-module_m-3__3Xx0F","mt-3":"Margin-module_mt-3__M2Jx3","mr-3":"Margin-module_mr-3__Ydznr","mb-3":"Margin-module_mb-3__-jI8t","ml-3":"Margin-module_ml-3__GKa-l","m-3-point-5":"Margin-module_m-3-point-5__3ZDkz","mt-3-point-5":"Margin-module_mt-3-point-5__VBSF-","mr-3-point-5":"Margin-module_mr-3-point-5__wf0U2","mb-3-point-5":"Margin-module_mb-3-point-5__OMror","ml-3-point-5":"Margin-module_ml-3-point-5__ootW1","m-4":"Margin-module_m-4__dZ985","mt-4":"Margin-module_mt-4__BUm9K","mr-4":"Margin-module_mr-4__mKUUj","mb-4":"Margin-module_mb-4__dO-YX","ml-4":"Margin-module_ml-4__EE62n"};
|
|
45633
45784
|
|
|
45634
45785
|
var Margin_module$1 = /*#__PURE__*/Object.freeze({
|
|
45635
|
-
|
|
45636
|
-
|
|
45786
|
+
__proto__: null,
|
|
45787
|
+
default: Margin_module
|
|
45637
45788
|
});
|
|
45638
45789
|
|
|
45639
45790
|
var require$$1 = /*@__PURE__*/getAugmentedNamespace(Margin_module$1);
|
|
@@ -45897,7 +46048,7 @@ var Box = {};
|
|
|
45897
46048
|
var img = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e%3csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3c!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3e %3ctitle%3eIcons/Informational/check%3c/title%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs%3e %3cpolygon id='path-1' points='8.33333333 14.3416667 4.16666667 10.175 5.34166667 9 8.33333333 11.9833333 14.6583333 5.65833333 15.8333333 6.84166667'%3e%3c/polygon%3e %3c/defs%3e %3cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Icons/Informational/check'%3e %3cmask id='mask-2' fill='white'%3e %3cuse xlink:href='%23path-1'%3e%3c/use%3e %3c/mask%3e %3cuse fill='black' xlink:href='%23path-1'%3e%3c/use%3e %3c/g%3e %3c/g%3e%3c/svg%3e";
|
|
45898
46049
|
var check = img;
|
|
45899
46050
|
|
|
45900
|
-
var styles$
|
|
46051
|
+
var styles$3 = {"option":"Option-module_option__U-MsL","disabled":"Option-module_disabled__RV081","icon":"Option-module_icon__0ECp6","isFocusVisible":"Option-module_isFocusVisible__yYC7y","isSelected":"Option-module_isSelected__L3nhB"};
|
|
45901
46052
|
|
|
45902
46053
|
var Option = function(_a) {
|
|
45903
46054
|
var item = _a.item, classNameOverride = _a.classNameOverride, props = index.__rest(_a, ["item", "classNameOverride"]);
|
|
@@ -45908,19 +46059,19 @@ var Option = function(_a) {
|
|
|
45908
46059
|
return React.createElement(
|
|
45909
46060
|
"li",
|
|
45910
46061
|
index.__assign({}, $3ef42575df84b30b$export$9d1611c77c2fe928(optionProps, focusProps, props), { ref, className: index.classNames([
|
|
45911
|
-
styles$
|
|
45912
|
-
isSelected && styles$
|
|
45913
|
-
isFocusVisible && styles$
|
|
45914
|
-
isDisabled && styles$
|
|
46062
|
+
styles$3.option,
|
|
46063
|
+
isSelected && styles$3.isSelected,
|
|
46064
|
+
isFocusVisible && styles$3.isFocusVisible,
|
|
46065
|
+
isDisabled && styles$3.disabled,
|
|
45915
46066
|
classNameOverride
|
|
45916
46067
|
]), "aria-label": item.textValue }),
|
|
45917
46068
|
item.rendered,
|
|
45918
|
-
React.createElement("span", { className: index.classNames([styles$
|
|
46069
|
+
React.createElement("span", { className: index.classNames([styles$3.icon, isSelected && styles$3.isSelected]) }, isSelected && React.createElement(componentLibrary.Icon, { icon: check, role: "presentation" }))
|
|
45919
46070
|
);
|
|
45920
46071
|
};
|
|
45921
46072
|
Option.displayName = "Option";
|
|
45922
46073
|
|
|
45923
|
-
var styles$
|
|
46074
|
+
var styles$2 = {"sectionWrapper":"ListBoxSection-module_sectionWrapper__NYQwa","sectionHeading":"ListBoxSection-module_sectionHeading__KiOi1","sectionList":"ListBoxSection-module_sectionList__xiPZY"};
|
|
45924
46075
|
|
|
45925
46076
|
var ListBoxSection = function(_a) {
|
|
45926
46077
|
var section = _a.section;
|
|
@@ -45933,9 +46084,9 @@ var ListBoxSection = function(_a) {
|
|
|
45933
46084
|
null,
|
|
45934
46085
|
React.createElement(
|
|
45935
46086
|
"li",
|
|
45936
|
-
index.__assign({}, itemProps, { className: styles$
|
|
45937
|
-
section.rendered && React.createElement(Heading, index.__assign({ tag: "span", variant: "heading-6" }, headingProps, { classNameOverride: styles$
|
|
45938
|
-
React.createElement("ul", index.__assign({}, groupProps, { className: styles$
|
|
46087
|
+
index.__assign({}, itemProps, { className: styles$2.sectionWrapper }),
|
|
46088
|
+
section.rendered && React.createElement(typography.Heading, index.__assign({ tag: "span", variant: "heading-6" }, headingProps, { classNameOverride: styles$2.sectionHeading }), section.rendered),
|
|
46089
|
+
React.createElement("ul", index.__assign({}, groupProps, { className: styles$2.sectionList }), Array.from(section.childNodes).map(function(item) {
|
|
45939
46090
|
return React.createElement(Option, { key: item.key, item });
|
|
45940
46091
|
}))
|
|
45941
46092
|
)
|
|
@@ -45976,65 +46127,90 @@ var Overlay = function(_a) {
|
|
|
45976
46127
|
};
|
|
45977
46128
|
Overlay.displayName = "Overlay";
|
|
45978
46129
|
|
|
45979
|
-
var
|
|
45980
|
-
|
|
45981
|
-
var
|
|
45982
|
-
|
|
45983
|
-
var
|
|
45984
|
-
|
|
45985
|
-
var
|
|
45986
|
-
|
|
45987
|
-
|
|
45988
|
-
|
|
45989
|
-
|
|
45990
|
-
|
|
45991
|
-
|
|
45992
|
-
|
|
45993
|
-
|
|
45994
|
-
|
|
45995
|
-
|
|
45996
|
-
|
|
45997
|
-
var
|
|
45998
|
-
|
|
45999
|
-
|
|
46000
|
-
|
|
46001
|
-
|
|
46002
|
-
|
|
46003
|
-
|
|
46004
|
-
|
|
46005
|
-
|
|
46006
|
-
}
|
|
46007
|
-
|
|
46008
|
-
|
|
46009
|
-
|
|
46010
|
-
|
|
46011
|
-
|
|
46012
|
-
|
|
46013
|
-
|
|
46014
|
-
|
|
46015
|
-
|
|
46016
|
-
|
|
46017
|
-
|
|
46018
|
-
|
|
46019
|
-
|
|
46020
|
-
|
|
46021
|
-
|
|
46022
|
-
|
|
46023
|
-
|
|
46024
|
-
|
|
46025
|
-
|
|
46026
|
-
|
|
46027
|
-
|
|
46028
|
-
|
|
46029
|
-
|
|
46030
|
-
|
|
46031
|
-
|
|
46032
|
-
Divider
|
|
46130
|
+
var divider = {};
|
|
46131
|
+
|
|
46132
|
+
var Divider = {};
|
|
46133
|
+
|
|
46134
|
+
var Divider_module = {"wrapper":"Divider-module_wrapper__NSxvt","content":"Divider-module_content__9Tzmt","menuSeparator":"Divider-module_menuSeparator__D9dVJ","reversed":"Divider-module_reversed__8MS2v","canvas":"Divider-module_canvas__Pdcbk"};
|
|
46135
|
+
|
|
46136
|
+
var Divider_module$1 = /*#__PURE__*/Object.freeze({
|
|
46137
|
+
__proto__: null,
|
|
46138
|
+
default: Divider_module
|
|
46139
|
+
});
|
|
46140
|
+
|
|
46141
|
+
var require$$2 = /*@__PURE__*/getAugmentedNamespace(Divider_module$1);
|
|
46142
|
+
|
|
46143
|
+
(function(exports) {
|
|
46144
|
+
var __assign = commonjsGlobal && commonjsGlobal.__assign || function() {
|
|
46145
|
+
__assign = Object.assign || function(t) {
|
|
46146
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
46147
|
+
s = arguments[i];
|
|
46148
|
+
for (var p in s)
|
|
46149
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
46150
|
+
t[p] = s[p];
|
|
46151
|
+
}
|
|
46152
|
+
return t;
|
|
46153
|
+
};
|
|
46154
|
+
return __assign.apply(this, arguments);
|
|
46155
|
+
};
|
|
46156
|
+
var __rest = commonjsGlobal && commonjsGlobal.__rest || function(s, e) {
|
|
46157
|
+
var t = {};
|
|
46158
|
+
for (var p in s)
|
|
46159
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
46160
|
+
t[p] = s[p];
|
|
46161
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
46162
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
46163
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
46164
|
+
t[p[i]] = s[p[i]];
|
|
46165
|
+
}
|
|
46166
|
+
return t;
|
|
46167
|
+
};
|
|
46168
|
+
var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || function(mod) {
|
|
46169
|
+
return mod && mod.__esModule ? mod : { "default": mod };
|
|
46170
|
+
};
|
|
46171
|
+
exports.__esModule = true;
|
|
46172
|
+
exports.Divider = void 0;
|
|
46173
|
+
var react_1 = __importDefault(React);
|
|
46174
|
+
var classnames_1 = __importDefault(index.classnamesExports);
|
|
46175
|
+
var Divider_module_scss_1 = __importDefault(require$$2);
|
|
46176
|
+
var Divider = function(_a) {
|
|
46177
|
+
var _b;
|
|
46178
|
+
var variant = _a.variant, _c = _a.isReversed, isReversed = _c === void 0 ? false : _c, classNameOverride = _a.classNameOverride, props = __rest(_a, ["variant", "isReversed", "classNameOverride"]);
|
|
46179
|
+
return react_1["default"].createElement("hr", __assign({ "aria-hidden": "true", className: (0, classnames_1["default"])(Divider_module_scss_1["default"].wrapper, classNameOverride, (_b = {}, _b[Divider_module_scss_1["default"].reversed] = isReversed, _b[Divider_module_scss_1["default"].content] = variant === "content", _b[Divider_module_scss_1["default"].canvas] = variant === "canvas", _b[Divider_module_scss_1["default"].menuSeparator] = variant === "menuSeparator", _b)) }, props));
|
|
46180
|
+
};
|
|
46181
|
+
exports.Divider = Divider;
|
|
46182
|
+
exports.Divider.displayName = "Divider";
|
|
46183
|
+
})(Divider);
|
|
46184
|
+
|
|
46185
|
+
(function(exports) {
|
|
46186
|
+
var __createBinding = commonjsGlobal && commonjsGlobal.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
46187
|
+
if (k2 === void 0)
|
|
46188
|
+
k2 = k;
|
|
46189
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
46190
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
46191
|
+
desc = { enumerable: true, get: function() {
|
|
46192
|
+
return m[k];
|
|
46193
|
+
} };
|
|
46194
|
+
}
|
|
46195
|
+
Object.defineProperty(o, k2, desc);
|
|
46196
|
+
} : function(o, m, k, k2) {
|
|
46197
|
+
if (k2 === void 0)
|
|
46198
|
+
k2 = k;
|
|
46199
|
+
o[k2] = m[k];
|
|
46200
|
+
});
|
|
46201
|
+
var __exportStar = commonjsGlobal && commonjsGlobal.__exportStar || function(m, exports2) {
|
|
46202
|
+
for (var p in m)
|
|
46203
|
+
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p))
|
|
46204
|
+
__createBinding(exports2, m, p);
|
|
46205
|
+
};
|
|
46206
|
+
exports.__esModule = true;
|
|
46207
|
+
__exportStar(Divider, exports);
|
|
46208
|
+
})(divider);
|
|
46033
46209
|
|
|
46034
46210
|
var styles$1 = {"divider":"SectionDivider-module_divider__-idrC"};
|
|
46035
46211
|
|
|
46036
46212
|
var SectionDivider = function() {
|
|
46037
|
-
return React.createElement(Divider, { classNameOverride: styles$1.divider, variant: "canvas" });
|
|
46213
|
+
return React.createElement(divider.Divider, { classNameOverride: styles$1.divider, variant: "canvas" });
|
|
46038
46214
|
};
|
|
46039
46215
|
SectionDivider.displayName = "SectionDivider";
|
|
46040
46216
|
|
|
@@ -46523,7 +46699,6 @@ var KaizenProvider = function(_a) {
|
|
|
46523
46699
|
};
|
|
46524
46700
|
KaizenProvider.displayName = "KaizenProvider";
|
|
46525
46701
|
|
|
46526
|
-
exports.Brand = Brand;
|
|
46527
46702
|
exports.Filter = Filter;
|
|
46528
46703
|
exports.FilterButton = FilterButton;
|
|
46529
46704
|
exports.FilterButtonRemovable = FilterButtonRemovable;
|