@esri/solutions-components 0.7.12-alpha → 0.7.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/guides/Publishing to npmjs.md +3 -10
  3. package/lerna.json +6 -0
  4. package/package.json +5 -3
  5. package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion/accordion.css +77 -0
  6. package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion-item/accordion-item.css +263 -0
  7. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action/action.css +338 -0
  8. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-bar/action-bar.css +105 -0
  9. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-group/action-group.css +113 -0
  10. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-menu/action-menu.css +73 -0
  11. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-pad/action-pad.css +113 -0
  12. package/packages/node_modules/@esri/calcite-components/dist/collection/components/alert/alert.css +421 -0
  13. package/packages/node_modules/@esri/calcite-components/dist/collection/components/avatar/avatar.css +81 -0
  14. package/packages/node_modules/@esri/calcite-components/dist/collection/components/block/block.css +298 -0
  15. package/packages/node_modules/@esri/calcite-components/dist/collection/components/block-section/block-section.css +145 -0
  16. package/packages/node_modules/@esri/calcite-components/dist/collection/components/button/button.css +802 -0
  17. package/packages/node_modules/@esri/calcite-components/dist/collection/components/card/card.css +183 -0
  18. package/packages/node_modules/@esri/calcite-components/dist/collection/components/checkbox/checkbox.css +167 -0
  19. package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip/chip.css +385 -0
  20. package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip-group/chip-group.css +74 -0
  21. package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker/color-picker.css +244 -0
  22. package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-hex-input/color-picker-hex-input.css +66 -0
  23. package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-swatch/color-picker-swatch.css +74 -0
  24. package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox/combobox.css +425 -0
  25. package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item/combobox-item.css +209 -0
  26. package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item-group/combobox-item-group.css +101 -0
  27. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker/date-picker.css +72 -0
  28. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-day/date-picker-day.css +290 -0
  29. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month/date-picker-month.css +95 -0
  30. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month-header/date-picker-month-header.css +189 -0
  31. package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown/dropdown.css +136 -0
  32. package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-group/dropdown-group.css +84 -0
  33. package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-item/dropdown-item.css +278 -0
  34. package/packages/node_modules/@esri/calcite-components/dist/collection/components/fab/fab.css +72 -0
  35. package/packages/node_modules/@esri/calcite-components/dist/collection/components/filter/filter.css +136 -0
  36. package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow/flow.css +98 -0
  37. package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow-item/flow-item.css +89 -0
  38. package/packages/node_modules/@esri/calcite-components/dist/collection/components/graph/graph.css +51 -0
  39. package/packages/node_modules/@esri/calcite-components/dist/collection/components/handle/handle.css +99 -0
  40. package/packages/node_modules/@esri/calcite-components/dist/collection/components/icon/icon.css +73 -0
  41. package/packages/node_modules/@esri/calcite-components/dist/collection/components/inline-editable/inline-editable.css +89 -0
  42. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input/input.css +630 -0
  43. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-date-picker/input-date-picker.css +267 -0
  44. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-message/input-message.css +109 -0
  45. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-number/input-number.css +484 -0
  46. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-text/input-text.css +397 -0
  47. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-picker/input-time-picker.css +99 -0
  48. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-zone/input-time-zone.css +67 -0
  49. package/packages/node_modules/@esri/calcite-components/dist/collection/components/label/label.css +134 -0
  50. package/packages/node_modules/@esri/calcite-components/dist/collection/components/link/link.css +148 -0
  51. package/packages/node_modules/@esri/calcite-components/dist/collection/components/list/list.css +122 -0
  52. package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item/list-item.css +244 -0
  53. package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item-group/list-item-group.css +88 -0
  54. package/packages/node_modules/@esri/calcite-components/dist/collection/components/loader/loader.css +298 -0
  55. package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu/menu.css +50 -0
  56. package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu-item/menu-item.css +281 -0
  57. package/packages/node_modules/@esri/calcite-components/dist/collection/components/meter/meter.css +183 -0
  58. package/packages/node_modules/@esri/calcite-components/dist/collection/components/modal/modal.css +529 -0
  59. package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation/navigation.css +142 -0
  60. package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-logo/navigation-logo.css +136 -0
  61. package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-user/navigation-user.css +112 -0
  62. package/packages/node_modules/@esri/calcite-components/dist/collection/components/notice/notice.css +289 -0
  63. package/packages/node_modules/@esri/calcite-components/dist/collection/components/option/option.css +36 -0
  64. package/packages/node_modules/@esri/calcite-components/dist/collection/components/option-group/option-group.css +36 -0
  65. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pagination/pagination.css +138 -0
  66. package/packages/node_modules/@esri/calcite-components/dist/collection/components/panel/panel.css +227 -0
  67. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list/pick-list.css +92 -0
  68. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-group/pick-list-group.css +83 -0
  69. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-item/pick-list-item.css +179 -0
  70. package/packages/node_modules/@esri/calcite-components/dist/collection/components/popover/popover.css +194 -0
  71. package/packages/node_modules/@esri/calcite-components/dist/collection/components/progress/progress.css +110 -0
  72. package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button/radio-button.css +164 -0
  73. package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button-group/radio-button-group.css +58 -0
  74. package/packages/node_modules/@esri/calcite-components/dist/collection/components/rating/rating.css +178 -0
  75. package/packages/node_modules/@esri/calcite-components/dist/collection/components/scrim/scrim.css +76 -0
  76. package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control/segmented-control.css +95 -0
  77. package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control-item/segmented-control-item.css +172 -0
  78. package/packages/node_modules/@esri/calcite-components/dist/collection/components/select/select.css +218 -0
  79. package/packages/node_modules/@esri/calcite-components/dist/collection/components/sheet/sheet.css +267 -0
  80. package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell/shell.css +184 -0
  81. package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-center-row/shell-center-row.css +124 -0
  82. package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-panel/shell-panel.css +360 -0
  83. package/packages/node_modules/@esri/calcite-components/dist/collection/components/slider/slider.css +388 -0
  84. package/packages/node_modules/@esri/calcite-components/dist/collection/components/sortable-list/sortable-list.css +68 -0
  85. package/packages/node_modules/@esri/calcite-components/dist/collection/components/split-button/split-button.css +184 -0
  86. package/packages/node_modules/@esri/calcite-components/dist/collection/components/stack/stack.css +118 -0
  87. package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper/stepper.css +147 -0
  88. package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper-item/stepper-item.css +457 -0
  89. package/packages/node_modules/@esri/calcite-components/dist/collection/components/switch/switch.css +189 -0
  90. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab/tab.css +75 -0
  91. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-nav/tab-nav.css +122 -0
  92. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-title/tab-title.css +348 -0
  93. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table/table.css +143 -0
  94. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-cell/table-cell.css +133 -0
  95. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-header/table-header.css +130 -0
  96. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-row/table-row.css +74 -0
  97. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tabs/tabs.css +102 -0
  98. package/packages/node_modules/@esri/calcite-components/dist/collection/components/text-area/text-area.css +288 -0
  99. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile/tile.css +170 -0
  100. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select/tile-select.css +156 -0
  101. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select-group/tile-select-group.css +64 -0
  102. package/packages/node_modules/@esri/calcite-components/dist/collection/components/time-picker/time-picker.css +144 -0
  103. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip/tip.css +151 -0
  104. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-group/tip-group.css +47 -0
  105. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-manager/tip-manager.css +194 -0
  106. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tooltip/tooltip.css +120 -0
  107. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree/tree.css +41 -0
  108. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree-item/tree-item.css +315 -0
  109. package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list/value-list.css +105 -0
  110. package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list-item/value-list-item.css +121 -0
  111. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-control-panel/instant-apps-control-panel.css +3 -0
  112. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-export/instant-apps-export.css +81 -0
  113. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-filter-list/instant-apps-filter-list.css +104 -0
  114. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-header/instant-apps-header.css +165 -0
  115. 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
  116. 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
  117. 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
  118. 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
  119. 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
  120. 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
  121. 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
  122. 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
  123. 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
  124. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend.css +12 -0
  125. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-keyboard-shortcuts/instant-apps-keyboard-shortcuts.css +33 -0
  126. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-landing-page/instant-apps-landing-page.css +222 -0
  127. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-switcher/instant-apps-language-switcher.css +13 -0
  128. 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
  129. 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
  130. 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
  131. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator.css +86 -0
  132. 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
  133. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement.css +6 -0
  134. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popover/instant-apps-popover.css +58 -0
  135. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popovers/instant-apps-popovers.css +3 -0
  136. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-scoreboard/instant-apps-scoreboard.css +200 -0
  137. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-social-share/instant-apps-social-share.css +273 -0
  138. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-splash/instant-apps-splash.css +10 -0
  139. package/packages/solutions-components/dist/solutions-components_commit.txt +4 -4
  140. package/packages/solutions-components/package.json +108 -108
  141. package/packages/solutions-components/src/components/json-editor/assets/monaco-editor/package.json +63 -63
  142. package/support/publish.sh +49 -0
  143. package/t9nmanifest.txt +6 -6
  144. package/support/releaseToGitHub.ts +0 -29
@@ -0,0 +1,315 @@
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
+ max-inline-size: 100%;
42
+ cursor: pointer;
43
+ color: var(--calcite-color-text-3);
44
+ }
45
+
46
+ .node-actions-container {
47
+ display: flex;
48
+ }
49
+
50
+ :host([calcite-hydrated-hidden]) {
51
+ visibility: hidden !important;
52
+ pointer-events: none;
53
+ }
54
+
55
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
56
+ :host([disabled]) [calcite-hydrated][disabled] {
57
+ /* prevent opacity stacking */
58
+ opacity: 1;
59
+ }
60
+
61
+ :host([scale=s]) {
62
+ font-size: var(--calcite-font-size--2);
63
+ line-height: 1rem;
64
+ }
65
+ :host([scale=s]) .node-actions-container {
66
+ min-block-size: 1.5rem;
67
+ }
68
+ :host([scale=s]) .node-actions-container .node-container .checkbox,
69
+ :host([scale=s]) .node-actions-container .node-container .chevron,
70
+ :host([scale=s]) .node-actions-container .node-container .checkmark,
71
+ :host([scale=s]) .node-actions-container .node-container .bullet-point {
72
+ margin-inline: 0.25rem;
73
+ }
74
+ :host([scale=s]) .node-actions-container .node-container .icon-start {
75
+ margin-inline: 0.75rem;
76
+ }
77
+
78
+ :host([scale=m]) {
79
+ font-size: var(--calcite-font-size--1);
80
+ line-height: 1rem;
81
+ }
82
+ :host([scale=m]) .node-actions-container {
83
+ min-block-size: 2rem;
84
+ }
85
+ :host([scale=m]) .node-actions-container .node-container .checkbox,
86
+ :host([scale=m]) .node-actions-container .node-container .chevron,
87
+ :host([scale=m]) .node-actions-container .node-container .checkmark,
88
+ :host([scale=m]) .node-actions-container .node-container .bullet-point {
89
+ margin-inline: 0.5rem;
90
+ }
91
+ :host([scale=m]) .node-actions-container .node-container .icon-start {
92
+ margin-inline: 0.75rem;
93
+ }
94
+
95
+ :host([scale=l]) {
96
+ font-size: var(--calcite-font-size-0);
97
+ line-height: 1.25rem;
98
+ }
99
+ :host([scale=l]) .node-actions-container {
100
+ min-block-size: 2.75rem;
101
+ }
102
+ :host([scale=l]) .node-actions-container .node-container .checkbox,
103
+ :host([scale=l]) .node-actions-container .node-container .chevron,
104
+ :host([scale=l]) .node-actions-container .node-container .checkmark,
105
+ :host([scale=l]) .node-actions-container .node-container .bullet-point {
106
+ margin-inline: 0.75rem;
107
+ }
108
+ :host([scale=l]) .node-actions-container .node-container .icon-start {
109
+ margin-inline: 0.75rem;
110
+ }
111
+
112
+ :host([lines]) .children-container:after {
113
+ position: absolute;
114
+ inset-block-start: 0px;
115
+ z-index: var(--calcite-z-index);
116
+ inline-size: 1px;
117
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
118
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
119
+ transition-duration: 150ms;
120
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
121
+ block-size: 96%;
122
+ content: "";
123
+ background-color: var(--calcite-color-border-2);
124
+ }
125
+
126
+ :host(:not([lines])) .node-container:after {
127
+ display: none;
128
+ }
129
+
130
+ ::slotted(*) {
131
+ min-inline-size: 0px;
132
+ max-inline-size: 100%;
133
+ overflow-wrap: break-word;
134
+ color: inherit;
135
+ text-decoration: none !important;
136
+ }
137
+ ::slotted(*):hover {
138
+ text-decoration: none !important;
139
+ }
140
+
141
+ ::slotted(a) {
142
+ inline-size: 100%;
143
+ text-decoration-line: none;
144
+ }
145
+
146
+ :host {
147
+ outline: 2px solid transparent;
148
+ outline-offset: 2px;
149
+ }
150
+ :host .node-container {
151
+ outline-color: transparent;
152
+ }
153
+ :host:focus .node-container, :host:active .node-container {
154
+ outline: 2px solid var(--calcite-color-brand);
155
+ outline-offset: calc(
156
+ -2px *
157
+ calc(
158
+ 1 -
159
+ 2 * clamp(
160
+ 0,
161
+ var(--calcite-offset-invert-focus),
162
+ 1
163
+ )
164
+ )
165
+ );
166
+ }
167
+
168
+ :host(:focus:not([disabled])) .node-container {
169
+ outline: 2px solid transparent;
170
+ outline-offset: 2px;
171
+ outline: 2px solid var(--calcite-color-brand);
172
+ outline-offset: calc(
173
+ -2px *
174
+ calc(
175
+ 1 -
176
+ 2 * clamp(
177
+ 0,
178
+ var(--calcite-offset-invert-focus),
179
+ 1
180
+ )
181
+ )
182
+ );
183
+ }
184
+
185
+ .actions-end {
186
+ display: flex;
187
+ flex-direction: row;
188
+ align-items: center;
189
+ align-self: stretch;
190
+ }
191
+
192
+ .checkbox {
193
+ line-height: 0;
194
+ }
195
+
196
+ .checkbox-label {
197
+ pointer-events: none;
198
+ display: flex;
199
+ align-items: center;
200
+ }
201
+
202
+ .checkbox:focus {
203
+ outline: 2px solid transparent;
204
+ outline-offset: 2px;
205
+ }
206
+
207
+ .children-container {
208
+ position: relative;
209
+ block-size: 0px;
210
+ transform-origin: top;
211
+ overflow: hidden;
212
+ opacity: 0;
213
+ margin-inline-start: 1.25rem;
214
+ transform: scaleY(0);
215
+ transition: var(--calcite-animation-timing) cubic-bezier(0.215, 0.44, 0.42, 0.88), opacity var(--calcite-animation-timing) cubic-bezier(0.215, 0.44, 0.42, 0.88), all var(--calcite-animation-timing) ease-in-out;
216
+ }
217
+ .item--expanded > .children-container {
218
+ overflow: visible;
219
+ opacity: 1;
220
+ transform: none;
221
+ block-size: auto;
222
+ }
223
+
224
+ .node-container {
225
+ position: relative;
226
+ display: flex;
227
+ min-inline-size: 0px;
228
+ flex-grow: 1;
229
+ align-items: center;
230
+ }
231
+ .node-container .checkmark,
232
+ .node-container .bullet-point {
233
+ opacity: 0;
234
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
235
+ color: var(--calcite-color-border-1);
236
+ }
237
+
238
+ .node-container:hover .checkmark,
239
+ .node-container:hover .bullet-point,
240
+ :host([selected]) .node-container:hover .checkmark,
241
+ :host([selected]) .node-container:hover .bullet-point,
242
+ :host(:focus:not([disabled])) .node-container .checkmark,
243
+ :host(:focus:not([disabled])) .node-container .bullet-point {
244
+ opacity: 1;
245
+ }
246
+
247
+ :host([selected]) .node-container,
248
+ :host([selected]) .node-container:hover {
249
+ font-weight: var(--calcite-font-weight-medium);
250
+ color: var(--calcite-color-text-1);
251
+ }
252
+ :host([selected]) .node-container .bullet-point,
253
+ :host([selected]) .node-container .checkmark,
254
+ :host([selected]) .node-container:hover .bullet-point,
255
+ :host([selected]) .node-container:hover .checkmark {
256
+ opacity: 1;
257
+ color: var(--calcite-color-brand);
258
+ }
259
+
260
+ :host([selection-mode=none]:not([has-children])):host([scale=s]) .node-container {
261
+ padding-inline-start: 0.5rem;
262
+ }
263
+ :host([selection-mode=none]:not([has-children])):host([scale=m]) .node-container {
264
+ padding-inline-start: 1rem;
265
+ }
266
+ :host([selection-mode=none]:not([has-children])):host([scale=l]) .node-container {
267
+ padding-inline-start: 1.5rem;
268
+ }
269
+
270
+ :host(:not([has-children])):host([scale=s]) .node-container[data-selection-mode=ancestors] .checkbox {
271
+ padding-inline-start: 1.25rem;
272
+ }
273
+ :host(:not([has-children])):host([scale=m]) .node-container[data-selection-mode=ancestors] .checkbox {
274
+ padding-inline-start: 1.5rem;
275
+ }
276
+ :host(:not([has-children])):host([scale=l]) .node-container[data-selection-mode=ancestors] .checkbox {
277
+ padding-inline-start: 1.75rem;
278
+ }
279
+
280
+ :host([has-children]) .node-container[data-selection-mode=ancestors] .checkbox {
281
+ margin-inline-start: 0;
282
+ }
283
+
284
+ :host([has-children]) .node-container .bullet-point,
285
+ :host([has-children]) .node-container .checkmark {
286
+ display: none;
287
+ }
288
+
289
+ .chevron {
290
+ position: relative;
291
+ align-self: center;
292
+ color: var(--calcite-color-text-3);
293
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
294
+ flex: 0 0 auto;
295
+ transform: rotate(0deg);
296
+ }
297
+ .calcite--rtl .chevron {
298
+ transform: rotate(180deg);
299
+ }
300
+ .item--expanded .node-container > .chevron {
301
+ transform: rotate(90deg);
302
+ }
303
+
304
+ :host([selected]) .checkmark,
305
+ :host([selected]) .bullet-point {
306
+ color: var(--calcite-color-brand);
307
+ }
308
+
309
+ :host([hidden]) {
310
+ display: none;
311
+ }
312
+
313
+ [hidden] {
314
+ display: none;
315
+ }
@@ -0,0 +1,105 @@
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
+ box-sizing: border-box;
42
+ display: flex;
43
+ flex-shrink: 0;
44
+ flex-grow: 0;
45
+ flex-direction: column;
46
+ align-items: stretch;
47
+ background-color: transparent;
48
+ font-size: var(--calcite-font-size--1);
49
+ color: var(--calcite-color-text-2);
50
+ }
51
+ :host * {
52
+ box-sizing: border-box;
53
+ }
54
+
55
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
56
+ :host([disabled]) [calcite-hydrated][disabled] {
57
+ /* prevent opacity stacking */
58
+ opacity: 1;
59
+ }
60
+
61
+ calcite-value-list-item:last-of-type {
62
+ --tw-shadow: 0 0 #0000;
63
+ --tw-shadow-colored: 0 0 #0000;
64
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
65
+ }
66
+
67
+ :host([filter-enabled]) header {
68
+ margin-block-end: 0.25rem;
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: flex-end;
72
+ background-color: var(--calcite-color-foreground-1);
73
+ --tw-shadow: 0 1px 0 var(--calcite-color-border-3);
74
+ --tw-shadow-colored: 0 1px 0 var(--tw-shadow-color);
75
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
76
+ }
77
+ :host([filter-enabled]) header.sticky-pos {
78
+ position: sticky;
79
+ inset-block-start: 0px;
80
+ z-index: var(--calcite-z-index-sticky);
81
+ }
82
+
83
+ calcite-filter {
84
+ margin-block-end: 1px;
85
+ }
86
+
87
+ .assistive-text {
88
+ position: absolute;
89
+ inline-size: 1px;
90
+ block-size: 1px;
91
+ padding: 0;
92
+ margin: -1px;
93
+ overflow: hidden;
94
+ clip: rect(0, 0, 0, 0);
95
+ white-space: nowrap;
96
+ border-width: 0;
97
+ }
98
+
99
+ :host([hidden]) {
100
+ display: none;
101
+ }
102
+
103
+ [hidden] {
104
+ display: none;
105
+ }
@@ -0,0 +1,121 @@
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
+ margin-block-end: 1px;
41
+ box-sizing: border-box;
42
+ display: flex;
43
+ background-color: var(--calcite-color-foreground-1);
44
+ font-size: var(--calcite-font-size--1);
45
+ color: var(--calcite-color-text-2);
46
+ --tw-shadow: 0 1px 0 var(--calcite-color-border-3);
47
+ --tw-shadow-colored: 0 1px 0 var(--tw-shadow-color);
48
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
49
+ transition: background-color var(--calcite-animation-timing), box-shadow var(--calcite-animation-timing);
50
+ }
51
+ :host * {
52
+ box-sizing: border-box;
53
+ }
54
+
55
+ calcite-pick-list-item {
56
+ position: relative;
57
+ margin: 0px;
58
+ flex-grow: 1;
59
+ --tw-shadow: 0 0 #0000;
60
+ --tw-shadow-colored: 0 0 #0000;
61
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
62
+ }
63
+
64
+ :host([active]),
65
+ :host([selected]) {
66
+ --tw-shadow: 0 0 0 1px var(--calcite-color-brand);
67
+ --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
68
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
69
+ }
70
+
71
+ .handle {
72
+ display: flex;
73
+ cursor: move;
74
+ align-items: center;
75
+ justify-content: center;
76
+ border-style: none;
77
+ background-color: transparent;
78
+ padding-block: 0px;
79
+ padding-inline: 0.25rem;
80
+ color: var(--calcite-color-border-input);
81
+ outline-color: transparent;
82
+ }
83
+ .handle:hover {
84
+ background-color: var(--calcite-color-foreground-2);
85
+ color: var(--calcite-color-text-1);
86
+ }
87
+ .handle:focus {
88
+ outline: 2px solid var(--calcite-color-brand);
89
+ outline-offset: calc(
90
+ -2px *
91
+ calc(
92
+ 1 -
93
+ 2 * clamp(
94
+ 0,
95
+ var(--calcite-offset-invert-focus),
96
+ 1
97
+ )
98
+ )
99
+ );
100
+ }
101
+ .handle--activated {
102
+ background-color: var(--calcite-color-foreground-3);
103
+ color: var(--calcite-color-text-1);
104
+ }
105
+ .handle calcite-icon {
106
+ color: inherit;
107
+ }
108
+
109
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
110
+ :host([disabled]) [calcite-hydrated][disabled] {
111
+ /* prevent opacity stacking */
112
+ opacity: 1;
113
+ }
114
+
115
+ :host([hidden]) {
116
+ display: none;
117
+ }
118
+
119
+ [hidden] {
120
+ display: none;
121
+ }
@@ -0,0 +1,81 @@
1
+ /**
2
+ * @prop --instant-apps-export-action-background: Popup's trigger button's background color.
3
+ * @prop --instant-apps-export-action-background-hover: Popup's trigger button's background color on hover.
4
+ * @prop --instant-apps-export-action-background-press: Popup's trigger button's background color on press.
5
+ * @prop --instant-apps-export-action-width: Popup's trigger button's width.
6
+ * @prop --instant-apps-export-action-height: Popup's trigger button's height.
7
+ * @prop --instant-apps-export-action-icon-color: Popup's trigger button's icon color.
8
+ * @prop --instant-apps-export-action-icon-hover-color: Popup's trigger button's icon color when hovered over.
9
+ * @prop --instant-apps-export-background: Export's container background color.
10
+ * @prop --instant-apps-export-text-color: Export's container text color.
11
+ * @prop --instant-apps-export-popover-width: Export's popover container width.
12
+ */
13
+ :host {
14
+ display: block;
15
+ --instant-apps-export-action-background: var(--calcite-color-foreground-1);
16
+ --instant-apps-export-action-background-hover: var(--calcite-color-foreground-2);
17
+ --instant-apps-export-action-background-press: var(--calcite-color-foreground-3);
18
+ --instant-apps-export-action-height: 100%;
19
+ --instant-apps-export-action-width: fit-content;
20
+ --instant-apps-export-action-icon-color: var(--calcite-color-text-3);
21
+ --instant-apps-export-action-icon-hover-color: var(--calcite-color-text-1);
22
+ --instant-apps-export-background: var(--calcite-color-foreground-1);
23
+ --instant-apps-export-text-color: var(--calcite-color-text-1);
24
+ --instant-apps-export-popover-width: 250px;
25
+ }
26
+
27
+ .instant-apps-export {
28
+ height: 100%;
29
+ }
30
+ .instant-apps-export * {
31
+ box-sizing: border-box;
32
+ }
33
+ .instant-apps-export__popover-container, .instant-apps-export__inline-container {
34
+ padding: 12px;
35
+ background: var(--instant-apps-export-background);
36
+ --calcite-color-text-1: var(--instant-apps-export-text-color);
37
+ }
38
+ .instant-apps-export__popover-container {
39
+ width: var(--instant-apps-export-popover-width);
40
+ }
41
+ .instant-apps-export calcite-action {
42
+ height: var(--instant-apps-export-action-height);
43
+ width: var(--instant-apps-export-action-width);
44
+ --calcite-color-foreground-1: var(--instant-apps-export-action-background);
45
+ --calcite-color-foreground-2: var(--instant-apps-export-action-background-hover);
46
+ --calcite-color-foreground-3: var(--instant-apps-export-action-background-press);
47
+ --calcite-color-text-3: var(--instant-apps-export-action-icon-color);
48
+ --calcite-color-text-1: var(--instant-apps-export-action-icon-hover-color);
49
+ }
50
+ .instant-apps-export .instant-apps-export-print {
51
+ display: none;
52
+ }
53
+ .instant-apps-export__visually-hidden {
54
+ position: absolute;
55
+ top: 0;
56
+ z-index: -1;
57
+ visibility: hidden;
58
+ }
59
+ .instant-apps-export calcite-input {
60
+ --calcite-color-foreground-1: var(--instant-apps-export-background);
61
+ --calcite-color-text-1: var(--instant-apps-export-text-color);
62
+ }
63
+ .instant-apps-export calcite-popover {
64
+ --calcite-color-foreground-1: var(--instant-apps-export-background);
65
+ }
66
+ .instant-apps-export calcite-switch {
67
+ --calcite-color-foreground-1: #fff;
68
+ --calcite-color-foreground-2: #f3f3f3;
69
+ }
70
+ .instant-apps-export .calcite-mode-dark calcite-switch {
71
+ --calcite-color-foreground-1: #2b2b2b;
72
+ --calcite-color-foreground-2: #202020;
73
+ }
74
+
75
+ .instant-apps-export__compass-container.esri-widget {
76
+ background: #fff;
77
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
78
+ }
79
+ .instant-apps-export__compass-container.esri-widget .esri-compass__icon.esri-icon-compass {
80
+ color: #6e6e6e;
81
+ }