@esri/solutions-components 0.7.12-alpha → 0.7.12-alpha2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -1
- package/package.json +2 -1
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion/accordion.css +77 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion-item/accordion-item.css +263 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action/action.css +338 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-bar/action-bar.css +105 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-group/action-group.css +113 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-menu/action-menu.css +73 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-pad/action-pad.css +113 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/alert/alert.css +421 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/avatar/avatar.css +81 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/block/block.css +298 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/block-section/block-section.css +145 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/button/button.css +802 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/card/card.css +183 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/checkbox/checkbox.css +167 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip/chip.css +385 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip-group/chip-group.css +74 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker/color-picker.css +244 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-hex-input/color-picker-hex-input.css +66 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-swatch/color-picker-swatch.css +74 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox/combobox.css +425 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item/combobox-item.css +209 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item-group/combobox-item-group.css +101 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker/date-picker.css +72 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-day/date-picker-day.css +290 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month/date-picker-month.css +95 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month-header/date-picker-month-header.css +189 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown/dropdown.css +136 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-group/dropdown-group.css +84 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-item/dropdown-item.css +278 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/fab/fab.css +72 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/filter/filter.css +136 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow/flow.css +98 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow-item/flow-item.css +89 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/graph/graph.css +51 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/handle/handle.css +99 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/icon/icon.css +73 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/inline-editable/inline-editable.css +89 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input/input.css +630 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-date-picker/input-date-picker.css +267 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-message/input-message.css +109 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-number/input-number.css +484 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-text/input-text.css +397 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-picker/input-time-picker.css +99 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-zone/input-time-zone.css +67 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/label/label.css +134 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/link/link.css +148 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/list/list.css +122 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item/list-item.css +244 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item-group/list-item-group.css +88 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/loader/loader.css +298 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu/menu.css +50 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu-item/menu-item.css +281 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/meter/meter.css +183 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/modal/modal.css +529 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation/navigation.css +142 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-logo/navigation-logo.css +136 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-user/navigation-user.css +112 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/notice/notice.css +289 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/option/option.css +36 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/option-group/option-group.css +36 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pagination/pagination.css +138 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/panel/panel.css +227 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list/pick-list.css +92 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-group/pick-list-group.css +83 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-item/pick-list-item.css +179 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/popover/popover.css +194 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/progress/progress.css +110 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button/radio-button.css +164 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button-group/radio-button-group.css +58 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/rating/rating.css +178 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/scrim/scrim.css +76 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control/segmented-control.css +95 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control-item/segmented-control-item.css +172 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/select/select.css +218 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/sheet/sheet.css +267 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell/shell.css +184 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-center-row/shell-center-row.css +124 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-panel/shell-panel.css +360 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/slider/slider.css +388 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/sortable-list/sortable-list.css +68 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/split-button/split-button.css +184 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/stack/stack.css +118 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper/stepper.css +147 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper-item/stepper-item.css +457 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/switch/switch.css +189 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab/tab.css +75 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-nav/tab-nav.css +122 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-title/tab-title.css +348 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table/table.css +143 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-cell/table-cell.css +133 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-header/table-header.css +130 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-row/table-row.css +74 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tabs/tabs.css +102 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/text-area/text-area.css +288 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile/tile.css +170 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select/tile-select.css +156 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select-group/tile-select-group.css +64 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/time-picker/time-picker.css +144 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip/tip.css +151 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-group/tip-group.css +47 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-manager/tip-manager.css +194 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tooltip/tooltip.css +120 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree/tree.css +41 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree-item/tree-item.css +315 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list/value-list.css +105 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list-item/value-list-item.css +121 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-control-panel/instant-apps-control-panel.css +3 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-export/instant-apps-export.css +81 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-filter-list/instant-apps-filter-list.css +104 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-header/instant-apps-header.css +165 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-classic/instant-apps-interactive-legend-classic.css +124 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-count/instant-apps-interactive-legend-count.css +18 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element/instant-apps-interactive-legend-group-legend-element.css +10 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element-caption/instant-apps-interactive-legend-group-legend-element-caption.css +65 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element/instant-apps-interactive-legend-layer-element.css +17 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element-caption/instant-apps-interactive-legend-layer-element-caption.css +66 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element/instant-apps-interactive-legend-legend-element.css +10 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element-caption/instant-apps-interactive-legend-legend-element-caption.css +51 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-relationship/instant-apps-interactive-legend-relationship.css +15 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend.css +12 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-keyboard-shortcuts/instant-apps-keyboard-shortcuts.css +33 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-landing-page/instant-apps-landing-page.css +222 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-switcher/instant-apps-language-switcher.css +13 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-ckeditor-wrapper/instant-apps-ckeditor-wrapper.css +3 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-item/instant-apps-language-translator-item.css +83 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-search/instant-apps-language-translator-search.css +34 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator.css +86 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement-tool/instant-apps-measurement-tool.css +6 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement.css +6 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popover/instant-apps-popover.css +58 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popovers/instant-apps-popovers.css +3 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-scoreboard/instant-apps-scoreboard.css +200 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-social-share/instant-apps-social-share.css +273 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-splash/instant-apps-splash.css +10 -0
- package/packages/solutions-components/dist/solutions-components_commit.txt +4 -4
- package/t9nmanifest.txt +6 -6
package/packages/node_modules/@esri/calcite-components/dist/collection/components/stack/stack.css
ADDED
@@ -0,0 +1,118 @@
|
|
1
|
+
/**
|
2
|
+
* Do not edit directly
|
3
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
4
|
+
*/
|
5
|
+
/**
|
6
|
+
* Do not edit directly
|
7
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
8
|
+
*/
|
9
|
+
/**
|
10
|
+
* Do not edit directly
|
11
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
12
|
+
*/
|
13
|
+
/**
|
14
|
+
* Do not edit directly
|
15
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
16
|
+
*/
|
17
|
+
/**
|
18
|
+
* Do not edit directly
|
19
|
+
* Generated on Sat, 02 Dec 2023 04:05:26 GMT
|
20
|
+
*/
|
21
|
+
/* mixins & extensions */
|
22
|
+
/* helper to properly scale internal durations */
|
23
|
+
/**
|
24
|
+
* Currently only used in Checkbox.
|
25
|
+
*/
|
26
|
+
:host([disabled]) .content {
|
27
|
+
cursor: default;
|
28
|
+
-webkit-user-select: none;
|
29
|
+
-moz-user-select: none;
|
30
|
+
user-select: none;
|
31
|
+
opacity: var(--calcite-opacity-disabled)
|
32
|
+
}
|
33
|
+
|
34
|
+
:host([disabled]) .content *,
|
35
|
+
:host([disabled]) .content ::slotted(*) {
|
36
|
+
pointer-events: none
|
37
|
+
}
|
38
|
+
|
39
|
+
/**
|
40
|
+
* CSS Custom Properties
|
41
|
+
*
|
42
|
+
* These properties can be overridden using the component's tag as selector.
|
43
|
+
*
|
44
|
+
* @prop --calcite-stack-padding-inline: Specifies the inline padding of the component's content.
|
45
|
+
* @prop --calcite-stack-padding-block: Specifies the block padding of the component's content.
|
46
|
+
*/
|
47
|
+
:host {
|
48
|
+
display: flex;
|
49
|
+
flex: 1 1 0%;
|
50
|
+
flex-direction: column
|
51
|
+
}
|
52
|
+
|
53
|
+
.container {
|
54
|
+
display: flex;
|
55
|
+
flex: 1 1 auto;
|
56
|
+
align-items: stretch;
|
57
|
+
font-family: var(--calcite-sans-family);
|
58
|
+
font-weight: var(--calcite-font-weight-normal);
|
59
|
+
color: var(--calcite-color-text-2)
|
60
|
+
}
|
61
|
+
|
62
|
+
.content {
|
63
|
+
display: flex;
|
64
|
+
flex: 1 1 auto;
|
65
|
+
flex-direction: column;
|
66
|
+
justify-content: center;
|
67
|
+
font-size: var(--calcite-font-size--2);
|
68
|
+
line-height: 1.375;
|
69
|
+
padding-inline: var(--calcite-stack-padding-inline, 0.75rem);
|
70
|
+
padding-block: var(--calcite-stack-padding-block, 0.5rem)
|
71
|
+
}
|
72
|
+
|
73
|
+
.content-start {
|
74
|
+
justify-content: flex-start
|
75
|
+
}
|
76
|
+
|
77
|
+
.content-end {
|
78
|
+
justify-content: flex-end
|
79
|
+
}
|
80
|
+
|
81
|
+
.content-start,
|
82
|
+
.content-end {
|
83
|
+
flex: 0 1 auto
|
84
|
+
}
|
85
|
+
|
86
|
+
.actions-start,
|
87
|
+
.actions-end,
|
88
|
+
.content-start,
|
89
|
+
.content-end {
|
90
|
+
display: flex;
|
91
|
+
align-items: center
|
92
|
+
}
|
93
|
+
|
94
|
+
.content-start ::slotted(calcite-icon),
|
95
|
+
.content-end ::slotted(calcite-icon) {
|
96
|
+
margin-inline: 0.75rem;
|
97
|
+
align-self: center
|
98
|
+
}
|
99
|
+
|
100
|
+
.actions-start ::slotted(calcite-action),
|
101
|
+
.actions-start ::slotted(calcite-action-menu),
|
102
|
+
.actions-start ::slotted(calcite-handle),
|
103
|
+
.actions-start ::slotted(calcite-dropdown),
|
104
|
+
.actions-end ::slotted(calcite-action),
|
105
|
+
.actions-end ::slotted(calcite-action-menu),
|
106
|
+
.actions-end ::slotted(calcite-handle),
|
107
|
+
.actions-end ::slotted(calcite-dropdown) {
|
108
|
+
align-self: stretch;
|
109
|
+
color: inherit
|
110
|
+
}
|
111
|
+
|
112
|
+
:host([hidden]) {
|
113
|
+
display: none
|
114
|
+
}
|
115
|
+
|
116
|
+
[hidden] {
|
117
|
+
display: none
|
118
|
+
}
|
@@ -0,0 +1,147 @@
|
|
1
|
+
/**
|
2
|
+
* Do not edit directly
|
3
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
4
|
+
*/
|
5
|
+
/**
|
6
|
+
* Do not edit directly
|
7
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
8
|
+
*/
|
9
|
+
/**
|
10
|
+
* Do not edit directly
|
11
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
12
|
+
*/
|
13
|
+
/**
|
14
|
+
* Do not edit directly
|
15
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
16
|
+
*/
|
17
|
+
/**
|
18
|
+
* Do not edit directly
|
19
|
+
* Generated on Sat, 02 Dec 2023 04:05:26 GMT
|
20
|
+
*/
|
21
|
+
/* mixins & extensions */
|
22
|
+
/* helper to properly scale internal durations */
|
23
|
+
/**
|
24
|
+
* Currently only used in Checkbox.
|
25
|
+
*/
|
26
|
+
:host([scale=s]) {
|
27
|
+
--calcite-internal-stepper-item-spacing-unit-s: 0.25rem;
|
28
|
+
--calcite-internal-stepper-action-block-size: 2.75rem;
|
29
|
+
--calcite-internal-stepper-action-inline-size: 2rem;
|
30
|
+
--calcite-internal-step-bar-gap: 0.25rem;
|
31
|
+
}
|
32
|
+
|
33
|
+
:host([scale=m]) {
|
34
|
+
--calcite-internal-stepper-item-spacing-unit-s: 0.5rem;
|
35
|
+
--calcite-internal-stepper-action-block-size: 3.25rem;
|
36
|
+
--calcite-internal-stepper-action-inline-size: 2.5rem;
|
37
|
+
}
|
38
|
+
|
39
|
+
:host([scale=l]) {
|
40
|
+
--calcite-internal-stepper-item-spacing-unit-s: 0.75rem;
|
41
|
+
--calcite-internal-stepper-action-block-size: 4rem;
|
42
|
+
--calcite-internal-stepper-action-inline-size: 3rem;
|
43
|
+
--calcite-internal-step-bar-gap: 0.75rem;
|
44
|
+
}
|
45
|
+
|
46
|
+
:host {
|
47
|
+
display: flex;
|
48
|
+
}
|
49
|
+
|
50
|
+
.container {
|
51
|
+
position: relative;
|
52
|
+
display: flex;
|
53
|
+
inline-size: 100%;
|
54
|
+
min-inline-size: -moz-fit-content;
|
55
|
+
min-inline-size: fit-content;
|
56
|
+
flex-direction: row;
|
57
|
+
flex-wrap: wrap;
|
58
|
+
align-items: stretch;
|
59
|
+
justify-content: space-between;
|
60
|
+
}
|
61
|
+
|
62
|
+
:host([layout=vertical]) .container {
|
63
|
+
flex: 1 1 auto;
|
64
|
+
flex-direction: column;
|
65
|
+
}
|
66
|
+
|
67
|
+
:host([layout=horizontal]) .container {
|
68
|
+
display: grid;
|
69
|
+
grid-template-areas: "items" "content";
|
70
|
+
gap: 0.5rem var(--calcite-internal-stepper-item-spacing-unit-s);
|
71
|
+
}
|
72
|
+
|
73
|
+
:host([layout=horizontal][scale=s]) .container {
|
74
|
+
gap: 0.25rem var(--calcite-internal-stepper-item-spacing-unit-s);
|
75
|
+
}
|
76
|
+
|
77
|
+
:host([layout=horizontal][scale=l]) .container {
|
78
|
+
gap: 0.75rem var(--calcite-internal-stepper-item-spacing-unit-s);
|
79
|
+
}
|
80
|
+
|
81
|
+
:host([layout=horizontal]) .container.single-view {
|
82
|
+
display: flex;
|
83
|
+
grid-template-columns: none;
|
84
|
+
}
|
85
|
+
|
86
|
+
.action-icon {
|
87
|
+
position: relative;
|
88
|
+
display: flex;
|
89
|
+
flex-grow: 0;
|
90
|
+
block-size: var(--calcite-internal-stepper-action-block-size);
|
91
|
+
inline-size: var(--calcite-internal-stepper-action-inline-size);
|
92
|
+
}
|
93
|
+
|
94
|
+
.action-container {
|
95
|
+
position: absolute;
|
96
|
+
display: flex;
|
97
|
+
justify-content: space-between;
|
98
|
+
padding-block: 0.25rem;
|
99
|
+
inline-size: 100%;
|
100
|
+
}
|
101
|
+
|
102
|
+
.step-bar {
|
103
|
+
display: flex;
|
104
|
+
block-size: 100%;
|
105
|
+
inline-size: 100%;
|
106
|
+
}
|
107
|
+
|
108
|
+
.step-bar-container {
|
109
|
+
position: absolute;
|
110
|
+
display: flex;
|
111
|
+
align-items: flex-start;
|
112
|
+
justify-content: space-between;
|
113
|
+
block-size: 0.125rem;
|
114
|
+
inline-size: 100%;
|
115
|
+
gap: var(--calcite-internal-step-bar-gap, 0.5rem);
|
116
|
+
}
|
117
|
+
|
118
|
+
.step-bar--inactive {
|
119
|
+
fill: var(--calcite-color-border-3, #dfdfdf);
|
120
|
+
fill-opacity: 1;
|
121
|
+
block-size: 100%;
|
122
|
+
}
|
123
|
+
|
124
|
+
.step-bar--active {
|
125
|
+
fill: var(--calcite-color-brand);
|
126
|
+
}
|
127
|
+
|
128
|
+
.step-bar--complete {
|
129
|
+
fill: var(--calcite-color-brand);
|
130
|
+
fill-opacity: 0.5;
|
131
|
+
}
|
132
|
+
|
133
|
+
.step-bar--error {
|
134
|
+
fill: var(--calcite-color-status-danger);
|
135
|
+
}
|
136
|
+
|
137
|
+
.step-bar--disabled {
|
138
|
+
opacity: 0.5;
|
139
|
+
}
|
140
|
+
|
141
|
+
:host([hidden]) {
|
142
|
+
display: none;
|
143
|
+
}
|
144
|
+
|
145
|
+
[hidden] {
|
146
|
+
display: none;
|
147
|
+
}
|
@@ -0,0 +1,457 @@
|
|
1
|
+
/**
|
2
|
+
* Do not edit directly
|
3
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
4
|
+
*/
|
5
|
+
/**
|
6
|
+
* Do not edit directly
|
7
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
8
|
+
*/
|
9
|
+
/**
|
10
|
+
* Do not edit directly
|
11
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
12
|
+
*/
|
13
|
+
/**
|
14
|
+
* Do not edit directly
|
15
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
16
|
+
*/
|
17
|
+
/**
|
18
|
+
* Do not edit directly
|
19
|
+
* Generated on Sat, 02 Dec 2023 04:05:26 GMT
|
20
|
+
*/
|
21
|
+
/* mixins & extensions */
|
22
|
+
/* helper to properly scale internal durations */
|
23
|
+
/**
|
24
|
+
* Currently only used in Checkbox.
|
25
|
+
*/
|
26
|
+
:host([layout=horizontal][disabled]) .stepper-item-header, :host([disabled]) {
|
27
|
+
cursor: default;
|
28
|
+
-webkit-user-select: none;
|
29
|
+
-moz-user-select: none;
|
30
|
+
user-select: none;
|
31
|
+
opacity: var(--calcite-opacity-disabled);
|
32
|
+
}
|
33
|
+
|
34
|
+
:host([layout=horizontal][disabled]) .stepper-item-header *, :host([disabled]) *,
|
35
|
+
:host([layout=horizontal][disabled]) .stepper-item-header ::slotted(*),
|
36
|
+
:host([disabled]) ::slotted(*) {
|
37
|
+
pointer-events: none;
|
38
|
+
}
|
39
|
+
|
40
|
+
:host([scale=s]) {
|
41
|
+
--calcite-stepper-item-spacing-unit-s: 0.25rem;
|
42
|
+
--calcite-stepper-item-spacing-unit-m: 0.75rem;
|
43
|
+
--calcite-stepper-item-spacing-unit-l: 1rem;
|
44
|
+
--calcite-internal-stepper-action-inline-size: 2rem;
|
45
|
+
font-size: var(--calcite-font-size--1);
|
46
|
+
line-height: 1rem;
|
47
|
+
margin-inline-end: 0.25rem;
|
48
|
+
}
|
49
|
+
:host([scale=s]) .stepper-item-description {
|
50
|
+
font-size: var(--calcite-font-size--2);
|
51
|
+
line-height: 1rem;
|
52
|
+
}
|
53
|
+
|
54
|
+
:host([scale=m]) {
|
55
|
+
--calcite-stepper-item-spacing-unit-s: 0.5rem;
|
56
|
+
--calcite-stepper-item-spacing-unit-m: 1rem;
|
57
|
+
--calcite-stepper-item-spacing-unit-l: 1.25rem;
|
58
|
+
--calcite-internal-stepper-action-inline-size: 2.5rem;
|
59
|
+
font-size: var(--calcite-font-size-0);
|
60
|
+
line-height: 1.25rem;
|
61
|
+
margin-inline-end: 0.5rem;
|
62
|
+
}
|
63
|
+
:host([scale=m]) .stepper-item-description {
|
64
|
+
font-size: var(--calcite-font-size--1);
|
65
|
+
line-height: 1rem;
|
66
|
+
}
|
67
|
+
|
68
|
+
:host([scale=l]) {
|
69
|
+
--calcite-stepper-item-spacing-unit-s: 0.75rem;
|
70
|
+
--calcite-stepper-item-spacing-unit-m: 1.25rem;
|
71
|
+
--calcite-stepper-item-spacing-unit-l: 1.5rem;
|
72
|
+
--calcite-internal-stepper-action-inline-size: 3rem;
|
73
|
+
font-size: var(--calcite-font-size-1);
|
74
|
+
line-height: 1.5rem;
|
75
|
+
margin-inline-end: 0.75rem;
|
76
|
+
}
|
77
|
+
:host([scale=l]) .stepper-item-description {
|
78
|
+
font-size: var(--calcite-font-size-0);
|
79
|
+
line-height: 1.25rem;
|
80
|
+
}
|
81
|
+
|
82
|
+
:host {
|
83
|
+
position: relative;
|
84
|
+
display: flex;
|
85
|
+
flex-grow: 1;
|
86
|
+
flex-direction: column;
|
87
|
+
align-self: flex-start;
|
88
|
+
margin-block-end: var(--calcite-stepper-item-spacing-unit-s);
|
89
|
+
}
|
90
|
+
|
91
|
+
:host .container {
|
92
|
+
position: relative;
|
93
|
+
display: flex;
|
94
|
+
flex-grow: 1;
|
95
|
+
cursor: pointer;
|
96
|
+
flex-direction: column;
|
97
|
+
border-width: 0px;
|
98
|
+
border-block-start-width: 2px;
|
99
|
+
border-style: solid;
|
100
|
+
border-color: var(--calcite-color-border-3);
|
101
|
+
color: var(--calcite-color-text-3);
|
102
|
+
text-decoration-line: none;
|
103
|
+
outline: 2px solid transparent;
|
104
|
+
outline-offset: 2px;
|
105
|
+
transition-duration: 150ms;
|
106
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
107
|
+
}
|
108
|
+
|
109
|
+
:host {
|
110
|
+
outline-color: transparent;
|
111
|
+
}
|
112
|
+
|
113
|
+
:host(:focus) {
|
114
|
+
outline: 2px solid var(--calcite-color-brand);
|
115
|
+
outline-offset: calc(
|
116
|
+
2px *
|
117
|
+
calc(
|
118
|
+
1 -
|
119
|
+
2 * clamp(
|
120
|
+
0,
|
121
|
+
var(--calcite-offset-invert-focus),
|
122
|
+
1
|
123
|
+
)
|
124
|
+
)
|
125
|
+
);
|
126
|
+
}
|
127
|
+
|
128
|
+
:host .stepper-item-header {
|
129
|
+
display: flex;
|
130
|
+
cursor: pointer;
|
131
|
+
align-items: flex-start;
|
132
|
+
}
|
133
|
+
|
134
|
+
:host .stepper-item-content,
|
135
|
+
:host .stepper-item-header {
|
136
|
+
transition-duration: 150ms;
|
137
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
138
|
+
padding-block: var(--calcite-stepper-item-spacing-unit-l);
|
139
|
+
padding-inline-end: var(--calcite-stepper-item-spacing-unit-m);
|
140
|
+
text-align: start;
|
141
|
+
}
|
142
|
+
|
143
|
+
:host .stepper-item-header * {
|
144
|
+
display: inline-flex;
|
145
|
+
align-items: center;
|
146
|
+
transition-duration: 150ms;
|
147
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
148
|
+
}
|
149
|
+
|
150
|
+
:host .stepper-item-content {
|
151
|
+
display: none;
|
152
|
+
inline-size: 100%;
|
153
|
+
flex-direction: column;
|
154
|
+
font-size: var(--calcite-font-size--2);
|
155
|
+
line-height: 1.375;
|
156
|
+
}
|
157
|
+
|
158
|
+
:host .stepper-item-icon {
|
159
|
+
margin-inline-end: var(--calcite-stepper-item-spacing-unit-m);
|
160
|
+
margin-block-start: 1px;
|
161
|
+
display: inline-flex;
|
162
|
+
block-size: 0.75rem;
|
163
|
+
flex-shrink: 0;
|
164
|
+
align-self: flex-start;
|
165
|
+
color: var(--calcite-color-text-3);
|
166
|
+
opacity: var(--calcite-opacity-disabled);
|
167
|
+
transition-duration: 150ms;
|
168
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
169
|
+
}
|
170
|
+
|
171
|
+
:host .stepper-item-header-text {
|
172
|
+
flex-direction: column;
|
173
|
+
text-align: initial;
|
174
|
+
margin-inline-end: auto;
|
175
|
+
}
|
176
|
+
|
177
|
+
:host .stepper-item-heading,
|
178
|
+
:host .stepper-item-description {
|
179
|
+
display: flex;
|
180
|
+
inline-size: 100%;
|
181
|
+
}
|
182
|
+
|
183
|
+
:host .stepper-item-heading {
|
184
|
+
margin-block-end: 0.25rem;
|
185
|
+
font-weight: var(--calcite-font-weight-medium);
|
186
|
+
color: var(--calcite-color-text-2);
|
187
|
+
}
|
188
|
+
|
189
|
+
:host .stepper-item-description {
|
190
|
+
color: var(--calcite-color-text-3);
|
191
|
+
}
|
192
|
+
|
193
|
+
:host .stepper-item-number {
|
194
|
+
font-weight: var(--calcite-font-weight-medium);
|
195
|
+
color: var(--calcite-color-text-3);
|
196
|
+
transition-duration: 150ms;
|
197
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
198
|
+
margin-inline-end: var(--calcite-stepper-item-spacing-unit-m);
|
199
|
+
}
|
200
|
+
|
201
|
+
:host([disabled]) ::slotted([calcite-hydrated][disabled]),
|
202
|
+
:host([disabled]) [calcite-hydrated][disabled] {
|
203
|
+
/* prevent opacity stacking */
|
204
|
+
opacity: 1;
|
205
|
+
}
|
206
|
+
|
207
|
+
:host([complete]) .container {
|
208
|
+
border-color: rgba(0, 122, 194, 0.5);
|
209
|
+
}
|
210
|
+
:host([complete]) .container .stepper-item-icon {
|
211
|
+
color: var(--calcite-color-brand);
|
212
|
+
}
|
213
|
+
|
214
|
+
:host([error]) .container {
|
215
|
+
border-block-start-color: var(--calcite-color-status-danger);
|
216
|
+
}
|
217
|
+
:host([error]) .container .stepper-item-number {
|
218
|
+
color: var(--calcite-color-status-danger);
|
219
|
+
}
|
220
|
+
:host([error]) .container .stepper-item-icon {
|
221
|
+
opacity: 1;
|
222
|
+
color: var(--calcite-color-status-danger);
|
223
|
+
}
|
224
|
+
|
225
|
+
:host(:hover:not([disabled]):not([selected])) .container,
|
226
|
+
:host(:focus:not([disabled]):not([selected])) .container {
|
227
|
+
border-block-start-color: var(--calcite-color-brand);
|
228
|
+
}
|
229
|
+
:host(:hover:not([disabled]):not([selected])) .container .stepper-item-heading,
|
230
|
+
:host(:focus:not([disabled]):not([selected])) .container .stepper-item-heading {
|
231
|
+
color: var(--calcite-color-text-1);
|
232
|
+
}
|
233
|
+
:host(:hover:not([disabled]):not([selected])) .container .stepper-item-description,
|
234
|
+
:host(:focus:not([disabled]):not([selected])) .container .stepper-item-description {
|
235
|
+
color: var(--calcite-color-text-2);
|
236
|
+
}
|
237
|
+
|
238
|
+
:host([error]:hover:not([disabled]):not([selected])) .container,
|
239
|
+
:host([error]:focus:not([disabled]):not([selected])) .container {
|
240
|
+
border-block-start-color: var(--calcite-color-status-danger-hover);
|
241
|
+
}
|
242
|
+
|
243
|
+
:host([selected]) .container {
|
244
|
+
border-block-start-color: var(--calcite-color-brand);
|
245
|
+
}
|
246
|
+
:host([selected]) .container .stepper-item-heading {
|
247
|
+
color: var(--calcite-color-text-1);
|
248
|
+
}
|
249
|
+
:host([selected]) .container .stepper-item-description {
|
250
|
+
color: var(--calcite-color-text-2);
|
251
|
+
}
|
252
|
+
:host([selected]) .container .stepper-item-number {
|
253
|
+
color: var(--calcite-color-brand);
|
254
|
+
}
|
255
|
+
:host([selected]) .container .stepper-item-icon {
|
256
|
+
color: var(--calcite-color-brand);
|
257
|
+
opacity: 1;
|
258
|
+
}
|
259
|
+
|
260
|
+
:host([selected]) .container .stepper-item-content {
|
261
|
+
display: flex;
|
262
|
+
}
|
263
|
+
|
264
|
+
:host([layout=vertical]) .container {
|
265
|
+
margin-inline: 0px;
|
266
|
+
margin-block-start: 0px;
|
267
|
+
flex: 1 1 auto;
|
268
|
+
border-block-start-width: 0px;
|
269
|
+
border-style: solid;
|
270
|
+
border-color: var(--calcite-color-border-3);
|
271
|
+
padding-block: 0px;
|
272
|
+
border-inline-start-width: 2px;
|
273
|
+
padding-inline-start: var(--calcite-stepper-item-spacing-unit-l);
|
274
|
+
}
|
275
|
+
:host([layout=vertical]) .container .stepper-item-icon {
|
276
|
+
order: 3;
|
277
|
+
margin-block: 1px 0px;
|
278
|
+
padding-inline-start: var(--calcite-stepper-item-spacing-unit-s);
|
279
|
+
margin-inline-start: auto;
|
280
|
+
}
|
281
|
+
:host([layout=vertical]) .container .stepper-item-header {
|
282
|
+
padding-inline-end: 0px;
|
283
|
+
}
|
284
|
+
:host([layout=vertical]) .container .stepper-item-content {
|
285
|
+
padding: 0px;
|
286
|
+
}
|
287
|
+
|
288
|
+
:host([layout=vertical][complete]) .container {
|
289
|
+
border-color: rgba(0, 122, 194, 0.5);
|
290
|
+
}
|
291
|
+
|
292
|
+
:host([layout=vertical][complete]:hover:not([disabled]):not([selected])) .container,
|
293
|
+
:host([layout=vertical][complete]:focus:not([disabled]):not([selected])) .container {
|
294
|
+
border-color: var(--calcite-color-brand);
|
295
|
+
}
|
296
|
+
|
297
|
+
:host([layout=vertical][error]) .container {
|
298
|
+
border-color: var(--calcite-color-status-danger);
|
299
|
+
}
|
300
|
+
|
301
|
+
:host([layout=vertical][selected]) .container {
|
302
|
+
border-color: var(--calcite-color-brand);
|
303
|
+
}
|
304
|
+
:host([layout=vertical][selected]) .container .stepper-item-content:not(:empty) {
|
305
|
+
margin-block-end: var(--calcite-stepper-item-spacing-unit-l);
|
306
|
+
}
|
307
|
+
|
308
|
+
:host([layout=vertical]:hover:not([disabled]):not([selected])) .container,
|
309
|
+
:host([layout=vertical]:focus:not([disabled]):not([selected])) .container {
|
310
|
+
border-color: rgba(0, 122, 194, 0.5);
|
311
|
+
}
|
312
|
+
|
313
|
+
:host([layout=vertical][error]:hover:not([disabled]):not([selected])) .container,
|
314
|
+
:host([layout=vertical][error]:focus:not([disabled]):not([selected])) .container {
|
315
|
+
border-color: var(--calcite-color-status-danger-hover);
|
316
|
+
}
|
317
|
+
|
318
|
+
:host([layout=horizontal]) {
|
319
|
+
display: contents;
|
320
|
+
}
|
321
|
+
:host([layout=horizontal]) .container {
|
322
|
+
display: contents;
|
323
|
+
}
|
324
|
+
:host([layout=horizontal]) .stepper-item-header {
|
325
|
+
border-width: 0px;
|
326
|
+
border-block-start-width: 2px;
|
327
|
+
border-style: solid;
|
328
|
+
border-color: var(--calcite-color-border-3);
|
329
|
+
outline-color: transparent;
|
330
|
+
grid-row: items;
|
331
|
+
}
|
332
|
+
:host([layout=horizontal]) .stepper-item-header:focus {
|
333
|
+
outline: 2px solid var(--calcite-color-brand);
|
334
|
+
outline-offset: calc(
|
335
|
+
2px *
|
336
|
+
calc(
|
337
|
+
1 -
|
338
|
+
2 * clamp(
|
339
|
+
0,
|
340
|
+
var(--calcite-offset-invert-focus),
|
341
|
+
1
|
342
|
+
)
|
343
|
+
)
|
344
|
+
);
|
345
|
+
}
|
346
|
+
:host([layout=horizontal]) .stepper-item-content {
|
347
|
+
cursor: auto;
|
348
|
+
transition-duration: 150ms;
|
349
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
350
|
+
padding-block: 0;
|
351
|
+
padding-inline-end: var(--calcite-stepper-item-spacing-unit-m);
|
352
|
+
text-align: start;
|
353
|
+
}
|
354
|
+
|
355
|
+
:host([layout=horizontal][selected]) .stepper-item-content {
|
356
|
+
grid-area: 2/1/2/-1;
|
357
|
+
}
|
358
|
+
|
359
|
+
:host([layout=horizontal][complete]) .stepper-item-header {
|
360
|
+
border-color: rgba(0, 122, 194, 0.5);
|
361
|
+
}
|
362
|
+
|
363
|
+
:host([layout=horizontal][complete]:hover:not([disabled]):not([selected])) .stepper-item-header,
|
364
|
+
:host([layout=horizontal][complete]:focus:not([disabled]):not([selected])) .stepper-item-header {
|
365
|
+
border-color: var(--calcite-color-brand);
|
366
|
+
}
|
367
|
+
|
368
|
+
:host([layout=horizontal][error]) .stepper-item-header {
|
369
|
+
border-color: var(--calcite-color-status-danger);
|
370
|
+
}
|
371
|
+
|
372
|
+
:host([layout=horizontal][selected][multiple-view-mode]) .stepper-item-header {
|
373
|
+
border-color: var(--calcite-color-brand);
|
374
|
+
}
|
375
|
+
|
376
|
+
:host([layout=horizontal]:hover:not([disabled]):not([selected])) .stepper-item-header,
|
377
|
+
:host([layout=horizontal]:focus:not([disabled]):not([selected])) .stepper-item-header {
|
378
|
+
border-color: rgba(0, 122, 194, 0.5);
|
379
|
+
}
|
380
|
+
|
381
|
+
:host([layout=horizontal][error]:hover:not([disabled]):not([selected])) .stepper-item-header,
|
382
|
+
:host([layout=horizontal][error]:focus:not([disabled]):not([selected])) .stepper-item-header {
|
383
|
+
border-color: var(--calcite-color-status-danger-hover);
|
384
|
+
}
|
385
|
+
|
386
|
+
@media (forced-colors: active) {
|
387
|
+
:host .container {
|
388
|
+
outline-width: 0;
|
389
|
+
outline-offset: 0;
|
390
|
+
}
|
391
|
+
:host(:focus),
|
392
|
+
:host(:focus-visible) {
|
393
|
+
outline-color: canvasText;
|
394
|
+
}
|
395
|
+
:host([selected]) .container {
|
396
|
+
border-block-start-color: highlight;
|
397
|
+
}
|
398
|
+
:host([selected]) .container .stepper-item-number {
|
399
|
+
color: highlight;
|
400
|
+
}
|
401
|
+
:host([selected]) .container .stepper-item-icon {
|
402
|
+
color: highlight;
|
403
|
+
}
|
404
|
+
:host([layout=vertical][selected]) .container {
|
405
|
+
border-color: highlight;
|
406
|
+
}
|
407
|
+
}
|
408
|
+
:host([layout=horizontal]:not([multiple-view-mode])) .stepper-item-header {
|
409
|
+
margin-inline-end: 0px;
|
410
|
+
border-style: none;
|
411
|
+
inline-size: 100%;
|
412
|
+
padding-inline: calc(var(--calcite-internal-stepper-action-inline-size) + 0.5rem);
|
413
|
+
}
|
414
|
+
|
415
|
+
:host([layout=horizontal][error]:not([multiple-view-mode])) .container .stepper-item-number {
|
416
|
+
color: var(--calcite-color-status-danger);
|
417
|
+
}
|
418
|
+
:host([layout=horizontal][error]:not([multiple-view-mode])) .container .stepper-item-icon {
|
419
|
+
opacity: 1;
|
420
|
+
color: var(--calcite-color-status-danger);
|
421
|
+
}
|
422
|
+
|
423
|
+
:host([layout=horizontal][error][selected]:not([multiple-view-mode])),
|
424
|
+
:host([layout=horizontal][complete][selected]:not([multiple-view-mode])) .container {
|
425
|
+
color: var(--calcite-color-text-3);
|
426
|
+
}
|
427
|
+
:host([layout=horizontal][error][selected]:not([multiple-view-mode])) .stepper-item-heading,
|
428
|
+
:host([layout=horizontal][complete][selected]:not([multiple-view-mode])) .container .stepper-item-heading {
|
429
|
+
color: var(--calcite-color-text-2);
|
430
|
+
}
|
431
|
+
|
432
|
+
:host([layout=horizontal][complete][selected]:not([multiple-view-mode])) .container .stepper-item-icon {
|
433
|
+
opacity: var(--calcite-opacity-disabled);
|
434
|
+
}
|
435
|
+
:host([layout=horizontal][complete][selected]:not([multiple-view-mode])) .container .stepper-item-number {
|
436
|
+
color: var(--calcite-color-text-3);
|
437
|
+
}
|
438
|
+
|
439
|
+
.visually-hidden {
|
440
|
+
position: absolute;
|
441
|
+
inline-size: 1px;
|
442
|
+
block-size: 1px;
|
443
|
+
padding: 0;
|
444
|
+
margin: -1px;
|
445
|
+
overflow: hidden;
|
446
|
+
clip: rect(0, 0, 0, 0);
|
447
|
+
white-space: nowrap;
|
448
|
+
border-width: 0;
|
449
|
+
}
|
450
|
+
|
451
|
+
:host([hidden]) {
|
452
|
+
display: none;
|
453
|
+
}
|
454
|
+
|
455
|
+
[hidden] {
|
456
|
+
display: none;
|
457
|
+
}
|