@patternfly/quickstarts 6.0.0 → 6.1.0-prerelease.2
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/index.es.js.map +1 -1
- package/dist/index.js +33 -35
- package/dist/index.js.map +1 -1
- package/dist/quickstarts-base.css +4 -4
- package/dist/quickstarts-full.es.js +165 -101
- package/dist/quickstarts-full.es.js.map +1 -1
- package/dist/quickstarts.css +4 -4
- package/dist/quickstarts.min.css +1 -1
- package/package.json +2 -2
|
@@ -117,60 +117,70 @@ const t_global_breakpoint_sm = {
|
|
|
117
117
|
"value": "36rem",
|
|
118
118
|
"var": "var(--pf-t--global--breakpoint--sm)"
|
|
119
119
|
};
|
|
120
|
+
var globalBreakpointSm = t_global_breakpoint_sm;
|
|
120
121
|
|
|
121
122
|
const t_global_breakpoint_md = {
|
|
122
123
|
"name": "--pf-t--global--breakpoint--md",
|
|
123
124
|
"value": "48rem",
|
|
124
125
|
"var": "var(--pf-t--global--breakpoint--md)"
|
|
125
126
|
};
|
|
127
|
+
var globalBreakpointMd = t_global_breakpoint_md;
|
|
126
128
|
|
|
127
129
|
const t_global_breakpoint_lg = {
|
|
128
130
|
"name": "--pf-t--global--breakpoint--lg",
|
|
129
131
|
"value": "62rem",
|
|
130
132
|
"var": "var(--pf-t--global--breakpoint--lg)"
|
|
131
133
|
};
|
|
134
|
+
var globalBreakpointLg = t_global_breakpoint_lg;
|
|
132
135
|
|
|
133
136
|
const t_global_breakpoint_xl = {
|
|
134
137
|
"name": "--pf-t--global--breakpoint--xl",
|
|
135
138
|
"value": "75rem",
|
|
136
139
|
"var": "var(--pf-t--global--breakpoint--xl)"
|
|
137
140
|
};
|
|
141
|
+
var globalBreakpointXl = t_global_breakpoint_xl;
|
|
138
142
|
|
|
139
143
|
const t_global_breakpoint_2xl = {
|
|
140
144
|
"name": "--pf-t--global--breakpoint--2xl",
|
|
141
145
|
"value": "90.625rem",
|
|
142
146
|
"var": "var(--pf-t--global--breakpoint--2xl)"
|
|
143
147
|
};
|
|
148
|
+
var globalBreakpoint2xl = t_global_breakpoint_2xl;
|
|
144
149
|
|
|
145
150
|
const t_global_breakpoint_height_sm = {
|
|
146
151
|
"name": "--pf-t--global--breakpoint--height--sm",
|
|
147
152
|
"value": "0rem",
|
|
148
153
|
"var": "var(--pf-t--global--breakpoint--height--sm)"
|
|
149
154
|
};
|
|
155
|
+
var globalHeightBreakpointSm = t_global_breakpoint_height_sm;
|
|
150
156
|
|
|
151
157
|
const t_global_breakpoint_height_md = {
|
|
152
158
|
"name": "--pf-t--global--breakpoint--height--md",
|
|
153
159
|
"value": "40rem",
|
|
154
160
|
"var": "var(--pf-t--global--breakpoint--height--md)"
|
|
155
161
|
};
|
|
162
|
+
var globalHeightBreakpointMd = t_global_breakpoint_height_md;
|
|
156
163
|
|
|
157
164
|
const t_global_breakpoint_height_lg = {
|
|
158
165
|
"name": "--pf-t--global--breakpoint--height--lg",
|
|
159
166
|
"value": "48rem",
|
|
160
167
|
"var": "var(--pf-t--global--breakpoint--height--lg)"
|
|
161
168
|
};
|
|
169
|
+
var globalHeightBreakpointLg = t_global_breakpoint_height_lg;
|
|
162
170
|
|
|
163
171
|
const t_global_breakpoint_height_xl = {
|
|
164
172
|
"name": "--pf-t--global--breakpoint--height--xl",
|
|
165
173
|
"value": "60rem",
|
|
166
174
|
"var": "var(--pf-t--global--breakpoint--height--xl)"
|
|
167
175
|
};
|
|
176
|
+
var globalHeightBreakpointXl = t_global_breakpoint_height_xl;
|
|
168
177
|
|
|
169
178
|
const t_global_breakpoint_height_2xl = {
|
|
170
179
|
"name": "--pf-t--global--breakpoint--height--2xl",
|
|
171
180
|
"value": "80rem",
|
|
172
181
|
"var": "var(--pf-t--global--breakpoint--height--2xl)"
|
|
173
182
|
};
|
|
183
|
+
var globalHeightBreakpoint2xl = t_global_breakpoint_height_2xl;
|
|
174
184
|
|
|
175
185
|
/******************************************************************************
|
|
176
186
|
Copyright (c) Microsoft Corporation.
|
|
@@ -559,6 +569,8 @@ const CheckCircleIconConfig = {
|
|
|
559
569
|
|
|
560
570
|
const CheckCircleIcon$1 = createIcon(CheckCircleIconConfig);
|
|
561
571
|
|
|
572
|
+
var CheckCircleIcon$2 = CheckCircleIcon$1;
|
|
573
|
+
|
|
562
574
|
const ExclamationCircleIconConfig = {
|
|
563
575
|
name: 'ExclamationCircleIcon',
|
|
564
576
|
height: 512,
|
|
@@ -570,6 +582,8 @@ const ExclamationCircleIconConfig = {
|
|
|
570
582
|
|
|
571
583
|
const ExclamationCircleIcon = createIcon(ExclamationCircleIconConfig);
|
|
572
584
|
|
|
585
|
+
var ExclamationCircleIcon$1 = ExclamationCircleIcon;
|
|
586
|
+
|
|
573
587
|
const ExclamationTriangleIconConfig = {
|
|
574
588
|
name: 'ExclamationTriangleIcon',
|
|
575
589
|
height: 512,
|
|
@@ -581,6 +595,8 @@ const ExclamationTriangleIconConfig = {
|
|
|
581
595
|
|
|
582
596
|
const ExclamationTriangleIcon = createIcon(ExclamationTriangleIconConfig);
|
|
583
597
|
|
|
598
|
+
var ExclamationTriangleIcon$1 = ExclamationTriangleIcon;
|
|
599
|
+
|
|
584
600
|
const InfoCircleIconConfig = {
|
|
585
601
|
name: 'InfoCircleIcon',
|
|
586
602
|
height: 512,
|
|
@@ -592,6 +608,8 @@ const InfoCircleIconConfig = {
|
|
|
592
608
|
|
|
593
609
|
const InfoCircleIcon$1 = createIcon(InfoCircleIconConfig);
|
|
594
610
|
|
|
611
|
+
var InfoCircleIcon$2 = InfoCircleIcon$1;
|
|
612
|
+
|
|
595
613
|
const BellIconConfig = {
|
|
596
614
|
name: 'BellIcon',
|
|
597
615
|
height: 1024,
|
|
@@ -603,6 +621,8 @@ const BellIconConfig = {
|
|
|
603
621
|
|
|
604
622
|
const BellIcon = createIcon(BellIconConfig);
|
|
605
623
|
|
|
624
|
+
var BellIcon$1 = BellIcon;
|
|
625
|
+
|
|
606
626
|
var ValidatedOptions;
|
|
607
627
|
(function (ValidatedOptions) {
|
|
608
628
|
ValidatedOptions["success"] = "success";
|
|
@@ -621,25 +641,25 @@ const KeyTypes = {
|
|
|
621
641
|
ArrowRight: 'ArrowRight'
|
|
622
642
|
};
|
|
623
643
|
const globalWidthBreakpoints = {
|
|
624
|
-
sm: parseInt(
|
|
625
|
-
md: parseInt(
|
|
626
|
-
lg: parseInt(
|
|
627
|
-
xl: parseInt(
|
|
628
|
-
'2xl': parseInt(
|
|
644
|
+
sm: parseInt(globalBreakpointSm.value) * 16,
|
|
645
|
+
md: parseInt(globalBreakpointMd.value) * 16,
|
|
646
|
+
lg: parseInt(globalBreakpointLg.value) * 16,
|
|
647
|
+
xl: parseInt(globalBreakpointXl.value) * 16,
|
|
648
|
+
'2xl': parseInt(globalBreakpoint2xl.value) * 16
|
|
629
649
|
};
|
|
630
650
|
const globalHeightBreakpoints = {
|
|
631
|
-
sm: parseInt(
|
|
632
|
-
md: parseInt(
|
|
633
|
-
lg: parseInt(
|
|
634
|
-
xl: parseInt(
|
|
635
|
-
'2xl': parseInt(
|
|
651
|
+
sm: parseInt(globalHeightBreakpointSm.value) * 16,
|
|
652
|
+
md: parseInt(globalHeightBreakpointMd.value) * 16,
|
|
653
|
+
lg: parseInt(globalHeightBreakpointLg.value) * 16,
|
|
654
|
+
xl: parseInt(globalHeightBreakpointXl.value) * 16,
|
|
655
|
+
'2xl': parseInt(globalHeightBreakpoint2xl.value) * 16
|
|
636
656
|
};
|
|
637
657
|
const statusIcons$2 = {
|
|
638
|
-
success: CheckCircleIcon$
|
|
639
|
-
danger: ExclamationCircleIcon,
|
|
640
|
-
warning: ExclamationTriangleIcon,
|
|
641
|
-
info: InfoCircleIcon$
|
|
642
|
-
custom: BellIcon
|
|
658
|
+
success: CheckCircleIcon$2,
|
|
659
|
+
danger: ExclamationCircleIcon$1,
|
|
660
|
+
warning: ExclamationTriangleIcon$1,
|
|
661
|
+
info: InfoCircleIcon$2,
|
|
662
|
+
custom: BellIcon$1
|
|
643
663
|
};
|
|
644
664
|
|
|
645
665
|
/*!
|
|
@@ -4854,6 +4874,7 @@ const c_spinner_diameter = {
|
|
|
4854
4874
|
"value": "3.5rem",
|
|
4855
4875
|
"var": "var(--pf-v6-c-spinner--diameter)"
|
|
4856
4876
|
};
|
|
4877
|
+
var cssDiameter = c_spinner_diameter;
|
|
4857
4878
|
|
|
4858
4879
|
var spinnerSize;
|
|
4859
4880
|
(function (spinnerSize) {
|
|
@@ -4864,7 +4885,7 @@ var spinnerSize;
|
|
|
4864
4885
|
})(spinnerSize || (spinnerSize = {}));
|
|
4865
4886
|
const Spinner = (_a) => {
|
|
4866
4887
|
var { className = '', size = 'xl', 'aria-valuetext': ariaValueText = 'Loading...', diameter, isInline = false, 'aria-label': ariaLabel, 'aria-labelledBy': ariaLabelledBy } = _a, props = __rest$1(_a, ["className", "size", 'aria-valuetext', "diameter", "isInline", 'aria-label', 'aria-labelledBy']);
|
|
4867
|
-
return (React.createElement("svg", Object.assign({ className: css(styles$t.spinner, isInline ? styles$t.modifiers.inline : styles$t.modifiers[size], className), role: "progressbar", "aria-valuetext": ariaValueText, viewBox: "0 0 100 100" }, (diameter && { style: { [
|
|
4888
|
+
return (React.createElement("svg", Object.assign({ className: css(styles$t.spinner, isInline ? styles$t.modifiers.inline : styles$t.modifiers[size], className), role: "progressbar", "aria-valuetext": ariaValueText, viewBox: "0 0 100 100" }, (diameter && { style: { [cssDiameter.name]: diameter } }), (ariaLabel && { 'aria-label': ariaLabel }), (ariaLabelledBy && { 'aria-labelledBy': ariaLabelledBy }), (!ariaLabel && !ariaLabelledBy && { 'aria-label': 'Contents' }), props),
|
|
4868
4889
|
React.createElement("circle", { className: styles$t.spinnerPath, cx: "50", cy: "50", r: "45", fill: "none" })));
|
|
4869
4890
|
};
|
|
4870
4891
|
Spinner.displayName = 'Spinner';
|
|
@@ -4965,6 +4986,8 @@ const TimesIconConfig = {
|
|
|
4965
4986
|
|
|
4966
4987
|
const TimesIcon = createIcon(TimesIconConfig);
|
|
4967
4988
|
|
|
4989
|
+
var TimesIcon$1 = TimesIcon;
|
|
4990
|
+
|
|
4968
4991
|
var styles$r = {
|
|
4969
4992
|
"backdrop": "pf-v6-c-backdrop",
|
|
4970
4993
|
"backdropOpen": "pf-v6-c-backdrop__open"
|
|
@@ -5016,7 +5039,7 @@ ModalBoxBody.displayName = 'ModalBoxBody';
|
|
|
5016
5039
|
const ModalBoxCloseButton = (_a) => {
|
|
5017
5040
|
var { className, onClose = () => undefined, 'aria-label': ariaLabel = 'Close', ouiaId } = _a, props = __rest$1(_a, ["className", "onClose", 'aria-label', "ouiaId"]);
|
|
5018
5041
|
return (React.createElement("div", { className: css(styles$q.modalBoxClose, className) },
|
|
5019
|
-
React.createElement(Button, Object.assign({ variant: "plain", onClick: (event) => onClose(event), "aria-label": ariaLabel }, (ouiaId && { ouiaId: `${ouiaId}-${ModalBoxCloseButton.displayName}` }), props, { icon: React.createElement(TimesIcon, null) }))));
|
|
5042
|
+
React.createElement(Button, Object.assign({ variant: "plain", onClick: (event) => onClose(event), "aria-label": ariaLabel }, (ouiaId && { ouiaId: `${ouiaId}-${ModalBoxCloseButton.displayName}` }), props, { icon: React.createElement(TimesIcon$1, null) }))));
|
|
5020
5043
|
};
|
|
5021
5044
|
ModalBoxCloseButton.displayName = 'ModalBoxCloseButton';
|
|
5022
5045
|
|
|
@@ -5025,12 +5048,13 @@ const c_modal_box_m_align_top_spacer = {
|
|
|
5025
5048
|
"value": "0.5rem",
|
|
5026
5049
|
"var": "var(--pf-v6-c-modal-box--m-align-top--spacer)"
|
|
5027
5050
|
};
|
|
5051
|
+
var topSpacer = c_modal_box_m_align_top_spacer;
|
|
5028
5052
|
|
|
5029
5053
|
const ModalBox = (_a) => {
|
|
5030
5054
|
var { children, className = '', variant = 'default', position, positionOffset, 'aria-labelledby': ariaLabelledby, 'aria-label': ariaLabel = '', 'aria-describedby': ariaDescribedby, style } = _a, props = __rest$1(_a, ["children", "className", "variant", "position", "positionOffset", 'aria-labelledby', 'aria-label', 'aria-describedby', "style"]);
|
|
5031
5055
|
if (positionOffset) {
|
|
5032
5056
|
style = style || {};
|
|
5033
|
-
style[
|
|
5057
|
+
style[topSpacer.name] = positionOffset;
|
|
5034
5058
|
}
|
|
5035
5059
|
return (React.createElement("div", Object.assign({}, props, { role: "dialog", "aria-label": ariaLabel || null, "aria-labelledby": ariaLabelledby || null, "aria-describedby": ariaDescribedby, "aria-modal": "true", className: css(styles$q.modalBox, className, position === 'top' && styles$q.modifiers.alignTop, variant === 'large' && styles$q.modifiers.lg, variant === 'small' && styles$q.modifiers.sm, variant === 'medium' && styles$q.modifiers.md), style: style }), children));
|
|
5036
5060
|
};
|
|
@@ -5096,6 +5120,7 @@ const c_tooltip_MaxWidth = {
|
|
|
5096
5120
|
"value": "18.75rem",
|
|
5097
5121
|
"var": "var(--pf-v6-c-tooltip--MaxWidth)"
|
|
5098
5122
|
};
|
|
5123
|
+
var tooltipMaxWidth = c_tooltip_MaxWidth;
|
|
5099
5124
|
|
|
5100
5125
|
var TooltipPosition;
|
|
5101
5126
|
(function (TooltipPosition) {
|
|
@@ -5116,7 +5141,7 @@ var TooltipPosition;
|
|
|
5116
5141
|
// id for associating trigger with the content aria-describedby or aria-labelledby
|
|
5117
5142
|
let pfTooltipIdCounter = 1;
|
|
5118
5143
|
const Tooltip = (_a) => {
|
|
5119
|
-
var { content: bodyContent, position = 'top', trigger = 'mouseenter focus', isVisible = false, isContentLeftAligned = false, enableFlip = true, className = '', entryDelay = 300, exitDelay = 300, appendTo = () => document.body, zIndex = 9999, minWidth, maxWidth =
|
|
5144
|
+
var { content: bodyContent, position = 'top', trigger = 'mouseenter focus', isVisible = false, isContentLeftAligned = false, enableFlip = true, className = '', entryDelay = 300, exitDelay = 300, appendTo = () => document.body, zIndex = 9999, minWidth, maxWidth = tooltipMaxWidth.value, distance = 15, aria = 'describedby',
|
|
5120
5145
|
// For every initial starting position, there are 3 escape positions
|
|
5121
5146
|
flipBehavior = ['top', 'right', 'bottom', 'left', 'top', 'right', 'bottom'], id = `pf-tooltip-${pfTooltipIdCounter++}`, children, animationDuration = 300, triggerRef, 'aria-live': ariaLive = triggerRef ? 'polite' : 'off', onTooltipHidden = () => { } } = _a, rest = __rest$1(_a, ["content", "position", "trigger", "isVisible", "isContentLeftAligned", "enableFlip", "className", "entryDelay", "exitDelay", "appendTo", "zIndex", "minWidth", "maxWidth", "distance", "aria", "flipBehavior", "id", "children", "animationDuration", "triggerRef", 'aria-live', "onTooltipHidden"]);
|
|
5122
5147
|
const triggerOnMouseenter = trigger.includes('mouseenter');
|
|
@@ -5170,7 +5195,7 @@ const Tooltip = (_a) => {
|
|
|
5170
5195
|
'right-start': styles$o.modifiers.rightTop,
|
|
5171
5196
|
'right-end': styles$o.modifiers.rightBottom
|
|
5172
5197
|
};
|
|
5173
|
-
const hasCustomMaxWidth = maxWidth !==
|
|
5198
|
+
const hasCustomMaxWidth = maxWidth !== tooltipMaxWidth.value;
|
|
5174
5199
|
const content = (React.createElement("div", Object.assign({ "aria-live": ariaLive, className: css(styles$o.tooltip, className), role: "tooltip", id: id, style: {
|
|
5175
5200
|
maxWidth: hasCustomMaxWidth ? maxWidth : null
|
|
5176
5201
|
}, ref: popperRef }, rest),
|
|
@@ -5209,11 +5234,11 @@ const ModalBoxTitle = (_a) => {
|
|
|
5209
5234
|
const h1 = React.useRef(null);
|
|
5210
5235
|
const label = titleLabel || (isVariantIcon(titleIconVariant) ? `${capitalize(titleIconVariant)} alert:` : titleLabel);
|
|
5211
5236
|
const variantIcons = {
|
|
5212
|
-
success: React.createElement(CheckCircleIcon$
|
|
5213
|
-
danger: React.createElement(ExclamationCircleIcon, null),
|
|
5214
|
-
warning: React.createElement(ExclamationTriangleIcon, null),
|
|
5215
|
-
info: React.createElement(InfoCircleIcon$
|
|
5216
|
-
custom: React.createElement(BellIcon, null)
|
|
5237
|
+
success: React.createElement(CheckCircleIcon$2, null),
|
|
5238
|
+
danger: React.createElement(ExclamationCircleIcon$1, null),
|
|
5239
|
+
warning: React.createElement(ExclamationTriangleIcon$1, null),
|
|
5240
|
+
info: React.createElement(InfoCircleIcon$2, null),
|
|
5241
|
+
custom: React.createElement(BellIcon$1, null)
|
|
5217
5242
|
};
|
|
5218
5243
|
const CustomIcon = !isVariantIcon(titleIconVariant) && titleIconVariant;
|
|
5219
5244
|
useIsomorphicLayoutEffect(() => {
|
|
@@ -5481,10 +5506,12 @@ const AngleRightIconConfig = {
|
|
|
5481
5506
|
|
|
5482
5507
|
const AngleRightIcon = createIcon(AngleRightIconConfig);
|
|
5483
5508
|
|
|
5509
|
+
var AngleRightIcon$1 = AngleRightIcon;
|
|
5510
|
+
|
|
5484
5511
|
const AccordionToggle = (_a) => {
|
|
5485
5512
|
var { className = '', id, children = null, component } = _a, props = __rest$1(_a, ["className", "id", "children", "component"]);
|
|
5486
5513
|
const renderToggleIcon = () => (React.createElement("span", { className: css(styles$n.accordionToggleIcon) },
|
|
5487
|
-
React.createElement(AngleRightIcon, null)));
|
|
5514
|
+
React.createElement(AngleRightIcon$1, null)));
|
|
5488
5515
|
const { isExpanded } = React.useContext(AccordionItemContext);
|
|
5489
5516
|
return (React.createElement(AccordionContext.Consumer, null, ({ ToggleContainer, togglePosition }) => {
|
|
5490
5517
|
const Container = component || ToggleContainer;
|
|
@@ -5550,11 +5577,11 @@ var styles$l = {
|
|
|
5550
5577
|
};
|
|
5551
5578
|
|
|
5552
5579
|
const variantIcons = {
|
|
5553
|
-
success: CheckCircleIcon$
|
|
5554
|
-
danger: ExclamationCircleIcon,
|
|
5555
|
-
warning: ExclamationTriangleIcon,
|
|
5556
|
-
info: InfoCircleIcon$
|
|
5557
|
-
custom: BellIcon
|
|
5580
|
+
success: CheckCircleIcon$2,
|
|
5581
|
+
danger: ExclamationCircleIcon$1,
|
|
5582
|
+
warning: ExclamationTriangleIcon$1,
|
|
5583
|
+
info: InfoCircleIcon$2,
|
|
5584
|
+
custom: BellIcon$1
|
|
5558
5585
|
};
|
|
5559
5586
|
const AlertIcon = (_a) => {
|
|
5560
5587
|
var { variant, customIcon, className = '' } = _a, props = __rest$1(_a, ["variant", "customIcon", "className"]);
|
|
@@ -5569,12 +5596,13 @@ const c_alert__title_max_lines = {
|
|
|
5569
5596
|
"value": "1",
|
|
5570
5597
|
"var": "var(--pf-v6-c-alert__title--max-lines)"
|
|
5571
5598
|
};
|
|
5599
|
+
var maxLines = c_alert__title_max_lines;
|
|
5572
5600
|
|
|
5573
5601
|
const AlertToggleExpandButton = (_a) => {
|
|
5574
5602
|
var { 'aria-label': ariaLabel = '', variantLabel, onToggleExpand, isExpanded = false } = _a, props = __rest$1(_a, ['aria-label', "variantLabel", "onToggleExpand", "isExpanded"]);
|
|
5575
5603
|
const { title, variantLabel: alertVariantLabel } = React.useContext(AlertContext);
|
|
5576
5604
|
return (React.createElement(Button, Object.assign({ variant: ButtonVariant.plain, onClick: onToggleExpand, "aria-expanded": isExpanded, "aria-label": ariaLabel === '' ? `Toggle ${variantLabel || alertVariantLabel} alert: ${title}` : ariaLabel }, props, { icon: React.createElement("span", { className: css(styles$l.alertToggleIcon) },
|
|
5577
|
-
React.createElement(AngleRightIcon, { "aria-hidden": "true" })) })));
|
|
5605
|
+
React.createElement(AngleRightIcon$1, { "aria-hidden": "true" })) })));
|
|
5578
5606
|
};
|
|
5579
5607
|
AlertToggleExpandButton.displayName = 'AlertToggleExpandButton';
|
|
5580
5608
|
|
|
@@ -5600,7 +5628,7 @@ const Alert = (_a) => {
|
|
|
5600
5628
|
if (!titleRef.current || !truncateTitle) {
|
|
5601
5629
|
return;
|
|
5602
5630
|
}
|
|
5603
|
-
titleRef.current.style.setProperty(
|
|
5631
|
+
titleRef.current.style.setProperty(maxLines.name, truncateTitle.toString());
|
|
5604
5632
|
const showTooltip = titleRef.current && titleRef.current.offsetHeight < titleRef.current.scrollHeight;
|
|
5605
5633
|
if (isTooltipVisible !== showTooltip) {
|
|
5606
5634
|
setIsTooltipVisible(showTooltip);
|
|
@@ -5686,6 +5714,8 @@ const AngleUpIconConfig = {
|
|
|
5686
5714
|
|
|
5687
5715
|
const AngleUpIcon = createIcon(AngleUpIconConfig);
|
|
5688
5716
|
|
|
5717
|
+
var AngleUpIcon$1 = AngleUpIcon;
|
|
5718
|
+
|
|
5689
5719
|
var breadcrumbStyles = {
|
|
5690
5720
|
"breadcrumb": "pf-v6-c-breadcrumb",
|
|
5691
5721
|
"breadcrumbDropdown": "pf-v6-c-breadcrumb__dropdown",
|
|
@@ -5724,9 +5754,9 @@ var formStyles = {
|
|
|
5724
5754
|
};
|
|
5725
5755
|
|
|
5726
5756
|
const statusIcons$1 = {
|
|
5727
|
-
success: CheckCircleIcon$
|
|
5728
|
-
error: ExclamationCircleIcon,
|
|
5729
|
-
warning: ExclamationTriangleIcon
|
|
5757
|
+
success: CheckCircleIcon$2,
|
|
5758
|
+
error: ExclamationCircleIcon$1,
|
|
5759
|
+
warning: ExclamationTriangleIcon$1
|
|
5730
5760
|
};
|
|
5731
5761
|
const FormControlIcon = (_a) => {
|
|
5732
5762
|
var { status, customIcon, className } = _a, props = __rest$1(_a, ["status", "customIcon", "className"]);
|
|
@@ -6105,12 +6135,14 @@ const c_menu__content_Height = {
|
|
|
6105
6135
|
"value": "auto",
|
|
6106
6136
|
"var": "var(--pf-v6-c-menu__content--Height)"
|
|
6107
6137
|
};
|
|
6138
|
+
var cssHeight = c_menu__content_Height;
|
|
6108
6139
|
|
|
6109
6140
|
const c_menu__content_MaxHeight = {
|
|
6110
6141
|
"name": "--pf-v6-c-menu__content--MaxHeight",
|
|
6111
6142
|
"value": "18.75rem",
|
|
6112
6143
|
"var": "var(--pf-v6-c-menu__content--MaxHeight)"
|
|
6113
6144
|
};
|
|
6145
|
+
var cssMaxHeight$1 = c_menu__content_MaxHeight;
|
|
6114
6146
|
|
|
6115
6147
|
const MenuContent = React.forwardRef((props, ref) => {
|
|
6116
6148
|
const { getHeight, children, menuHeight, maxMenuHeight } = props, rest = __rest$1(props, ["getHeight", "children", "menuHeight", "maxMenuHeight"]);
|
|
@@ -6139,7 +6171,7 @@ const MenuContent = React.forwardRef((props, ref) => {
|
|
|
6139
6171
|
}
|
|
6140
6172
|
return ref || menuContentRef;
|
|
6141
6173
|
};
|
|
6142
|
-
return (React.createElement(MenuContext.Consumer, null, ({ menuId, onGetMenuHeight }) => (React.createElement("div", Object.assign({}, rest, { className: css(menuStyles.menuContent, props.className), ref: (el) => refCallback(el, menuId, onGetMenuHeight), style: Object.assign(Object.assign({}, (menuHeight && { [
|
|
6174
|
+
return (React.createElement(MenuContext.Consumer, null, ({ menuId, onGetMenuHeight }) => (React.createElement("div", Object.assign({}, rest, { className: css(menuStyles.menuContent, props.className), ref: (el) => refCallback(el, menuId, onGetMenuHeight), style: Object.assign(Object.assign({}, (menuHeight && { [cssHeight.name]: menuHeight })), (maxMenuHeight && { [cssMaxHeight$1.name]: maxMenuHeight })) }), children))));
|
|
6143
6175
|
});
|
|
6144
6176
|
MenuContent.displayName = 'MenuContent';
|
|
6145
6177
|
|
|
@@ -6148,18 +6180,21 @@ const c_menu_m_flyout__menu_top_offset = {
|
|
|
6148
6180
|
"value": "0px",
|
|
6149
6181
|
"var": "var(--pf-v6-c-menu--m-flyout__menu--top-offset)"
|
|
6150
6182
|
};
|
|
6183
|
+
var topOffset = c_menu_m_flyout__menu_top_offset;
|
|
6151
6184
|
|
|
6152
6185
|
const c_menu_m_flyout__menu_m_left_right_offset = {
|
|
6153
6186
|
"name": "--pf-v6-c-menu--m-flyout__menu--m-left--right-offset",
|
|
6154
6187
|
"value": "0px",
|
|
6155
6188
|
"var": "var(--pf-v6-c-menu--m-flyout__menu--m-left--right-offset)"
|
|
6156
6189
|
};
|
|
6190
|
+
var rightOffset = c_menu_m_flyout__menu_m_left_right_offset;
|
|
6157
6191
|
|
|
6158
6192
|
const c_menu_m_flyout__menu_left_offset = {
|
|
6159
6193
|
"name": "--pf-v6-c-menu--m-flyout__menu--left-offset",
|
|
6160
6194
|
"value": "0px",
|
|
6161
6195
|
"var": "var(--pf-v6-c-menu--m-flyout__menu--left-offset)"
|
|
6162
6196
|
};
|
|
6197
|
+
var leftOffset = c_menu_m_flyout__menu_left_offset;
|
|
6163
6198
|
|
|
6164
6199
|
const ExternalLinkAltIconConfig = {
|
|
6165
6200
|
name: 'ExternalLinkAltIcon',
|
|
@@ -6172,6 +6207,8 @@ const ExternalLinkAltIconConfig = {
|
|
|
6172
6207
|
|
|
6173
6208
|
const ExternalLinkAltIcon$1 = createIcon(ExternalLinkAltIconConfig);
|
|
6174
6209
|
|
|
6210
|
+
var ExternalLinkAltIcon$2 = ExternalLinkAltIcon$1;
|
|
6211
|
+
|
|
6175
6212
|
const AngleLeftIconConfig = {
|
|
6176
6213
|
name: 'AngleLeftIcon',
|
|
6177
6214
|
height: 512,
|
|
@@ -6183,6 +6220,8 @@ const AngleLeftIconConfig = {
|
|
|
6183
6220
|
|
|
6184
6221
|
const AngleLeftIcon = createIcon(AngleLeftIconConfig);
|
|
6185
6222
|
|
|
6223
|
+
var AngleLeftIcon$1 = AngleLeftIcon;
|
|
6224
|
+
|
|
6186
6225
|
const CheckIconConfig = {
|
|
6187
6226
|
name: 'CheckIcon',
|
|
6188
6227
|
height: 512,
|
|
@@ -6194,6 +6233,8 @@ const CheckIconConfig = {
|
|
|
6194
6233
|
|
|
6195
6234
|
const CheckIcon = createIcon(CheckIconConfig);
|
|
6196
6235
|
|
|
6236
|
+
var CheckIcon$1 = CheckIcon;
|
|
6237
|
+
|
|
6197
6238
|
var styles$k = {
|
|
6198
6239
|
"check": "pf-v6-c-check",
|
|
6199
6240
|
"checkBody": "pf-v6-c-check__body",
|
|
@@ -6276,6 +6317,8 @@ const StarIconConfig = {
|
|
|
6276
6317
|
|
|
6277
6318
|
const StarIcon = createIcon(StarIconConfig);
|
|
6278
6319
|
|
|
6320
|
+
var StarIcon$1 = StarIcon;
|
|
6321
|
+
|
|
6279
6322
|
const MenuItemActionBase = (_a) => {
|
|
6280
6323
|
var { className, icon, onClick, 'aria-label': ariaLabel, isFavorited = null, isDisabled, actionId, innerRef } = _a, props = __rest$1(_a, ["className", "icon", "onClick", 'aria-label', "isFavorited", "isDisabled", "actionId", "innerRef"]);
|
|
6281
6324
|
return (React.createElement(MenuContext.Consumer, null, ({ onActionClick }) => (React.createElement(MenuItemContext.Consumer, null, ({ itemId, isDisabled: isDisabledContext }) => {
|
|
@@ -6286,7 +6329,7 @@ const MenuItemActionBase = (_a) => {
|
|
|
6286
6329
|
onActionClick && onActionClick(event, itemId, actionId);
|
|
6287
6330
|
};
|
|
6288
6331
|
return (React.createElement("div", Object.assign({ className: css(menuStyles.menuItemAction, isFavorited !== null && 'pf-m-favorite', isFavorited && menuStyles.modifiers.favorited, className) }, props),
|
|
6289
|
-
React.createElement(Button, { "aria-label": ariaLabel, onClick: onClickButton, ref: innerRef, role: "menuitem", variant: "plain", tabIndex: -1, isDisabled: isDisabled || isDisabledContext, icon: icon === 'favorites' || isFavorited !== null ? React.createElement(StarIcon, { "aria-hidden": true }) : icon })));
|
|
6332
|
+
React.createElement(Button, { "aria-label": ariaLabel, onClick: onClickButton, ref: innerRef, role: "menuitem", variant: "plain", tabIndex: -1, isDisabled: isDisabled || isDisabledContext, icon: icon === 'favorites' || isFavorited !== null ? React.createElement(StarIcon$1, { "aria-hidden": true }) : icon })));
|
|
6290
6333
|
}))));
|
|
6291
6334
|
};
|
|
6292
6335
|
const MenuItemAction = React.forwardRef((props, ref) => (React.createElement(MenuItemActionBase, Object.assign({}, props, { innerRef: ref }))));
|
|
@@ -6341,16 +6384,16 @@ const MenuItemBase = (_a) => {
|
|
|
6341
6384
|
}
|
|
6342
6385
|
if (xDir === 'left') {
|
|
6343
6386
|
flyoutMenu.classList.add(menuStyles.modifiers.left);
|
|
6344
|
-
flyoutMenu.style.setProperty(
|
|
6387
|
+
flyoutMenu.style.setProperty(rightOffset.name, `-${xOffset}px`);
|
|
6345
6388
|
}
|
|
6346
6389
|
else {
|
|
6347
|
-
flyoutMenu.style.setProperty(
|
|
6390
|
+
flyoutMenu.style.setProperty(leftOffset.name, `-${xOffset}px`);
|
|
6348
6391
|
}
|
|
6349
6392
|
const spaceLeftBot = window.innerHeight - origin.y - rect.height;
|
|
6350
6393
|
const spaceLeftTop = window.innerHeight - rect.height;
|
|
6351
6394
|
if (spaceLeftTop < 0 && spaceLeftBot < 0) ;
|
|
6352
6395
|
else if (spaceLeftBot < 0) {
|
|
6353
|
-
flyoutMenu.style.setProperty(
|
|
6396
|
+
flyoutMenu.style.setProperty(topOffset.name, `${spaceLeftBot}px`);
|
|
6354
6397
|
}
|
|
6355
6398
|
}
|
|
6356
6399
|
}
|
|
@@ -6499,17 +6542,17 @@ const MenuItemBase = (_a) => {
|
|
|
6499
6542
|
}), (hasCheckbox && { htmlFor: randomId }), additionalProps),
|
|
6500
6543
|
React.createElement("span", { className: css(menuStyles.menuItemMain) },
|
|
6501
6544
|
direction === 'up' && (React.createElement("span", { className: css(menuStyles.menuItemToggleIcon) },
|
|
6502
|
-
React.createElement(AngleLeftIcon, { "aria-hidden": true }))),
|
|
6545
|
+
React.createElement(AngleLeftIcon$1, { "aria-hidden": true }))),
|
|
6503
6546
|
icon && React.createElement("span", { className: css(menuStyles.menuItemIcon) }, icon),
|
|
6504
6547
|
hasCheckbox && (React.createElement("span", { className: css(menuStyles.menuItemCheck) },
|
|
6505
6548
|
React.createElement(Checkbox, { id: randomId, component: "span", isChecked: isSelected || false, onChange: (event) => onItemSelect(event, onSelect), isDisabled: isDisabled, "aria-disabled": isAriaDisabled }))),
|
|
6506
6549
|
React.createElement("span", { className: css(menuStyles.menuItemText) }, children),
|
|
6507
6550
|
isExternalLink && (React.createElement("span", { className: css(menuStyles.menuItemExternalIcon) },
|
|
6508
|
-
React.createElement(ExternalLinkAltIcon$
|
|
6551
|
+
React.createElement(ExternalLinkAltIcon$2, { "aria-hidden": true }))),
|
|
6509
6552
|
(flyoutMenu || direction === 'down') && (React.createElement("span", { className: css(menuStyles.menuItemToggleIcon) },
|
|
6510
|
-
React.createElement(AngleRightIcon, { "aria-hidden": true }))),
|
|
6553
|
+
React.createElement(AngleRightIcon$1, { "aria-hidden": true }))),
|
|
6511
6554
|
getIsSelected() && (React.createElement("span", { className: css(menuStyles.menuItemSelectIcon) },
|
|
6512
|
-
React.createElement(CheckIcon, { "aria-hidden": true })))),
|
|
6555
|
+
React.createElement(CheckIcon$1, { "aria-hidden": true })))),
|
|
6513
6556
|
description && direction !== 'up' && (React.createElement("span", { className: css(menuStyles.menuItemDescription) },
|
|
6514
6557
|
React.createElement("span", null, description)))))),
|
|
6515
6558
|
flyoutVisible && (React.createElement(MenuContext.Provider, { value: { disableHover } },
|
|
@@ -6663,6 +6706,8 @@ const CaretDownIconConfig = {
|
|
|
6663
6706
|
|
|
6664
6707
|
const CaretDownIcon = createIcon(CaretDownIconConfig);
|
|
6665
6708
|
|
|
6709
|
+
var CaretDownIcon$1 = CaretDownIcon;
|
|
6710
|
+
|
|
6666
6711
|
var MenuToggleStatus;
|
|
6667
6712
|
(function (MenuToggleStatus) {
|
|
6668
6713
|
MenuToggleStatus["success"] = "success";
|
|
@@ -6692,20 +6737,20 @@ class MenuToggleBase extends React.Component {
|
|
|
6692
6737
|
if (!statusIcon) {
|
|
6693
6738
|
switch (status) {
|
|
6694
6739
|
case MenuToggleStatus.success:
|
|
6695
|
-
_statusIcon = React.createElement(CheckCircleIcon$
|
|
6740
|
+
_statusIcon = React.createElement(CheckCircleIcon$2, { "aria-hidden": "true" });
|
|
6696
6741
|
break;
|
|
6697
6742
|
case MenuToggleStatus.warning:
|
|
6698
|
-
_statusIcon = React.createElement(ExclamationTriangleIcon, { "aria-hidden": "true" });
|
|
6743
|
+
_statusIcon = React.createElement(ExclamationTriangleIcon$1, { "aria-hidden": "true" });
|
|
6699
6744
|
break;
|
|
6700
6745
|
case MenuToggleStatus.danger:
|
|
6701
|
-
_statusIcon = React.createElement(ExclamationCircleIcon, { "aria-hidden": "true" });
|
|
6746
|
+
_statusIcon = React.createElement(ExclamationCircleIcon$1, { "aria-hidden": "true" });
|
|
6702
6747
|
break;
|
|
6703
6748
|
}
|
|
6704
6749
|
}
|
|
6705
6750
|
const toggleControls = (React.createElement("span", { className: css(styles$j.menuToggleControls) },
|
|
6706
6751
|
status !== undefined && React.createElement("span", { className: css(styles$j.menuToggleStatusIcon) }, _statusIcon),
|
|
6707
6752
|
React.createElement("span", { className: css(styles$j.menuToggleToggleIcon) },
|
|
6708
|
-
React.createElement(CaretDownIcon, { "aria-hidden": true }))));
|
|
6753
|
+
React.createElement(CaretDownIcon$1, { "aria-hidden": true }))));
|
|
6709
6754
|
const content = (React.createElement(React.Fragment, null,
|
|
6710
6755
|
icon && React.createElement("span", { className: css(styles$j.menuToggleIcon) }, icon),
|
|
6711
6756
|
isTypeahead ? children : children && React.createElement("span", { className: css(styles$j.menuToggleText) }, children),
|
|
@@ -6959,7 +7004,7 @@ const CardHeader = (_a) => {
|
|
|
6959
7004
|
React.createElement(Button, Object.assign({ variant: "plain", type: "button", onClick: (evt) => {
|
|
6960
7005
|
onExpand(evt, cardId);
|
|
6961
7006
|
} }, toggleButtonProps, { icon: React.createElement("span", { className: css(styles$h.cardHeaderToggleIcon) },
|
|
6962
|
-
React.createElement(AngleRightIcon, { "aria-hidden": "true" })) }))));
|
|
7007
|
+
React.createElement(AngleRightIcon$1, { "aria-hidden": "true" })) }))));
|
|
6963
7008
|
const isClickableOrSelectableOnly = (isClickable && !isSelectable) || (isSelectable && !isClickable);
|
|
6964
7009
|
if ((actions === null || actions === void 0 ? void 0 : actions.actions) && isClickableOrSelectableOnly) {
|
|
6965
7010
|
// eslint-disable-next-line no-console
|
|
@@ -7151,7 +7196,7 @@ PopoverFooter.displayName = 'PopoverFooter';
|
|
|
7151
7196
|
const PopoverCloseButton = (_a) => {
|
|
7152
7197
|
var { onClose = () => undefined } = _a, props = __rest$1(_a, ["onClose"]);
|
|
7153
7198
|
return (React.createElement("div", { className: css(styles$e.popoverClose) },
|
|
7154
|
-
React.createElement(Button, Object.assign({ onClick: onClose, variant: "plain", "aria-label": true }, props, { style: { pointerEvents: 'auto' }, icon: React.createElement(TimesIcon, null) }))));
|
|
7199
|
+
React.createElement(Button, Object.assign({ onClick: onClose, variant: "plain", "aria-label": true }, props, { style: { pointerEvents: 'auto' }, icon: React.createElement(TimesIcon$1, null) }))));
|
|
7155
7200
|
};
|
|
7156
7201
|
PopoverCloseButton.displayName = 'PopoverCloseButton';
|
|
7157
7202
|
|
|
@@ -7166,12 +7211,14 @@ const c_popover_MaxWidth = {
|
|
|
7166
7211
|
"value": "none",
|
|
7167
7212
|
"var": "var(--pf-v6-c-popover--MaxWidth)"
|
|
7168
7213
|
};
|
|
7214
|
+
var popoverMaxWidth = c_popover_MaxWidth;
|
|
7169
7215
|
|
|
7170
7216
|
const c_popover_MinWidth = {
|
|
7171
7217
|
"name": "--pf-v6-c-popover--MinWidth",
|
|
7172
7218
|
"value": "auto",
|
|
7173
7219
|
"var": "var(--pf-v6-c-popover--MinWidth)"
|
|
7174
7220
|
};
|
|
7221
|
+
var popoverMinWidth = c_popover_MinWidth;
|
|
7175
7222
|
|
|
7176
7223
|
var PopoverPosition;
|
|
7177
7224
|
(function (PopoverPosition) {
|
|
@@ -7197,7 +7244,7 @@ const alertStyle = {
|
|
|
7197
7244
|
danger: styles$e.modifiers.danger
|
|
7198
7245
|
};
|
|
7199
7246
|
const Popover = (_a) => {
|
|
7200
|
-
var { children, position = 'top', enableFlip = true, className = '', isVisible = null, shouldClose = () => null, shouldOpen = () => null, 'aria-label': ariaLabel = '', bodyContent, headerContent = null, headerComponent = 'h6', headerIcon = null, alertSeverityVariant, alertSeverityScreenReaderText, footerContent = null, appendTo = () => document.body, hideOnOutsideClick = true, onHide = () => null, onHidden = () => null, onShow = () => null, onShown = () => null, onMount = () => null, zIndex = 9999, triggerAction = 'click', minWidth =
|
|
7247
|
+
var { children, position = 'top', enableFlip = true, className = '', isVisible = null, shouldClose = () => null, shouldOpen = () => null, 'aria-label': ariaLabel = '', bodyContent, headerContent = null, headerComponent = 'h6', headerIcon = null, alertSeverityVariant, alertSeverityScreenReaderText, footerContent = null, appendTo = () => document.body, hideOnOutsideClick = true, onHide = () => null, onHidden = () => null, onShow = () => null, onShown = () => null, onMount = () => null, zIndex = 9999, triggerAction = 'click', minWidth = popoverMinWidth && popoverMinWidth.value, maxWidth = popoverMaxWidth && popoverMaxWidth.value, closeBtnAriaLabel = 'Close', showClose = true, distance = 25, flipBehavior = [
|
|
7201
7248
|
'top',
|
|
7202
7249
|
'bottom',
|
|
7203
7250
|
'left',
|
|
@@ -7254,8 +7301,8 @@ const Popover = (_a) => {
|
|
|
7254
7301
|
'right-start': styles$e.modifiers.rightTop,
|
|
7255
7302
|
'right-end': styles$e.modifiers.rightBottom
|
|
7256
7303
|
};
|
|
7257
|
-
const hasCustomMinWidth = minWidth !==
|
|
7258
|
-
const hasCustomMaxWidth = maxWidth !==
|
|
7304
|
+
const hasCustomMinWidth = minWidth !== popoverMinWidth.value;
|
|
7305
|
+
const hasCustomMaxWidth = maxWidth !== popoverMaxWidth.value;
|
|
7259
7306
|
const onDocumentKeyDown = (event) => {
|
|
7260
7307
|
if (event.key === KeyTypes.Escape && visible) {
|
|
7261
7308
|
if (triggerManually) {
|
|
@@ -7573,7 +7620,7 @@ DrawerActions.displayName = 'DrawerActions';
|
|
|
7573
7620
|
const DrawerCloseButton = (_a) => {
|
|
7574
7621
|
var { className = '', onClose = () => undefined, 'aria-label': ariaLabel = 'Close drawer panel' } = _a, props = __rest$1(_a, ["className", "onClose", 'aria-label']);
|
|
7575
7622
|
return (React.createElement("div", Object.assign({ className: css(styles$d.drawerClose, className) }, props),
|
|
7576
|
-
React.createElement(Button, { variant: "plain", onClick: onClose, "aria-label": ariaLabel, icon: React.createElement(TimesIcon, null) })));
|
|
7623
|
+
React.createElement(Button, { variant: "plain", onClick: onClose, "aria-label": ariaLabel, icon: React.createElement(TimesIcon$1, null) })));
|
|
7577
7624
|
};
|
|
7578
7625
|
DrawerCloseButton.displayName = 'DrawerCloseButton';
|
|
7579
7626
|
|
|
@@ -7621,18 +7668,21 @@ const c_drawer__panel_md_FlexBasis = {
|
|
|
7621
7668
|
"value": "50%",
|
|
7622
7669
|
"var": "var(--pf-v6-c-drawer__panel--md--FlexBasis)"
|
|
7623
7670
|
};
|
|
7671
|
+
var cssPanelMdFlexBasis = c_drawer__panel_md_FlexBasis;
|
|
7624
7672
|
|
|
7625
7673
|
const c_drawer__panel_md_FlexBasis_min = {
|
|
7626
7674
|
"name": "--pf-v6-c-drawer__panel--md--FlexBasis--min",
|
|
7627
7675
|
"value": "1.5rem",
|
|
7628
7676
|
"var": "var(--pf-v6-c-drawer__panel--md--FlexBasis--min)"
|
|
7629
7677
|
};
|
|
7678
|
+
var cssPanelMdFlexBasisMin = c_drawer__panel_md_FlexBasis_min;
|
|
7630
7679
|
|
|
7631
7680
|
const c_drawer__panel_md_FlexBasis_max = {
|
|
7632
7681
|
"name": "--pf-v6-c-drawer__panel--md--FlexBasis--max",
|
|
7633
7682
|
"value": "100%",
|
|
7634
7683
|
"var": "var(--pf-v6-c-drawer__panel--md--FlexBasis--max)"
|
|
7635
7684
|
};
|
|
7685
|
+
var cssPanelMdFlexBasisMax = c_drawer__panel_md_FlexBasis_max;
|
|
7636
7686
|
|
|
7637
7687
|
let isResizing = null;
|
|
7638
7688
|
let newSize = 0;
|
|
@@ -7784,7 +7834,7 @@ const DrawerPanelContent = (_a) => {
|
|
|
7784
7834
|
if (position === 'bottom') {
|
|
7785
7835
|
panel.current.style.overflowAnchor = 'none';
|
|
7786
7836
|
}
|
|
7787
|
-
panel.current.style.setProperty(
|
|
7837
|
+
panel.current.style.setProperty(cssPanelMdFlexBasis.name, newSize + 'px');
|
|
7788
7838
|
currWidth = newSize;
|
|
7789
7839
|
setSeparatorValue(calcValueNow());
|
|
7790
7840
|
};
|
|
@@ -7860,19 +7910,19 @@ const DrawerPanelContent = (_a) => {
|
|
|
7860
7910
|
if (position === 'bottom') {
|
|
7861
7911
|
panel.current.style.overflowAnchor = 'none';
|
|
7862
7912
|
}
|
|
7863
|
-
panel.current.style.setProperty(
|
|
7913
|
+
panel.current.style.setProperty(cssPanelMdFlexBasis.name, newSize + 'px');
|
|
7864
7914
|
currWidth = newSize;
|
|
7865
7915
|
setSeparatorValue(calcValueNow());
|
|
7866
7916
|
};
|
|
7867
7917
|
const boundaryCssVars = {};
|
|
7868
7918
|
if (defaultSize) {
|
|
7869
|
-
boundaryCssVars[
|
|
7919
|
+
boundaryCssVars[cssPanelMdFlexBasis.name] = defaultSize;
|
|
7870
7920
|
}
|
|
7871
7921
|
if (minSize) {
|
|
7872
|
-
boundaryCssVars[
|
|
7922
|
+
boundaryCssVars[cssPanelMdFlexBasisMin.name] = minSize;
|
|
7873
7923
|
}
|
|
7874
7924
|
if (maxSize) {
|
|
7875
|
-
boundaryCssVars[
|
|
7925
|
+
boundaryCssVars[cssPanelMdFlexBasisMax.name] = maxSize;
|
|
7876
7926
|
}
|
|
7877
7927
|
const isValidFocusTrap = (focusTrap === null || focusTrap === void 0 ? void 0 : focusTrap.enabled) && !isStatic;
|
|
7878
7928
|
const Component = isValidFocusTrap ? FocusTrap : 'div';
|
|
@@ -7976,6 +8026,8 @@ const AngleDownIconConfig = {
|
|
|
7976
8026
|
|
|
7977
8027
|
const AngleDownIcon = createIcon(AngleDownIconConfig);
|
|
7978
8028
|
|
|
8029
|
+
var AngleDownIcon$1 = AngleDownIcon;
|
|
8030
|
+
|
|
7979
8031
|
const SearchIconConfig = {
|
|
7980
8032
|
name: 'SearchIcon',
|
|
7981
8033
|
height: 512,
|
|
@@ -7987,6 +8039,8 @@ const SearchIconConfig = {
|
|
|
7987
8039
|
|
|
7988
8040
|
const SearchIcon$1 = createIcon(SearchIconConfig);
|
|
7989
8041
|
|
|
8042
|
+
var SearchIcon$2 = SearchIcon$1;
|
|
8043
|
+
|
|
7990
8044
|
const ArrowRightIconConfig = {
|
|
7991
8045
|
name: 'ArrowRightIcon',
|
|
7992
8046
|
height: 512,
|
|
@@ -7998,6 +8052,8 @@ const ArrowRightIconConfig = {
|
|
|
7998
8052
|
|
|
7999
8053
|
const ArrowRightIcon$1 = createIcon(ArrowRightIconConfig);
|
|
8000
8054
|
|
|
8055
|
+
var ArrowRightIcon$2 = ArrowRightIcon$1;
|
|
8056
|
+
|
|
8001
8057
|
var styles$b = {
|
|
8002
8058
|
"button": "pf-v6-c-button",
|
|
8003
8059
|
"dirRtl": "pf-v6-m-dir-rtl",
|
|
@@ -8063,11 +8119,12 @@ const c_form_m_limit_width_MaxWidth = {
|
|
|
8063
8119
|
"value": "55rem",
|
|
8064
8120
|
"var": "var(--pf-v6-c-form--m-limit-width--MaxWidth)"
|
|
8065
8121
|
};
|
|
8122
|
+
var cssMaxWidth = c_form_m_limit_width_MaxWidth;
|
|
8066
8123
|
|
|
8067
8124
|
const FormBase = (_a) => {
|
|
8068
8125
|
var { children = null, className = '', isHorizontal = false, isWidthLimited = false, maxWidth = '', innerRef } = _a, props = __rest$1(_a, ["children", "className", "isHorizontal", "isWidthLimited", "maxWidth", "innerRef"]);
|
|
8069
8126
|
return (React.createElement("form", Object.assign({ noValidate: true }, (maxWidth && {
|
|
8070
|
-
style: Object.assign({ [
|
|
8127
|
+
style: Object.assign({ [cssMaxWidth.name]: maxWidth }, props.style)
|
|
8071
8128
|
}), props, { className: css(styles$b.form, isHorizontal && styles$b.modifiers.horizontal, (isWidthLimited || maxWidth) && styles$b.modifiers.limitWidth, className), ref: innerRef }), children));
|
|
8072
8129
|
};
|
|
8073
8130
|
const Form = React.forwardRef((props, ref) => React.createElement(FormBase, Object.assign({ innerRef: ref }, props)));
|
|
@@ -8121,10 +8178,11 @@ const c_panel__main_MaxHeight = {
|
|
|
8121
8178
|
"value": "18.75rem",
|
|
8122
8179
|
"var": "var(--pf-v6-c-panel__main--MaxHeight)"
|
|
8123
8180
|
};
|
|
8181
|
+
var cssMaxHeight = c_panel__main_MaxHeight;
|
|
8124
8182
|
|
|
8125
8183
|
const PanelMain = (_a) => {
|
|
8126
8184
|
var { className, children, maxHeight } = _a, props = __rest$1(_a, ["className", "children", "maxHeight"]);
|
|
8127
|
-
return (React.createElement("div", Object.assign({ className: css(styles$a.panelMain, className), style: { [
|
|
8185
|
+
return (React.createElement("div", Object.assign({ className: css(styles$a.panelMain, className), style: { [cssMaxHeight.name]: maxHeight } }, props), children));
|
|
8128
8186
|
};
|
|
8129
8187
|
PanelMain.displayName = 'PanelMain';
|
|
8130
8188
|
|
|
@@ -8424,15 +8482,15 @@ const SearchInputBase = (_a) => {
|
|
|
8424
8482
|
const buildTextInputGroup = (_a = {}) => {
|
|
8425
8483
|
var searchInputProps = __rest$1(_a, []);
|
|
8426
8484
|
return (React.createElement(TextInputGroup, Object.assign({ isDisabled: isDisabled }, searchInputProps),
|
|
8427
|
-
React.createElement(TextInputGroupMain, { hint: hint, icon: React.createElement(SearchIcon$
|
|
8485
|
+
React.createElement(TextInputGroupMain, { hint: hint, icon: React.createElement(SearchIcon$2, null), innerRef: searchInputInputRef, value: searchValue, placeholder: placeholder, "aria-label": ariaLabel, onKeyDown: onEnter, onChange: onChangeHandler, name: name, inputId: searchInputId }),
|
|
8428
8486
|
(renderUtilities || areUtilitiesDisplayed) && (React.createElement(TextInputGroupUtilities, null,
|
|
8429
8487
|
resultsCount && React.createElement(Badge, { isRead: true }, resultsCount),
|
|
8430
8488
|
!!onNextClick && !!onPreviousClick && (React.createElement("div", { className: textInputGroupStyles.textInputGroupGroup },
|
|
8431
|
-
React.createElement(Button, { variant: ButtonVariant.plain, "aria-label": previousNavigationButtonAriaLabel, isDisabled: isDisabled || isPreviousNavigationButtonDisabled, onClick: onPreviousClick, icon: React.createElement(AngleUpIcon, null) }),
|
|
8432
|
-
React.createElement(Button, { variant: ButtonVariant.plain, "aria-label": nextNavigationButtonAriaLabel, isDisabled: isDisabled || isNextNavigationButtonDisabled, onClick: onNextClick, icon: React.createElement(AngleDownIcon, null) }))),
|
|
8433
|
-
!!onClear && !expandableInput && (React.createElement(Button, { variant: ButtonVariant.plain, isDisabled: isDisabled, "aria-label": resetButtonLabel, onClick: onClearInput, icon: React.createElement(TimesIcon, null) }))))));
|
|
8489
|
+
React.createElement(Button, { variant: ButtonVariant.plain, "aria-label": previousNavigationButtonAriaLabel, isDisabled: isDisabled || isPreviousNavigationButtonDisabled, onClick: onPreviousClick, icon: React.createElement(AngleUpIcon$1, null) }),
|
|
8490
|
+
React.createElement(Button, { variant: ButtonVariant.plain, "aria-label": nextNavigationButtonAriaLabel, isDisabled: isDisabled || isNextNavigationButtonDisabled, onClick: onNextClick, icon: React.createElement(AngleDownIcon$1, null) }))),
|
|
8491
|
+
!!onClear && !expandableInput && (React.createElement(Button, { variant: ButtonVariant.plain, isDisabled: isDisabled, "aria-label": resetButtonLabel, onClick: onClearInput, icon: React.createElement(TimesIcon$1, null) }))))));
|
|
8434
8492
|
};
|
|
8435
|
-
const expandableToggle = (React.createElement(Button, { variant: ButtonVariant.plain, "aria-label": toggleAriaLabel, "aria-expanded": isExpanded, icon: isExpanded ? React.createElement(TimesIcon, null) : React.createElement(SearchIcon$
|
|
8493
|
+
const expandableToggle = (React.createElement(Button, { variant: ButtonVariant.plain, "aria-label": toggleAriaLabel, "aria-expanded": isExpanded, icon: isExpanded ? React.createElement(TimesIcon$1, null) : React.createElement(SearchIcon$2, null), onClick: onExpandHandler, ref: searchInputExpandableToggleRef }));
|
|
8436
8494
|
const buildExpandableSearchInput = (_a = {}) => {
|
|
8437
8495
|
var searchInputProps = __rest$1(_a, []);
|
|
8438
8496
|
return (React.createElement(InputGroup, Object.assign({}, searchInputProps),
|
|
@@ -8453,10 +8511,10 @@ const SearchInputBase = (_a) => {
|
|
|
8453
8511
|
return (React.createElement(InputGroup, Object.assign({ ref: triggerRef }, searchInputProps),
|
|
8454
8512
|
React.createElement(InputGroupItem, { isFill: true }, buildTextInputGroup()),
|
|
8455
8513
|
(attributes.length > 0 || onToggleAdvancedSearch) && (React.createElement(InputGroupItem, { isPlain: true },
|
|
8456
|
-
React.createElement(Button, { className: isSearchMenuOpen && 'pf-m-expanded', variant: ButtonVariant.control, "aria-label": openMenuButtonAriaLabel, onClick: onToggle, isDisabled: isDisabled, "aria-expanded": isSearchMenuOpen, icon: React.createElement(CaretDownIcon, null) }))),
|
|
8514
|
+
React.createElement(Button, { className: isSearchMenuOpen && 'pf-m-expanded', variant: ButtonVariant.control, "aria-label": openMenuButtonAriaLabel, onClick: onToggle, isDisabled: isDisabled, "aria-expanded": isSearchMenuOpen, icon: React.createElement(CaretDownIcon$1, null) }))),
|
|
8457
8515
|
!!onSearch && (React.createElement(InputGroupItem, null,
|
|
8458
8516
|
React.createElement(Button, { type: "submit", variant: ButtonVariant.control, "aria-label": submitSearchButtonLabel, onClick: onSearchHandler, isDisabled: isDisabled, icon: React.createElement(Icon, { shouldMirrorRTL: true },
|
|
8459
|
-
React.createElement(ArrowRightIcon$
|
|
8517
|
+
React.createElement(ArrowRightIcon$2, null)) }))),
|
|
8460
8518
|
expandableInput && React.createElement(InputGroupItem, null, expandableToggle)));
|
|
8461
8519
|
};
|
|
8462
8520
|
const searchInputProps = Object.assign(Object.assign({}, props), { className: className && css(className), innerRef: searchInputRef });
|
|
@@ -8597,6 +8655,7 @@ const c_expandable_section_m_truncate__content_LineClamp = {
|
|
|
8597
8655
|
"value": "3",
|
|
8598
8656
|
"var": "var(--pf-v6-c-expandable-section--m-truncate__content--LineClamp)"
|
|
8599
8657
|
};
|
|
8658
|
+
var lineClamp = c_expandable_section_m_truncate__content_LineClamp;
|
|
8600
8659
|
|
|
8601
8660
|
var ExpandableSectionVariant;
|
|
8602
8661
|
(function (ExpandableSectionVariant) {
|
|
@@ -8607,7 +8666,7 @@ const setLineClamp = (lines, element) => {
|
|
|
8607
8666
|
if (!element || lines < 1) {
|
|
8608
8667
|
return;
|
|
8609
8668
|
}
|
|
8610
|
-
element.style.setProperty(
|
|
8669
|
+
element.style.setProperty(lineClamp.name, lines.toString());
|
|
8611
8670
|
};
|
|
8612
8671
|
class ExpandableSection extends React.Component {
|
|
8613
8672
|
constructor(props) {
|
|
@@ -8617,7 +8676,7 @@ class ExpandableSection extends React.Component {
|
|
|
8617
8676
|
this.checkToggleVisibility = () => {
|
|
8618
8677
|
var _a;
|
|
8619
8678
|
if ((_a = this.expandableContentRef) === null || _a === void 0 ? void 0 : _a.current) {
|
|
8620
|
-
const maxLines = this.props.truncateMaxLines || parseInt(
|
|
8679
|
+
const maxLines = this.props.truncateMaxLines || parseInt(lineClamp.value);
|
|
8621
8680
|
const totalLines = this.expandableContentRef.current.scrollHeight /
|
|
8622
8681
|
parseInt(getComputedStyle(this.expandableContentRef.current).lineHeight);
|
|
8623
8682
|
this.setState({
|
|
@@ -8697,7 +8756,7 @@ class ExpandableSection extends React.Component {
|
|
|
8697
8756
|
const expandableToggle = !isDetached && (React.createElement("div", { className: `${styles$8.expandableSection}__toggle` },
|
|
8698
8757
|
React.createElement(Button, Object.assign({ variant: "link" }, (variant === ExpandableSectionVariant.truncate && { isInline: true }), { "aria-expanded": propOrStateIsExpanded, "aria-controls": uniqueContentId, id: uniqueToggleId, onClick: (event) => onToggle(event, !propOrStateIsExpanded) }, (variant !== ExpandableSectionVariant.truncate && {
|
|
8699
8758
|
icon: (React.createElement("span", { className: css(styles$8.expandableSectionToggleIcon) },
|
|
8700
|
-
React.createElement(AngleRightIcon, { "aria-hidden": true })))
|
|
8759
|
+
React.createElement(AngleRightIcon$1, { "aria-hidden": true })))
|
|
8701
8760
|
})), toggleContent || computedToggleText)));
|
|
8702
8761
|
return (React.createElement("div", Object.assign({ className: css(styles$8.expandableSection, propOrStateIsExpanded && styles$8.modifiers.expanded, displaySize === 'lg' && styles$8.modifiers.displayLg, isWidthLimited && styles$8.modifiers.limitWidth, isIndented && styles$8.modifiers.indented, variant === ExpandableSectionVariant.truncate && styles$8.modifiers.truncate, className) }, props),
|
|
8703
8762
|
variant === ExpandableSectionVariant.default && expandableToggle,
|
|
@@ -8801,6 +8860,7 @@ const c_label__text_MaxWidth = {
|
|
|
8801
8860
|
"value": "100%",
|
|
8802
8861
|
"var": "var(--pf-v6-c-label__text--MaxWidth)"
|
|
8803
8862
|
};
|
|
8863
|
+
var cssTextMaxWidth = c_label__text_MaxWidth;
|
|
8804
8864
|
|
|
8805
8865
|
const colorStyles = {
|
|
8806
8866
|
blue: labelStyles.modifiers.blue,
|
|
@@ -8814,11 +8874,11 @@ const colorStyles = {
|
|
|
8814
8874
|
grey: ''
|
|
8815
8875
|
};
|
|
8816
8876
|
const statusIcons = {
|
|
8817
|
-
success: React.createElement(CheckCircleIcon$
|
|
8818
|
-
warning: React.createElement(ExclamationTriangleIcon, null),
|
|
8819
|
-
danger: React.createElement(ExclamationCircleIcon, null),
|
|
8820
|
-
info: React.createElement(InfoCircleIcon$
|
|
8821
|
-
custom: React.createElement(BellIcon, null)
|
|
8877
|
+
success: React.createElement(CheckCircleIcon$2, null),
|
|
8878
|
+
warning: React.createElement(ExclamationTriangleIcon$1, null),
|
|
8879
|
+
danger: React.createElement(ExclamationCircleIcon$1, null),
|
|
8880
|
+
info: React.createElement(InfoCircleIcon$2, null),
|
|
8881
|
+
custom: React.createElement(BellIcon$1, null)
|
|
8822
8882
|
};
|
|
8823
8883
|
const Label = (_a) => {
|
|
8824
8884
|
var { children, className = '', color = 'grey', variant = 'filled', status, isCompact = false, isDisabled = false, isEditable = false, editableProps, textMaxWidth, tooltipPosition, icon, onClose, onClick: onLabelClick, onEditCancel, onEditComplete, closeBtn, closeBtnAriaLabel, closeBtnProps, href, render } = _a, props = __rest$1(_a, ["children", "className", "color", "variant", "status", "isCompact", "isDisabled", "isEditable", "editableProps", "textMaxWidth", "tooltipPosition", "icon", "onClose", "onClick", "onEditCancel", "onEditComplete", "closeBtn", "closeBtnAriaLabel", "closeBtnProps", "href", "render"]);
|
|
@@ -8911,7 +8971,7 @@ const Label = (_a) => {
|
|
|
8911
8971
|
}
|
|
8912
8972
|
};
|
|
8913
8973
|
const isClickableDisabled = (href || onLabelClick) && isDisabled;
|
|
8914
|
-
const defaultCloseButton = (React.createElement(Button, Object.assign({ type: "button", variant: "plain", hasNoPadding: true, onClick: onClose, "aria-label": closeBtnAriaLabel || `Close ${children}` }, (isClickableDisabled && { isDisabled: true }), closeBtnProps, { icon: React.createElement(TimesIcon, null) })));
|
|
8974
|
+
const defaultCloseButton = (React.createElement(Button, Object.assign({ type: "button", variant: "plain", hasNoPadding: true, onClick: onClose, "aria-label": closeBtnAriaLabel || `Close ${children}` }, (isClickableDisabled && { isDisabled: true }), closeBtnProps, { icon: React.createElement(TimesIcon$1, null) })));
|
|
8915
8975
|
const closeButton = React.createElement("span", { className: css(labelStyles.labelActions) }, closeBtn || defaultCloseButton);
|
|
8916
8976
|
const textRef = React.createRef();
|
|
8917
8977
|
// ref to apply tooltip when rendered is used
|
|
@@ -8927,7 +8987,7 @@ const Label = (_a) => {
|
|
|
8927
8987
|
_icon && React.createElement("span", { className: css(labelStyles.labelIcon) }, _icon),
|
|
8928
8988
|
React.createElement("span", Object.assign({ ref: textRef, className: css(labelStyles.labelText) }, (textMaxWidth && {
|
|
8929
8989
|
style: {
|
|
8930
|
-
[
|
|
8990
|
+
[cssTextMaxWidth.name]: textMaxWidth
|
|
8931
8991
|
}
|
|
8932
8992
|
})), children)));
|
|
8933
8993
|
React.useEffect(() => {
|
|
@@ -9517,10 +9577,10 @@ const ToolbarContentContext = React.createContext({
|
|
|
9517
9577
|
clearAllFilters: () => { }
|
|
9518
9578
|
});
|
|
9519
9579
|
const globalBreakpoints = {
|
|
9520
|
-
md: parseInt(
|
|
9521
|
-
lg: parseInt(
|
|
9522
|
-
xl: parseInt(
|
|
9523
|
-
'2xl': parseInt(
|
|
9580
|
+
md: parseInt(globalBreakpointMd.value) * 16,
|
|
9581
|
+
lg: parseInt(globalBreakpointLg.value) * 16,
|
|
9582
|
+
xl: parseInt(globalBreakpointXl.value) * 16,
|
|
9583
|
+
'2xl': parseInt(globalBreakpoint2xl.value) * 16
|
|
9524
9584
|
};
|
|
9525
9585
|
|
|
9526
9586
|
var ToolbarItemVariant;
|
|
@@ -9783,13 +9843,13 @@ const WizardNavItem = (_a) => {
|
|
|
9783
9843
|
", ",
|
|
9784
9844
|
status),
|
|
9785
9845
|
React.createElement("span", { className: css(styles$3.wizardNavLinkStatusIcon) },
|
|
9786
|
-
status === WizardNavItemStatus.Error && React.createElement(ExclamationCircleIcon, null),
|
|
9787
|
-
status === WizardNavItemStatus.Success && React.createElement(CheckCircleIcon$
|
|
9846
|
+
status === WizardNavItemStatus.Error && React.createElement(ExclamationCircleIcon$1, null),
|
|
9847
|
+
status === WizardNavItemStatus.Success && React.createElement(CheckCircleIcon$2, null)))),
|
|
9788
9848
|
React.createElement("span", { className: css(styles$3.wizardNavLinkMain) }, isExpandable ? (React.createElement(React.Fragment, null,
|
|
9789
9849
|
React.createElement("span", { className: css(styles$3.wizardNavLinkText) }, content),
|
|
9790
9850
|
React.createElement("span", { className: css(styles$3.wizardNavLinkToggle) },
|
|
9791
9851
|
React.createElement("span", { className: css(styles$3.wizardNavLinkToggleIcon) },
|
|
9792
|
-
React.createElement(AngleRightIcon, { "aria-label": `${isCurrent ? 'Collapse' : 'Expand'} step icon` }))))) : (React.createElement(React.Fragment, null, content)))),
|
|
9852
|
+
React.createElement(AngleRightIcon$1, { "aria-label": `${isCurrent ? 'Collapse' : 'Expand'} step icon` }))))) : (React.createElement(React.Fragment, null, content)))),
|
|
9793
9853
|
children));
|
|
9794
9854
|
};
|
|
9795
9855
|
WizardNavItem.displayName = 'WizardNavItem';
|
|
@@ -10372,24 +10432,26 @@ const l_gallery_GridTemplateColumns_min = {
|
|
|
10372
10432
|
"value": "250px",
|
|
10373
10433
|
"var": "var(--pf-v6-l-gallery--GridTemplateColumns--min)"
|
|
10374
10434
|
};
|
|
10435
|
+
var cssGridTemplateColumnsMin = l_gallery_GridTemplateColumns_min;
|
|
10375
10436
|
|
|
10376
10437
|
const l_gallery_GridTemplateColumns_max = {
|
|
10377
10438
|
"name": "--pf-v6-l-gallery--GridTemplateColumns--max",
|
|
10378
10439
|
"value": "1fr",
|
|
10379
10440
|
"var": "var(--pf-v6-l-gallery--GridTemplateColumns--max)"
|
|
10380
10441
|
};
|
|
10442
|
+
var cssGridTemplateColumnsMax = l_gallery_GridTemplateColumns_max;
|
|
10381
10443
|
|
|
10382
10444
|
const Gallery = (_a) => {
|
|
10383
10445
|
var { children = null, className = '', component = 'div', hasGutter = false, minWidths, maxWidths } = _a, props = __rest$1(_a, ["children", "className", "component", "hasGutter", "minWidths", "maxWidths"]);
|
|
10384
10446
|
const minWidthStyles = {};
|
|
10385
10447
|
const Component = component;
|
|
10386
10448
|
if (minWidths) {
|
|
10387
|
-
Object.entries(minWidths || {}).map(([breakpoint, value]) => (minWidthStyles[`${
|
|
10449
|
+
Object.entries(minWidths || {}).map(([breakpoint, value]) => (minWidthStyles[`${cssGridTemplateColumnsMin.name}${breakpoint !== 'default' ? `-on-${breakpoint}` : ''}`] =
|
|
10388
10450
|
value));
|
|
10389
10451
|
}
|
|
10390
10452
|
const maxWidthStyles = {};
|
|
10391
10453
|
if (maxWidths) {
|
|
10392
|
-
Object.entries(maxWidths || {}).map(([breakpoint, value]) => (maxWidthStyles[`${
|
|
10454
|
+
Object.entries(maxWidths || {}).map(([breakpoint, value]) => (maxWidthStyles[`${cssGridTemplateColumnsMax.name}${breakpoint !== 'default' ? `-on-${breakpoint}` : ''}`] =
|
|
10393
10455
|
value));
|
|
10394
10456
|
}
|
|
10395
10457
|
const widthStyles = Object.assign(Object.assign({}, minWidthStyles), maxWidthStyles);
|
|
@@ -10454,6 +10516,8 @@ exports.createIcon = createIcon;
|
|
|
10454
10516
|
|
|
10455
10517
|
});
|
|
10456
10518
|
|
|
10519
|
+
var require$$0 = createIcon_1;
|
|
10520
|
+
|
|
10457
10521
|
var searchIcon = createCommonjsModule(function (module, exports) {
|
|
10458
10522
|
exports.__esModule = true;
|
|
10459
10523
|
exports.SearchIconConfig = {
|
|
@@ -10464,7 +10528,7 @@ exports.SearchIconConfig = {
|
|
|
10464
10528
|
yOffset: 0,
|
|
10465
10529
|
xOffset: 0,
|
|
10466
10530
|
};
|
|
10467
|
-
exports.SearchIcon =
|
|
10531
|
+
exports.SearchIcon = require$$0.createIcon(exports.SearchIconConfig);
|
|
10468
10532
|
exports["default"] = exports.SearchIcon;
|
|
10469
10533
|
});
|
|
10470
10534
|
|
|
@@ -11291,7 +11355,7 @@ exports.RocketIconConfig = {
|
|
|
11291
11355
|
yOffset: 0,
|
|
11292
11356
|
xOffset: 0,
|
|
11293
11357
|
};
|
|
11294
|
-
exports.RocketIcon =
|
|
11358
|
+
exports.RocketIcon = require$$0.createIcon(exports.RocketIconConfig);
|
|
11295
11359
|
exports["default"] = exports.RocketIcon;
|
|
11296
11360
|
});
|
|
11297
11361
|
|
|
@@ -25962,7 +26026,7 @@ exports.CopyIconConfig = {
|
|
|
25962
26026
|
yOffset: 0,
|
|
25963
26027
|
xOffset: 0,
|
|
25964
26028
|
};
|
|
25965
|
-
exports.CopyIcon =
|
|
26029
|
+
exports.CopyIcon = require$$0.createIcon(exports.CopyIconConfig);
|
|
25966
26030
|
exports["default"] = exports.CopyIcon;
|
|
25967
26031
|
});
|
|
25968
26032
|
|
|
@@ -26029,7 +26093,7 @@ exports.LightbulbIconConfig = {
|
|
|
26029
26093
|
yOffset: 0,
|
|
26030
26094
|
xOffset: 0,
|
|
26031
26095
|
};
|
|
26032
|
-
exports.LightbulbIcon =
|
|
26096
|
+
exports.LightbulbIcon = require$$0.createIcon(exports.LightbulbIconConfig);
|
|
26033
26097
|
exports["default"] = exports.LightbulbIcon;
|
|
26034
26098
|
});
|
|
26035
26099
|
|
|
@@ -26045,7 +26109,7 @@ exports.FireIconConfig = {
|
|
|
26045
26109
|
yOffset: 0,
|
|
26046
26110
|
xOffset: 0,
|
|
26047
26111
|
};
|
|
26048
|
-
exports.FireIcon =
|
|
26112
|
+
exports.FireIcon = require$$0.createIcon(exports.FireIconConfig);
|
|
26049
26113
|
exports["default"] = exports.FireIcon;
|
|
26050
26114
|
});
|
|
26051
26115
|
|
|
@@ -31434,7 +31498,7 @@ exports.SyncAltIconConfig = {
|
|
|
31434
31498
|
yOffset: 0,
|
|
31435
31499
|
xOffset: 0,
|
|
31436
31500
|
};
|
|
31437
|
-
exports.SyncAltIcon =
|
|
31501
|
+
exports.SyncAltIcon = require$$0.createIcon(exports.SyncAltIconConfig);
|
|
31438
31502
|
exports["default"] = exports.SyncAltIcon;
|
|
31439
31503
|
});
|
|
31440
31504
|
|
|
@@ -31474,7 +31538,7 @@ exports.CheckCircleIconConfig = {
|
|
|
31474
31538
|
yOffset: 0,
|
|
31475
31539
|
xOffset: 0,
|
|
31476
31540
|
};
|
|
31477
|
-
exports.CheckCircleIcon =
|
|
31541
|
+
exports.CheckCircleIcon = require$$0.createIcon(exports.CheckCircleIconConfig);
|
|
31478
31542
|
exports["default"] = exports.CheckCircleIcon;
|
|
31479
31543
|
});
|
|
31480
31544
|
|
|
@@ -31490,7 +31554,7 @@ exports.InfoCircleIconConfig = {
|
|
|
31490
31554
|
yOffset: 0,
|
|
31491
31555
|
xOffset: 0,
|
|
31492
31556
|
};
|
|
31493
|
-
exports.InfoCircleIcon =
|
|
31557
|
+
exports.InfoCircleIcon = require$$0.createIcon(exports.InfoCircleIconConfig);
|
|
31494
31558
|
exports["default"] = exports.InfoCircleIcon;
|
|
31495
31559
|
});
|
|
31496
31560
|
|
|
@@ -31567,7 +31631,7 @@ exports.ExternalLinkAltIconConfig = {
|
|
|
31567
31631
|
yOffset: 0,
|
|
31568
31632
|
xOffset: 0,
|
|
31569
31633
|
};
|
|
31570
|
-
exports.ExternalLinkAltIcon =
|
|
31634
|
+
exports.ExternalLinkAltIcon = require$$0.createIcon(exports.ExternalLinkAltIconConfig);
|
|
31571
31635
|
exports["default"] = exports.ExternalLinkAltIcon;
|
|
31572
31636
|
});
|
|
31573
31637
|
|
|
@@ -31594,7 +31658,7 @@ exports.OutlinedBookmarkIconConfig = {
|
|
|
31594
31658
|
yOffset: 0,
|
|
31595
31659
|
xOffset: 0,
|
|
31596
31660
|
};
|
|
31597
|
-
exports.OutlinedBookmarkIcon =
|
|
31661
|
+
exports.OutlinedBookmarkIcon = require$$0.createIcon(exports.OutlinedBookmarkIconConfig);
|
|
31598
31662
|
exports["default"] = exports.OutlinedBookmarkIcon;
|
|
31599
31663
|
});
|
|
31600
31664
|
|
|
@@ -31610,7 +31674,7 @@ exports.OutlinedClockIconConfig = {
|
|
|
31610
31674
|
yOffset: 0,
|
|
31611
31675
|
xOffset: 0,
|
|
31612
31676
|
};
|
|
31613
|
-
exports.OutlinedClockIcon =
|
|
31677
|
+
exports.OutlinedClockIcon = require$$0.createIcon(exports.OutlinedClockIconConfig);
|
|
31614
31678
|
exports["default"] = exports.OutlinedClockIcon;
|
|
31615
31679
|
});
|
|
31616
31680
|
|
|
@@ -31910,7 +31974,7 @@ exports.ArrowRightIconConfig = {
|
|
|
31910
31974
|
yOffset: 0,
|
|
31911
31975
|
xOffset: 0,
|
|
31912
31976
|
};
|
|
31913
|
-
exports.ArrowRightIcon =
|
|
31977
|
+
exports.ArrowRightIcon = require$$0.createIcon(exports.ArrowRightIconConfig);
|
|
31914
31978
|
exports["default"] = exports.ArrowRightIcon;
|
|
31915
31979
|
});
|
|
31916
31980
|
|
|
@@ -32281,7 +32345,7 @@ exports.BarsIconConfig = {
|
|
|
32281
32345
|
yOffset: 0,
|
|
32282
32346
|
xOffset: 0,
|
|
32283
32347
|
};
|
|
32284
|
-
exports.BarsIcon =
|
|
32348
|
+
exports.BarsIcon = require$$0.createIcon(exports.BarsIconConfig);
|
|
32285
32349
|
exports["default"] = exports.BarsIcon;
|
|
32286
32350
|
});
|
|
32287
32351
|
|