@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/select/select.css
ADDED
@@ -0,0 +1,218 @@
|
|
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 {
|
27
|
+
/* Component spacing variables */
|
28
|
+
--calcite-icon-size: 1rem;
|
29
|
+
--calcite-spacing-eighth: 0.125rem;
|
30
|
+
--calcite-spacing-quarter: 0.25rem;
|
31
|
+
--calcite-spacing-half: 0.5rem;
|
32
|
+
--calcite-spacing-three-quarters: 0.75rem;
|
33
|
+
--calcite-spacing: 1rem;
|
34
|
+
--calcite-spacing-plus-quarter: 1.25rem;
|
35
|
+
--calcite-spacing-plus-half: 1.5rem;
|
36
|
+
--calcite-spacing-double: 2rem;
|
37
|
+
--calcite-menu-min-width: 10rem;
|
38
|
+
--calcite-header-min-height: 3rem;
|
39
|
+
--calcite-footer-min-height: 3rem;
|
40
|
+
}
|
41
|
+
|
42
|
+
:host([disabled]) {
|
43
|
+
cursor: default;
|
44
|
+
-webkit-user-select: none;
|
45
|
+
-moz-user-select: none;
|
46
|
+
user-select: none;
|
47
|
+
opacity: var(--calcite-opacity-disabled);
|
48
|
+
}
|
49
|
+
|
50
|
+
:host([disabled]) *,
|
51
|
+
:host([disabled]) ::slotted(*) {
|
52
|
+
pointer-events: none;
|
53
|
+
}
|
54
|
+
|
55
|
+
/**
|
56
|
+
* CSS Custom Properties
|
57
|
+
*
|
58
|
+
* These properties can be overridden using the component's tag as selector.
|
59
|
+
*
|
60
|
+
* @prop --calcite-select-font-size: The font size of items in the component.
|
61
|
+
* @prop --calcite-select-spacing: The padding around the selected option text.
|
62
|
+
*/
|
63
|
+
:host {
|
64
|
+
position: relative;
|
65
|
+
display: flex;
|
66
|
+
align-items: stretch;
|
67
|
+
inline-size: var(--select-width);
|
68
|
+
}
|
69
|
+
|
70
|
+
:host([disabled]) ::slotted([calcite-hydrated][disabled]),
|
71
|
+
:host([disabled]) [calcite-hydrated][disabled] {
|
72
|
+
/* prevent opacity stacking */
|
73
|
+
opacity: 1;
|
74
|
+
}
|
75
|
+
|
76
|
+
:host([scale=s]) {
|
77
|
+
block-size: 1.5rem;
|
78
|
+
--calcite-select-font-size: var(--calcite-font-size--2);
|
79
|
+
--calcite-select-spacing-inline: 0.5rem 2rem;
|
80
|
+
}
|
81
|
+
:host([scale=s]) .icon-container {
|
82
|
+
padding-inline: 0.5rem;
|
83
|
+
}
|
84
|
+
|
85
|
+
:host([scale=m]) {
|
86
|
+
block-size: 2rem;
|
87
|
+
--calcite-select-font-size: var(--calcite-font-size--1);
|
88
|
+
--calcite-select-spacing-inline: 0.75rem 2.5rem;
|
89
|
+
}
|
90
|
+
:host([scale=m]) .icon-container {
|
91
|
+
padding-inline: 0.75rem;
|
92
|
+
}
|
93
|
+
|
94
|
+
:host([scale=l]) {
|
95
|
+
block-size: 44px;
|
96
|
+
--calcite-select-font-size: var(--calcite-font-size-0);
|
97
|
+
--calcite-select-spacing-inline: 1rem 3rem;
|
98
|
+
}
|
99
|
+
:host([scale=l]) .icon-container {
|
100
|
+
padding-inline: 1rem;
|
101
|
+
}
|
102
|
+
|
103
|
+
:host([width=auto]) {
|
104
|
+
inline-size: auto;
|
105
|
+
}
|
106
|
+
|
107
|
+
:host([width=half]) {
|
108
|
+
inline-size: 50%;
|
109
|
+
}
|
110
|
+
|
111
|
+
:host([width=full]) {
|
112
|
+
inline-size: 100%;
|
113
|
+
}
|
114
|
+
|
115
|
+
.select {
|
116
|
+
margin: 0px;
|
117
|
+
box-sizing: border-box;
|
118
|
+
inline-size: 100%;
|
119
|
+
cursor: pointer;
|
120
|
+
-webkit-appearance: none;
|
121
|
+
-moz-appearance: none;
|
122
|
+
appearance: none;
|
123
|
+
overflow: hidden;
|
124
|
+
text-overflow: ellipsis;
|
125
|
+
white-space: nowrap;
|
126
|
+
border-radius: 0px;
|
127
|
+
border-width: 1px;
|
128
|
+
border-style: solid;
|
129
|
+
border-color: var(--calcite-color-border-input);
|
130
|
+
background-color: var(--calcite-color-foreground-1);
|
131
|
+
font-family: inherit;
|
132
|
+
color: var(--calcite-color-text-2);
|
133
|
+
outline-color: transparent;
|
134
|
+
font-size: var(--calcite-select-font-size);
|
135
|
+
padding-inline: var(--calcite-select-spacing-inline);
|
136
|
+
border-inline-end-width: 0px;
|
137
|
+
}
|
138
|
+
.select:focus {
|
139
|
+
outline: 2px solid var(--calcite-color-brand);
|
140
|
+
outline-offset: calc(
|
141
|
+
-2px *
|
142
|
+
calc(
|
143
|
+
1 -
|
144
|
+
2 * clamp(
|
145
|
+
0,
|
146
|
+
var(--calcite-offset-invert-focus),
|
147
|
+
1
|
148
|
+
)
|
149
|
+
)
|
150
|
+
);
|
151
|
+
}
|
152
|
+
.select:hover {
|
153
|
+
background-color: var(--calcite-color-foreground-2);
|
154
|
+
}
|
155
|
+
|
156
|
+
select:disabled {
|
157
|
+
border-color: var(--calcite-color-border-input);
|
158
|
+
--tw-bg-opacity: 1;
|
159
|
+
}
|
160
|
+
|
161
|
+
.icon-container {
|
162
|
+
pointer-events: none;
|
163
|
+
position: absolute;
|
164
|
+
inset-block: 0px;
|
165
|
+
display: flex;
|
166
|
+
align-items: center;
|
167
|
+
border-width: 0px;
|
168
|
+
border-style: solid;
|
169
|
+
border-color: var(--calcite-color-border-input);
|
170
|
+
background-color: transparent;
|
171
|
+
color: var(--calcite-color-text-2);
|
172
|
+
inset-inline-end: 0px;
|
173
|
+
border-inline-width: 0px 1px;
|
174
|
+
}
|
175
|
+
|
176
|
+
:host([status=invalid]) select,
|
177
|
+
:host([status=invalid]) .icon-container {
|
178
|
+
border-color: var(--calcite-color-status-danger);
|
179
|
+
}
|
180
|
+
:host([status=invalid]) select:focus,
|
181
|
+
:host([status=invalid]) .icon-container:focus {
|
182
|
+
outline: 2px solid var(--calcite-color-status-danger);
|
183
|
+
outline-offset: calc(
|
184
|
+
-2px *
|
185
|
+
calc(
|
186
|
+
1 -
|
187
|
+
2 * clamp(
|
188
|
+
0,
|
189
|
+
var(--calcite-offset-invert-focus),
|
190
|
+
1
|
191
|
+
)
|
192
|
+
)
|
193
|
+
);
|
194
|
+
}
|
195
|
+
|
196
|
+
.select:focus ~ .icon-container {
|
197
|
+
border-color: transparent;
|
198
|
+
}
|
199
|
+
|
200
|
+
::slotted(input[slot=hidden-form-input]) {
|
201
|
+
margin: 0 !important;
|
202
|
+
opacity: 0 !important;
|
203
|
+
outline: none !important;
|
204
|
+
padding: 0 !important;
|
205
|
+
position: absolute !important;
|
206
|
+
inset: 0 !important;
|
207
|
+
transform: none !important;
|
208
|
+
-webkit-appearance: none !important;
|
209
|
+
z-index: -1 !important;
|
210
|
+
}
|
211
|
+
|
212
|
+
:host([hidden]) {
|
213
|
+
display: none;
|
214
|
+
}
|
215
|
+
|
216
|
+
[hidden] {
|
217
|
+
display: none;
|
218
|
+
}
|
package/packages/node_modules/@esri/calcite-components/dist/collection/components/sheet/sheet.css
ADDED
@@ -0,0 +1,267 @@
|
|
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
|
+
/**
|
27
|
+
* CSS Custom Properties
|
28
|
+
*
|
29
|
+
* These properties can be overridden using the component's tag as selector.
|
30
|
+
*
|
31
|
+
* @prop --calcite-sheet-scrim-background: Specifies the background color of the sheet scrim.
|
32
|
+
* @prop --calcite-sheet-width: When `position` is `"inline-start"` or `"inline-end"`, specifies the width of the component.
|
33
|
+
* @prop --calcite-sheet-max-width: When `position` is `"inline-start"` or `"inline-end"`, specifies the maximum width of the component.
|
34
|
+
* @prop --calcite-sheet-min-width: When `position` is `"inline-start"` or `"inline-end"`, specifies the minimum width of the component.
|
35
|
+
* @prop --calcite-sheet-height: When `position` is `"block-start"` or `"block-end"`, specifies the height of the component.
|
36
|
+
* @prop --calcite-sheet-max-height: When `position` is `"block-start"` or `"block-end"`, specifies the maximum height of the component.
|
37
|
+
* @prop --calcite-sheet-min-height: When `position` is `"block-start"` or `"block-end"`, specifies the minimum height of the component.
|
38
|
+
*
|
39
|
+
*/
|
40
|
+
:host {
|
41
|
+
position: absolute;
|
42
|
+
inset: 0px;
|
43
|
+
z-index: var(--calcite-z-index-overlay);
|
44
|
+
display: flex;
|
45
|
+
visibility: hidden !important;
|
46
|
+
--calcite-sheet-scrim-background-internal: rgba(0, 0, 0, 0.85);
|
47
|
+
--calcite-scrim-shadow-block-start-internal: 0 4px 8px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
|
48
|
+
--calcite-scrim-shadow-block-end-internal: 0 -4px 8px -1px rgba(0, 0, 0, 0.08), 0 -2px 4px -1px rgba(0, 0, 0, 0.04);
|
49
|
+
--calcite-scrim-shadow-inline-start-internal: 4px 0 8px -1px rgba(0, 0, 0, 0.08), 2px 0 4px -1px rgba(0, 0, 0, 0.04);
|
50
|
+
--calcite-scrim-shadow-inline-end-internal: -4px 0 8px -1px rgba(0, 0, 0, 0.08), -2px 0 4px -1px rgba(0, 0, 0, 0.04);
|
51
|
+
}
|
52
|
+
|
53
|
+
.calcite--rtl {
|
54
|
+
--calcite-scrim-shadow-inline-start-internal: -4px 0 8px -1px rgba(0, 0, 0, 0.08), -2px 0 4px -1px rgba(0, 0, 0, 0.04);
|
55
|
+
--calcite-scrim-shadow-inline-end-internal: 4px 0 8px -1px rgba(0, 0, 0, 0.08), 2px 0 4px -1px rgba(0, 0, 0, 0.04);
|
56
|
+
}
|
57
|
+
|
58
|
+
.container {
|
59
|
+
visibility: hidden;
|
60
|
+
position: fixed;
|
61
|
+
z-index: var(--calcite-z-index-overlay);
|
62
|
+
display: flex;
|
63
|
+
overflow-y: hidden;
|
64
|
+
color: var(--calcite-color-text-2);
|
65
|
+
opacity: 0;
|
66
|
+
transition: visibility 0ms linear var(--calcite-internal-animation-timing-medium), opacity var(--calcite-internal-animation-timing-medium) cubic-bezier(0.215, 0.44, 0.42, 0.88);
|
67
|
+
}
|
68
|
+
|
69
|
+
:host([position=inline-start]) .container {
|
70
|
+
justify-content: flex-start;
|
71
|
+
inset-block: 0;
|
72
|
+
inset-inline: 0 auto;
|
73
|
+
--calcite-sheet-hidden-position-internal: translate3d(-1rem, 0, 0);
|
74
|
+
}
|
75
|
+
|
76
|
+
:host([position=inline-end]) .container {
|
77
|
+
justify-content: flex-end;
|
78
|
+
inset-block: 0;
|
79
|
+
inset-inline: auto 0;
|
80
|
+
--calcite-sheet-hidden-position-internal: translate3d(1rem, 0, 0);
|
81
|
+
}
|
82
|
+
|
83
|
+
:host([position=block-start]) .container {
|
84
|
+
align-items: flex-start;
|
85
|
+
inset-block: 0 auto;
|
86
|
+
inset-inline: 0;
|
87
|
+
--calcite-sheet-hidden-position-internal: translate3d(0, -1rem, 0);
|
88
|
+
}
|
89
|
+
|
90
|
+
:host([position=block-end]) .container {
|
91
|
+
align-items: flex-end;
|
92
|
+
inset-block: auto 0;
|
93
|
+
inset-inline: 0;
|
94
|
+
--calcite-sheet-hidden-position-internal: translate3d(0, 1rem, 0);
|
95
|
+
}
|
96
|
+
|
97
|
+
:host([display-mode=float]) .content {
|
98
|
+
--tw-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.2), 0 2px 4px -2px rgba(0, 0, 0, 0.16);
|
99
|
+
--tw-shadow-colored: 0 2px 12px -4px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
100
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
101
|
+
}
|
102
|
+
|
103
|
+
:host([display-mode=overlay][position=inline-start]) .container {
|
104
|
+
box-shadow: var(--calcite-scrim-shadow-inline-start-internal);
|
105
|
+
}
|
106
|
+
|
107
|
+
:host([display-mode=overlay][position=inline-end]) .container {
|
108
|
+
box-shadow: var(--calcite-scrim-shadow-inline-end-internal);
|
109
|
+
}
|
110
|
+
|
111
|
+
:host([display-mode=overlay][position=block-start]) .container {
|
112
|
+
box-shadow: var(--calcite-scrim-shadow-block-start-internal);
|
113
|
+
}
|
114
|
+
|
115
|
+
:host([display-mode=overlay][position=block-end]) .container {
|
116
|
+
box-shadow: var(--calcite-scrim-shadow-block-end-internal);
|
117
|
+
}
|
118
|
+
|
119
|
+
:host([position^=inline]) .container,
|
120
|
+
:host([position^=inline]) .content {
|
121
|
+
inline-size: var(--calcite-sheet-width-internal);
|
122
|
+
max-inline-size: var(--calcite-sheet-max-width-internal);
|
123
|
+
min-inline-size: var(--calcite-sheet-min-width-internal);
|
124
|
+
}
|
125
|
+
|
126
|
+
:host([position^=block]) .container,
|
127
|
+
:host([position^=block]) .content {
|
128
|
+
block-size: var(--calcite-sheet-height-internal);
|
129
|
+
max-block-size: var(--calcite-sheet-max-height-internal);
|
130
|
+
min-block-size: var(--calcite-sheet-min-height-internal);
|
131
|
+
}
|
132
|
+
|
133
|
+
:host([display-mode=float][position^=inline]) .container {
|
134
|
+
block-size: calc(100% - 1.5rem);
|
135
|
+
max-block-size: calc(100% - 1.5rem);
|
136
|
+
min-block-size: calc(100% - 1.5rem);
|
137
|
+
}
|
138
|
+
|
139
|
+
:host([display-mode=float][position^=block]) .container {
|
140
|
+
inline-size: calc(100% - 1.5rem);
|
141
|
+
max-inline-size: calc(100% - 1.5rem);
|
142
|
+
min-inline-size: calc(100% - 1.5rem);
|
143
|
+
}
|
144
|
+
|
145
|
+
:host([position^=inline][width-scale=s]) {
|
146
|
+
--calcite-sheet-width-internal: var(--calcite-sheet-width, 15vw);
|
147
|
+
--calcite-sheet-max-width-internal: var(--calcite-sheet-max-width, 360px);
|
148
|
+
--calcite-sheet-min-width-internal: var(--calcite-sheet-min-width, 260px);
|
149
|
+
}
|
150
|
+
|
151
|
+
:host([position^=inline][width-scale=m]) {
|
152
|
+
--calcite-sheet-width-internal: var(--calcite-sheet-width, 25vw);
|
153
|
+
--calcite-sheet-max-width-internal: var(--calcite-sheet-max-width, 420px);
|
154
|
+
--calcite-sheet-min-width-internal: var(--calcite-sheet-min-width, 300px);
|
155
|
+
}
|
156
|
+
|
157
|
+
:host([position^=inline][width-scale=l]) {
|
158
|
+
--calcite-sheet-width-internal: var(--calcite-sheet-width, 45vw);
|
159
|
+
--calcite-sheet-max-width-internal: var(--calcite-sheet-max-width, 680px);
|
160
|
+
--calcite-sheet-min-width-internal: var(--calcite-sheet-min-width, 340px);
|
161
|
+
}
|
162
|
+
|
163
|
+
:host([position^=block][height-scale=s]) {
|
164
|
+
--calcite-sheet-min-height-internal: var(--calcite-sheet-min-height, 160px);
|
165
|
+
--calcite-sheet-height-internal: var(--calcite-sheet-height, 30vh);
|
166
|
+
--calcite-sheet-max-height-internal: var(--calcite-sheet-max-height, 30vh);
|
167
|
+
}
|
168
|
+
|
169
|
+
:host([position^=block][height-scale=m]) {
|
170
|
+
--calcite-sheet-min-height-internal: var(--calcite-sheet-min-height, 200px);
|
171
|
+
--calcite-sheet-height-internal: var(--calcite-sheet-height, 45vh);
|
172
|
+
--calcite-sheet-max-height-internal: var(--calcite-sheet-max-height, 50vh);
|
173
|
+
}
|
174
|
+
|
175
|
+
:host([position^=block][height-scale=l]) {
|
176
|
+
--calcite-sheet-min-height-internal: var(--calcite-sheet-min-height, 240px);
|
177
|
+
--calcite-sheet-height-internal: var(--calcite-sheet-height, 60vh);
|
178
|
+
--calcite-sheet-max-height-internal: var(--calcite-sheet-max-height, 70vh);
|
179
|
+
}
|
180
|
+
|
181
|
+
.scrim {
|
182
|
+
--calcite-scrim-background: var(--calcite-sheet-scrim-background, var(--calcite-sheet-scrim-background-internal));
|
183
|
+
position: fixed;
|
184
|
+
inset: 0px;
|
185
|
+
display: flex;
|
186
|
+
overflow-y: hidden;
|
187
|
+
}
|
188
|
+
|
189
|
+
:host([opened]) {
|
190
|
+
visibility: visible !important;
|
191
|
+
}
|
192
|
+
|
193
|
+
.content {
|
194
|
+
position: relative;
|
195
|
+
z-index: var(--calcite-z-index-modal);
|
196
|
+
box-sizing: border-box;
|
197
|
+
display: block;
|
198
|
+
max-inline-size: 100%;
|
199
|
+
overflow-y: hidden;
|
200
|
+
padding: 0px;
|
201
|
+
background-color: var(--calcite-color-foreground-1);
|
202
|
+
max-block-size: 100%;
|
203
|
+
visibility: hidden;
|
204
|
+
transition: transform var(--calcite-internal-animation-timing-medium) cubic-bezier(0.215, 0.44, 0.42, 0.88), visibility 0ms linear var(--calcite-internal-animation-timing-medium), opacity var(--calcite-internal-animation-timing-medium) cubic-bezier(0.215, 0.44, 0.42, 0.88);
|
205
|
+
transform: var(--calcite-sheet-hidden-position-internal);
|
206
|
+
}
|
207
|
+
|
208
|
+
.container--open .content {
|
209
|
+
transform: translate3d(0, 0, 0);
|
210
|
+
}
|
211
|
+
|
212
|
+
:host([display-mode=float]) .content,
|
213
|
+
:host([display-mode=float]) .container {
|
214
|
+
border-radius: 0.25rem;
|
215
|
+
}
|
216
|
+
|
217
|
+
:host([display-mode=float]) .container {
|
218
|
+
padding: 0.75rem;
|
219
|
+
}
|
220
|
+
|
221
|
+
.container--open {
|
222
|
+
visibility: visible;
|
223
|
+
opacity: 1;
|
224
|
+
transition-delay: 0ms;
|
225
|
+
}
|
226
|
+
.container--open .content {
|
227
|
+
pointer-events: auto;
|
228
|
+
visibility: visible;
|
229
|
+
opacity: 1;
|
230
|
+
transition: transform var(--calcite-internal-animation-timing-medium) cubic-bezier(0.215, 0.44, 0.42, 0.88), visibility 0ms linear, opacity var(--calcite-internal-animation-timing-medium) cubic-bezier(0.215, 0.44, 0.42, 0.88), max-inline-size var(--calcite-internal-animation-timing-medium) cubic-bezier(0.215, 0.44, 0.42, 0.88), max-block-size var(--calcite-internal-animation-timing-medium) cubic-bezier(0.215, 0.44, 0.42, 0.88);
|
231
|
+
transition-delay: 0ms;
|
232
|
+
}
|
233
|
+
|
234
|
+
:host([position=inline-start]) .content,
|
235
|
+
:host([position=inline-end]) .content {
|
236
|
+
block-size: 100%;
|
237
|
+
}
|
238
|
+
|
239
|
+
:host([position=block-start]) .content,
|
240
|
+
:host([position=block-end]) .content {
|
241
|
+
inline-size: 100%;
|
242
|
+
}
|
243
|
+
|
244
|
+
/**
|
245
|
+
* Conditional styles for when Sheet is slotted in Shell
|
246
|
+
*/
|
247
|
+
:host([position]) .container--slotted-in-shell {
|
248
|
+
pointer-events: auto;
|
249
|
+
position: absolute;
|
250
|
+
inline-size: 100%;
|
251
|
+
max-inline-size: 100%;
|
252
|
+
min-inline-size: 100%;
|
253
|
+
block-size: 100%;
|
254
|
+
max-block-size: 100%;
|
255
|
+
min-block-size: 100%;
|
256
|
+
}
|
257
|
+
:host([position]) .container--slotted-in-shell calcite-scrim {
|
258
|
+
position: absolute;
|
259
|
+
}
|
260
|
+
|
261
|
+
:host([hidden]) {
|
262
|
+
display: none;
|
263
|
+
}
|
264
|
+
|
265
|
+
[hidden] {
|
266
|
+
display: none;
|
267
|
+
}
|
package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell/shell.css
ADDED
@@ -0,0 +1,184 @@
|
|
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 {
|
27
|
+
/* Base ":host" styles for the component */
|
28
|
+
box-sizing: border-box;
|
29
|
+
background-color: var(--calcite-color-foreground-1);
|
30
|
+
color: var(--calcite-color-text-2);
|
31
|
+
font-size: var(--calcite-font-size--1);
|
32
|
+
}
|
33
|
+
:host * {
|
34
|
+
box-sizing: border-box;
|
35
|
+
}
|
36
|
+
|
37
|
+
/**
|
38
|
+
* CSS Custom Properties
|
39
|
+
*
|
40
|
+
* These properties can be overridden using the component's tag as selector.
|
41
|
+
*
|
42
|
+
* @prop --calcite-shell-tip-spacing: The left and right spacing of the `calcite-tip-manager` when slotted in the component.
|
43
|
+
*/
|
44
|
+
:host {
|
45
|
+
position: absolute;
|
46
|
+
inset: 0px;
|
47
|
+
display: flex;
|
48
|
+
block-size: 100%;
|
49
|
+
inline-size: 100%;
|
50
|
+
flex-direction: column;
|
51
|
+
overflow: hidden;
|
52
|
+
--calcite-shell-tip-spacing: 26vw;
|
53
|
+
}
|
54
|
+
|
55
|
+
.main {
|
56
|
+
position: relative;
|
57
|
+
display: flex;
|
58
|
+
block-size: 100%;
|
59
|
+
inline-size: 100%;
|
60
|
+
flex: 1 1 auto;
|
61
|
+
flex-direction: row;
|
62
|
+
justify-content: space-between;
|
63
|
+
overflow: hidden;
|
64
|
+
}
|
65
|
+
|
66
|
+
.content {
|
67
|
+
display: flex;
|
68
|
+
block-size: 100%;
|
69
|
+
inline-size: 100%;
|
70
|
+
flex-direction: column;
|
71
|
+
flex-wrap: nowrap;
|
72
|
+
overflow: auto;
|
73
|
+
}
|
74
|
+
|
75
|
+
.content ::slotted(calcite-shell-center-row),
|
76
|
+
.content ::slotted(calcite-panel),
|
77
|
+
.content ::slotted(calcite-flow) {
|
78
|
+
flex: 1 1 auto;
|
79
|
+
align-self: stretch;
|
80
|
+
max-block-size: unset;
|
81
|
+
}
|
82
|
+
|
83
|
+
.content--behind {
|
84
|
+
position: absolute;
|
85
|
+
inset: 0px;
|
86
|
+
border-width: 0px;
|
87
|
+
z-index: calc(var(--calcite-z-index) - 1);
|
88
|
+
display: initial;
|
89
|
+
}
|
90
|
+
|
91
|
+
::slotted(calcite-shell-center-row) {
|
92
|
+
inline-size: unset;
|
93
|
+
}
|
94
|
+
|
95
|
+
::slotted(.header .heading) {
|
96
|
+
font-size: var(--calcite-font-size--2);
|
97
|
+
line-height: 1.375;
|
98
|
+
font-weight: var(--calcite-font-weight-normal);
|
99
|
+
}
|
100
|
+
|
101
|
+
slot[name=panel-end]::slotted(calcite-shell-panel) {
|
102
|
+
margin-inline-start: auto;
|
103
|
+
}
|
104
|
+
|
105
|
+
::slotted(calcite-panel),
|
106
|
+
::slotted(calcite-flow) {
|
107
|
+
border-width: 1px;
|
108
|
+
border-inline-start-width: 0px;
|
109
|
+
border-inline-end-width: 0px;
|
110
|
+
border-style: solid;
|
111
|
+
border-color: var(--calcite-color-border-3);
|
112
|
+
}
|
113
|
+
|
114
|
+
slot[name=center-row]::slotted(calcite-shell-center-row:not([detached])),
|
115
|
+
slot[name=panel-top]::slotted(calcite-shell-center-row:not([detached])),
|
116
|
+
slot[name=panel-bottom]::slotted(calcite-shell-center-row:not([detached])) {
|
117
|
+
border-inline-start-width: 1px;
|
118
|
+
border-inline-end-width: 1px;
|
119
|
+
border-color: var(--calcite-color-border-3);
|
120
|
+
}
|
121
|
+
|
122
|
+
.center-content {
|
123
|
+
display: flex;
|
124
|
+
flex-direction: column;
|
125
|
+
justify-content: space-between;
|
126
|
+
block-size: 100%;
|
127
|
+
inline-size: 100%;
|
128
|
+
min-inline-size: 0;
|
129
|
+
}
|
130
|
+
|
131
|
+
::slotted(calcite-shell-center-row) {
|
132
|
+
flex: none;
|
133
|
+
align-self: stretch;
|
134
|
+
}
|
135
|
+
|
136
|
+
::slotted(calcite-tip-manager) {
|
137
|
+
position: absolute;
|
138
|
+
z-index: var(--calcite-z-index-toast);
|
139
|
+
box-sizing: border-box;
|
140
|
+
}
|
141
|
+
|
142
|
+
@keyframes in-up {
|
143
|
+
0% {
|
144
|
+
opacity: 0;
|
145
|
+
transform: translate3D(0, 5px, 0);
|
146
|
+
}
|
147
|
+
100% {
|
148
|
+
opacity: 1;
|
149
|
+
transform: translate3D(0, 0, 0);
|
150
|
+
}
|
151
|
+
}
|
152
|
+
|
153
|
+
::slotted(calcite-tip-manager) {
|
154
|
+
animation: in-up var(--calcite-internal-animation-timing-slow) ease-in-out;
|
155
|
+
border-radius: 0.25rem;
|
156
|
+
--tw-shadow: 0 6px 20px -4px rgba(0, 0, 0, 0.1), 0 4px 12px -2px rgba(0, 0, 0, 0.08);
|
157
|
+
--tw-shadow-colored: 0 6px 20px -4px var(--tw-shadow-color), 0 4px 12px -2px var(--tw-shadow-color);
|
158
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
159
|
+
inset-block-end: 0.5rem;
|
160
|
+
inset-inline: var(--calcite-shell-tip-spacing);
|
161
|
+
}
|
162
|
+
|
163
|
+
slot[name=center-row]::slotted(calcite-shell-center-row),
|
164
|
+
slot[name=panel-bottom]::slotted(calcite-shell-center-row) {
|
165
|
+
margin-block-start: auto;
|
166
|
+
}
|
167
|
+
|
168
|
+
slot[name=panel-top]::slotted(calcite-shell-center-row) {
|
169
|
+
margin-block-end: auto;
|
170
|
+
}
|
171
|
+
|
172
|
+
.position-wrapper {
|
173
|
+
position: absolute;
|
174
|
+
pointer-events: none;
|
175
|
+
inset: 0;
|
176
|
+
}
|
177
|
+
|
178
|
+
:host([hidden]) {
|
179
|
+
display: none;
|
180
|
+
}
|
181
|
+
|
182
|
+
[hidden] {
|
183
|
+
display: none;
|
184
|
+
}
|