@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,189 @@
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([scale=s]) .container {
40
+ block-size: 0.75rem;
41
+ }
42
+ :host([scale=s]) .track {
43
+ block-size: 0.75rem;
44
+ inline-size: 1.5rem;
45
+ }
46
+ :host([scale=s]) .handle {
47
+ block-size: 0.5rem;
48
+ inline-size: 0.5rem;
49
+ }
50
+
51
+ :host([scale=m]) .container {
52
+ block-size: 1rem;
53
+ }
54
+ :host([scale=m]) .track {
55
+ block-size: 1rem;
56
+ inline-size: 2rem;
57
+ }
58
+ :host([scale=m]) .handle {
59
+ block-size: 0.75rem;
60
+ inline-size: 0.75rem;
61
+ }
62
+
63
+ :host([scale=l]) .container {
64
+ block-size: 1.5rem;
65
+ }
66
+ :host([scale=l]) .track {
67
+ block-size: 1.5rem;
68
+ inline-size: 3rem;
69
+ }
70
+ :host([scale=l]) .handle {
71
+ block-size: 1.25rem;
72
+ inline-size: 1.25rem;
73
+ }
74
+
75
+ :host {
76
+ position: relative;
77
+ display: inline-block;
78
+ inline-size: auto;
79
+ cursor: pointer;
80
+ -webkit-user-select: none;
81
+ -moz-user-select: none;
82
+ user-select: none;
83
+ vertical-align: middle;
84
+ tap-highlight-color: transparent;
85
+ }
86
+
87
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
88
+ :host([disabled]) [calcite-hydrated][disabled] {
89
+ /* prevent opacity stacking */
90
+ opacity: 1;
91
+ }
92
+
93
+ .container {
94
+ outline-width: 0px;
95
+ }
96
+
97
+ .track {
98
+ pointer-events: none;
99
+ position: relative;
100
+ box-sizing: border-box;
101
+ display: inline-block;
102
+ border-radius: 9999px;
103
+ border-width: 1px;
104
+ border-style: solid;
105
+ border-color: var(--calcite-color-border-2);
106
+ background-color: var(--calcite-color-foreground-2);
107
+ vertical-align: top;
108
+ outline-color: transparent;
109
+ }
110
+
111
+ :host(:focus) .track {
112
+ outline: 2px solid var(--calcite-color-brand);
113
+ outline-offset: calc(
114
+ 2px *
115
+ calc(
116
+ 1 -
117
+ 2 * clamp(
118
+ 0,
119
+ var(--calcite-offset-invert-focus),
120
+ 1
121
+ )
122
+ )
123
+ );
124
+ }
125
+
126
+ .handle {
127
+ pointer-events: none;
128
+ position: absolute;
129
+ display: block;
130
+ border-radius: 9999px;
131
+ border-width: 2px;
132
+ border-style: solid;
133
+ border-color: var(--calcite-color-border-input);
134
+ background-color: var(--calcite-color-foreground-1);
135
+ transition-property: all;
136
+ transition-duration: 150ms;
137
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
138
+ inset-block-start: -1px;
139
+ inset-inline: -1px auto;
140
+ }
141
+
142
+ :host(:hover) .handle,
143
+ :host(:focus) .handle {
144
+ border-color: var(--calcite-color-brand);
145
+ box-shadow: inset 0 0 0 1px var(--calcite-color-brand);
146
+ }
147
+
148
+ :host([checked]) .track {
149
+ border-color: var(--calcite-color-brand-hover);
150
+ background-color: var(--calcite-color-brand);
151
+ }
152
+ :host([checked]) .handle {
153
+ border-color: var(--calcite-color-brand);
154
+ inset-inline: auto -1px;
155
+ }
156
+
157
+ :host([checked]:hover) .track {
158
+ border-color: var(--calcite-color-brand-hover);
159
+ background-color: var(--calcite-color-brand);
160
+ }
161
+ :host([checked]:hover) .handle {
162
+ border-color: var(--calcite-color-brand-hover);
163
+ box-shadow: inset 0 0 0 1px var(--calcite-color-brand-hover);
164
+ }
165
+
166
+ @media (forced-colors: active) {
167
+ :host([checked]) .track {
168
+ background-color: canvasText;
169
+ }
170
+ }
171
+ ::slotted(input[slot=hidden-form-input]) {
172
+ margin: 0 !important;
173
+ opacity: 0 !important;
174
+ outline: none !important;
175
+ padding: 0 !important;
176
+ position: absolute !important;
177
+ inset: 0 !important;
178
+ transform: none !important;
179
+ -webkit-appearance: none !important;
180
+ z-index: -1 !important;
181
+ }
182
+
183
+ :host([hidden]) {
184
+ display: none;
185
+ }
186
+
187
+ [hidden] {
188
+ display: none;
189
+ }
@@ -0,0 +1,75 @@
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([selected]) section,
27
+ :host([selected]) .container {
28
+ display: block
29
+ }
30
+
31
+ :host {
32
+ display: none;
33
+ block-size: 100%;
34
+ inline-size: 100%
35
+ }
36
+
37
+ :host([selected]) {
38
+ display: block;
39
+ block-size: 100%;
40
+ inline-size: 100%;
41
+ overflow: auto
42
+ }
43
+
44
+ .scale-s .content {
45
+ padding-block: 0.25rem;
46
+ font-size: var(--calcite-font-size--2);
47
+ line-height: 1rem
48
+ }
49
+
50
+ .scale-m .content {
51
+ padding-block: 0.5rem;
52
+ font-size: var(--calcite-font-size--1);
53
+ line-height: 1rem
54
+ }
55
+
56
+ .scale-l .content {
57
+ padding-block: 0.625rem;
58
+ font-size: var(--calcite-font-size-0);
59
+ line-height: 1.25rem
60
+ }
61
+
62
+ section,
63
+ .container {
64
+ display: none;
65
+ block-size: 100%;
66
+ inline-size: 100%
67
+ }
68
+
69
+ :host([hidden]) {
70
+ display: none
71
+ }
72
+
73
+ [hidden] {
74
+ display: none
75
+ }
@@ -0,0 +1,122 @@
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
+ position: relative;
28
+ display: flex;
29
+ }
30
+
31
+ .scale-s {
32
+ min-block-size: 1.5rem;
33
+ }
34
+
35
+ .scale-m {
36
+ min-block-size: 2rem;
37
+ }
38
+
39
+ .scale-l {
40
+ min-block-size: 2.75rem;
41
+ }
42
+
43
+ :host([layout=center]:not([bordered])) {
44
+ padding-inline: 1.25rem;
45
+ }
46
+ :host([layout=center]:not([bordered])) .tab-nav ::slotted(calcite-tab-title:last-child) {
47
+ margin-inline-end: 0px;
48
+ }
49
+
50
+ :host(:not([bordered])) .scale-l ::slotted(calcite-tab-title) {
51
+ margin-inline-end: 1.5rem;
52
+ }
53
+ :host(:not([bordered])) .scale-m ::slotted(calcite-tab-title) {
54
+ margin-inline-end: 1.25rem;
55
+ }
56
+ :host(:not([bordered])) .scale-s ::slotted(calcite-tab-title) {
57
+ margin-inline-end: 1rem;
58
+ }
59
+
60
+ .tab-nav {
61
+ display: flex;
62
+ inline-size: 100%;
63
+ justify-content: flex-start;
64
+ overflow: auto;
65
+ }
66
+
67
+ .tab-nav-active-indicator-container {
68
+ position: absolute;
69
+ inset-inline: 0px;
70
+ inset-block-end: 0px;
71
+ block-size: 0.125rem;
72
+ inline-size: 100%;
73
+ overflow: hidden;
74
+ }
75
+
76
+ .tab-nav-active-indicator {
77
+ position: absolute;
78
+ inset-block-end: 0px;
79
+ display: block;
80
+ block-size: 0.125rem;
81
+ background-color: var(--calcite-color-brand);
82
+ transition-property: all;
83
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
84
+ transition-duration: 150ms;
85
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
86
+ }
87
+
88
+ :host([layout=center]) .tab-nav {
89
+ justify-content: space-evenly;
90
+ }
91
+
92
+ :host .position-bottom .tab-nav-active-indicator {
93
+ inset-block-end: unset;
94
+ inset-block-start: 0px;
95
+ }
96
+
97
+ :host .position-bottom .tab-nav-active-indicator-container {
98
+ inset-block-end: unset;
99
+ inset-block-start: 0px;
100
+ }
101
+
102
+ :host([bordered]) .tab-nav-active-indicator-container {
103
+ inset-block-end: unset;
104
+ }
105
+
106
+ :host([bordered]) .position-bottom .tab-nav-active-indicator-container {
107
+ inset-block-end: 0;
108
+ inset-block-start: unset;
109
+ }
110
+
111
+ @media (forced-colors: active) {
112
+ .tab-nav-active-indicator {
113
+ background-color: highlight;
114
+ }
115
+ }
116
+ :host([hidden]) {
117
+ display: none;
118
+ }
119
+
120
+ [hidden] {
121
+ display: none;
122
+ }
@@ -0,0 +1,348 @@
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
+ outline: 2px solid transparent;
42
+ outline-offset: 2px;
43
+ margin-inline-start: 0px;
44
+ }
45
+
46
+ :host([layout=inline]) {
47
+ flex: 0 1 auto;
48
+ }
49
+
50
+ :host([layout=center]) {
51
+ flex: 1 1 auto;
52
+ }
53
+
54
+ :host([layout=center]) .scale-s,
55
+ :host([layout=center]) .scale-m,
56
+ :host([layout=center]) .scale-l {
57
+ margin-block: 0px;
58
+ text-align: center;
59
+ flex-basis: 12rem;
60
+ }
61
+ :host([layout=center]) .scale-s .content,
62
+ :host([layout=center]) .scale-m .content,
63
+ :host([layout=center]) .scale-l .content {
64
+ margin: auto;
65
+ }
66
+
67
+ :host([layout=center][closable]) .content {
68
+ padding-inline-start: 32px;
69
+ }
70
+
71
+ :host([layout=center][bordered][closable]) .scale-s .content {
72
+ padding-inline-start: 36px;
73
+ }
74
+
75
+ :host([layout=center][bordered][closable]) .scale-m .content {
76
+ padding-inline-start: 40px;
77
+ }
78
+
79
+ :host([layout=center][closable]) .scale-l .content {
80
+ padding-inline-start: 40px;
81
+ }
82
+
83
+ :host([layout=center][closable][bordered]) .scale-s .content {
84
+ padding-inline-start: 52px;
85
+ }
86
+
87
+ :host([position=bottom]) .container {
88
+ border-block-end-width: 0px;
89
+ border-block-start-width: 2px;
90
+ border-block-start-color: transparent;
91
+ border-block-start-style: solid;
92
+ }
93
+
94
+ :host([closed]) {
95
+ display: none;
96
+ }
97
+
98
+ .container {
99
+ outline-color: transparent;
100
+ }
101
+
102
+ :host(:focus) .container {
103
+ outline: 2px solid var(--calcite-color-brand);
104
+ outline-offset: calc(
105
+ -2px *
106
+ calc(
107
+ 1 -
108
+ 2 * clamp(
109
+ 0,
110
+ var(--calcite-offset-invert-focus),
111
+ 1
112
+ )
113
+ )
114
+ );
115
+ }
116
+ :host(:focus) .container:focus-within {
117
+ outline-color: transparent;
118
+ }
119
+
120
+ :host(:active) a,
121
+ :host(:focus) a,
122
+ :host(:hover) a {
123
+ border-color: var(--calcite-color-border-2);
124
+ color: var(--calcite-color-text-1);
125
+ text-decoration-line: none;
126
+ }
127
+
128
+ :host([selected]) .container {
129
+ border-color: transparent;
130
+ color: var(--calcite-color-text-1);
131
+ }
132
+
133
+ :host([disabled]) .container {
134
+ pointer-events: none;
135
+ opacity: 0.5;
136
+ }
137
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
138
+ :host([disabled]) [calcite-hydrated][disabled] {
139
+ /* prevent opacity stacking */
140
+ opacity: 1;
141
+ }
142
+
143
+ .scale-s .content {
144
+ padding-block: 0.25rem;
145
+ font-size: var(--calcite-font-size--2);
146
+ line-height: 1rem;
147
+ }
148
+
149
+ .scale-m .content {
150
+ padding-block: 0.5rem;
151
+ font-size: var(--calcite-font-size--1);
152
+ line-height: 1rem;
153
+ }
154
+
155
+ .scale-l .content {
156
+ padding-block: 0.625rem;
157
+ font-size: var(--calcite-font-size-0);
158
+ line-height: 1.25rem;
159
+ }
160
+
161
+ .container {
162
+ box-sizing: border-box;
163
+ display: flex;
164
+ block-size: 100%;
165
+ inline-size: 100%;
166
+ cursor: pointer;
167
+ align-content: center;
168
+ justify-content: space-between;
169
+ border-block-end-width: 2px;
170
+ padding-inline: 0px;
171
+ font-size: var(--calcite-font-size--1);
172
+ line-height: 1rem;
173
+ color: var(--calcite-color-text-3);
174
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
175
+ border-block-end-color: transparent;
176
+ border-block-end-style: solid;
177
+ }
178
+
179
+ .content {
180
+ display: flex;
181
+ align-items: center;
182
+ justify-content: center;
183
+ }
184
+
185
+ .calcite-tab-title--icon {
186
+ position: relative;
187
+ margin: 0px;
188
+ display: inline-flex;
189
+ align-self: center;
190
+ }
191
+ .calcite-tab-title--icon svg {
192
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
193
+ }
194
+
195
+ .content--has-text {
196
+ padding: 0.25rem;
197
+ }
198
+
199
+ .content--has-text .calcite-tab-title--icon.icon-start {
200
+ margin-inline-end: 0.5rem;
201
+ }
202
+
203
+ .content--has-text .calcite-tab-title--icon.icon-end {
204
+ margin-inline-start: 0.5rem;
205
+ }
206
+
207
+ .close-button {
208
+ display: flex;
209
+ cursor: pointer;
210
+ -webkit-appearance: none;
211
+ -moz-appearance: none;
212
+ appearance: none;
213
+ align-content: center;
214
+ align-items: center;
215
+ justify-content: center;
216
+ align-self: center;
217
+ border-style: none;
218
+ background-color: var(--calcite-color-foreground-1);
219
+ color: var(--calcite-color-text-3);
220
+ outline-color: transparent;
221
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
222
+ block-size: calc(100% - 2px);
223
+ background-color: var(--calcite-button-transparent-1);
224
+ margin-inline-start: auto;
225
+ }
226
+ .close-button:focus {
227
+ outline: 2px solid var(--calcite-color-brand);
228
+ outline-offset: calc(
229
+ -2px *
230
+ calc(
231
+ 1 -
232
+ 2 * clamp(
233
+ 0,
234
+ var(--calcite-offset-invert-focus),
235
+ 1
236
+ )
237
+ )
238
+ );
239
+ outline-offset: -1px;
240
+ }
241
+ .close-button:focus, .close-button:hover {
242
+ color: var(--calcite-color-text-1);
243
+ background-color: var(--calcite-color-foreground-2);
244
+ }
245
+ .close-button:active {
246
+ color: var(--calcite-color-text-1);
247
+ background-color: var(--calcite-color-foreground-3);
248
+ }
249
+ .close-button calcite-icon {
250
+ color: inherit;
251
+ }
252
+
253
+ :host([icon-start][icon-end]) .calcite-tab-title--icon:first-child {
254
+ margin-inline-end: 0.5rem;
255
+ }
256
+
257
+ :host([bordered]) {
258
+ margin-inline-end: 0;
259
+ }
260
+
261
+ :host([bordered][selected]) {
262
+ box-shadow: inset 0px -2px var(--calcite-color-foreground-1);
263
+ }
264
+
265
+ :host([bordered][selected][position=bottom]) {
266
+ box-shadow: inset 0 2px 0 var(--calcite-color-foreground-1);
267
+ }
268
+
269
+ :host([bordered]:hover) .container,
270
+ :host([bordered]:focus) .container,
271
+ :host([bordered]:active) .container {
272
+ position: relative;
273
+ }
274
+
275
+ :host([bordered]:hover) .container {
276
+ background-color: var(--calcite-color-transparent-hover);
277
+ }
278
+
279
+ :host([closable]) .container,
280
+ :host([bordered]) .container {
281
+ border-inline-start: 1px solid transparent;
282
+ border-inline-end: 1px solid transparent;
283
+ }
284
+ :host([closable]) .container .close-button,
285
+ :host([bordered]) .container .close-button {
286
+ margin-inline: 0;
287
+ }
288
+
289
+ :host([closable]) .content {
290
+ box-sizing: border-box;
291
+ block-size: 100%;
292
+ border-block-end-color: transparent;
293
+ }
294
+
295
+ :host([closable][position=bottom]) .container,
296
+ :host([bordered][position=bottom]) .container {
297
+ border-block-start-style: unset;
298
+ }
299
+
300
+ :host([selected][bordered]) .container {
301
+ border-inline-start-color: var(--calcite-color-border-1);
302
+ border-inline-end-color: var(--calcite-color-border-1);
303
+ }
304
+
305
+ :host([bordered]) .content {
306
+ padding-inline: 0.75rem;
307
+ }
308
+
309
+ :host([bordered]) .scale-s .content {
310
+ padding-inline: 0.5rem;
311
+ }
312
+
313
+ :host([bordered]) .scale-l .content {
314
+ padding-inline: 1rem;
315
+ }
316
+
317
+ @media (forced-colors: active) {
318
+ :host {
319
+ outline-width: 0;
320
+ outline-offset: 0;
321
+ }
322
+ :host(:focus) .container {
323
+ outline-color: highlight;
324
+ }
325
+ :host([bordered]) .container {
326
+ border-block-end-style: solid;
327
+ }
328
+ :host([bordered][position=bottom]) .container {
329
+ border-block-start-style: solid;
330
+ }
331
+ :host([bordered][selected]) .container {
332
+ border-block-end-style: none;
333
+ }
334
+ :host([bordered][position=bottom][selected]) .container {
335
+ border-block-start-style: none;
336
+ }
337
+ .close-button {
338
+ /* in high contrast the tab title outline covers the close button outline without a z-index */
339
+ z-index: var(--calcite-z-index);
340
+ }
341
+ }
342
+ :host([hidden]) {
343
+ display: none;
344
+ }
345
+
346
+ [hidden] {
347
+ display: none;
348
+ }