@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,148 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+ /**
6
+ * Do not edit directly
7
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
8
+ */
9
+ /**
10
+ * Do not edit directly
11
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
12
+ */
13
+ /**
14
+ * Do not edit directly
15
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
16
+ */
17
+ /**
18
+ * Do not edit directly
19
+ * Generated on Sat, 02 Dec 2023 04:05:26 GMT
20
+ */
21
+ /* mixins & extensions */
22
+ /* helper to properly scale internal durations */
23
+ /**
24
+ * Currently only used in Checkbox.
25
+ */
26
+ :host([disabled]) {
27
+ cursor: default;
28
+ -webkit-user-select: none;
29
+ -moz-user-select: none;
30
+ user-select: none;
31
+ opacity: var(--calcite-opacity-disabled);
32
+ }
33
+
34
+ :host([disabled]) *,
35
+ :host([disabled]) ::slotted(*) {
36
+ pointer-events: none;
37
+ }
38
+
39
+ :host {
40
+ display: inline;
41
+ }
42
+
43
+ :host a,
44
+ :host span {
45
+ position: relative;
46
+ display: flex;
47
+ cursor: pointer;
48
+ align-items: center;
49
+ justify-content: center;
50
+ border-radius: 0px;
51
+ border-style: none;
52
+ font-family: inherit;
53
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
54
+ text-decoration: none;
55
+ line-height: inherit;
56
+ font-size: inherit;
57
+ -webkit-appearance: none;
58
+ }
59
+ :host a:hover,
60
+ :host span:hover {
61
+ text-decoration: none;
62
+ }
63
+
64
+ :host a,
65
+ :host span {
66
+ outline-color: transparent;
67
+ }
68
+ :host a:focus,
69
+ :host span:focus {
70
+ outline: 2px solid var(--calcite-color-brand);
71
+ outline-offset: calc(
72
+ 2px *
73
+ calc(
74
+ 1 -
75
+ 2 * clamp(
76
+ 0,
77
+ var(--calcite-offset-invert-focus),
78
+ 1
79
+ )
80
+ )
81
+ );
82
+ }
83
+
84
+ calcite-icon {
85
+ inline-size: 1em;
86
+ block-size: 1em;
87
+ min-inline-size: unset;
88
+ min-block-size: unset;
89
+ }
90
+
91
+ .calcite-link--icon {
92
+ vertical-align: middle;
93
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
94
+ margin-block-start: -0.25em;
95
+ }
96
+
97
+ :host .calcite-link--icon.icon-start {
98
+ margin-inline-end: 0.5rem;
99
+ }
100
+
101
+ :host .calcite-link--icon.icon-end {
102
+ margin-inline-start: 0.5rem;
103
+ }
104
+
105
+ :host span,
106
+ :host a {
107
+ position: relative;
108
+ display: inline;
109
+ border-style: none;
110
+ background-color: transparent;
111
+ padding: 0px;
112
+ color: var(--calcite-color-text-link);
113
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
114
+ line-height: inherit;
115
+ white-space: initial;
116
+ background-image: linear-gradient(currentColor, currentColor), linear-gradient(var(--calcite-color-brand-underline), var(--calcite-color-brand-underline));
117
+ background-position-x: 0%, 100%;
118
+ background-position-y: min(1.5em, 100%);
119
+ background-repeat: no-repeat, no-repeat;
120
+ background-size: 0% 1px, 100% 1px;
121
+ }
122
+ :host span:hover, :host span:focus,
123
+ :host a:hover,
124
+ :host a:focus {
125
+ background-size: 100% 1px, 100% 1px;
126
+ }
127
+ :host span:active,
128
+ :host a:active {
129
+ background-size: 100% 2px, 100% 2px;
130
+ }
131
+ :host span.calcite--rtl,
132
+ :host a.calcite--rtl {
133
+ background-position: 100% 100%, 100% 100%;
134
+ }
135
+
136
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
137
+ :host([disabled]) [calcite-hydrated][disabled] {
138
+ /* prevent opacity stacking */
139
+ opacity: 1;
140
+ }
141
+
142
+ :host([hidden]) {
143
+ display: none;
144
+ }
145
+
146
+ [hidden] {
147
+ display: none;
148
+ }
@@ -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([disabled]) {
27
+ cursor: default;
28
+ -webkit-user-select: none;
29
+ -moz-user-select: none;
30
+ user-select: none;
31
+ opacity: var(--calcite-opacity-disabled);
32
+ }
33
+
34
+ :host([disabled]) *,
35
+ :host([disabled]) ::slotted(*) {
36
+ pointer-events: none;
37
+ }
38
+
39
+ :host {
40
+ display: block;
41
+ }
42
+
43
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
44
+ :host([disabled]) [calcite-hydrated][disabled] {
45
+ /* prevent opacity stacking */
46
+ opacity: 1;
47
+ }
48
+
49
+ .container {
50
+ position: relative;
51
+ }
52
+
53
+ .table-container {
54
+ box-sizing: border-box;
55
+ display: flex;
56
+ inline-size: 100%;
57
+ flex-direction: column;
58
+ background-color: transparent;
59
+ }
60
+ .table-container * {
61
+ box-sizing: border-box;
62
+ }
63
+
64
+ .table {
65
+ inline-size: 100%;
66
+ border-collapse: collapse;
67
+ }
68
+
69
+ .stack {
70
+ --calcite-stack-padding-inline: 0;
71
+ --calcite-stack-padding-block: 0;
72
+ }
73
+
74
+ ::slotted(calcite-list-item) {
75
+ --tw-shadow: 0 -1px 0 var(--calcite-color-border-3);
76
+ --tw-shadow-colored: 0 -1px 0 var(--tw-shadow-color);
77
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
78
+ margin-block-start: 1px;
79
+ }
80
+
81
+ ::slotted(calcite-list-item:first-of-type) {
82
+ --tw-shadow: 0 0 #0000;
83
+ --tw-shadow-colored: 0 0 #0000;
84
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
85
+ }
86
+
87
+ ::slotted(calcite-list-item[data-filter]) {
88
+ --tw-shadow: 0 0 #0000;
89
+ --tw-shadow-colored: 0 0 #0000;
90
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
91
+ margin-block-start: 0px;
92
+ }
93
+
94
+ .sticky-pos {
95
+ position: sticky;
96
+ inset-block-start: 0px;
97
+ z-index: var(--calcite-z-index-sticky);
98
+ background-color: var(--calcite-color-foreground-1);
99
+ }
100
+ .sticky-pos th {
101
+ padding: 0px;
102
+ }
103
+
104
+ .assistive-text {
105
+ position: absolute;
106
+ inline-size: 1px;
107
+ block-size: 1px;
108
+ padding: 0;
109
+ margin: -1px;
110
+ overflow: hidden;
111
+ clip: rect(0, 0, 0, 0);
112
+ white-space: nowrap;
113
+ border-width: 0;
114
+ }
115
+
116
+ :host([hidden]) {
117
+ display: none;
118
+ }
119
+
120
+ [hidden] {
121
+ display: none;
122
+ }
@@ -0,0 +1,244 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+ /**
6
+ * Do not edit directly
7
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
8
+ */
9
+ /**
10
+ * Do not edit directly
11
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
12
+ */
13
+ /**
14
+ * Do not edit directly
15
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
16
+ */
17
+ /**
18
+ * Do not edit directly
19
+ * Generated on Sat, 02 Dec 2023 04:05:26 GMT
20
+ */
21
+ /* mixins & extensions */
22
+ /* helper to properly scale internal durations */
23
+ /**
24
+ * Currently only used in Checkbox.
25
+ */
26
+ :host([disabled]) {
27
+ cursor: default;
28
+ -webkit-user-select: none;
29
+ -moz-user-select: none;
30
+ user-select: none;
31
+ opacity: var(--calcite-opacity-disabled);
32
+ }
33
+
34
+ :host([disabled]) *,
35
+ :host([disabled]) ::slotted(*) {
36
+ pointer-events: none;
37
+ }
38
+
39
+ :host {
40
+ display: flex;
41
+ flex-direction: column;
42
+ --calcite-list-item-icon-color: var(--calcite-color-brand);
43
+ --calcite-list-item-spacing-indent: 1rem;
44
+ }
45
+
46
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
47
+ :host([disabled]) [calcite-hydrated][disabled] {
48
+ /* prevent opacity stacking */
49
+ opacity: 1;
50
+ }
51
+
52
+ .container {
53
+ box-sizing: border-box;
54
+ display: flex;
55
+ flex: 1 1 0%;
56
+ background-color: var(--calcite-color-foreground-1);
57
+ font-family: var(--calcite-sans-family);
58
+ padding-inline-start: calc(var(--calcite-list-item-spacing-indent) * var(--calcite-list-item-spacing-indent-multiplier));
59
+ }
60
+ .container * {
61
+ box-sizing: border-box;
62
+ }
63
+
64
+ .container:hover {
65
+ cursor: pointer;
66
+ background-color: var(--calcite-color-foreground-2);
67
+ }
68
+
69
+ .container:active {
70
+ background-color: var(--calcite-color-foreground-1);
71
+ }
72
+
73
+ .container--border-selected {
74
+ border-inline-start: 4px solid var(--calcite-color-brand);
75
+ }
76
+
77
+ .container--border-unselected {
78
+ border-inline-start: 4px solid transparent;
79
+ }
80
+
81
+ .nested-container {
82
+ display: flex;
83
+ flex-direction: column;
84
+ background-color: var(--calcite-color-foreground-1);
85
+ }
86
+
87
+ .nested-container--hidden {
88
+ display: none;
89
+ }
90
+
91
+ .content-container {
92
+ display: flex;
93
+ flex: 1 1 auto;
94
+ -webkit-user-select: none;
95
+ -moz-user-select: none;
96
+ user-select: none;
97
+ align-items: stretch;
98
+ padding: 0px;
99
+ font-family: var(--calcite-sans-family);
100
+ font-weight: var(--calcite-font-weight-normal);
101
+ color: var(--calcite-color-text-2);
102
+ }
103
+
104
+ tr,
105
+ td {
106
+ outline-color: transparent;
107
+ }
108
+
109
+ tr:focus,
110
+ td:focus {
111
+ outline: 2px solid var(--calcite-color-brand);
112
+ outline-offset: calc(
113
+ -2px *
114
+ calc(
115
+ 1 -
116
+ 2 * clamp(
117
+ 0,
118
+ var(--calcite-offset-invert-focus),
119
+ 1
120
+ )
121
+ )
122
+ );
123
+ }
124
+
125
+ .content,
126
+ .custom-content {
127
+ display: flex;
128
+ flex: 1 1 auto;
129
+ flex-direction: column;
130
+ justify-content: center;
131
+ padding-inline: 0.75rem;
132
+ padding-block: 0.5rem;
133
+ font-size: var(--calcite-font-size--2);
134
+ line-height: 1.375;
135
+ }
136
+
137
+ .label,
138
+ .description,
139
+ .content-bottom {
140
+ font-family: var(--calcite-sans-family);
141
+ font-size: var(--calcite-font-size--2);
142
+ font-weight: var(--calcite-font-weight-normal);
143
+ word-wrap: break-word;
144
+ word-break: break-word;
145
+ }
146
+ .label:only-child,
147
+ .description:only-child,
148
+ .content-bottom:only-child {
149
+ margin: 0px;
150
+ padding-block: 0.25rem;
151
+ }
152
+
153
+ .label {
154
+ color: var(--calcite-color-text-1);
155
+ }
156
+
157
+ .description {
158
+ margin-block-start: 0.125rem;
159
+ color: var(--calcite-color-text-3);
160
+ }
161
+
162
+ .content-start {
163
+ justify-content: flex-start;
164
+ }
165
+
166
+ .content-end {
167
+ justify-content: flex-end;
168
+ }
169
+
170
+ .content-start,
171
+ .content-end {
172
+ flex: 1 1 auto;
173
+ }
174
+
175
+ .content-bottom {
176
+ display: flex;
177
+ flex-direction: column;
178
+ background-color: var(--calcite-color-foreground-1);
179
+ padding-inline-start: calc(var(--calcite-list-item-spacing-indent) * var(--calcite-list-item-spacing-indent-multiplier));
180
+ }
181
+
182
+ .content-container--has-center-content .content-start,
183
+ .content-container--has-center-content .content-end {
184
+ flex: 0 1 auto;
185
+ }
186
+
187
+ .selection-container {
188
+ display: flex;
189
+ padding-inline: 0.75rem;
190
+ color: var(--calcite-list-item-icon-color);
191
+ }
192
+
193
+ .actions-start,
194
+ .actions-end,
195
+ .content-start,
196
+ .content-end,
197
+ .selection-container,
198
+ .drag-container,
199
+ .open-container {
200
+ display: flex;
201
+ align-items: center;
202
+ }
203
+
204
+ .open-container,
205
+ .selection-container {
206
+ cursor: pointer;
207
+ }
208
+
209
+ .content-start ::slotted(calcite-icon),
210
+ .content-end ::slotted(calcite-icon) {
211
+ margin-inline: 0.75rem;
212
+ align-self: center;
213
+ }
214
+
215
+ .actions-start ::slotted(calcite-action),
216
+ .actions-start ::slotted(calcite-action-menu),
217
+ .actions-start ::slotted(calcite-handle),
218
+ .actions-start ::slotted(calcite-dropdown),
219
+ .actions-end ::slotted(calcite-action),
220
+ .actions-end ::slotted(calcite-action-menu),
221
+ .actions-end ::slotted(calcite-handle),
222
+ .actions-end ::slotted(calcite-dropdown) {
223
+ align-self: stretch;
224
+ color: inherit;
225
+ }
226
+
227
+ ::slotted(calcite-list-item) {
228
+ border-width: 0px;
229
+ border-block-start-width: 1px;
230
+ border-style: solid;
231
+ border-color: var(--calcite-color-border-3);
232
+ }
233
+
234
+ ::slotted(calcite-list:empty) {
235
+ padding-block: 0.75rem;
236
+ }
237
+
238
+ :host([hidden]) {
239
+ display: none;
240
+ }
241
+
242
+ [hidden] {
243
+ display: none;
244
+ }
@@ -0,0 +1,88 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+ /**
6
+ * Do not edit directly
7
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
8
+ */
9
+ /**
10
+ * Do not edit directly
11
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
12
+ */
13
+ /**
14
+ * Do not edit directly
15
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
16
+ */
17
+ /**
18
+ * Do not edit directly
19
+ * Generated on Sat, 02 Dec 2023 04:05:26 GMT
20
+ */
21
+ /* mixins & extensions */
22
+ /* helper to properly scale internal durations */
23
+ /**
24
+ * Currently only used in Checkbox.
25
+ */
26
+ :host([disabled]) {
27
+ cursor: default;
28
+ -webkit-user-select: none;
29
+ -moz-user-select: none;
30
+ user-select: none;
31
+ opacity: var(--calcite-opacity-disabled);
32
+ }
33
+
34
+ :host([disabled]) *,
35
+ :host([disabled]) ::slotted(*) {
36
+ pointer-events: none;
37
+ }
38
+
39
+ :host {
40
+ display: flex;
41
+ flex-direction: column;
42
+ background-color: var(--calcite-color-foreground-1);
43
+ --calcite-list-item-spacing-indent: 1rem;
44
+ }
45
+
46
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
47
+ :host([disabled]) [calcite-hydrated][disabled] {
48
+ /* prevent opacity stacking */
49
+ opacity: 1;
50
+ }
51
+
52
+ .container {
53
+ margin: 0px;
54
+ display: flex;
55
+ flex: 1 1 0%;
56
+ background-color: var(--calcite-color-foreground-2);
57
+ padding: 0.75rem;
58
+ font-family: var(--calcite-sans-family);
59
+ font-size: var(--calcite-font-size--1);
60
+ font-weight: var(--calcite-font-weight-bold);
61
+ color: var(--calcite-color-text-2);
62
+ }
63
+
64
+ .heading {
65
+ padding-inline-start: calc(var(--calcite-list-item-spacing-indent) * var(--calcite-list-item-spacing-indent-multiplier));
66
+ }
67
+
68
+ ::slotted(calcite-list-item) {
69
+ --tw-shadow: 0 -1px 0 var(--calcite-color-border-3);
70
+ --tw-shadow-colored: 0 -1px 0 var(--tw-shadow-color);
71
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
72
+ margin-block-start: 1px;
73
+ }
74
+
75
+ ::slotted(calcite-list-item:nth-child(1 of :not([hidden]))) {
76
+ --tw-shadow: 0 0 #0000;
77
+ --tw-shadow-colored: 0 0 #0000;
78
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
79
+ margin-block-start: 0px;
80
+ }
81
+
82
+ :host([hidden]) {
83
+ display: none;
84
+ }
85
+
86
+ [hidden] {
87
+ display: none;
88
+ }