@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
@@ -0,0 +1,179 @@
|
|
1
|
+
@charset "UTF-8";
|
2
|
+
/**
|
3
|
+
* Do not edit directly
|
4
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
5
|
+
*/
|
6
|
+
/**
|
7
|
+
* Do not edit directly
|
8
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
9
|
+
*/
|
10
|
+
/**
|
11
|
+
* Do not edit directly
|
12
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
13
|
+
*/
|
14
|
+
/**
|
15
|
+
* Do not edit directly
|
16
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
17
|
+
*/
|
18
|
+
/**
|
19
|
+
* Do not edit directly
|
20
|
+
* Generated on Sat, 02 Dec 2023 04:05:26 GMT
|
21
|
+
*/
|
22
|
+
/* mixins & extensions */
|
23
|
+
/* helper to properly scale internal durations */
|
24
|
+
/**
|
25
|
+
* Currently only used in Checkbox.
|
26
|
+
*/
|
27
|
+
:host([disabled]){
|
28
|
+
cursor: default;
|
29
|
+
-webkit-user-select: none;
|
30
|
+
-moz-user-select: none;
|
31
|
+
user-select: none;
|
32
|
+
opacity: var(--calcite-opacity-disabled);
|
33
|
+
}
|
34
|
+
|
35
|
+
:host([disabled]) *,
|
36
|
+
:host([disabled]) ::slotted(*){
|
37
|
+
pointer-events: none;
|
38
|
+
}
|
39
|
+
|
40
|
+
:host{
|
41
|
+
margin: 0px;
|
42
|
+
margin-block-end: 1px;
|
43
|
+
box-sizing: border-box;
|
44
|
+
display: flex;
|
45
|
+
align-items: stretch;
|
46
|
+
background-color: var(--calcite-color-foreground-1);
|
47
|
+
font-size: var(--calcite-font-size--1);
|
48
|
+
line-height: 1rem;
|
49
|
+
color: var(--calcite-color-text-1);
|
50
|
+
--tw-shadow: 0 1px 0 var(--calcite-color-border-3);
|
51
|
+
--tw-shadow-colored: 0 1px 0 var(--tw-shadow-color);
|
52
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
53
|
+
transition: background-color var(--calcite-animation-timing);
|
54
|
+
animation: calcite-fade-in var(--calcite-animation-timing);
|
55
|
+
}
|
56
|
+
:host *{
|
57
|
+
box-sizing: border-box;
|
58
|
+
}
|
59
|
+
|
60
|
+
.label{
|
61
|
+
display: flex;
|
62
|
+
flex: 1 1 auto;
|
63
|
+
cursor: pointer;
|
64
|
+
align-items: center;
|
65
|
+
background-color: transparent;
|
66
|
+
outline-color: transparent;
|
67
|
+
}
|
68
|
+
.label:focus{
|
69
|
+
outline: 2px solid var(--calcite-color-brand);
|
70
|
+
outline-offset: calc(
|
71
|
+
-2px *
|
72
|
+
calc(
|
73
|
+
1 -
|
74
|
+
2 * clamp(
|
75
|
+
0,
|
76
|
+
var(--calcite-offset-invert-focus),
|
77
|
+
1
|
78
|
+
)
|
79
|
+
)
|
80
|
+
);
|
81
|
+
}
|
82
|
+
.label:hover{
|
83
|
+
background-color: var(--calcite-color-foreground-2);
|
84
|
+
}
|
85
|
+
|
86
|
+
:host([non-interactive]:hover){
|
87
|
+
background-color: var(--calcite-color-foreground-1);
|
88
|
+
}
|
89
|
+
|
90
|
+
:host([non-interactive]) .label,
|
91
|
+
:host([non-interactive]) .icon{
|
92
|
+
pointer-events: none;
|
93
|
+
}
|
94
|
+
|
95
|
+
.icon{
|
96
|
+
margin-block: 0px;
|
97
|
+
display: flex;
|
98
|
+
cursor: pointer;
|
99
|
+
align-items: center;
|
100
|
+
padding: 0.25rem;
|
101
|
+
color: var(--calcite-color-brand);
|
102
|
+
flex: 0 0 auto;
|
103
|
+
line-height: 0;
|
104
|
+
}
|
105
|
+
.icon:hover{
|
106
|
+
background-color: var(--calcite-color-foreground-2);
|
107
|
+
}
|
108
|
+
|
109
|
+
.icon-dot{
|
110
|
+
display: flex;
|
111
|
+
inline-size: 1.5rem;
|
112
|
+
align-items: center;
|
113
|
+
padding: 0.5rem;
|
114
|
+
}
|
115
|
+
.icon-dot:before{
|
116
|
+
opacity: 0;
|
117
|
+
content: "•";
|
118
|
+
}
|
119
|
+
|
120
|
+
.icon calcite-icon{
|
121
|
+
opacity: 0;
|
122
|
+
}
|
123
|
+
|
124
|
+
:host([selected]) .icon-dot:before,
|
125
|
+
:host([selected]) .icon calcite-icon {
|
126
|
+
transition: opacity var(--calcite-animation-timing);
|
127
|
+
opacity: 1;
|
128
|
+
}
|
129
|
+
|
130
|
+
.text-container{
|
131
|
+
pointer-events: none;
|
132
|
+
display: flex;
|
133
|
+
flex-direction: column;
|
134
|
+
flex-wrap: nowrap;
|
135
|
+
overflow: hidden;
|
136
|
+
padding-block: 0.5rem;
|
137
|
+
padding-inline: 0.75rem;
|
138
|
+
font-size: var(--calcite-font-size--2);
|
139
|
+
line-height: 1.375;
|
140
|
+
word-wrap: break-word;
|
141
|
+
word-break: break-word;
|
142
|
+
}
|
143
|
+
|
144
|
+
.title{
|
145
|
+
font-weight: var(--calcite-font-weight-normal);
|
146
|
+
color: var(--calcite-color-text-1);
|
147
|
+
}
|
148
|
+
|
149
|
+
.description{
|
150
|
+
margin-block-start: 0.125rem;
|
151
|
+
font-weight: var(--calcite-font-weight-normal);
|
152
|
+
color: var(--calcite-color-text-3);
|
153
|
+
}
|
154
|
+
|
155
|
+
.actions{
|
156
|
+
margin: 0px;
|
157
|
+
display: flex;
|
158
|
+
flex: 0 1 auto;
|
159
|
+
align-items: stretch;
|
160
|
+
justify-content: flex-end;
|
161
|
+
}
|
162
|
+
|
163
|
+
.actions--start ~ .label {
|
164
|
+
padding-inline-start: 0.25rem;
|
165
|
+
}
|
166
|
+
|
167
|
+
:host([disabled]) ::slotted([calcite-hydrated][disabled]),
|
168
|
+
:host([disabled]) [calcite-hydrated][disabled] {
|
169
|
+
/* prevent opacity stacking */
|
170
|
+
opacity: 1;
|
171
|
+
}
|
172
|
+
|
173
|
+
:host([hidden]){
|
174
|
+
display: none;
|
175
|
+
}
|
176
|
+
|
177
|
+
[hidden]{
|
178
|
+
display: none;
|
179
|
+
}
|
@@ -0,0 +1,194 @@
|
|
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-popover-z-index: Sets the z-index value for the component.
|
32
|
+
*/
|
33
|
+
:host {
|
34
|
+
--calcite-floating-ui-z-index: var(--calcite-popover-z-index, var(--calcite-z-index-popup));
|
35
|
+
display: block;
|
36
|
+
position: absolute;
|
37
|
+
z-index: var(--calcite-floating-ui-z-index);
|
38
|
+
}
|
39
|
+
|
40
|
+
.calcite-floating-ui-anim {
|
41
|
+
position: relative;
|
42
|
+
transition: var(--calcite-floating-ui-transition);
|
43
|
+
transition-property: transform, visibility, opacity;
|
44
|
+
opacity: 0;
|
45
|
+
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
|
46
|
+
z-index: var(--calcite-z-index);
|
47
|
+
border-radius: 0.25rem;
|
48
|
+
}
|
49
|
+
|
50
|
+
:host([data-placement^=bottom]) .calcite-floating-ui-anim {
|
51
|
+
transform: translateY(-5px);
|
52
|
+
}
|
53
|
+
|
54
|
+
:host([data-placement^=top]) .calcite-floating-ui-anim {
|
55
|
+
transform: translateY(5px);
|
56
|
+
}
|
57
|
+
|
58
|
+
:host([data-placement^=left]) .calcite-floating-ui-anim {
|
59
|
+
transform: translateX(5px);
|
60
|
+
}
|
61
|
+
|
62
|
+
:host([data-placement^=right]) .calcite-floating-ui-anim {
|
63
|
+
transform: translateX(-5px);
|
64
|
+
}
|
65
|
+
|
66
|
+
:host([data-placement]) .calcite-floating-ui-anim--active {
|
67
|
+
opacity: 1;
|
68
|
+
transform: translate(0);
|
69
|
+
}
|
70
|
+
|
71
|
+
:host([calcite-hydrated-hidden]) {
|
72
|
+
visibility: hidden !important;
|
73
|
+
pointer-events: none;
|
74
|
+
}
|
75
|
+
|
76
|
+
.calcite-floating-ui-arrow {
|
77
|
+
pointer-events: none;
|
78
|
+
position: absolute;
|
79
|
+
z-index: calc(var(--calcite-z-index) * -1);
|
80
|
+
fill: var(--calcite-color-foreground-1);
|
81
|
+
}
|
82
|
+
|
83
|
+
.calcite-floating-ui-arrow__stroke {
|
84
|
+
stroke: var(--calcite-color-border-3);
|
85
|
+
}
|
86
|
+
|
87
|
+
:host([scale=s]) .heading {
|
88
|
+
padding-inline: 0.75rem;
|
89
|
+
padding-block: 0.5rem;
|
90
|
+
font-size: var(--calcite-font-size--1);
|
91
|
+
line-height: 1.375;
|
92
|
+
}
|
93
|
+
|
94
|
+
:host([scale=m]) .heading {
|
95
|
+
padding-inline: 1rem;
|
96
|
+
padding-block: 0.75rem;
|
97
|
+
font-size: var(--calcite-font-size-0);
|
98
|
+
line-height: 1.375;
|
99
|
+
}
|
100
|
+
|
101
|
+
:host([scale=l]) .heading {
|
102
|
+
padding-inline: 1.25rem;
|
103
|
+
padding-block: 1rem;
|
104
|
+
font-size: var(--calcite-font-size-1);
|
105
|
+
line-height: 1.375;
|
106
|
+
}
|
107
|
+
|
108
|
+
:host {
|
109
|
+
pointer-events: none;
|
110
|
+
}
|
111
|
+
|
112
|
+
:host([open]) {
|
113
|
+
pointer-events: initial;
|
114
|
+
}
|
115
|
+
|
116
|
+
.calcite-floating-ui-anim {
|
117
|
+
border-radius: 0.25rem;
|
118
|
+
border-width: 1px;
|
119
|
+
border-style: solid;
|
120
|
+
border-color: var(--calcite-color-border-3);
|
121
|
+
background-color: var(--calcite-color-foreground-1);
|
122
|
+
}
|
123
|
+
|
124
|
+
.arrow::before {
|
125
|
+
outline: 1px solid var(--calcite-color-border-3);
|
126
|
+
}
|
127
|
+
|
128
|
+
.header {
|
129
|
+
display: flex;
|
130
|
+
flex: 1 1 auto;
|
131
|
+
align-items: stretch;
|
132
|
+
justify-content: flex-start;
|
133
|
+
border-width: 0px;
|
134
|
+
border-block-end-width: 1px;
|
135
|
+
border-style: solid;
|
136
|
+
border-block-end-color: var(--calcite-color-border-3);
|
137
|
+
}
|
138
|
+
|
139
|
+
.heading {
|
140
|
+
margin: 0px;
|
141
|
+
display: block;
|
142
|
+
flex: 1 1 auto;
|
143
|
+
align-self: center;
|
144
|
+
white-space: normal;
|
145
|
+
font-weight: var(--calcite-font-weight-medium);
|
146
|
+
color: var(--calcite-color-text-1);
|
147
|
+
word-wrap: break-word;
|
148
|
+
word-break: break-word;
|
149
|
+
}
|
150
|
+
|
151
|
+
.container {
|
152
|
+
position: relative;
|
153
|
+
display: flex;
|
154
|
+
block-size: 100%;
|
155
|
+
flex-direction: row;
|
156
|
+
flex-wrap: nowrap;
|
157
|
+
border-radius: 0.25rem;
|
158
|
+
color: var(--calcite-color-text-1);
|
159
|
+
}
|
160
|
+
.container.has-header {
|
161
|
+
flex-direction: column;
|
162
|
+
}
|
163
|
+
|
164
|
+
.content {
|
165
|
+
display: flex;
|
166
|
+
block-size: 100%;
|
167
|
+
inline-size: 100%;
|
168
|
+
flex-direction: column;
|
169
|
+
flex-wrap: nowrap;
|
170
|
+
align-self: center;
|
171
|
+
word-wrap: break-word;
|
172
|
+
word-break: break-word;
|
173
|
+
}
|
174
|
+
|
175
|
+
.close-button-container {
|
176
|
+
display: flex;
|
177
|
+
overflow: hidden;
|
178
|
+
flex: 0 0 auto;
|
179
|
+
border-start-end-radius: 0.25rem;
|
180
|
+
border-end-end-radius: 0.25rem;
|
181
|
+
}
|
182
|
+
|
183
|
+
::slotted(calcite-panel),
|
184
|
+
::slotted(calcite-flow) {
|
185
|
+
block-size: 100%;
|
186
|
+
}
|
187
|
+
|
188
|
+
:host([hidden]) {
|
189
|
+
display: none;
|
190
|
+
}
|
191
|
+
|
192
|
+
[hidden] {
|
193
|
+
display: none;
|
194
|
+
}
|
@@ -0,0 +1,110 @@
|
|
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
|
+
/* helper to properly scale internal durations */
|
27
|
+
:host {
|
28
|
+
position: relative;
|
29
|
+
display: block;
|
30
|
+
inline-size: 100%;
|
31
|
+
}
|
32
|
+
|
33
|
+
.track,
|
34
|
+
.bar {
|
35
|
+
position: absolute;
|
36
|
+
inset-block-start: 0px;
|
37
|
+
block-size: 2px;
|
38
|
+
}
|
39
|
+
|
40
|
+
.track {
|
41
|
+
z-index: var(--calcite-z-index);
|
42
|
+
inline-size: 100%;
|
43
|
+
overflow: hidden;
|
44
|
+
background: var(--calcite-color-border-3);
|
45
|
+
}
|
46
|
+
|
47
|
+
.bar {
|
48
|
+
z-index: var(--calcite-z-index);
|
49
|
+
background-color: var(--calcite-color-brand);
|
50
|
+
}
|
51
|
+
|
52
|
+
@media (forced-colors: active) {
|
53
|
+
.track {
|
54
|
+
background-color: highlightText;
|
55
|
+
}
|
56
|
+
.bar {
|
57
|
+
background-color: linkText;
|
58
|
+
}
|
59
|
+
}
|
60
|
+
.indeterminate {
|
61
|
+
inline-size: 20%;
|
62
|
+
animation: looping-progress-bar-ani calc(var(--calcite-internal-animation-timing-medium) / var(--calcite-internal-duration-factor) * 11 / var(--calcite-internal-duration-factor)) linear infinite;
|
63
|
+
}
|
64
|
+
.indeterminate.calcite--rtl {
|
65
|
+
animation-name: looping-progress-bar-ani-rtl;
|
66
|
+
}
|
67
|
+
|
68
|
+
.reversed {
|
69
|
+
animation-direction: reverse;
|
70
|
+
}
|
71
|
+
|
72
|
+
.text {
|
73
|
+
padding-inline: 0px;
|
74
|
+
padding-block: 1rem 0px;
|
75
|
+
text-align: center;
|
76
|
+
font-size: var(--calcite-font-size--2);
|
77
|
+
line-height: 1rem;
|
78
|
+
font-weight: var(--calcite-font-weight-medium);
|
79
|
+
color: var(--calcite-color-text-2);
|
80
|
+
}
|
81
|
+
|
82
|
+
@keyframes looping-progress-bar-ani {
|
83
|
+
0% {
|
84
|
+
transform: translate3d(-100%, 0, 0);
|
85
|
+
}
|
86
|
+
50% {
|
87
|
+
inline-size: 40%;
|
88
|
+
}
|
89
|
+
100% {
|
90
|
+
transform: translate3d(600%, 0, 0);
|
91
|
+
}
|
92
|
+
}
|
93
|
+
@keyframes looping-progress-bar-ani-rtl {
|
94
|
+
0% {
|
95
|
+
transform: translate3d(100%, 0, 0);
|
96
|
+
}
|
97
|
+
50% {
|
98
|
+
inline-size: 40%;
|
99
|
+
}
|
100
|
+
100% {
|
101
|
+
transform: translate3d(-600%, 0, 0);
|
102
|
+
}
|
103
|
+
}
|
104
|
+
:host([hidden]) {
|
105
|
+
display: none;
|
106
|
+
}
|
107
|
+
|
108
|
+
[hidden] {
|
109
|
+
display: none;
|
110
|
+
}
|
@@ -0,0 +1,164 @@
|
|
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]) {
|
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]) *,
|
35
|
+
:host([disabled]) ::slotted(*) {
|
36
|
+
pointer-events: none;
|
37
|
+
}
|
38
|
+
|
39
|
+
:host {
|
40
|
+
display: block;
|
41
|
+
cursor: pointer;
|
42
|
+
}
|
43
|
+
:host .container {
|
44
|
+
position: relative;
|
45
|
+
outline: 2px solid transparent;
|
46
|
+
outline-offset: 2px;
|
47
|
+
}
|
48
|
+
:host .radio {
|
49
|
+
cursor: pointer;
|
50
|
+
border-radius: 9999px;
|
51
|
+
background-color: var(--calcite-color-foreground-1);
|
52
|
+
outline-color: transparent;
|
53
|
+
transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
|
54
|
+
box-shadow: inset 0 0 0 1px var(--calcite-color-border-input);
|
55
|
+
}
|
56
|
+
|
57
|
+
:host([hovered]) .radio,
|
58
|
+
:host(:not([checked])[focused]:not([disabled])) .radio {
|
59
|
+
box-shadow: inset 0 0 0 2px var(--calcite-color-brand);
|
60
|
+
}
|
61
|
+
|
62
|
+
:host([focused]) .radio {
|
63
|
+
outline: 2px solid var(--calcite-color-brand);
|
64
|
+
outline-offset: calc(
|
65
|
+
2px *
|
66
|
+
calc(
|
67
|
+
1 -
|
68
|
+
2 * clamp(
|
69
|
+
0,
|
70
|
+
var(--calcite-offset-invert-focus),
|
71
|
+
1
|
72
|
+
)
|
73
|
+
)
|
74
|
+
);
|
75
|
+
}
|
76
|
+
|
77
|
+
:host([disabled]) .radio {
|
78
|
+
cursor: default;
|
79
|
+
opacity: var(--calcite-opacity-disabled);
|
80
|
+
}
|
81
|
+
:host([disabled]) ::slotted([calcite-hydrated][disabled]),
|
82
|
+
:host([disabled]) [calcite-hydrated][disabled] {
|
83
|
+
/* prevent opacity stacking */
|
84
|
+
opacity: 1;
|
85
|
+
}
|
86
|
+
|
87
|
+
:host([hovered][disabled]) .radio {
|
88
|
+
box-shadow: inset 0 0 0 1px var(--calcite-color-border-input);
|
89
|
+
}
|
90
|
+
|
91
|
+
:host([scale=s]) {
|
92
|
+
--calcite-radio-size: var(--calcite-font-size--2);
|
93
|
+
}
|
94
|
+
|
95
|
+
:host([scale=m]) {
|
96
|
+
--calcite-radio-size: var(--calcite-font-size--1);
|
97
|
+
}
|
98
|
+
|
99
|
+
:host([scale=l]) {
|
100
|
+
--calcite-radio-size: var(--calcite-font-size-0);
|
101
|
+
}
|
102
|
+
|
103
|
+
.radio {
|
104
|
+
block-size: var(--calcite-radio-size);
|
105
|
+
max-inline-size: var(--calcite-radio-size);
|
106
|
+
min-inline-size: var(--calcite-radio-size);
|
107
|
+
}
|
108
|
+
|
109
|
+
:host([scale=s][checked]) .radio,
|
110
|
+
:host([hovered][scale=s][checked][disabled]) .radio {
|
111
|
+
box-shadow: inset 0 0 0 4px var(--calcite-color-brand);
|
112
|
+
}
|
113
|
+
|
114
|
+
:host([scale=s][focused][checked]:not([disabled])) .radio {
|
115
|
+
box-shadow: inset 0 0 0 4px var(--calcite-color-brand), 0 0 0 2px var(--calcite-color-foreground-1);
|
116
|
+
}
|
117
|
+
|
118
|
+
:host([scale=m][checked]) .radio,
|
119
|
+
:host([hovered][scale=m][checked][disabled]) .radio {
|
120
|
+
box-shadow: inset 0 0 0 5px var(--calcite-color-brand);
|
121
|
+
}
|
122
|
+
|
123
|
+
:host([scale=m][focused][checked]:not([disabled])) .radio {
|
124
|
+
box-shadow: inset 0 0 0 5px var(--calcite-color-brand), 0 0 0 2px var(--calcite-color-foreground-1);
|
125
|
+
}
|
126
|
+
|
127
|
+
:host([scale=l][checked]) .radio,
|
128
|
+
:host([hovered][scale=l][checked][disabled]) .radio {
|
129
|
+
box-shadow: inset 0 0 0 6px var(--calcite-color-brand);
|
130
|
+
}
|
131
|
+
|
132
|
+
:host([scale=l][focused][checked]:not([disabled])) .radio {
|
133
|
+
box-shadow: inset 0 0 0 6px var(--calcite-color-brand), 0 0 0 2px var(--calcite-color-foreground-1);
|
134
|
+
}
|
135
|
+
|
136
|
+
@media (forced-colors: active) {
|
137
|
+
:host([checked]) .radio::after,
|
138
|
+
:host([checked][disabled]) .radio::after {
|
139
|
+
content: "";
|
140
|
+
inline-size: var(--calcite-radio-size);
|
141
|
+
block-size: var(--calcite-radio-size);
|
142
|
+
background-color: windowText;
|
143
|
+
display: block;
|
144
|
+
}
|
145
|
+
}
|
146
|
+
::slotted(input[slot=hidden-form-input]) {
|
147
|
+
margin: 0 !important;
|
148
|
+
opacity: 0 !important;
|
149
|
+
outline: none !important;
|
150
|
+
padding: 0 !important;
|
151
|
+
position: absolute !important;
|
152
|
+
inset: 0 !important;
|
153
|
+
transform: none !important;
|
154
|
+
-webkit-appearance: none !important;
|
155
|
+
z-index: -1 !important;
|
156
|
+
}
|
157
|
+
|
158
|
+
:host([hidden]) {
|
159
|
+
display: none;
|
160
|
+
}
|
161
|
+
|
162
|
+
[hidden] {
|
163
|
+
display: none;
|
164
|
+
}
|
@@ -0,0 +1,58 @@
|
|
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
|
+
display: flex;
|
28
|
+
max-inline-size: 100vw
|
29
|
+
}
|
30
|
+
|
31
|
+
:host([layout=horizontal]) {
|
32
|
+
flex-direction: row;
|
33
|
+
flex-wrap: wrap
|
34
|
+
}
|
35
|
+
|
36
|
+
:host([layout=horizontal][scale=s]) {
|
37
|
+
gap: 1rem
|
38
|
+
}
|
39
|
+
|
40
|
+
:host([layout=horizontal][scale=m]) {
|
41
|
+
gap: 1.25rem
|
42
|
+
}
|
43
|
+
|
44
|
+
:host([layout=horizontal][scale=l]) {
|
45
|
+
gap: 1.5rem
|
46
|
+
}
|
47
|
+
|
48
|
+
:host([layout=vertical]) {
|
49
|
+
flex-direction: column
|
50
|
+
}
|
51
|
+
|
52
|
+
:host([hidden]) {
|
53
|
+
display: none
|
54
|
+
}
|
55
|
+
|
56
|
+
[hidden] {
|
57
|
+
display: none
|
58
|
+
}
|