@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/slider/slider.css
ADDED
@@ -0,0 +1,388 @@
|
|
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
|
+
.scale--s {
|
41
|
+
--calcite-slider-handle-size: 0.625rem;
|
42
|
+
--calcite-slider-handle-extension-height: 0.4rem;
|
43
|
+
--calcite-slider-container-font-size: var(--calcite-font-size--3);
|
44
|
+
}
|
45
|
+
.scale--s .handle__label,
|
46
|
+
.scale--s .tick__label{
|
47
|
+
line-height: .75rem;
|
48
|
+
}
|
49
|
+
|
50
|
+
.scale--m {
|
51
|
+
--calcite-slider-handle-size: 0.875rem;
|
52
|
+
--calcite-slider-handle-extension-height: 0.5rem;
|
53
|
+
--calcite-slider-container-font-size: var(--calcite-font-size--2);
|
54
|
+
}
|
55
|
+
.scale--m .handle__label,
|
56
|
+
.scale--m .tick__label{
|
57
|
+
line-height: 1rem;
|
58
|
+
}
|
59
|
+
|
60
|
+
.scale--l {
|
61
|
+
--calcite-slider-handle-size: 1rem;
|
62
|
+
--calcite-slider-handle-extension-height: 0.65rem;
|
63
|
+
--calcite-slider-container-font-size: var(--calcite-font-size--1);
|
64
|
+
}
|
65
|
+
.scale--l .handle__label,
|
66
|
+
.scale--l .tick__label{
|
67
|
+
line-height: 1rem;
|
68
|
+
}
|
69
|
+
|
70
|
+
.handle__label,
|
71
|
+
.tick__label{
|
72
|
+
font-weight: var(--calcite-font-weight-medium);
|
73
|
+
color: var(--calcite-color-text-2);
|
74
|
+
font-size: var(--calcite-slider-container-font-size);
|
75
|
+
}
|
76
|
+
|
77
|
+
:host{
|
78
|
+
display: block;
|
79
|
+
}
|
80
|
+
|
81
|
+
.container{
|
82
|
+
position: relative;
|
83
|
+
display: block;
|
84
|
+
overflow-wrap: normal;
|
85
|
+
word-break: normal;
|
86
|
+
padding-inline: calc(var(--calcite-slider-handle-size) * 0.5);
|
87
|
+
padding-block: calc(var(--calcite-slider-handle-size) * 0.5);
|
88
|
+
margin-block: calc(var(--calcite-slider-handle-size) * 0.5);
|
89
|
+
margin-inline: 0;
|
90
|
+
--calcite-slider-full-handle-height: calc(
|
91
|
+
var(--calcite-slider-handle-size) + var(--calcite-slider-handle-extension-height)
|
92
|
+
);
|
93
|
+
touch-action: none;
|
94
|
+
}
|
95
|
+
|
96
|
+
:host([disabled]) .track__range,
|
97
|
+
:host([disabled]) .tick--active {
|
98
|
+
background-color: var(--calcite-color-text-3);
|
99
|
+
}
|
100
|
+
:host([disabled]) ::slotted([calcite-hydrated][disabled]),
|
101
|
+
:host([disabled]) [calcite-hydrated][disabled] {
|
102
|
+
/* prevent opacity stacking */
|
103
|
+
opacity: 1;
|
104
|
+
}
|
105
|
+
|
106
|
+
.scale--s .thumb:not(.thumb--precise) {
|
107
|
+
--calcite-slider-thumb-y-offset: -0.375rem;
|
108
|
+
}
|
109
|
+
|
110
|
+
.scale--m .thumb:not(.thumb--precise) {
|
111
|
+
--calcite-slider-thumb-y-offset: -0.5rem;
|
112
|
+
}
|
113
|
+
|
114
|
+
.scale--l .thumb:not(.thumb--precise) {
|
115
|
+
--calcite-slider-thumb-y-offset: -0.55rem;
|
116
|
+
}
|
117
|
+
|
118
|
+
:host([precise]:not([has-histogram])) .container .thumb--value {
|
119
|
+
--calcite-slider-thumb-y-offset: calc(var(--calcite-slider-full-handle-height) * -1);
|
120
|
+
}
|
121
|
+
|
122
|
+
.thumb-container{
|
123
|
+
position: relative;
|
124
|
+
max-inline-size: 100%;
|
125
|
+
}
|
126
|
+
|
127
|
+
.thumb {
|
128
|
+
--calcite-slider-thumb-x-offset: calc(var(--calcite-slider-handle-size) * 0.5);
|
129
|
+
position: absolute;
|
130
|
+
margin: 0px;
|
131
|
+
display: flex;
|
132
|
+
cursor: pointer;
|
133
|
+
flex-direction: column;
|
134
|
+
align-items: center;
|
135
|
+
border-style: none;
|
136
|
+
background-color: transparent;
|
137
|
+
padding: 0px;
|
138
|
+
font-family: inherit;
|
139
|
+
outline: 2px solid transparent;
|
140
|
+
outline-offset: 2px;
|
141
|
+
transform: translate(var(--calcite-slider-thumb-x-offset), var(--calcite-slider-thumb-y-offset));
|
142
|
+
}
|
143
|
+
.thumb .handle__label.static, .thumb .handle__label.transformed{
|
144
|
+
position: absolute;
|
145
|
+
inset-block: 0px;
|
146
|
+
opacity: 0;
|
147
|
+
}
|
148
|
+
.thumb .handle__label.hyphen::after {
|
149
|
+
content: "—";
|
150
|
+
display: inline-block;
|
151
|
+
inline-size: 1em;
|
152
|
+
}
|
153
|
+
.thumb .handle__label.hyphen--wrap {
|
154
|
+
display: flex;
|
155
|
+
}
|
156
|
+
.thumb .handle{
|
157
|
+
box-sizing: border-box;
|
158
|
+
border-radius: 9999px;
|
159
|
+
background-color: var(--calcite-color-foreground-1);
|
160
|
+
outline-color: transparent;
|
161
|
+
block-size: var(--calcite-slider-handle-size);
|
162
|
+
inline-size: var(--calcite-slider-handle-size);
|
163
|
+
box-shadow: 0 0 0 2px var(--calcite-color-text-3) inset;
|
164
|
+
transition: border var(--calcite-internal-animation-timing-medium) ease, background-color var(--calcite-internal-animation-timing-medium) ease, box-shadow var(--calcite-animation-timing) ease;
|
165
|
+
}
|
166
|
+
.thumb .handle-extension{
|
167
|
+
inline-size: 0.125rem;
|
168
|
+
block-size: var(--calcite-slider-handle-extension-height);
|
169
|
+
background-color: var(--calcite-color-text-3);
|
170
|
+
}
|
171
|
+
.thumb:hover .handle {
|
172
|
+
box-shadow: 0 0 0 3px var(--calcite-color-brand) inset;
|
173
|
+
}
|
174
|
+
.thumb:hover .handle-extension{
|
175
|
+
background-color: var(--calcite-color-brand);
|
176
|
+
}
|
177
|
+
.thumb:focus .handle{
|
178
|
+
outline: 2px solid var(--calcite-color-brand);
|
179
|
+
outline-offset: calc(
|
180
|
+
2px *
|
181
|
+
calc(
|
182
|
+
1 -
|
183
|
+
2 * clamp(
|
184
|
+
0,
|
185
|
+
var(--calcite-offset-invert-focus),
|
186
|
+
1
|
187
|
+
)
|
188
|
+
)
|
189
|
+
);
|
190
|
+
}
|
191
|
+
.thumb:focus .handle-extension{
|
192
|
+
background-color: var(--calcite-color-brand);
|
193
|
+
}
|
194
|
+
.thumb.thumb--minValue {
|
195
|
+
transform: translate(calc(var(--calcite-slider-thumb-x-offset) * -1), var(--calcite-slider-thumb-y-offset));
|
196
|
+
}
|
197
|
+
.thumb.thumb--precise {
|
198
|
+
--calcite-slider-thumb-y-offset: -0.125rem;
|
199
|
+
}
|
200
|
+
|
201
|
+
:host([label-handles]) .thumb {
|
202
|
+
--calcite-slider-thumb-x-offset: 50%;
|
203
|
+
}
|
204
|
+
:host([label-handles]):host(:not([has-histogram])) .scale--s .thumb:not(.thumb--precise) {
|
205
|
+
--calcite-slider-thumb-y-offset: -1.4375rem;
|
206
|
+
}
|
207
|
+
:host([label-handles]):host(:not([has-histogram])) .scale--m .thumb:not(.thumb--precise) {
|
208
|
+
--calcite-slider-thumb-y-offset: -1.875rem;
|
209
|
+
}
|
210
|
+
:host([label-handles]):host(:not([has-histogram])) .scale--l .thumb:not(.thumb--precise) {
|
211
|
+
--calcite-slider-thumb-y-offset: -2rem;
|
212
|
+
}
|
213
|
+
|
214
|
+
:host([has-histogram][label-handles]) .handle__label,
|
215
|
+
:host([label-handles]:not([has-histogram])) .thumb--minValue.thumb--precise .handle__label {
|
216
|
+
margin-block-start: 0.5em;
|
217
|
+
}
|
218
|
+
|
219
|
+
:host(:not([has-histogram]):not([precise])) .handle__label,
|
220
|
+
:host([label-handles]:not([has-histogram])) .thumb--value .handle__label {
|
221
|
+
margin-block-end: 0.5em;
|
222
|
+
}
|
223
|
+
|
224
|
+
:host([label-handles][precise]):host(:not([has-histogram])) .scale--s .thumb--value {
|
225
|
+
--calcite-slider-thumb-y-offset: -2.075rem;
|
226
|
+
}
|
227
|
+
:host([label-handles][precise]):host(:not([has-histogram])) .scale--m .thumb--value {
|
228
|
+
--calcite-slider-thumb-y-offset: -2.75rem;
|
229
|
+
}
|
230
|
+
:host([label-handles][precise]):host(:not([has-histogram])) .scale--l .thumb--value {
|
231
|
+
--calcite-slider-thumb-y-offset: -3.0625rem;
|
232
|
+
}
|
233
|
+
|
234
|
+
.thumb:focus .handle,
|
235
|
+
.thumb--active .handle{
|
236
|
+
background-color: var(--calcite-color-brand);
|
237
|
+
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
|
238
|
+
}
|
239
|
+
|
240
|
+
.thumb:hover.thumb--precise:after,
|
241
|
+
.thumb:focus.thumb--precise:after,
|
242
|
+
.thumb--active.thumb--precise:after{
|
243
|
+
background-color: var(--calcite-color-brand);
|
244
|
+
}
|
245
|
+
|
246
|
+
.track{
|
247
|
+
position: relative;
|
248
|
+
block-size: 0.125rem;
|
249
|
+
border-radius: 0px;
|
250
|
+
background-color: var(--calcite-color-border-2);
|
251
|
+
transition: all var(--calcite-internal-animation-timing-medium) ease-in;
|
252
|
+
}
|
253
|
+
|
254
|
+
.track__range{
|
255
|
+
position: absolute;
|
256
|
+
inset-block-start: 0px;
|
257
|
+
block-size: 0.125rem;
|
258
|
+
background-color: var(--calcite-color-brand);
|
259
|
+
}
|
260
|
+
|
261
|
+
.container--range .track__range:hover {
|
262
|
+
cursor: ew-resize;
|
263
|
+
}
|
264
|
+
.container--range .track__range:after{
|
265
|
+
position: absolute;
|
266
|
+
inline-size: 100%;
|
267
|
+
content: "";
|
268
|
+
inset-block-start: calc(var(--calcite-slider-full-handle-height) * 0.5 * -1);
|
269
|
+
block-size: calc(var(--calcite-slider-handle-size) + var(--calcite-slider-handle-extension-height));
|
270
|
+
}
|
271
|
+
|
272
|
+
@media (forced-colors: active) {
|
273
|
+
.thumb {
|
274
|
+
outline-width: 0;
|
275
|
+
outline-offset: 0;
|
276
|
+
}
|
277
|
+
.handle{
|
278
|
+
outline: 2px solid transparent;
|
279
|
+
outline-offset: 2px;
|
280
|
+
}
|
281
|
+
.thumb:focus .handle,
|
282
|
+
.thumb .handle-extension,
|
283
|
+
.thumb:hover .handle-extension,
|
284
|
+
.thumb:focus .handle-extension,
|
285
|
+
.thumb:active .handle-extension {
|
286
|
+
background-color: canvasText;
|
287
|
+
}
|
288
|
+
.track {
|
289
|
+
background-color: canvasText;
|
290
|
+
}
|
291
|
+
.track__range {
|
292
|
+
background-color: highlight;
|
293
|
+
}
|
294
|
+
}
|
295
|
+
.tick{
|
296
|
+
position: absolute;
|
297
|
+
block-size: 0.25rem;
|
298
|
+
inline-size: 0.125rem;
|
299
|
+
border-width: 1px;
|
300
|
+
border-style: solid;
|
301
|
+
background-color: var(--calcite-color-border-input);
|
302
|
+
border-color: var(--calcite-color-foreground-1);
|
303
|
+
inset-block-start: -2px;
|
304
|
+
pointer-events: none;
|
305
|
+
margin-inline-start: calc(-1 * 0.125rem);
|
306
|
+
}
|
307
|
+
|
308
|
+
.tick--active{
|
309
|
+
background-color: var(--calcite-color-brand);
|
310
|
+
}
|
311
|
+
|
312
|
+
.tick__label{
|
313
|
+
pointer-events: none;
|
314
|
+
margin-block-start: 0.875rem;
|
315
|
+
display: flex;
|
316
|
+
justify-content: center;
|
317
|
+
}
|
318
|
+
|
319
|
+
.tick__label--min {
|
320
|
+
transition: opacity var(--calcite-animation-timing);
|
321
|
+
}
|
322
|
+
|
323
|
+
.tick__label--max {
|
324
|
+
transition: opacity var(--calcite-internal-animation-timing-fast);
|
325
|
+
}
|
326
|
+
|
327
|
+
:host([has-histogram][label-handles]) .tick__label--min,
|
328
|
+
:host([has-histogram][label-handles]) .tick__label--max,
|
329
|
+
:host([has-histogram][precise]) .tick__label--min,
|
330
|
+
:host([has-histogram][precise]) .tick__label--max{
|
331
|
+
font-weight: var(--calcite-font-weight-normal);
|
332
|
+
color: var(--calcite-color-text-3);
|
333
|
+
}
|
334
|
+
|
335
|
+
.graph {
|
336
|
+
color: var(--calcite-color-foreground-3);
|
337
|
+
block-size: 48px;
|
338
|
+
}
|
339
|
+
|
340
|
+
:host([label-ticks][ticks]) .container {
|
341
|
+
padding-block-end: calc(0.875rem + var(--calcite-slider-container-font-size));
|
342
|
+
}
|
343
|
+
|
344
|
+
:host([has-histogram]):host([precise][label-handles]) .container {
|
345
|
+
padding-block-end: calc(var(--calcite-slider-full-handle-height) + 1em);
|
346
|
+
}
|
347
|
+
:host([has-histogram]):host([label-handles]:not([precise])) .container {
|
348
|
+
padding-block-end: calc(var(--calcite-slider-handle-size) * 0.5 + 1em);
|
349
|
+
}
|
350
|
+
:host([has-histogram]):host([precise]:not([label-handles])) .container {
|
351
|
+
padding-block-end: var(--calcite-slider-full-handle-height);
|
352
|
+
}
|
353
|
+
|
354
|
+
:host(:not([has-histogram])):host([precise]:not([label-handles])) .container {
|
355
|
+
padding-block-start: var(--calcite-slider-full-handle-height);
|
356
|
+
}
|
357
|
+
:host(:not([has-histogram])):host([precise]:not([label-handles])) .container--range {
|
358
|
+
padding-block-end: var(--calcite-slider-full-handle-height);
|
359
|
+
}
|
360
|
+
:host(:not([has-histogram])):host([label-handles]:not([precise])) .container {
|
361
|
+
padding-block-start: calc(var(--calcite-slider-full-handle-height) + 4px);
|
362
|
+
}
|
363
|
+
:host(:not([has-histogram])):host([label-handles][precise]) .container {
|
364
|
+
padding-block-start: calc(var(--calcite-slider-full-handle-height) + var(--calcite-slider-container-font-size) + 4px);
|
365
|
+
}
|
366
|
+
:host(:not([has-histogram])):host([label-handles][precise]) .container--range {
|
367
|
+
padding-block-end: calc(var(--calcite-slider-full-handle-height) + var(--calcite-slider-container-font-size) + 4px);
|
368
|
+
}
|
369
|
+
|
370
|
+
::slotted(input[slot=hidden-form-input]) {
|
371
|
+
margin: 0 !important;
|
372
|
+
opacity: 0 !important;
|
373
|
+
outline: none !important;
|
374
|
+
padding: 0 !important;
|
375
|
+
position: absolute !important;
|
376
|
+
inset: 0 !important;
|
377
|
+
transform: none !important;
|
378
|
+
-webkit-appearance: none !important;
|
379
|
+
z-index: -1 !important;
|
380
|
+
}
|
381
|
+
|
382
|
+
:host([hidden]){
|
383
|
+
display: none;
|
384
|
+
}
|
385
|
+
|
386
|
+
[hidden]{
|
387
|
+
display: none;
|
388
|
+
}
|
@@ -0,0 +1,68 @@
|
|
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: flex;
|
41
|
+
}
|
42
|
+
|
43
|
+
:host([disabled]) ::slotted([calcite-hydrated][disabled]),
|
44
|
+
:host([disabled]) [calcite-hydrated][disabled] {
|
45
|
+
/* prevent opacity stacking */
|
46
|
+
opacity: 1;
|
47
|
+
}
|
48
|
+
|
49
|
+
.container {
|
50
|
+
display: flex;
|
51
|
+
flex: 1 1 auto;
|
52
|
+
}
|
53
|
+
|
54
|
+
.container--vertical {
|
55
|
+
flex-direction: column;
|
56
|
+
}
|
57
|
+
|
58
|
+
.container--horizontal {
|
59
|
+
flex-direction: row;
|
60
|
+
}
|
61
|
+
|
62
|
+
:host([hidden]) {
|
63
|
+
display: none;
|
64
|
+
}
|
65
|
+
|
66
|
+
[hidden] {
|
67
|
+
display: none;
|
68
|
+
}
|
@@ -0,0 +1,184 @@
|
|
1
|
+
/**
|
2
|
+
* Do not edit directly
|
3
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
4
|
+
*/
|
5
|
+
/**
|
6
|
+
* Do not edit directly
|
7
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
8
|
+
*/
|
9
|
+
/**
|
10
|
+
* Do not edit directly
|
11
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
12
|
+
*/
|
13
|
+
/**
|
14
|
+
* Do not edit directly
|
15
|
+
* Generated on Sat, 02 Dec 2023 04:05:27 GMT
|
16
|
+
*/
|
17
|
+
/**
|
18
|
+
* Do not edit directly
|
19
|
+
* Generated on Sat, 02 Dec 2023 04:05:26 GMT
|
20
|
+
*/
|
21
|
+
/* mixins & extensions */
|
22
|
+
/* helper to properly scale internal durations */
|
23
|
+
/**
|
24
|
+
* Currently only used in Checkbox.
|
25
|
+
*/
|
26
|
+
:host([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: inline-block;
|
41
|
+
}
|
42
|
+
|
43
|
+
:host([width=auto]) {
|
44
|
+
inline-size: auto;
|
45
|
+
}
|
46
|
+
|
47
|
+
:host([width=half]) {
|
48
|
+
inline-size: 50%;
|
49
|
+
}
|
50
|
+
|
51
|
+
:host([width=full]) {
|
52
|
+
inline-size: 100%;
|
53
|
+
}
|
54
|
+
|
55
|
+
:host:host([kind=brand]) {
|
56
|
+
--calcite-split-button-background: var(--calcite-color-brand);
|
57
|
+
--calcite-split-button-divider: var(--calcite-color-foreground-1);
|
58
|
+
}
|
59
|
+
:host:host([kind=danger]) {
|
60
|
+
--calcite-split-button-background: var(--calcite-color-status-danger);
|
61
|
+
--calcite-split-button-divider: var(--calcite-color-foreground-1);
|
62
|
+
}
|
63
|
+
:host:host([kind=neutral]) {
|
64
|
+
--calcite-split-button-background: var(--calcite-color-foreground-3);
|
65
|
+
--calcite-split-button-divider: var(--calcite-color-text-1);
|
66
|
+
}
|
67
|
+
:host:host([kind=inverse]) {
|
68
|
+
--calcite-split-button-background: var(--calcite-color-inverse);
|
69
|
+
--calcite-split-button-divider: var(--calcite-color-foreground-1);
|
70
|
+
}
|
71
|
+
|
72
|
+
:host([appearance=transparent]):host([kind=brand]) {
|
73
|
+
--calcite-split-button-divider: var(--calcite-color-brand);
|
74
|
+
--calcite-split-button-background: transparent;
|
75
|
+
}
|
76
|
+
:host([appearance=transparent]):host([kind=danger]) {
|
77
|
+
--calcite-split-button-divider: var(--calcite-color-status-danger);
|
78
|
+
--calcite-split-button-background: transparent;
|
79
|
+
}
|
80
|
+
:host([appearance=transparent]):host([kind=neutral]) {
|
81
|
+
--calcite-split-button-divider: var(--calcite-color-text-1);
|
82
|
+
--calcite-split-button-background: transparent;
|
83
|
+
}
|
84
|
+
:host([appearance=transparent]):host([kind=inverse]) {
|
85
|
+
--calcite-split-button-divider: var(--calcite-color-foreground-1);
|
86
|
+
--calcite-split-button-background: transparent;
|
87
|
+
}
|
88
|
+
|
89
|
+
:host([appearance=outline]) {
|
90
|
+
--calcite-split-button-background: transparent;
|
91
|
+
}
|
92
|
+
|
93
|
+
:host([appearance=outline-fill]) {
|
94
|
+
--calcite-split-button-background: var(--calcite-color-foreground-1);
|
95
|
+
}
|
96
|
+
|
97
|
+
:host([appearance=outline]):host([kind=brand]),
|
98
|
+
:host([appearance=outline-fill]):host([kind=brand]) {
|
99
|
+
--calcite-split-button-divider: var(--calcite-color-brand);
|
100
|
+
}
|
101
|
+
:host([appearance=outline]):host([kind=danger]),
|
102
|
+
:host([appearance=outline-fill]):host([kind=danger]) {
|
103
|
+
--calcite-split-button-divider: var(--calcite-color-status-danger);
|
104
|
+
}
|
105
|
+
:host([appearance=outline]):host([kind=neutral]),
|
106
|
+
:host([appearance=outline-fill]):host([kind=neutral]) {
|
107
|
+
--calcite-split-button-divider: var(--calcite-color-border-1);
|
108
|
+
--calcite-split-button-background: var(--calcite-color-border-1);
|
109
|
+
}
|
110
|
+
:host([appearance=outline]):host([kind=inverse]),
|
111
|
+
:host([appearance=outline-fill]):host([kind=inverse]) {
|
112
|
+
--calcite-split-button-divider: var(--calcite-color-inverse);
|
113
|
+
}
|
114
|
+
|
115
|
+
.container {
|
116
|
+
display: flex;
|
117
|
+
align-items: stretch;
|
118
|
+
}
|
119
|
+
.container > calcite-dropdown > calcite-button {
|
120
|
+
block-size: 100%;
|
121
|
+
vertical-align: top;
|
122
|
+
}
|
123
|
+
|
124
|
+
.divider-container {
|
125
|
+
display: flex;
|
126
|
+
inline-size: 1px;
|
127
|
+
align-items: stretch;
|
128
|
+
transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
|
129
|
+
background-color: var(--calcite-split-button-background);
|
130
|
+
}
|
131
|
+
|
132
|
+
.divider {
|
133
|
+
margin-block: 0.25rem;
|
134
|
+
display: inline-block;
|
135
|
+
inline-size: 1px;
|
136
|
+
background-color: var(--calcite-split-button-divider);
|
137
|
+
}
|
138
|
+
|
139
|
+
:host([appearance=outline-fill]) .divider-container,
|
140
|
+
:host([appearance=outline]) .divider-container {
|
141
|
+
border-block: 1px solid var(--calcite-split-button-divider);
|
142
|
+
}
|
143
|
+
:host([appearance=outline-fill]):hover .divider-container,
|
144
|
+
:host([appearance=outline]):hover .divider-container {
|
145
|
+
background-color: var(--calcite-split-button-divider);
|
146
|
+
}
|
147
|
+
|
148
|
+
:host([appearance=outline-fill]:hover) .divider-container,
|
149
|
+
:host([appearance=outline]:hover) .divider-container {
|
150
|
+
background-color: var(--calcite-split-button-divider);
|
151
|
+
}
|
152
|
+
|
153
|
+
:host([appearance=outline-fill]:focus-within):host([kind=brand]),
|
154
|
+
:host([appearance=outline]:focus-within):host([kind=brand]) {
|
155
|
+
--calcite-split-button-divider: var(--calcite-color-brand-press);
|
156
|
+
}
|
157
|
+
:host([appearance=outline-fill]:focus-within):host([kind=danger]),
|
158
|
+
:host([appearance=outline]:focus-within):host([kind=danger]) {
|
159
|
+
--calcite-split-button-divider: var(--calcite-color-status-danger-press);
|
160
|
+
}
|
161
|
+
:host([appearance=outline-fill]:focus-within) .divider-container,
|
162
|
+
:host([appearance=outline]:focus-within) .divider-container {
|
163
|
+
background-color: var(--calcite-split-button-divider);
|
164
|
+
}
|
165
|
+
|
166
|
+
:host([disabled]) .divider-container {
|
167
|
+
opacity: var(--calcite-opacity-disabled);
|
168
|
+
}
|
169
|
+
:host([disabled]) calcite-dropdown > calcite-button {
|
170
|
+
pointer-events: none;
|
171
|
+
}
|
172
|
+
:host([disabled]) ::slotted([calcite-hydrated][disabled]),
|
173
|
+
:host([disabled]) [calcite-hydrated][disabled] {
|
174
|
+
/* prevent opacity stacking */
|
175
|
+
opacity: 1;
|
176
|
+
}
|
177
|
+
|
178
|
+
:host([hidden]) {
|
179
|
+
display: none;
|
180
|
+
}
|
181
|
+
|
182
|
+
[hidden] {
|
183
|
+
display: none;
|
184
|
+
}
|