@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.
Files changed (138) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/package.json +2 -1
  3. package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion/accordion.css +77 -0
  4. package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion-item/accordion-item.css +263 -0
  5. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action/action.css +338 -0
  6. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-bar/action-bar.css +105 -0
  7. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-group/action-group.css +113 -0
  8. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-menu/action-menu.css +73 -0
  9. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-pad/action-pad.css +113 -0
  10. package/packages/node_modules/@esri/calcite-components/dist/collection/components/alert/alert.css +421 -0
  11. package/packages/node_modules/@esri/calcite-components/dist/collection/components/avatar/avatar.css +81 -0
  12. package/packages/node_modules/@esri/calcite-components/dist/collection/components/block/block.css +298 -0
  13. package/packages/node_modules/@esri/calcite-components/dist/collection/components/block-section/block-section.css +145 -0
  14. package/packages/node_modules/@esri/calcite-components/dist/collection/components/button/button.css +802 -0
  15. package/packages/node_modules/@esri/calcite-components/dist/collection/components/card/card.css +183 -0
  16. package/packages/node_modules/@esri/calcite-components/dist/collection/components/checkbox/checkbox.css +167 -0
  17. package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip/chip.css +385 -0
  18. package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip-group/chip-group.css +74 -0
  19. package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker/color-picker.css +244 -0
  20. package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-hex-input/color-picker-hex-input.css +66 -0
  21. package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-swatch/color-picker-swatch.css +74 -0
  22. package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox/combobox.css +425 -0
  23. package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item/combobox-item.css +209 -0
  24. package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item-group/combobox-item-group.css +101 -0
  25. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker/date-picker.css +72 -0
  26. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-day/date-picker-day.css +290 -0
  27. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month/date-picker-month.css +95 -0
  28. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month-header/date-picker-month-header.css +189 -0
  29. package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown/dropdown.css +136 -0
  30. package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-group/dropdown-group.css +84 -0
  31. package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-item/dropdown-item.css +278 -0
  32. package/packages/node_modules/@esri/calcite-components/dist/collection/components/fab/fab.css +72 -0
  33. package/packages/node_modules/@esri/calcite-components/dist/collection/components/filter/filter.css +136 -0
  34. package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow/flow.css +98 -0
  35. package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow-item/flow-item.css +89 -0
  36. package/packages/node_modules/@esri/calcite-components/dist/collection/components/graph/graph.css +51 -0
  37. package/packages/node_modules/@esri/calcite-components/dist/collection/components/handle/handle.css +99 -0
  38. package/packages/node_modules/@esri/calcite-components/dist/collection/components/icon/icon.css +73 -0
  39. package/packages/node_modules/@esri/calcite-components/dist/collection/components/inline-editable/inline-editable.css +89 -0
  40. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input/input.css +630 -0
  41. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-date-picker/input-date-picker.css +267 -0
  42. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-message/input-message.css +109 -0
  43. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-number/input-number.css +484 -0
  44. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-text/input-text.css +397 -0
  45. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-picker/input-time-picker.css +99 -0
  46. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-zone/input-time-zone.css +67 -0
  47. package/packages/node_modules/@esri/calcite-components/dist/collection/components/label/label.css +134 -0
  48. package/packages/node_modules/@esri/calcite-components/dist/collection/components/link/link.css +148 -0
  49. package/packages/node_modules/@esri/calcite-components/dist/collection/components/list/list.css +122 -0
  50. package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item/list-item.css +244 -0
  51. package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item-group/list-item-group.css +88 -0
  52. package/packages/node_modules/@esri/calcite-components/dist/collection/components/loader/loader.css +298 -0
  53. package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu/menu.css +50 -0
  54. package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu-item/menu-item.css +281 -0
  55. package/packages/node_modules/@esri/calcite-components/dist/collection/components/meter/meter.css +183 -0
  56. package/packages/node_modules/@esri/calcite-components/dist/collection/components/modal/modal.css +529 -0
  57. package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation/navigation.css +142 -0
  58. package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-logo/navigation-logo.css +136 -0
  59. package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-user/navigation-user.css +112 -0
  60. package/packages/node_modules/@esri/calcite-components/dist/collection/components/notice/notice.css +289 -0
  61. package/packages/node_modules/@esri/calcite-components/dist/collection/components/option/option.css +36 -0
  62. package/packages/node_modules/@esri/calcite-components/dist/collection/components/option-group/option-group.css +36 -0
  63. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pagination/pagination.css +138 -0
  64. package/packages/node_modules/@esri/calcite-components/dist/collection/components/panel/panel.css +227 -0
  65. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list/pick-list.css +92 -0
  66. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-group/pick-list-group.css +83 -0
  67. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-item/pick-list-item.css +179 -0
  68. package/packages/node_modules/@esri/calcite-components/dist/collection/components/popover/popover.css +194 -0
  69. package/packages/node_modules/@esri/calcite-components/dist/collection/components/progress/progress.css +110 -0
  70. package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button/radio-button.css +164 -0
  71. package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button-group/radio-button-group.css +58 -0
  72. package/packages/node_modules/@esri/calcite-components/dist/collection/components/rating/rating.css +178 -0
  73. package/packages/node_modules/@esri/calcite-components/dist/collection/components/scrim/scrim.css +76 -0
  74. package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control/segmented-control.css +95 -0
  75. package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control-item/segmented-control-item.css +172 -0
  76. package/packages/node_modules/@esri/calcite-components/dist/collection/components/select/select.css +218 -0
  77. package/packages/node_modules/@esri/calcite-components/dist/collection/components/sheet/sheet.css +267 -0
  78. package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell/shell.css +184 -0
  79. package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-center-row/shell-center-row.css +124 -0
  80. package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-panel/shell-panel.css +360 -0
  81. package/packages/node_modules/@esri/calcite-components/dist/collection/components/slider/slider.css +388 -0
  82. package/packages/node_modules/@esri/calcite-components/dist/collection/components/sortable-list/sortable-list.css +68 -0
  83. package/packages/node_modules/@esri/calcite-components/dist/collection/components/split-button/split-button.css +184 -0
  84. package/packages/node_modules/@esri/calcite-components/dist/collection/components/stack/stack.css +118 -0
  85. package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper/stepper.css +147 -0
  86. package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper-item/stepper-item.css +457 -0
  87. package/packages/node_modules/@esri/calcite-components/dist/collection/components/switch/switch.css +189 -0
  88. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab/tab.css +75 -0
  89. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-nav/tab-nav.css +122 -0
  90. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-title/tab-title.css +348 -0
  91. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table/table.css +143 -0
  92. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-cell/table-cell.css +133 -0
  93. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-header/table-header.css +130 -0
  94. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-row/table-row.css +74 -0
  95. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tabs/tabs.css +102 -0
  96. package/packages/node_modules/@esri/calcite-components/dist/collection/components/text-area/text-area.css +288 -0
  97. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile/tile.css +170 -0
  98. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select/tile-select.css +156 -0
  99. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select-group/tile-select-group.css +64 -0
  100. package/packages/node_modules/@esri/calcite-components/dist/collection/components/time-picker/time-picker.css +144 -0
  101. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip/tip.css +151 -0
  102. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-group/tip-group.css +47 -0
  103. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-manager/tip-manager.css +194 -0
  104. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tooltip/tooltip.css +120 -0
  105. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree/tree.css +41 -0
  106. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree-item/tree-item.css +315 -0
  107. package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list/value-list.css +105 -0
  108. package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list-item/value-list-item.css +121 -0
  109. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-control-panel/instant-apps-control-panel.css +3 -0
  110. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-export/instant-apps-export.css +81 -0
  111. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-filter-list/instant-apps-filter-list.css +104 -0
  112. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-header/instant-apps-header.css +165 -0
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  118. 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
  119. 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
  120. 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
  121. 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
  122. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend.css +12 -0
  123. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-keyboard-shortcuts/instant-apps-keyboard-shortcuts.css +33 -0
  124. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-landing-page/instant-apps-landing-page.css +222 -0
  125. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-switcher/instant-apps-language-switcher.css +13 -0
  126. 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
  127. 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
  128. 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
  129. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator.css +86 -0
  130. 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
  131. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement.css +6 -0
  132. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popover/instant-apps-popover.css +58 -0
  133. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popovers/instant-apps-popovers.css +3 -0
  134. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-scoreboard/instant-apps-scoreboard.css +200 -0
  135. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-social-share/instant-apps-social-share.css +273 -0
  136. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-splash/instant-apps-splash.css +10 -0
  137. package/packages/solutions-components/dist/solutions-components_commit.txt +4 -4
  138. package/t9nmanifest.txt +6 -6
@@ -0,0 +1,288 @@
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
+ position: relative;
41
+ display: inline-block;
42
+ block-size: 100%;
43
+ inline-size: 100%;
44
+ }
45
+
46
+ textarea {
47
+ position: relative;
48
+ margin: 0px;
49
+ box-sizing: border-box;
50
+ display: block;
51
+ inline-size: 100%;
52
+ border-width: 1px;
53
+ border-color: var(--calcite-color-border-input);
54
+ background-color: var(--calcite-color-foreground-1);
55
+ font-family: var(--calcite-sans-family);
56
+ color: var(--calcite-color-text-1);
57
+ min-inline-size: 12rem;
58
+ border-block-end: 1px solid var(--calcite-color-border-3);
59
+ }
60
+ @media screen and (max-width: 480px) {
61
+ textarea {
62
+ resize: none;
63
+ }
64
+ }
65
+ textarea:focus {
66
+ outline: 2px solid var(--calcite-color-brand);
67
+ outline-offset: calc(
68
+ -2px *
69
+ calc(
70
+ 1 -
71
+ 2 * clamp(
72
+ 0,
73
+ var(--calcite-offset-invert-focus),
74
+ 1
75
+ )
76
+ )
77
+ );
78
+ }
79
+ textarea.text-area--invalid {
80
+ border-width: 1px;
81
+ border-block-end-width: 1px;
82
+ border-style: solid;
83
+ border-color: var(--calcite-color-status-danger);
84
+ }
85
+ textarea.text-area--invalid:focus {
86
+ outline: 2px solid var(--calcite-color-status-danger);
87
+ outline-offset: calc(
88
+ -2px *
89
+ calc(
90
+ 1 -
91
+ 2 * clamp(
92
+ 0,
93
+ var(--calcite-offset-invert-focus),
94
+ 1
95
+ )
96
+ )
97
+ );
98
+ }
99
+ textarea.footer--slotted {
100
+ min-inline-size: 18rem;
101
+ }
102
+
103
+ .footer {
104
+ box-sizing: border-box;
105
+ display: flex;
106
+ align-items: center;
107
+ border-width: 1px;
108
+ border-block-start-width: 0px;
109
+ border-style: solid;
110
+ border-color: var(--calcite-color-border-input);
111
+ background-color: var(--calcite-color-foreground-1);
112
+ }
113
+
114
+ .character-limit {
115
+ display: flex;
116
+ align-items: center;
117
+ justify-content: flex-end;
118
+ white-space: nowrap;
119
+ font-weight: var(--calcite-font-weight-normal);
120
+ color: var(--calcite-color-text-2);
121
+ }
122
+
123
+ .character--over-limit {
124
+ font-weight: var(--calcite-font-weight-bold);
125
+ color: var(--calcite-color-status-danger);
126
+ }
127
+
128
+ :host([resize=none]) textarea {
129
+ resize: none;
130
+ }
131
+
132
+ :host([resize=horizontal]) textarea {
133
+ resize: horizontal;
134
+ }
135
+
136
+ :host([resize=vertical]) textarea {
137
+ resize: vertical;
138
+ }
139
+
140
+ :host([scale=s]) {
141
+ font-size: var(--calcite-font-size--2);
142
+ }
143
+ :host([scale=s]) .footer {
144
+ padding-block: 0.25rem;
145
+ padding-inline: 0.5rem;
146
+ min-block-size: 1.75rem;
147
+ }
148
+ :host([scale=s]) textarea {
149
+ padding-block: 0.25rem;
150
+ padding-inline: 0.5rem;
151
+ }
152
+
153
+ :host([scale=s]) textarea,
154
+ :host([scale=s]) .footer,
155
+ :host([scale=s]) .character-limit {
156
+ padding-inline-start: 0.5rem;
157
+ font-size: var(--calcite-font-size--2);
158
+ }
159
+
160
+ :host([scale=m]) textarea {
161
+ padding-block: 0.5rem;
162
+ padding-inline: 0.75rem;
163
+ }
164
+ :host([scale=m]) .footer {
165
+ padding-block: 0.5rem;
166
+ padding-inline: 0.75rem;
167
+ min-block-size: 2.25rem;
168
+ }
169
+
170
+ :host([scale=m]) textarea,
171
+ :host([scale=m]) .footer,
172
+ :host([scale=m]) .character-limit {
173
+ padding-inline-start: 0.75rem;
174
+ font-size: var(--calcite-font-size--1);
175
+ }
176
+
177
+ :host([scale=l]) {
178
+ font-size: var(--calcite-font-size-0);
179
+ }
180
+ :host([scale=l]) textarea {
181
+ padding-block: 0.75rem;
182
+ padding-inline: 1rem;
183
+ }
184
+ :host([scale=l]) .footer {
185
+ padding-block: 0.75rem;
186
+ padding-inline: 1rem;
187
+ min-block-size: 2.75rem;
188
+ }
189
+
190
+ :host([scale=l]) textarea,
191
+ :host([scale=l]) .footer,
192
+ :host([scale=l]) .character-limit {
193
+ padding-inline-start: 1rem;
194
+ font-size: var(--calcite-font-size-0);
195
+ }
196
+
197
+ :host([status=invalid]) textarea {
198
+ border-color: var(--calcite-color-status-danger);
199
+ }
200
+ :host([status=invalid]) textarea:focus {
201
+ outline: 2px solid var(--calcite-color-status-danger);
202
+ outline-offset: calc(
203
+ -2px *
204
+ calc(
205
+ 1 -
206
+ 2 * clamp(
207
+ 0,
208
+ var(--calcite-offset-invert-focus),
209
+ 1
210
+ )
211
+ )
212
+ );
213
+ }
214
+
215
+ .readonly {
216
+ background-color: var(--calcite-color-background);
217
+ font-weight: var(--calcite-font-weight-medium);
218
+ }
219
+
220
+ :host([disabled]) textarea,
221
+ :host([disabled]) footer {
222
+ opacity: 0.5;
223
+ }
224
+
225
+ .border--color {
226
+ border-block-end-width: 1px;
227
+ border-color: var(--calcite-color-border-input);
228
+ }
229
+ .border--color:focus {
230
+ border-block-end-width: 2px;
231
+ }
232
+
233
+ textarea.block-size--full {
234
+ block-size: 100%;
235
+ }
236
+
237
+ .content,
238
+ .hide {
239
+ display: none;
240
+ }
241
+
242
+ .container {
243
+ display: flex;
244
+ inline-size: 100%;
245
+ justify-content: space-between;
246
+ }
247
+
248
+ .footer--end-only {
249
+ justify-content: flex-end;
250
+ }
251
+
252
+ .assistive-text {
253
+ position: absolute;
254
+ inline-size: 1px;
255
+ block-size: 1px;
256
+ padding: 0;
257
+ margin: -1px;
258
+ overflow: hidden;
259
+ clip: rect(0, 0, 0, 0);
260
+ white-space: nowrap;
261
+ border-width: 0;
262
+ }
263
+
264
+ ::slotted(input[slot=hidden-form-input]) {
265
+ margin: 0 !important;
266
+ opacity: 0 !important;
267
+ outline: none !important;
268
+ padding: 0 !important;
269
+ position: absolute !important;
270
+ inset: 0 !important;
271
+ transform: none !important;
272
+ -webkit-appearance: none !important;
273
+ z-index: -1 !important;
274
+ }
275
+
276
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
277
+ :host([disabled]) [calcite-hydrated][disabled] {
278
+ /* prevent opacity stacking */
279
+ opacity: 1;
280
+ }
281
+
282
+ :host([hidden]) {
283
+ display: none;
284
+ }
285
+
286
+ [hidden] {
287
+ display: none;
288
+ }
@@ -0,0 +1,170 @@
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
+ box-sizing: border-box;
41
+ display: inline-block;
42
+ -webkit-user-select: none;
43
+ -moz-user-select: none;
44
+ user-select: none;
45
+ background-color: var(--calcite-color-foreground-1);
46
+ color: var(--calcite-color-text-3);
47
+ transition-duration: 150ms;
48
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
49
+ }
50
+ :host .container {
51
+ pointer-events: none;
52
+ display: grid;
53
+ grid-template-columns: repeat(1, minmax(0, 1fr));
54
+ gap: 0.5rem;
55
+ }
56
+ :host .content {
57
+ display: flex;
58
+ flex: 1 1 auto;
59
+ flex-direction: column;
60
+ justify-content: center;
61
+ gap: 0.5rem;
62
+ inline-size: 10%;
63
+ }
64
+ :host .content-container {
65
+ display: flex;
66
+ inline-size: 100%;
67
+ flex: 1 1 auto;
68
+ align-items: stretch;
69
+ padding: 0px;
70
+ color: var(--calcite-color-text-2);
71
+ outline-color: transparent;
72
+ }
73
+ :host .content-slot-container {
74
+ display: flex;
75
+ align-items: center;
76
+ background-color: var(--calcite-color-foreground-1);
77
+ }
78
+ :host .content-slot-container:first-child {
79
+ padding-inline: 0 0.75rem;
80
+ }
81
+ :host .content-slot-container:last-child {
82
+ padding-inline: 0.75rem 0;
83
+ }
84
+ :host .heading {
85
+ pointer-events: none;
86
+ overflow-wrap: break-word;
87
+ font-size: var(--calcite-font-size--1);
88
+ line-height: 1.375;
89
+ font-weight: var(--calcite-font-weight-medium);
90
+ color: var(--calcite-color-text-2);
91
+ transition-duration: 150ms;
92
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
93
+ }
94
+ :host .large-visual {
95
+ align-items: center;
96
+ text-align: center;
97
+ min-block-size: 12rem;
98
+ }
99
+ :host .large-visual .icon {
100
+ display: flex;
101
+ justify-content: center;
102
+ align-self: flex-end;
103
+ }
104
+ :host .large-visual .content-container {
105
+ align-self: center;
106
+ }
107
+ :host .description {
108
+ pointer-events: none;
109
+ overflow-wrap: break-word;
110
+ font-size: var(--calcite-font-size--2);
111
+ line-height: 1.375;
112
+ color: var(--calcite-color-text-3);
113
+ transition-duration: 150ms;
114
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
115
+ }
116
+
117
+ :host([href]) .heading,
118
+ :host([href]:hover) .heading {
119
+ text-decoration-line: underline;
120
+ color: var(--calcite-color-text-link);
121
+ }
122
+
123
+ :host(:not([embed])) {
124
+ padding: 0.75rem;
125
+ box-shadow: 0 0 0 1px var(--calcite-color-border-2);
126
+ }
127
+
128
+ :host(:not([embed])[href]:hover) {
129
+ cursor: pointer;
130
+ box-shadow: 0 0 0 2px var(--calcite-color-brand);
131
+ }
132
+
133
+ :host(:not([embed])[href]:active) {
134
+ box-shadow: 0 0 0 3px var(--calcite-color-brand);
135
+ }
136
+
137
+ :host([icon][heading]:not([description]):not([embed])) {
138
+ padding: 0px;
139
+ }
140
+
141
+ :host([icon][heading]:not([description])) .icon {
142
+ display: flex;
143
+ justify-content: center;
144
+ }
145
+ :host([icon][heading]:not([description])) .large-visual {
146
+ text-align: center;
147
+ }
148
+
149
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
150
+ :host([disabled]) [calcite-hydrated][disabled] {
151
+ /* prevent opacity stacking */
152
+ opacity: 1;
153
+ }
154
+
155
+ :host(:hover) .heading,
156
+ :host([active]) .heading {
157
+ color: var(--calcite-color-text-1);
158
+ }
159
+ :host(:hover) .description,
160
+ :host([active]) .description {
161
+ color: var(--calcite-color-text-2);
162
+ }
163
+
164
+ :host([hidden]) {
165
+ display: none;
166
+ }
167
+
168
+ [hidden] {
169
+ display: none;
170
+ }
@@ -0,0 +1,156 @@
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
+ }
42
+ :host .container {
43
+ background-color: var(--calcite-color-foreground-1);
44
+ box-shadow: 0 0 0 1px var(--calcite-color-border-2);
45
+ box-sizing: border-box;
46
+ cursor: pointer;
47
+ display: inline-block;
48
+ block-size: 100%;
49
+ max-inline-size: 300px;
50
+ padding: 0.75rem;
51
+ position: relative;
52
+ vertical-align: top;
53
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
54
+ }
55
+ :host .container.checked {
56
+ z-index: var(--calcite-z-index);
57
+ box-shadow: 0 0 0 1px var(--calcite-color-brand);
58
+ }
59
+ :host .container.heading-only {
60
+ align-items: center;
61
+ }
62
+ :host .container:not(.input-enabled) ::slotted(calcite-checkbox),
63
+ :host .container:not(.input-enabled) ::slotted(calcite-radio-button) {
64
+ position: absolute;
65
+ inline-size: 1px;
66
+ block-size: 1px;
67
+ padding: 0;
68
+ margin: -1px;
69
+ overflow: hidden;
70
+ clip: rect(0, 0, 0, 0);
71
+ white-space: nowrap;
72
+ border-width: 0;
73
+ }
74
+ :host .container.focused {
75
+ outline-color: transparent;
76
+ }
77
+ :host .container.focused:not(.disabled):not(.input-enabled) {
78
+ outline: 2px solid var(--calcite-color-brand);
79
+ outline-offset: calc(
80
+ -2px *
81
+ calc(
82
+ 1 -
83
+ 2 * clamp(
84
+ 0,
85
+ var(--calcite-offset-invert-focus),
86
+ 1
87
+ )
88
+ )
89
+ );
90
+ outline-offset: -4px;
91
+ box-shadow: 0 0 0 1px var(--calcite-color-brand), inset 0 0 0 2px var(--calcite-color-foreground-1);
92
+ }
93
+ :host .container.input-enabled.input-alignment-start.width-auto.heading-only, :host .container.input-enabled.input-alignment-start.width-auto.icon-only, :host .container.input-enabled.input-alignment-start.width-auto.description-only, :host .container.input-enabled.input-alignment-start.width-auto.heading.description, :host .container.input-enabled.input-alignment-start.width-auto.icon.description, :host .container.input-enabled.input-alignment-start.width-auto.heading.icon.description {
94
+ display: inline-grid;
95
+ grid-template-columns: max-content 1fr;
96
+ }
97
+ :host .container.input-enabled.input-alignment-start.heading-only, :host .container.input-enabled.input-alignment-start.icon-only, :host .container.input-enabled.input-alignment-start.description-only, :host .container.input-enabled.input-alignment-start.heading.description, :host .container.input-enabled.input-alignment-start.icon.description, :host .container.input-enabled.input-alignment-start.heading.icon.description {
98
+ gap: 0.75rem;
99
+ }
100
+ :host .container.input-enabled.input-alignment-start calcite-tile {
101
+ order: 1;
102
+ }
103
+ :host .container.input-enabled.input-alignment-start.large-visual ::slotted(calcite-checkbox),
104
+ :host .container.input-enabled.input-alignment-start.large-visual ::slotted(calcite-radio-button) {
105
+ position: absolute;
106
+ inset-block-start: 0.75rem;
107
+ inset-inline-start: 0.75rem;
108
+ }
109
+ :host .container.input-enabled.input-alignment-end.width-auto.heading-only, :host .container.input-enabled.input-alignment-end.width-auto.icon-only {
110
+ display: inline-grid;
111
+ grid-gap: 0.75rem;
112
+ grid-template-columns: max-content 1fr;
113
+ }
114
+ :host .container.input-enabled.input-alignment-end.heading-only, :host .container.input-enabled.input-alignment-end.icon-only {
115
+ gap: 0.75rem;
116
+ }
117
+ :host .container.input-enabled.input-alignment-end.description-only ::slotted(calcite-checkbox),
118
+ :host .container.input-enabled.input-alignment-end.description-only ::slotted(calcite-radio-button), :host .container.input-enabled.input-alignment-end.heading.description ::slotted(calcite-checkbox),
119
+ :host .container.input-enabled.input-alignment-end.heading.description ::slotted(calcite-radio-button), :host .container.input-enabled.input-alignment-end.icon.description ::slotted(calcite-checkbox),
120
+ :host .container.input-enabled.input-alignment-end.icon.description ::slotted(calcite-radio-button), :host .container.input-enabled.input-alignment-end.heading.icon.description ::slotted(calcite-checkbox),
121
+ :host .container.input-enabled.input-alignment-end.heading.icon.description ::slotted(calcite-radio-button) {
122
+ position: absolute;
123
+ inset-block-start: 0.75rem;
124
+ inset-inline-end: 0.75rem;
125
+ }
126
+ :host .container.input-enabled.input-alignment-end.large-visual ::slotted(calcite-checkbox),
127
+ :host .container.input-enabled.input-alignment-end.large-visual ::slotted(calcite-radio-button) {
128
+ position: absolute;
129
+ inset-block-start: 0.75rem;
130
+ inset-inline-end: 0.75rem;
131
+ }
132
+ :host .container.width-full {
133
+ display: flex;
134
+ max-inline-size: none;
135
+ }
136
+ :host .container.width-full calcite-tile {
137
+ flex: 1 1 auto;
138
+ }
139
+
140
+ :host(:hover) .container:not(.input-enabled) {
141
+ box-shadow: 0 0 0 1px var(--calcite-color-brand);
142
+ }
143
+
144
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
145
+ :host([disabled]) [calcite-hydrated][disabled] {
146
+ /* prevent opacity stacking */
147
+ opacity: 1;
148
+ }
149
+
150
+ :host([hidden]) {
151
+ display: none;
152
+ }
153
+
154
+ [hidden] {
155
+ display: none;
156
+ }
@@ -0,0 +1,64 @@
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
+ flex-wrap: wrap;
42
+ }
43
+ :host ::slotted(calcite-tile-select) {
44
+ margin-block-end: 1px;
45
+ margin-inline-end: 1px;
46
+ }
47
+
48
+ :host([layout=vertical]) {
49
+ flex-direction: column;
50
+ }
51
+
52
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
53
+ :host([disabled]) [calcite-hydrated][disabled] {
54
+ /* prevent opacity stacking */
55
+ opacity: 1;
56
+ }
57
+
58
+ :host([hidden]) {
59
+ display: none;
60
+ }
61
+
62
+ [hidden] {
63
+ display: none;
64
+ }