@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,298 @@
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
+ /**
28
+ * CSS Custom Properties
29
+ *
30
+ * These properties can be overridden using the component's tag as selector.
31
+ *
32
+ * @prop --calcite-loader-font-size: Specifies the font size of the loading percentage when type is `"determinate"`.
33
+ * @prop --calcite-loader-size: The width and height of a non-inline loader.
34
+ * @prop --calcite-loader-size-inline: The width and height of an inline loader
35
+ * @prop --calcite-loader-padding : Specifies the padding of the loader.
36
+ */
37
+ /* helper to properly scale internal durations */
38
+ @media (prefers-reduced-motion: reduce) {
39
+ :root {
40
+ --calcite-internal-duration-factor: 0;
41
+ }
42
+ }
43
+ :host{
44
+ position: relative;
45
+ margin-inline: auto;
46
+ display: none;
47
+ align-items: center;
48
+ justify-content: center;
49
+ opacity: 1;
50
+ min-block-size: var(--calcite-loader-size);
51
+ font-size: var(--calcite-loader-font-size);
52
+ stroke: var(--calcite-color-brand);
53
+ stroke-width: 3;
54
+ fill: none;
55
+ transform: scale(1, 1);
56
+ animation: loader-color-shift calc(var(--calcite-internal-animation-timing-slow) / var(--calcite-internal-duration-factor) * 2 / var(--calcite-internal-duration-factor)) alternate-reverse infinite linear;
57
+ padding-block: var(--calcite-loader-padding, 4rem);
58
+ }
59
+
60
+ :host([scale=s]) {
61
+ --calcite-loader-font-size: var(--calcite-font-size--2);
62
+ --calcite-loader-size: 2rem;
63
+ --calcite-loader-size-inline: 0.75rem;
64
+ }
65
+
66
+ :host([scale=m]) {
67
+ --calcite-loader-font-size: var(--calcite-font-size-0);
68
+ --calcite-loader-size: 4rem;
69
+ --calcite-loader-size-inline: 1rem;
70
+ }
71
+
72
+ :host([scale=l]) {
73
+ --calcite-loader-font-size: var(--calcite-font-size-2);
74
+ --calcite-loader-size: 6rem;
75
+ --calcite-loader-size-inline: 1.5rem;
76
+ }
77
+
78
+ :host([no-padding]){
79
+ padding-block: 0px;
80
+ }
81
+
82
+ :host{
83
+ display: flex;
84
+ }
85
+
86
+ .loader__text{
87
+ display: block;
88
+ text-align: center;
89
+ font-size: var(--calcite-font-size--2);
90
+ line-height: 1rem;
91
+ color: var(--calcite-color-text-1);
92
+ margin-block-start: calc(var(--calcite-loader-size) + 1.5rem);
93
+ }
94
+
95
+ .loader__percentage{
96
+ position: absolute;
97
+ display: block;
98
+ text-align: center;
99
+ color: var(--calcite-color-text-1);
100
+ font-size: var(--calcite-loader-font-size);
101
+ inline-size: var(--calcite-loader-size);
102
+ inset-inline-start: 50%;
103
+ margin-inline-start: calc(var(--calcite-loader-size) / 2 * -1);
104
+ line-height: 0.25;
105
+ transform: scale(1, 1);
106
+ }
107
+
108
+ .loader__svgs{
109
+ position: absolute;
110
+ overflow: visible;
111
+ opacity: 1;
112
+ inline-size: var(--calcite-loader-size);
113
+ block-size: var(--calcite-loader-size);
114
+ inset-inline-start: 50%;
115
+ margin-inline-start: calc(var(--calcite-loader-size) / 2 * -1);
116
+ animation-iteration-count: infinite;
117
+ animation-timing-function: linear;
118
+ animation-duration: calc(var(--calcite-internal-animation-timing-slow) / var(--calcite-internal-duration-factor) * 6.66 / var(--calcite-internal-duration-factor));
119
+ animation-name: loader-clockwise;
120
+ }
121
+
122
+ .loader__svg{
123
+ position: absolute;
124
+ inset-block-start: 0px;
125
+ transform-origin: center;
126
+ overflow: visible;
127
+ inset-inline-start: 0;
128
+ inline-size: var(--calcite-loader-size);
129
+ block-size: var(--calcite-loader-size);
130
+ animation-iteration-count: infinite;
131
+ animation-timing-function: linear;
132
+ }
133
+
134
+ @supports (display: grid) {
135
+ .loader__svg--1 {
136
+ animation-name: loader-offset-1;
137
+ }
138
+ .loader__svg--2 {
139
+ animation-name: loader-offset-2;
140
+ }
141
+ .loader__svg--3 {
142
+ animation-name: loader-offset-3;
143
+ }
144
+ }
145
+ :host([type=determinate]){
146
+ animation: none;
147
+ stroke: var(--calcite-color-border-3);
148
+ }
149
+ :host([type=determinate]) .loader__svgs{
150
+ animation: none;
151
+ }
152
+ :host([type=determinate]) .loader__svg--3{
153
+ animation: none;
154
+ stroke: var(--calcite-color-brand);
155
+ stroke-dasharray: 150.79632;
156
+ transform: rotate(-90deg);
157
+ transition: all var(--calcite-internal-animation-timing-fast) linear;
158
+ }
159
+
160
+ :host([inline]){
161
+ position: relative;
162
+ margin: 0px;
163
+ animation: none;
164
+ stroke: currentColor;
165
+ stroke-width: 2;
166
+ padding-block: 0px;
167
+ block-size: var(--calcite-loader-size-inline);
168
+ min-block-size: var(--calcite-loader-size-inline);
169
+ inline-size: var(--calcite-loader-size-inline);
170
+ margin-inline-end: calc(var(--calcite-loader-size-inline) * 0.5);
171
+ vertical-align: calc(var(--calcite-loader-size-inline) * -1 * 0.2);
172
+ }
173
+
174
+ :host([inline]) .loader__svgs{
175
+ inset-block-start: 0px;
176
+ margin: 0px;
177
+ inset-inline-start: 0;
178
+ inline-size: var(--calcite-loader-size-inline);
179
+ block-size: var(--calcite-loader-size-inline);
180
+ }
181
+
182
+ :host([inline]) .loader__svg {
183
+ inline-size: var(--calcite-loader-size-inline);
184
+ block-size: var(--calcite-loader-size-inline);
185
+ }
186
+
187
+ :host([complete]){
188
+ opacity: 0;
189
+ transform: scale(0.75, 0.75);
190
+ transform-origin: center;
191
+ transition: opacity var(--calcite-internal-animation-timing-medium) linear 1000ms, transform var(--calcite-internal-animation-timing-medium) linear 1000ms;
192
+ }
193
+
194
+ :host([complete]) .loader__svgs{
195
+ opacity: 0;
196
+ transform: scale(0.75, 0.75);
197
+ transform-origin: center;
198
+ transition: opacity calc(180ms * var(--calcite-internal-duration-factor)) linear 800ms, transform calc(180ms * var(--calcite-internal-duration-factor)) linear 800ms;
199
+ }
200
+
201
+ :host([complete]) .loader__percentage {
202
+ color: var(--calcite-color-brand);
203
+ transform: scale(1.05, 1.05);
204
+ transform-origin: center;
205
+ transition: color var(--calcite-internal-animation-timing-medium) linear, transform var(--calcite-internal-animation-timing-medium) linear;
206
+ }
207
+
208
+ /**
209
+ Segment variables
210
+ - i index (1-3)
211
+ - size length of the segment (0 - 100)
212
+ - growth how much the segment grows during the animation
213
+ (size + growth should not exceed 100)
214
+ - duration how long the segment takes to rotate 360° (seconds)
215
+ */
216
+ .loader__svg--1 {
217
+ stroke-dasharray: 27.9252444444 139.6262222222;
218
+ animation-duration: calc(var(--calcite-internal-animation-timing-slow) / var(--calcite-internal-duration-factor) * 4.8 / var(--calcite-internal-duration-factor));
219
+ }
220
+
221
+ @keyframes loader-offset-1 {
222
+ 0% {
223
+ stroke-dasharray: 27.9252444444 251.3272;
224
+ stroke-dashoffset: 0;
225
+ }
226
+ 50% {
227
+ stroke-dasharray: 139.6262222222 139.6262222222;
228
+ stroke-dashoffset: -83.7757333333;
229
+ }
230
+ 100% {
231
+ stroke-dasharray: 27.9252444444 251.3272;
232
+ stroke-dashoffset: -279.2524444444;
233
+ }
234
+ }
235
+ .loader__svg--2 {
236
+ stroke-dasharray: 55.8504888889 139.6262222222;
237
+ animation-duration: calc(var(--calcite-internal-animation-timing-slow) / var(--calcite-internal-duration-factor) * 6.4 / var(--calcite-internal-duration-factor));
238
+ }
239
+
240
+ @keyframes loader-offset-2 {
241
+ 0% {
242
+ stroke-dasharray: 55.8504888889 223.4019555556;
243
+ stroke-dashoffset: 0;
244
+ }
245
+ 50% {
246
+ stroke-dasharray: 139.6262222222 139.6262222222;
247
+ stroke-dashoffset: -97.7383555556;
248
+ }
249
+ 100% {
250
+ stroke-dasharray: 55.8504888889 223.4019555556;
251
+ stroke-dashoffset: -279.2524444444;
252
+ }
253
+ }
254
+ .loader__svg--3 {
255
+ stroke-dasharray: 13.9626222222 139.6262222222;
256
+ animation-duration: calc(var(--calcite-internal-animation-timing-slow) / var(--calcite-internal-duration-factor) * 7.734 / var(--calcite-internal-duration-factor));
257
+ }
258
+
259
+ @keyframes loader-offset-3 {
260
+ 0% {
261
+ stroke-dasharray: 13.9626222222 265.2898222222;
262
+ stroke-dashoffset: 0;
263
+ }
264
+ 50% {
265
+ stroke-dasharray: 139.6262222222 139.6262222222;
266
+ stroke-dashoffset: -76.7944222222;
267
+ }
268
+ 100% {
269
+ stroke-dasharray: 13.9626222222 265.2898222222;
270
+ stroke-dashoffset: -279.2524444444;
271
+ }
272
+ }
273
+ @keyframes loader-color-shift {
274
+ 0% {
275
+ stroke: var(--calcite-color-brand);
276
+ }
277
+ 33% {
278
+ stroke: var(--calcite-color-brand-press);
279
+ }
280
+ 66% {
281
+ stroke: var(--calcite-color-brand-hover);
282
+ }
283
+ 100% {
284
+ stroke: var(--calcite-color-brand);
285
+ }
286
+ }
287
+ @keyframes loader-clockwise {
288
+ 100% {
289
+ transform: rotate(360deg);
290
+ }
291
+ }
292
+ :host([hidden]){
293
+ display: none;
294
+ }
295
+
296
+ [hidden]{
297
+ display: none;
298
+ }
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+ /**
6
+ * Do not edit directly
7
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
8
+ */
9
+ /**
10
+ * Do not edit directly
11
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
12
+ */
13
+ /**
14
+ * Do not edit directly
15
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
16
+ */
17
+ /**
18
+ * Do not edit directly
19
+ * Generated on Sat, 02 Dec 2023 04:05:26 GMT
20
+ */
21
+ /* mixins & extensions */
22
+ /* helper to properly scale internal durations */
23
+ /**
24
+ * Currently only used in Checkbox.
25
+ */
26
+ :host {
27
+ display: flex
28
+ }
29
+
30
+ ul {
31
+ margin: 0px;
32
+ display: inline-flex;
33
+ block-size: 100%;
34
+ align-items: center;
35
+ padding: 0px
36
+ }
37
+
38
+ :host([layout=vertical]) ul {
39
+ display: flex;
40
+ inline-size: 100%;
41
+ flex-direction: column
42
+ }
43
+
44
+ :host([hidden]) {
45
+ display: none
46
+ }
47
+
48
+ [hidden] {
49
+ display: none
50
+ }
@@ -0,0 +1,281 @@
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
+ box-sizing: border-box;
29
+ display: flex;
30
+ align-items: center;
31
+ flex-shrink: 0;
32
+ }
33
+ :host .container, :host .item-content, :host .content {
34
+ min-block-size: 3rem;
35
+ }
36
+
37
+ :host([layout=vertical]) {
38
+ inline-size: 100%;
39
+ }
40
+
41
+ :host(:not([layout=vertical])) {
42
+ block-size: 100%;
43
+ }
44
+
45
+ .container,
46
+ .item-content {
47
+ display: flex;
48
+ block-size: 100%;
49
+ inline-size: 100%;
50
+ flex-direction: row;
51
+ align-items: stretch;
52
+ }
53
+
54
+ .content {
55
+ position: relative;
56
+ box-sizing: border-box;
57
+ display: flex;
58
+ block-size: 100%;
59
+ inline-size: 100%;
60
+ cursor: pointer;
61
+ align-items: center;
62
+ justify-content: center;
63
+ background-color: var(--calcite-color-foreground-1);
64
+ padding-inline: 1rem;
65
+ font-size: var(--calcite-font-size-0);
66
+ color: var(--calcite-color-text-2);
67
+ outline: 2px solid transparent;
68
+ outline-offset: 2px;
69
+ text-decoration: none;
70
+ border-block-end: 0.125rem solid transparent;
71
+ padding-block-start: 0.125rem;
72
+ }
73
+ .content:hover {
74
+ background-color: var(--calcite-color-foreground-2);
75
+ color: var(--calcite-color-text-2);
76
+ }
77
+ .content:focus {
78
+ background-color: var(--calcite-color-foreground-2);
79
+ color: var(--calcite-color-text-2);
80
+ outline: 2px solid var(--calcite-color-brand);
81
+ outline-offset: calc(
82
+ -2px *
83
+ calc(
84
+ 1 -
85
+ 2 * clamp(
86
+ 0,
87
+ var(--calcite-offset-invert-focus),
88
+ 1
89
+ )
90
+ )
91
+ );
92
+ }
93
+ .content:active {
94
+ background-color: var(--calcite-color-foreground-3);
95
+ color: var(--calcite-color-text-1);
96
+ }
97
+ .content span {
98
+ display: inline-flex;
99
+ }
100
+ .content.layout--vertical {
101
+ display: flex;
102
+ inline-size: 100%;
103
+ justify-content: flex-start;
104
+ padding-block: 1rem;
105
+ border-block-end: 0;
106
+ border-inline-end: 0.25rem solid transparent;
107
+ }
108
+
109
+ :host([active]) .content {
110
+ color: var(--calcite-color-text-1);
111
+ border-color: var(--calcite-color-brand);
112
+ }
113
+ :host([active]) .content .icon {
114
+ --calcite-ui-icon-color: var(--calcite-color-brand);
115
+ }
116
+
117
+ :host([layout=vertical]) .content {
118
+ padding-inline: 0.75rem;
119
+ }
120
+
121
+ .icon--start {
122
+ margin-inline-end: 0.75rem;
123
+ }
124
+
125
+ .icon--end {
126
+ margin-inline-start: 0.75rem;
127
+ }
128
+
129
+ :host([layout=vertical]) .icon--end {
130
+ margin-inline-start: auto;
131
+ padding-inline-start: 0.75rem;
132
+ }
133
+
134
+ .icon--dropdown {
135
+ position: relative;
136
+ margin-inline-start: auto;
137
+ margin-inline-end: 0px;
138
+ padding-inline-start: 0.5rem;
139
+ --calcite-ui-icon-color: var(--calcite-color-text-3);
140
+ }
141
+
142
+ :host([layout=vertical]) .icon--end ~ .icon--dropdown {
143
+ margin-inline-start: 0.75rem;
144
+ }
145
+
146
+ :host([layout=vertical]) .hover-href-icon {
147
+ padding-inline-start: 0.5rem;
148
+ }
149
+
150
+ :host([layout=vertical]) .hover-href-icon ~ .icon--end {
151
+ margin-inline-start: 0.5rem;
152
+ }
153
+
154
+ :host([layout=vertical]) .hover-href-icon ~ .icon--breadcrumb {
155
+ margin-inline-start: 0.75rem;
156
+ }
157
+
158
+ .icon--breadcrumb {
159
+ margin-inline-end: 0px;
160
+ padding-inline-start: 0.5rem;
161
+ --calcite-ui-icon-color: var(--calcite-color-text-3);
162
+ }
163
+
164
+ :host([layout=vertical]) .icon--breadcrumb {
165
+ margin-inline-start: auto;
166
+ }
167
+
168
+ :host([layout=vertical]) .icon--breadcrumb ~ .icon--dropdown {
169
+ margin-inline-start: 0.5rem;
170
+ }
171
+
172
+ :host([layout=vertical]) .icon--end ~ .icon--breadcrumb {
173
+ margin-inline-start: 0.5rem;
174
+ }
175
+
176
+ :host([breadcrumb]) .content {
177
+ padding-inline-end: 0.75rem;
178
+ }
179
+
180
+ calcite-action {
181
+ position: relative;
182
+ block-size: auto;
183
+ border-inline-start: 1px solid var(--calcite-color-foreground-1);
184
+ }
185
+ calcite-action:after {
186
+ position: absolute;
187
+ inset-inline-start: -1px;
188
+ display: block;
189
+ inline-size: 1px;
190
+ content: "";
191
+ inset-block: 0.75rem;
192
+ background-color: var(--calcite-color-border-3);
193
+ }
194
+ calcite-action:hover:after {
195
+ block-size: 100%;
196
+ inset-block: 0;
197
+ }
198
+
199
+ .content:focus ~ calcite-action,
200
+ .content:hover ~ calcite-action {
201
+ color: var(--calcite-color-text-1);
202
+ border-inline-start: 1px solid var(--calcite-color-border-3);
203
+ }
204
+
205
+ .container:hover .dropdown-action {
206
+ background-color: var(--calcite-color-foreground-2);
207
+ }
208
+
209
+ .dropdown-menu-items {
210
+ position: absolute;
211
+ display: none;
212
+ block-size: auto;
213
+ min-inline-size: 100%;
214
+ flex-direction: column;
215
+ overflow: visible;
216
+ border: 1px solid var(--calcite-color-border-3);
217
+ background: var(--calcite-color-foreground-1);
218
+ inset-block-start: 100%;
219
+ z-index: var(--calcite-z-index-dropdown);
220
+ }
221
+ .dropdown-menu-items.open {
222
+ display: block;
223
+ }
224
+ .dropdown-menu-items.nested {
225
+ position: absolute;
226
+ inset-block-start: -1px;
227
+ transform: translateX(calc(100% - 2px));
228
+ }
229
+
230
+ .parent--vertical {
231
+ flex-direction: column;
232
+ }
233
+
234
+ .dropdown--vertical.dropdown-menu-items {
235
+ position: relative;
236
+ border-radius: 0px;
237
+ box-shadow: none;
238
+ inset-block-start: 0;
239
+ transform: none;
240
+ }
241
+ .dropdown--vertical.dropdown-menu-items:last-of-type {
242
+ border-inline: 0;
243
+ }
244
+
245
+ :host([layout=vertical]:last-of-type) .dropdown-menu-items {
246
+ border-block-end: 0;
247
+ }
248
+
249
+ :host([slot=submenu-item]) .parent--vertical {
250
+ padding-inline-start: 1.5rem;
251
+ }
252
+
253
+ .dropdown-menu-items.nested.calcite--rtl {
254
+ transform: translateX(calc(-100% + 2px));
255
+ }
256
+
257
+ .dropdown--vertical.dropdown-menu-items.nested.calcite--rtl {
258
+ transform: none;
259
+ }
260
+
261
+ .hover-href-icon {
262
+ position: relative;
263
+ inset-inline-end: 0.25rem;
264
+ margin-inline-start: auto;
265
+ opacity: 0;
266
+ transition: all var(--calcite-internal-animation-timing-medium) ease-in-out;
267
+ }
268
+
269
+ .content:focus .hover-href-icon,
270
+ .content:hover .hover-href-icon {
271
+ inset-inline-end: -0.25rem;
272
+ opacity: 1;
273
+ }
274
+
275
+ :host([hidden]) {
276
+ display: none;
277
+ }
278
+
279
+ [hidden] {
280
+ display: none;
281
+ }