@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/block/block.css
ADDED
@@ -0,0 +1,298 @@
|
|
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
|
+
:host {
|
38
|
+
/* Component spacing variables */
|
39
|
+
--calcite-icon-size: 1rem;
|
40
|
+
--calcite-spacing-eighth: 0.125rem;
|
41
|
+
--calcite-spacing-quarter: 0.25rem;
|
42
|
+
--calcite-spacing-half: 0.5rem;
|
43
|
+
--calcite-spacing-three-quarters: 0.75rem;
|
44
|
+
--calcite-spacing: 1rem;
|
45
|
+
--calcite-spacing-plus-quarter: 1.25rem;
|
46
|
+
--calcite-spacing-plus-half: 1.5rem;
|
47
|
+
--calcite-spacing-double: 2rem;
|
48
|
+
--calcite-menu-min-width: 10rem;
|
49
|
+
--calcite-header-min-height: 3rem;
|
50
|
+
--calcite-footer-min-height: 3rem;
|
51
|
+
}
|
52
|
+
|
53
|
+
:host([disabled]) {
|
54
|
+
cursor: default;
|
55
|
+
-webkit-user-select: none;
|
56
|
+
-moz-user-select: none;
|
57
|
+
user-select: none;
|
58
|
+
opacity: var(--calcite-opacity-disabled);
|
59
|
+
}
|
60
|
+
|
61
|
+
:host([disabled]) *,
|
62
|
+
:host([disabled]) ::slotted(*) {
|
63
|
+
pointer-events: none;
|
64
|
+
}
|
65
|
+
|
66
|
+
/**
|
67
|
+
* CSS Custom Properties
|
68
|
+
*
|
69
|
+
* These properties can be overridden using the component's tag as selector.
|
70
|
+
*
|
71
|
+
* @prop --calcite-block-padding: Specifies the padding of the block `default` slot.
|
72
|
+
*/
|
73
|
+
:host {
|
74
|
+
display: flex;
|
75
|
+
flex-shrink: 0;
|
76
|
+
flex-grow: 0;
|
77
|
+
flex-direction: column;
|
78
|
+
border-width: 0px;
|
79
|
+
border-block-end-width: 1px;
|
80
|
+
border-style: solid;
|
81
|
+
border-color: var(--calcite-color-border-3);
|
82
|
+
padding: 0px;
|
83
|
+
transition-property: margin;
|
84
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
85
|
+
transition-duration: 150ms;
|
86
|
+
transition-timing-function: cubic-bezier(0.215, 0.440, 0.420, 0.880);
|
87
|
+
flex-basis: auto;
|
88
|
+
}
|
89
|
+
|
90
|
+
:host([disabled]) ::slotted([calcite-hydrated][disabled]),
|
91
|
+
:host([disabled]) [calcite-hydrated][disabled] {
|
92
|
+
/* prevent opacity stacking */
|
93
|
+
opacity: 1;
|
94
|
+
}
|
95
|
+
|
96
|
+
/* helper to properly scale internal durations */
|
97
|
+
/* Shared styles for header elements */
|
98
|
+
.header {
|
99
|
+
margin: 0px;
|
100
|
+
display: flex;
|
101
|
+
align-content: space-between;
|
102
|
+
align-items: center;
|
103
|
+
fill: var(--calcite-color-text-2);
|
104
|
+
color: var(--calcite-color-text-2);
|
105
|
+
}
|
106
|
+
|
107
|
+
.heading {
|
108
|
+
margin: 0px;
|
109
|
+
padding: 0px;
|
110
|
+
font-weight: var(--calcite-font-weight-medium);
|
111
|
+
}
|
112
|
+
|
113
|
+
.header .heading {
|
114
|
+
flex: 1 1 auto;
|
115
|
+
padding: 0.5rem;
|
116
|
+
}
|
117
|
+
|
118
|
+
.header {
|
119
|
+
justify-content: flex-start;
|
120
|
+
padding: 0px;
|
121
|
+
}
|
122
|
+
|
123
|
+
.header,
|
124
|
+
.toggle {
|
125
|
+
grid-area: header;
|
126
|
+
}
|
127
|
+
|
128
|
+
.header-container {
|
129
|
+
display: grid;
|
130
|
+
align-items: stretch;
|
131
|
+
grid-template: auto/auto 1fr auto auto;
|
132
|
+
grid-template-areas: "handle header control menu";
|
133
|
+
grid-column: header-start/menu-end;
|
134
|
+
grid-row: 1/2;
|
135
|
+
}
|
136
|
+
|
137
|
+
.toggle {
|
138
|
+
margin: 0px;
|
139
|
+
display: flex;
|
140
|
+
cursor: pointer;
|
141
|
+
flex-wrap: nowrap;
|
142
|
+
align-items: center;
|
143
|
+
justify-content: space-between;
|
144
|
+
border-style: none;
|
145
|
+
padding: 0px;
|
146
|
+
font-family: inherit;
|
147
|
+
outline-color: transparent;
|
148
|
+
text-align: initial;
|
149
|
+
background-color: transparent;
|
150
|
+
}
|
151
|
+
.toggle:hover {
|
152
|
+
background-color: var(--calcite-color-foreground-2);
|
153
|
+
}
|
154
|
+
.toggle:focus {
|
155
|
+
outline: 2px solid var(--calcite-color-brand);
|
156
|
+
outline-offset: calc(
|
157
|
+
-2px *
|
158
|
+
calc(
|
159
|
+
1 -
|
160
|
+
2 * clamp(
|
161
|
+
0,
|
162
|
+
var(--calcite-offset-invert-focus),
|
163
|
+
1
|
164
|
+
)
|
165
|
+
)
|
166
|
+
);
|
167
|
+
}
|
168
|
+
|
169
|
+
calcite-loader[inline] {
|
170
|
+
grid-area: control;
|
171
|
+
align-self: center;
|
172
|
+
}
|
173
|
+
|
174
|
+
calcite-handle {
|
175
|
+
grid-area: handle;
|
176
|
+
}
|
177
|
+
|
178
|
+
.title {
|
179
|
+
margin: 0px;
|
180
|
+
padding: 0.75rem;
|
181
|
+
}
|
182
|
+
|
183
|
+
.header .title .heading {
|
184
|
+
padding: 0px;
|
185
|
+
font-size: var(--calcite-font-size--1);
|
186
|
+
font-weight: var(--calcite-font-weight-medium);
|
187
|
+
line-height: 1.25;
|
188
|
+
color: var(--calcite-color-text-2);
|
189
|
+
transition-property: color;
|
190
|
+
transition-duration: 150ms;
|
191
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
192
|
+
word-wrap: break-word;
|
193
|
+
word-break: break-word;
|
194
|
+
}
|
195
|
+
|
196
|
+
.description {
|
197
|
+
margin-block-start: 0.125rem;
|
198
|
+
padding: 0px;
|
199
|
+
font-size: var(--calcite-font-size--2);
|
200
|
+
line-height: 1.375;
|
201
|
+
color: var(--calcite-color-text-3);
|
202
|
+
word-wrap: break-word;
|
203
|
+
word-break: break-word;
|
204
|
+
}
|
205
|
+
|
206
|
+
.icon {
|
207
|
+
display: flex;
|
208
|
+
margin-inline-start: 0.75rem;
|
209
|
+
margin-inline-end: 0px;
|
210
|
+
}
|
211
|
+
|
212
|
+
.status-icon.valid {
|
213
|
+
color: var(--calcite-color-status-success);
|
214
|
+
}
|
215
|
+
|
216
|
+
.status-icon.invalid {
|
217
|
+
color: var(--calcite-color-status-danger);
|
218
|
+
}
|
219
|
+
|
220
|
+
@keyframes spin {
|
221
|
+
0% {
|
222
|
+
transform: rotate(0deg);
|
223
|
+
}
|
224
|
+
50% {
|
225
|
+
transform: rotate(180deg);
|
226
|
+
}
|
227
|
+
100% {
|
228
|
+
transform: rotate(360deg);
|
229
|
+
}
|
230
|
+
}
|
231
|
+
.toggle-icon {
|
232
|
+
margin-block: 0.75rem;
|
233
|
+
align-self: center;
|
234
|
+
justify-self: end;
|
235
|
+
color: var(--calcite-color-text-3);
|
236
|
+
transition-property: color;
|
237
|
+
transition-duration: 150ms;
|
238
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
239
|
+
margin-inline-end: 0.75rem;
|
240
|
+
margin-inline-start: auto;
|
241
|
+
}
|
242
|
+
|
243
|
+
.toggle:hover .toggle-icon {
|
244
|
+
color: var(--calcite-color-text-1);
|
245
|
+
}
|
246
|
+
|
247
|
+
.container {
|
248
|
+
position: relative;
|
249
|
+
display: flex;
|
250
|
+
block-size: 100%;
|
251
|
+
flex-direction: column;
|
252
|
+
}
|
253
|
+
|
254
|
+
.content {
|
255
|
+
position: relative;
|
256
|
+
min-block-size: 0px;
|
257
|
+
flex: 1 1 0%;
|
258
|
+
}
|
259
|
+
|
260
|
+
@keyframes in {
|
261
|
+
0% {
|
262
|
+
opacity: 0;
|
263
|
+
}
|
264
|
+
100% {
|
265
|
+
opacity: 1;
|
266
|
+
}
|
267
|
+
}
|
268
|
+
|
269
|
+
.content {
|
270
|
+
animation: in var(--calcite-internal-animation-timing-slow) ease-in-out;
|
271
|
+
padding-block: var(--calcite-block-padding, 0.5rem);
|
272
|
+
padding-inline: var(--calcite-block-padding, 0.625rem);
|
273
|
+
}
|
274
|
+
|
275
|
+
.control-container {
|
276
|
+
margin: 0px;
|
277
|
+
display: flex;
|
278
|
+
grid-area: control;
|
279
|
+
}
|
280
|
+
|
281
|
+
calcite-action-menu {
|
282
|
+
grid-area: menu;
|
283
|
+
}
|
284
|
+
|
285
|
+
:host([open]) {
|
286
|
+
margin-block: 0.5rem;
|
287
|
+
}
|
288
|
+
:host([open]) .header .title .heading {
|
289
|
+
color: var(--calcite-color-text-1);
|
290
|
+
}
|
291
|
+
|
292
|
+
:host([hidden]) {
|
293
|
+
display: none;
|
294
|
+
}
|
295
|
+
|
296
|
+
[hidden] {
|
297
|
+
display: none;
|
298
|
+
}
|
@@ -0,0 +1,145 @@
|
|
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
|
+
box-sizing: border-box;
|
28
|
+
display: block;
|
29
|
+
background-color: var(--calcite-color-foreground-1);
|
30
|
+
font-size: var(--calcite-font-size--1);
|
31
|
+
color: var(--calcite-color-text-2);
|
32
|
+
}
|
33
|
+
|
34
|
+
:host([open]) {
|
35
|
+
border-width: 0px;
|
36
|
+
border-block-end-width: 1px;
|
37
|
+
border-style: solid;
|
38
|
+
border-block-end-color: var(--calcite-color-border-3);
|
39
|
+
}
|
40
|
+
|
41
|
+
:host(:last-child) {
|
42
|
+
border-block-end-width: 0px;
|
43
|
+
}
|
44
|
+
|
45
|
+
.toggle {
|
46
|
+
inline-size: 100%;
|
47
|
+
border-width: 0px;
|
48
|
+
background-color: transparent;
|
49
|
+
font-family: var(--calcite-sans-family);
|
50
|
+
font-weight: var(--calcite-font-weight-medium);
|
51
|
+
color: var(--calcite-color-text-2);
|
52
|
+
}
|
53
|
+
|
54
|
+
.toggle--switch,
|
55
|
+
.section-header {
|
56
|
+
margin-inline: 0px;
|
57
|
+
margin-block: 0.25rem;
|
58
|
+
display: flex;
|
59
|
+
cursor: pointer;
|
60
|
+
-webkit-user-select: none;
|
61
|
+
-moz-user-select: none;
|
62
|
+
user-select: none;
|
63
|
+
align-items: center;
|
64
|
+
padding-inline: 0px;
|
65
|
+
padding-block: 0.5rem;
|
66
|
+
font-size: var(--calcite-font-size--1);
|
67
|
+
outline-color: transparent;
|
68
|
+
}
|
69
|
+
.toggle--switch:focus,
|
70
|
+
.section-header:focus {
|
71
|
+
outline: 2px solid var(--calcite-color-brand);
|
72
|
+
outline-offset: calc(
|
73
|
+
2px *
|
74
|
+
calc(
|
75
|
+
1 -
|
76
|
+
2 * clamp(
|
77
|
+
0,
|
78
|
+
var(--calcite-offset-invert-focus),
|
79
|
+
1
|
80
|
+
)
|
81
|
+
)
|
82
|
+
);
|
83
|
+
}
|
84
|
+
.toggle--switch:hover,
|
85
|
+
.section-header:hover {
|
86
|
+
color: var(--calcite-color-text-1);
|
87
|
+
}
|
88
|
+
|
89
|
+
.section-header .status-icon {
|
90
|
+
align-self: flex-end;
|
91
|
+
}
|
92
|
+
|
93
|
+
.section-header__text {
|
94
|
+
margin-inline: 0.75rem;
|
95
|
+
margin-block: 0px;
|
96
|
+
flex: 1 1 auto;
|
97
|
+
text-align: initial;
|
98
|
+
word-wrap: anywhere;
|
99
|
+
}
|
100
|
+
|
101
|
+
.toggle--switch-container {
|
102
|
+
position: relative;
|
103
|
+
display: flex;
|
104
|
+
inline-size: 100%;
|
105
|
+
align-items: center;
|
106
|
+
background-color: transparent;
|
107
|
+
word-break: break-word;
|
108
|
+
}
|
109
|
+
.toggle--switch-container .focus-guard {
|
110
|
+
--calcite-label-margin-bottom: 0;
|
111
|
+
pointer-events: none;
|
112
|
+
position: absolute;
|
113
|
+
inset-inline-end: 0;
|
114
|
+
margin-inline-start: 0.25rem;
|
115
|
+
}
|
116
|
+
|
117
|
+
.toggle--switch .status-icon {
|
118
|
+
margin-inline-start: 0.5rem;
|
119
|
+
}
|
120
|
+
|
121
|
+
.toggle--switch__content {
|
122
|
+
display: flex;
|
123
|
+
flex: 1 1 auto;
|
124
|
+
align-items: center;
|
125
|
+
}
|
126
|
+
|
127
|
+
.status-icon.valid {
|
128
|
+
color: var(--calcite-color-status-success);
|
129
|
+
}
|
130
|
+
|
131
|
+
.status-icon.invalid {
|
132
|
+
color: var(--calcite-color-status-danger);
|
133
|
+
}
|
134
|
+
|
135
|
+
:host([toggle-display=switch]) .toggle .toggle--switch__content {
|
136
|
+
margin-inline-end: 1.75rem;
|
137
|
+
}
|
138
|
+
|
139
|
+
:host([hidden]) {
|
140
|
+
display: none;
|
141
|
+
}
|
142
|
+
|
143
|
+
[hidden] {
|
144
|
+
display: none;
|
145
|
+
}
|