@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/alert/alert.css
ADDED
@@ -0,0 +1,421 @@
|
|
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-alert-width: Specifies the width of the component.
|
32
|
+
*/
|
33
|
+
:host {
|
34
|
+
--calcite-alert-edge-distance: 2rem;
|
35
|
+
--calcite-alert-dismiss-progress-background: var(--calcite-color-transparent-tint);
|
36
|
+
display: block;
|
37
|
+
}
|
38
|
+
|
39
|
+
.container {
|
40
|
+
pointer-events: none;
|
41
|
+
position: fixed;
|
42
|
+
z-index: var(--calcite-z-index-toast);
|
43
|
+
margin-inline: auto;
|
44
|
+
margin-block: 0px;
|
45
|
+
box-sizing: border-box;
|
46
|
+
display: flex;
|
47
|
+
inline-size: 100%;
|
48
|
+
min-inline-size: -moz-min-content;
|
49
|
+
min-inline-size: min-content;
|
50
|
+
align-items: center;
|
51
|
+
justify-content: center;
|
52
|
+
background-color: var(--calcite-color-foreground-1);
|
53
|
+
text-align: start;
|
54
|
+
opacity: 0;
|
55
|
+
--tw-shadow: 0 6px 20px -4px rgba(0, 0, 0, 0.1), 0 4px 12px -2px rgba(0, 0, 0, 0.08);
|
56
|
+
--tw-shadow-colored: 0 6px 20px -4px var(--tw-shadow-color), 0 4px 12px -2px var(--tw-shadow-color);
|
57
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
58
|
+
border-radius: var(--calcite-border-radius);
|
59
|
+
border-block-start: 0 solid transparent;
|
60
|
+
border-inline: 1px solid var(--calcite-color-border-3);
|
61
|
+
border-block-end: 1px solid var(--calcite-color-border-3);
|
62
|
+
inline-size: var(--calcite-alert-width);
|
63
|
+
max-inline-size: calc(100% - var(--calcite-alert-edge-distance) * 2);
|
64
|
+
transition: var(--calcite-internal-animation-timing-slow) cubic-bezier(0.215, 0.44, 0.42, 0.88), opacity var(--calcite-internal-animation-timing-slow) cubic-bezier(0.215, 0.44, 0.42, 0.88), all var(--calcite-animation-timing) ease-in-out;
|
65
|
+
}
|
66
|
+
.container--bottom, .container--top {
|
67
|
+
inset-inline-end: 0;
|
68
|
+
inset-inline-start: 0;
|
69
|
+
}
|
70
|
+
.container[class*=bottom] {
|
71
|
+
transform: translate3d(0, var(--calcite-alert-edge-distance), 0);
|
72
|
+
inset-block-end: var(--calcite-alert-edge-distance);
|
73
|
+
}
|
74
|
+
.container[class*=top] {
|
75
|
+
transform: translate3d(0, calc(-1 * var(--calcite-alert-edge-distance)), 0);
|
76
|
+
inset-block-start: var(--calcite-alert-edge-distance);
|
77
|
+
}
|
78
|
+
.container[class*=start] {
|
79
|
+
inset-inline-start: var(--calcite-alert-edge-distance);
|
80
|
+
inset-inline-end: auto;
|
81
|
+
}
|
82
|
+
.container[class*=end] {
|
83
|
+
inset-inline-end: var(--calcite-alert-edge-distance);
|
84
|
+
inset-inline-start: auto;
|
85
|
+
}
|
86
|
+
|
87
|
+
.icon {
|
88
|
+
display: flex;
|
89
|
+
flex-direction: column;
|
90
|
+
align-items: center;
|
91
|
+
justify-content: center;
|
92
|
+
padding: 0px;
|
93
|
+
margin-block: auto;
|
94
|
+
margin-inline-end: auto;
|
95
|
+
padding-inline-start: var(--calcite-alert-spacing-token-large);
|
96
|
+
}
|
97
|
+
|
98
|
+
.close {
|
99
|
+
display: flex;
|
100
|
+
cursor: pointer;
|
101
|
+
align-items: center;
|
102
|
+
justify-content: flex-end;
|
103
|
+
align-self: stretch;
|
104
|
+
border-style: none;
|
105
|
+
background-color: transparent;
|
106
|
+
color: var(--calcite-color-text-3);
|
107
|
+
outline: 2px solid transparent;
|
108
|
+
outline-offset: 2px;
|
109
|
+
-webkit-appearance: none;
|
110
|
+
padding: var(--calcite-alert-spacing-token-large);
|
111
|
+
outline-color: transparent;
|
112
|
+
}
|
113
|
+
.close:focus {
|
114
|
+
outline: 2px solid var(--calcite-color-brand);
|
115
|
+
outline-offset: calc(
|
116
|
+
-2px *
|
117
|
+
calc(
|
118
|
+
1 -
|
119
|
+
2 * clamp(
|
120
|
+
0,
|
121
|
+
var(--calcite-offset-invert-focus),
|
122
|
+
1
|
123
|
+
)
|
124
|
+
)
|
125
|
+
);
|
126
|
+
}
|
127
|
+
.close:hover, .close:focus {
|
128
|
+
background-color: var(--calcite-color-foreground-2);
|
129
|
+
color: var(--calcite-color-text-1);
|
130
|
+
}
|
131
|
+
.close:active {
|
132
|
+
background-color: var(--calcite-color-foreground-3);
|
133
|
+
}
|
134
|
+
|
135
|
+
.queue-count {
|
136
|
+
visibility: hidden;
|
137
|
+
display: flex;
|
138
|
+
min-inline-size: -moz-min-content;
|
139
|
+
min-inline-size: min-content;
|
140
|
+
cursor: default;
|
141
|
+
align-items: center;
|
142
|
+
justify-content: space-around;
|
143
|
+
align-self: stretch;
|
144
|
+
overflow: hidden;
|
145
|
+
background-color: var(--calcite-color-foreground-1);
|
146
|
+
text-align: center;
|
147
|
+
font-weight: var(--calcite-font-weight-medium);
|
148
|
+
color: var(--calcite-color-text-2);
|
149
|
+
opacity: 0;
|
150
|
+
transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
|
151
|
+
border-inline: 0 solid transparent;
|
152
|
+
border-start-end-radius: 0;
|
153
|
+
}
|
154
|
+
.queue-count--active {
|
155
|
+
visibility: visible;
|
156
|
+
opacity: 1;
|
157
|
+
}
|
158
|
+
|
159
|
+
.dismiss-progress {
|
160
|
+
position: absolute;
|
161
|
+
display: block;
|
162
|
+
inline-size: 100%;
|
163
|
+
overflow: hidden;
|
164
|
+
inset-inline: 0;
|
165
|
+
inset-block-start: -2px;
|
166
|
+
block-size: 2px;
|
167
|
+
border-radius: var(--calcite-border-radius) var(--calcite-border-radius) 0 0;
|
168
|
+
}
|
169
|
+
.dismiss-progress:after {
|
170
|
+
position: absolute;
|
171
|
+
inset-block-start: 0px;
|
172
|
+
display: block;
|
173
|
+
block-size: 2px;
|
174
|
+
content: "";
|
175
|
+
background-color: var(--calcite-alert-dismiss-progress-background);
|
176
|
+
inset-inline-end: 0;
|
177
|
+
}
|
178
|
+
|
179
|
+
.actions-end {
|
180
|
+
display: flex;
|
181
|
+
align-self: stretch;
|
182
|
+
}
|
183
|
+
|
184
|
+
.text-container {
|
185
|
+
box-sizing: border-box;
|
186
|
+
display: flex;
|
187
|
+
min-inline-size: 0px;
|
188
|
+
flex: 1 1 auto;
|
189
|
+
flex-direction: column;
|
190
|
+
overflow-wrap: break-word;
|
191
|
+
padding-block: var(--calcite-alert-spacing-token-small);
|
192
|
+
padding-inline: var(--calcite-alert-spacing-token-large) var(--calcite-alert-spacing-token-small);
|
193
|
+
}
|
194
|
+
|
195
|
+
.footer {
|
196
|
+
position: relative;
|
197
|
+
display: flex;
|
198
|
+
inline-size: auto;
|
199
|
+
justify-content: flex-end;
|
200
|
+
align-self: stretch;
|
201
|
+
padding-block-start: 1px;
|
202
|
+
block-size: inherit;
|
203
|
+
}
|
204
|
+
|
205
|
+
:host([scale=s]) {
|
206
|
+
--calcite-alert-width: 40em;
|
207
|
+
--calcite-alert-spacing-token-small: 0.5rem;
|
208
|
+
--calcite-alert-spacing-token-large: 0.75rem;
|
209
|
+
--calcite-alert-footer-height: 2rem;
|
210
|
+
--calcite-alert-footer-divider-gap: 0.125rem;
|
211
|
+
}
|
212
|
+
:host([scale=s]) slot[name=title]::slotted(*),
|
213
|
+
:host([scale=s]) *::slotted([slot=title]) {
|
214
|
+
font-size: var(--calcite-font-size--1);
|
215
|
+
line-height: 1.375;
|
216
|
+
}
|
217
|
+
:host([scale=s]) slot[name=message]::slotted(*),
|
218
|
+
:host([scale=s]) *::slotted([slot=message]) {
|
219
|
+
font-size: var(--calcite-font-size--2);
|
220
|
+
line-height: 1.375;
|
221
|
+
}
|
222
|
+
:host([scale=s]) slot[name=link]::slotted(*),
|
223
|
+
:host([scale=s]) *::slotted([slot=link]) {
|
224
|
+
font-size: var(--calcite-font-size--2);
|
225
|
+
line-height: 1.375;
|
226
|
+
}
|
227
|
+
:host([scale=s]) .queue-count {
|
228
|
+
margin-inline: 0.5rem;
|
229
|
+
}
|
230
|
+
:host([scale=s]) .container {
|
231
|
+
--calcite-alert-min-height: 3.5rem;
|
232
|
+
}
|
233
|
+
|
234
|
+
:host([scale=m]) {
|
235
|
+
--calcite-alert-width: 50em;
|
236
|
+
--calcite-alert-spacing-token-small: 0.75rem;
|
237
|
+
--calcite-alert-spacing-token-large: 1rem;
|
238
|
+
--calcite-alert-footer-height: 3rem;
|
239
|
+
--calcite-alert-footer-divider-gap: 0.25rem;
|
240
|
+
}
|
241
|
+
:host([scale=m]) slot[name=title]::slotted(*),
|
242
|
+
:host([scale=m]) *::slotted([slot=title]) {
|
243
|
+
font-size: var(--calcite-font-size-0);
|
244
|
+
line-height: 1.375;
|
245
|
+
}
|
246
|
+
:host([scale=m]) slot[name=message]::slotted(*),
|
247
|
+
:host([scale=m]) *::slotted([slot=message]) {
|
248
|
+
font-size: var(--calcite-font-size--1);
|
249
|
+
line-height: 1.375;
|
250
|
+
}
|
251
|
+
:host([scale=m]) slot[name=link]::slotted(*),
|
252
|
+
:host([scale=m]) *::slotted([slot=link]) {
|
253
|
+
font-size: var(--calcite-font-size--1);
|
254
|
+
line-height: 1.375;
|
255
|
+
}
|
256
|
+
:host([scale=m]) .queue-count {
|
257
|
+
margin-inline: 0.75rem;
|
258
|
+
}
|
259
|
+
:host([scale=m]) .container {
|
260
|
+
--calcite-alert-min-height: 4.1875rem;
|
261
|
+
}
|
262
|
+
|
263
|
+
:host([scale=l]) {
|
264
|
+
--calcite-alert-width: 60em;
|
265
|
+
--calcite-alert-spacing-token-small: 1rem;
|
266
|
+
--calcite-alert-spacing-token-large: 1.25rem;
|
267
|
+
--calcite-alert-footer-height: 4rem;
|
268
|
+
--calcite-alert-footer-divider-gap: 0.5rem;
|
269
|
+
}
|
270
|
+
:host([scale=l]) slot[name=title]::slotted(*),
|
271
|
+
:host([scale=l]) *::slotted([slot=title]) {
|
272
|
+
margin-block-end: 0.25rem;
|
273
|
+
font-size: var(--calcite-font-size-1);
|
274
|
+
line-height: 1.375;
|
275
|
+
}
|
276
|
+
:host([scale=l]) slot[name=message]::slotted(*),
|
277
|
+
:host([scale=l]) *::slotted([slot=message]) {
|
278
|
+
font-size: var(--calcite-font-size-0);
|
279
|
+
line-height: 1.375;
|
280
|
+
}
|
281
|
+
:host([scale=l]) slot[name=link]::slotted(*),
|
282
|
+
:host([scale=l]) *::slotted([slot=link]) {
|
283
|
+
font-size: var(--calcite-font-size-0);
|
284
|
+
line-height: 1.375;
|
285
|
+
}
|
286
|
+
:host([scale=l]) .queue-count {
|
287
|
+
margin-inline: 1rem;
|
288
|
+
}
|
289
|
+
:host([scale=l]) .container {
|
290
|
+
--calcite-alert-min-height: 5.625rem;
|
291
|
+
}
|
292
|
+
|
293
|
+
:host([open]) .container:not(.container--queued) {
|
294
|
+
border-block-start-width: 2px;
|
295
|
+
opacity: 1;
|
296
|
+
pointer-events: initial;
|
297
|
+
}
|
298
|
+
:host([open]) .container:not(.container--queued)[class*=bottom] {
|
299
|
+
transform: translate3d(0, calc(-1 * var(--calcite-alert-edge-distance)), inherit);
|
300
|
+
}
|
301
|
+
:host([open]) .container:not(.container--queued)[class*=top] {
|
302
|
+
transform: translate3d(0, var(--calcite-alert-edge-distance), inherit);
|
303
|
+
}
|
304
|
+
|
305
|
+
:host([auto-close]) > .queue-count {
|
306
|
+
border-inline-end: 0 solid transparent;
|
307
|
+
}
|
308
|
+
|
309
|
+
slot[name=title]::slotted(*),
|
310
|
+
*::slotted([slot=title]) {
|
311
|
+
font-size: var(--calcite-font-size-0);
|
312
|
+
line-height: 1.375;
|
313
|
+
font-weight: var(--calcite-font-weight-medium);
|
314
|
+
color: var(--calcite-color-text-1);
|
315
|
+
}
|
316
|
+
|
317
|
+
slot[name=message]::slotted(*),
|
318
|
+
*::slotted([slot=message]) {
|
319
|
+
margin: 0px;
|
320
|
+
display: inline;
|
321
|
+
font-size: var(--calcite-font-size--1);
|
322
|
+
line-height: 1.375;
|
323
|
+
font-weight: var(--calcite-font-weight-normal);
|
324
|
+
color: var(--calcite-color-text-2);
|
325
|
+
margin-inline-end: 0.5rem;
|
326
|
+
}
|
327
|
+
|
328
|
+
slot[name=link]::slotted(*),
|
329
|
+
*::slotted([slot=link]) {
|
330
|
+
display: inline-flex;
|
331
|
+
color: var(--calcite-color-text-link);
|
332
|
+
}
|
333
|
+
|
334
|
+
:host([kind=brand]) .container {
|
335
|
+
border-block-start-color: var(--calcite-color-brand);
|
336
|
+
}
|
337
|
+
:host([kind=brand]) .container .icon {
|
338
|
+
color: var(--calcite-color-brand);
|
339
|
+
}
|
340
|
+
|
341
|
+
:host([kind=info]) .container {
|
342
|
+
border-block-start-color: var(--calcite-color-status-info);
|
343
|
+
}
|
344
|
+
:host([kind=info]) .container .icon {
|
345
|
+
color: var(--calcite-color-status-info);
|
346
|
+
}
|
347
|
+
|
348
|
+
:host([kind=danger]) .container {
|
349
|
+
border-block-start-color: var(--calcite-color-status-danger);
|
350
|
+
}
|
351
|
+
:host([kind=danger]) .container .icon {
|
352
|
+
color: var(--calcite-color-status-danger);
|
353
|
+
}
|
354
|
+
|
355
|
+
:host([kind=success]) .container {
|
356
|
+
border-block-start-color: var(--calcite-color-status-success);
|
357
|
+
}
|
358
|
+
:host([kind=success]) .container .icon {
|
359
|
+
color: var(--calcite-color-status-success);
|
360
|
+
}
|
361
|
+
|
362
|
+
:host([kind=warning]) .container {
|
363
|
+
border-block-start-color: var(--calcite-color-status-warning);
|
364
|
+
}
|
365
|
+
:host([kind=warning]) .container .icon {
|
366
|
+
color: var(--calcite-color-status-warning);
|
367
|
+
}
|
368
|
+
|
369
|
+
:host([auto-close-duration=fast]) .dismiss-progress:after {
|
370
|
+
animation: dismissProgress 6000ms ease-out;
|
371
|
+
}
|
372
|
+
|
373
|
+
:host(:hover[auto-close-duration=fast]) .dismiss-progress:after {
|
374
|
+
animation-play-state: paused;
|
375
|
+
}
|
376
|
+
|
377
|
+
:host([auto-close-duration=medium]) .dismiss-progress:after {
|
378
|
+
animation: dismissProgress 10000ms ease-out;
|
379
|
+
}
|
380
|
+
|
381
|
+
:host(:hover[auto-close-duration=medium]) .dismiss-progress:after {
|
382
|
+
animation-play-state: paused;
|
383
|
+
}
|
384
|
+
|
385
|
+
:host([auto-close-duration=slow]) .dismiss-progress:after {
|
386
|
+
animation: dismissProgress 14000ms ease-out;
|
387
|
+
}
|
388
|
+
|
389
|
+
:host(:hover[auto-close-duration=slow]) .dismiss-progress:after {
|
390
|
+
animation-play-state: paused;
|
391
|
+
}
|
392
|
+
|
393
|
+
@keyframes dismissProgress {
|
394
|
+
0% {
|
395
|
+
inline-size: 0px;
|
396
|
+
opacity: 0.75;
|
397
|
+
}
|
398
|
+
100% {
|
399
|
+
inline-size: 100%;
|
400
|
+
opacity: 1;
|
401
|
+
}
|
402
|
+
}
|
403
|
+
/**
|
404
|
+
* Conditional styles for when Alert is slotted in Shell
|
405
|
+
*/
|
406
|
+
.container--slotted-in-shell {
|
407
|
+
position: absolute;
|
408
|
+
}
|
409
|
+
|
410
|
+
:host([hidden]) {
|
411
|
+
display: none;
|
412
|
+
}
|
413
|
+
|
414
|
+
[hidden] {
|
415
|
+
display: none;
|
416
|
+
}
|
417
|
+
|
418
|
+
:host([calcite-hydrated-hidden]) {
|
419
|
+
visibility: hidden !important;
|
420
|
+
pointer-events: none;
|
421
|
+
}
|
package/packages/node_modules/@esri/calcite-components/dist/collection/components/avatar/avatar.css
ADDED
@@ -0,0 +1,81 @@
|
|
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: inline-block;
|
28
|
+
overflow: hidden;
|
29
|
+
border-radius: 50%
|
30
|
+
}
|
31
|
+
|
32
|
+
:host([scale=s]) {
|
33
|
+
block-size: 1.5rem;
|
34
|
+
inline-size: 1.5rem;
|
35
|
+
font-size: var(--calcite-font-size--3)
|
36
|
+
}
|
37
|
+
|
38
|
+
:host([scale=m]) {
|
39
|
+
block-size: 2rem;
|
40
|
+
inline-size: 2rem;
|
41
|
+
font-size: var(--calcite-font-size--2)
|
42
|
+
}
|
43
|
+
|
44
|
+
:host([scale=l]) {
|
45
|
+
block-size: 2.75rem;
|
46
|
+
inline-size: 2.75rem;
|
47
|
+
font-size: var(--calcite-font-size-0)
|
48
|
+
}
|
49
|
+
|
50
|
+
.icon {
|
51
|
+
display: flex
|
52
|
+
}
|
53
|
+
|
54
|
+
.background {
|
55
|
+
display: flex;
|
56
|
+
block-size: 100%;
|
57
|
+
inline-size: 100%;
|
58
|
+
align-items: center;
|
59
|
+
justify-content: center;
|
60
|
+
border-radius: 50%
|
61
|
+
}
|
62
|
+
|
63
|
+
.initials {
|
64
|
+
font-weight: var(--calcite-font-weight-bold);
|
65
|
+
text-transform: uppercase;
|
66
|
+
color: var(--calcite-color-text-2)
|
67
|
+
}
|
68
|
+
|
69
|
+
.thumbnail {
|
70
|
+
block-size: 100%;
|
71
|
+
inline-size: 100%;
|
72
|
+
border-radius: 50%
|
73
|
+
}
|
74
|
+
|
75
|
+
:host([hidden]) {
|
76
|
+
display: none
|
77
|
+
}
|
78
|
+
|
79
|
+
[hidden] {
|
80
|
+
display: none
|
81
|
+
}
|