@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,143 @@
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([scale=s]) {
27
+ --calcite-internal-table-cell-padding: 0.25rem;
28
+ --calcite-internal-table-cell-font-size: var(--calcite-font-size--2);
29
+ --calcite-internal-table-cell-font-size-secondary: var(--calcite-font-size--3);
30
+ }
31
+
32
+ :host([scale=m]) {
33
+ --calcite-internal-table-cell-padding: 0.5rem;
34
+ --calcite-internal-table-cell-font-size: var(--calcite-font-size--1);
35
+ --calcite-internal-table-cell-font-size-secondary: var(--calcite-font-size--2);
36
+ }
37
+
38
+ :host([scale=l]) {
39
+ --calcite-internal-table-cell-padding: 1rem;
40
+ --calcite-internal-table-cell-font-size: var(--calcite-font-size-0);
41
+ --calcite-internal-table-cell-font-size-secondary: var(--calcite-font-size--1);
42
+ }
43
+
44
+ :host {
45
+ display: table;
46
+ }
47
+
48
+ .container {
49
+ max-inline-size: 100vw;
50
+ inline-size: 100%;
51
+ }
52
+
53
+ .table-container {
54
+ overflow-x: auto;
55
+ white-space: nowrap;
56
+ }
57
+
58
+ .table-container:not(.bordered) {
59
+ border-block-end: 1px solid var(--calcite-color-border-3);
60
+ }
61
+
62
+ .assistive-text {
63
+ position: absolute;
64
+ inline-size: 1px;
65
+ block-size: 1px;
66
+ padding: 0;
67
+ margin: -1px;
68
+ overflow: hidden;
69
+ clip: rect(0, 0, 0, 0);
70
+ white-space: nowrap;
71
+ border-width: 0;
72
+ }
73
+
74
+ table {
75
+ inline-size: 100%;
76
+ border-collapse: collapse;
77
+ overflow-x: scroll;
78
+ border-block-start: 1px solid var(--calcite-color-border-3);
79
+ border-inline-start: 1px solid var(--calcite-color-border-3);
80
+ border-block-end: 1px solid var(--calcite-color-border-3);
81
+ }
82
+
83
+ tbody {
84
+ border-block-end: 1px solid var(--calcite-color-border-3);
85
+ }
86
+
87
+ .table--fixed {
88
+ table-layout: fixed;
89
+ }
90
+
91
+ .bordered ::slotted(calcite-table-row) {
92
+ --calcite-table-row-border-color: var(--calcite-color-border-3);
93
+ }
94
+
95
+ .zebra ::slotted(calcite-table-row:nth-child(2n+1)) {
96
+ --calcite-table-row-background: var(--calcite-color-foreground-2);
97
+ }
98
+
99
+ .selection-actions {
100
+ display: flex;
101
+ flex-direction: row;
102
+ margin-inline-start: auto;
103
+ }
104
+
105
+ .selection-area {
106
+ display: flex;
107
+ flex-direction: row;
108
+ align-items: center;
109
+ padding-block: var(--calcite-internal-table-cell-padding);
110
+ }
111
+
112
+ .selection-area calcite-chip:last-of-type {
113
+ margin-inline-end: 0.5rem;
114
+ }
115
+
116
+ .selection-area calcite-chip:last-of-type:not(:first-of-type) {
117
+ margin-inline-start: 0.5rem;
118
+ }
119
+
120
+ .selection-area calcite-button {
121
+ margin-inline-end: 1rem;
122
+ }
123
+
124
+ .pagination-area {
125
+ display: flex;
126
+ inline-size: 100%;
127
+ flex-direction: row;
128
+ justify-content: center;
129
+ padding-block: var(--calcite-internal-table-cell-padding);
130
+ }
131
+
132
+ calcite-pagination {
133
+ flex: 1;
134
+ justify-content: center;
135
+ }
136
+
137
+ :host([hidden]) {
138
+ display: none;
139
+ }
140
+
141
+ [hidden] {
142
+ display: none;
143
+ }
@@ -0,0 +1,133 @@
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
+ /**
27
+ * CSS Custom Properties
28
+ *
29
+ * These properties can be overridden using the component's tag as selector.
30
+ *
31
+ * @prop --calcite-table-cell-background: Specifies the background color of the component.
32
+ * @prop --calcite-table-cell-border-color: Specifies the border color of the component.
33
+ */
34
+ :host {
35
+ --calcite-internal-table-cell-background-internal: var(--calcite-table-cell-background, transparent);
36
+ --calcite-internal-table-cell-border-color-internal: var(--calcite-table-cell-border-color, transparent);
37
+ display: contents;
38
+ }
39
+
40
+ :host([alignment=center]) td {
41
+ text-align: center;
42
+ }
43
+
44
+ :host([alignment=end]) td {
45
+ text-align: end;
46
+ }
47
+
48
+ .assistive-text {
49
+ position: absolute;
50
+ inline-size: 1px;
51
+ block-size: 1px;
52
+ padding: 0;
53
+ margin: -1px;
54
+ overflow: hidden;
55
+ clip: rect(0, 0, 0, 0);
56
+ white-space: nowrap;
57
+ border-width: 0;
58
+ }
59
+
60
+ td {
61
+ white-space: normal;
62
+ text-align: start;
63
+ vertical-align: middle;
64
+ color: var(--calcite-color-text-1);
65
+ outline-color: transparent;
66
+ background: var(--calcite-internal-table-cell-background);
67
+ border-inline-end: 1px solid var(--calcite-color-border-3);
68
+ font-size: var(--calcite-internal-table-cell-font-size);
69
+ padding: var(--calcite-internal-table-cell-padding);
70
+ }
71
+ td:focus {
72
+ outline: 2px solid var(--calcite-color-brand);
73
+ outline-offset: calc(
74
+ -2px *
75
+ calc(
76
+ 1 -
77
+ 2 * clamp(
78
+ 0,
79
+ var(--calcite-offset-invert-focus),
80
+ 1
81
+ )
82
+ )
83
+ );
84
+ }
85
+
86
+ .number-cell {
87
+ background-color: var(--calcite-color-foreground-2);
88
+ }
89
+
90
+ .footer-cell {
91
+ background-color: var(--calcite-color-background);
92
+ font-weight: var(--calcite-font-weight-medium);
93
+ color: var(--calcite-color-text-1);
94
+ border-block-start: 1px solid var(--calcite-color-border-3);
95
+ }
96
+
97
+ .number-cell,
98
+ .selection-cell {
99
+ border-inline-end: 1px solid var(--calcite-color-border-3);
100
+ inline-size: 2rem;
101
+ min-inline-size: 2rem;
102
+ }
103
+
104
+ .selection-cell {
105
+ cursor: pointer;
106
+ color: var(--calcite-color-text-3);
107
+ inset-inline-start: 2rem;
108
+ }
109
+
110
+ .selected-cell:not(.number-cell):not(.footer-cell) {
111
+ --calcite-table-cell-background: var(--calcite-color-foreground-current);
112
+ background: var(--calcite-color-foreground-current);
113
+ }
114
+
115
+ .selection-cell.selected-cell {
116
+ box-shadow: inset 0.25rem 0 0 0 var(--calcite-color-brand);
117
+ color: var(--calcite-color-brand);
118
+ }
119
+ .selection-cell.selected-cell calcite-icon {
120
+ color: var(--calcite-color-brand);
121
+ }
122
+
123
+ .calcite--rtl.selection-cell.selected-cell {
124
+ box-shadow: inset -0.25rem 0 0 0 var(--calcite-color-brand);
125
+ }
126
+
127
+ .selection-cell {
128
+ vertical-align: middle;
129
+ }
130
+ .selection-cell ::slotted(calcite-icon) {
131
+ pointer-events: none;
132
+ margin-block-start: 0.25rem;
133
+ }
@@ -0,0 +1,130 @@
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
+ /**
27
+ * CSS Custom Properties
28
+ *
29
+ * These properties can be overridden using the component's tag as selector.
30
+ *
31
+ * @prop --calcite-table-header-background: Specifies the background color of the component.
32
+ * @prop --calcite-table-header-border-color: Specifies the border color of the component.
33
+ */
34
+ :host {
35
+ --calcite-internal-table-header-background: var(--calcite-table-header-background, var(--calcite-color-foreground-2));
36
+ --calcite-internal-table-header-border-color: var(--calcite-table-border-color, var(--calcite-color-border-3));
37
+ display: contents;
38
+ }
39
+
40
+ :host([alignment=center]) th {
41
+ text-align: center;
42
+ }
43
+
44
+ :host([alignment=end]) th {
45
+ text-align: end;
46
+ }
47
+
48
+ .assistive-text {
49
+ position: absolute;
50
+ inline-size: 1px;
51
+ block-size: 1px;
52
+ padding: 0;
53
+ margin: -1px;
54
+ overflow: hidden;
55
+ clip: rect(0, 0, 0, 0);
56
+ white-space: nowrap;
57
+ border-width: 0;
58
+ }
59
+
60
+ th {
61
+ white-space: normal;
62
+ text-align: start;
63
+ vertical-align: top;
64
+ font-weight: var(--calcite-font-weight-medium);
65
+ color: var(--calcite-color-text-1);
66
+ outline-color: transparent;
67
+ font-size: var(--calcite-internal-table-cell-font-size);
68
+ border-inline-end: 1px solid var(--calcite-internal-table-header-border-color);
69
+ border-block-end: 1px solid var(--calcite-internal-table-header-border-color);
70
+ padding-block: calc(var(--calcite-internal-table-cell-padding) * 1.5);
71
+ padding-inline: var(--calcite-internal-table-cell-padding);
72
+ background-color: var(--calcite-internal-table-header-background);
73
+ }
74
+ th:focus-within {
75
+ outline: 2px solid var(--calcite-color-brand);
76
+ outline-offset: calc(
77
+ -2px *
78
+ calc(
79
+ 1 -
80
+ 2 * clamp(
81
+ 0,
82
+ var(--calcite-offset-invert-focus),
83
+ 1
84
+ )
85
+ )
86
+ );
87
+ }
88
+
89
+ th.body-row,
90
+ th.footer-row {
91
+ vertical-align: middle;
92
+ border-block-end: 0;
93
+ }
94
+
95
+ th.footer-row {
96
+ border-block-start: 1px solid var(--calcite-internal-table-header-border-color);
97
+ }
98
+
99
+ .cell--multiple-selection {
100
+ cursor: pointer;
101
+ vertical-align: middle;
102
+ color: var(--calcite-color-text-3);
103
+ }
104
+
105
+ .number-cell,
106
+ .selection-cell {
107
+ color: var(--calcite-color-text-2);
108
+ inline-size: 2rem;
109
+ min-inline-size: 2rem;
110
+ }
111
+
112
+ .selection-cell calcite-icon.active {
113
+ color: var(--calcite-color-brand);
114
+ }
115
+
116
+ .number-cell calcite-icon,
117
+ .selection-cell calcite-icon {
118
+ margin-inline-start: auto;
119
+ margin-inline-end: auto;
120
+ vertical-align: middle;
121
+ }
122
+
123
+ .heading {
124
+ color: var(--calcite-color-text-1);
125
+ }
126
+
127
+ .description {
128
+ color: var(--calcite-color-text-3);
129
+ font-size: var(--calcite-internal-table-cell-font-size-secondary);
130
+ }
@@ -0,0 +1,74 @@
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
+ /**
40
+ * CSS Custom Properties
41
+ *
42
+ * These properties can be overridden using the component's tag as selector.
43
+ *
44
+ * @prop --calcite-table-row-background: Specifies the background color of the component.
45
+ * @prop --calcite-table-row-border-color: Specifies the border color of the component.
46
+ */
47
+ :host {
48
+ --calcite-internal-table-row-background: var(--calcite-table-row-background, var(--calcite-color-foreground-1));
49
+ --calcite-internal-table-row-border-color: var(--calcite-table-row-border-color, transparent);
50
+ display: contents;
51
+ }
52
+
53
+ :host([hidden]) {
54
+ display: none;
55
+ }
56
+
57
+ [hidden] {
58
+ display: none;
59
+ }
60
+
61
+ :host([disabled]) tr {
62
+ pointer-events: none;
63
+ opacity: var(--calcite-opacity-disabled);
64
+ }
65
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
66
+ :host([disabled]) [calcite-hydrated][disabled] {
67
+ /* prevent opacity stacking */
68
+ opacity: 1;
69
+ }
70
+
71
+ tr {
72
+ border-block-end: 1px solid var(--calcite-internal-table-row-border-color);
73
+ background-color: var(--calcite-internal-table-row-background);
74
+ }
@@ -0,0 +1,102 @@
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
+ flex-direction: column;
29
+ }
30
+
31
+ :host([bordered]) {
32
+ box-shadow: inset 0 1px 0 var(--calcite-color-border-1);
33
+ background-color: var(--calcite-color-foreground-1);
34
+ }
35
+
36
+ :host([bordered]:not([position=bottom])) ::slotted(calcite-tab-nav) {
37
+ margin-block-end: -1px;
38
+ }
39
+
40
+ :host([bordered][position=bottom]) {
41
+ box-shadow: inset 0 1px 0 var(--calcite-color-border-1), inset 0 -1px 0 var(--calcite-color-border-1);
42
+ }
43
+
44
+ :host([bordered]) section {
45
+ border-width: 1px;
46
+ border-style: solid;
47
+ border-color: var(--calcite-color-border-1);
48
+ }
49
+
50
+ :host([bordered][scale=s]) section {
51
+ padding: 0.75rem;
52
+ }
53
+
54
+ :host([bordered][scale=m]) section {
55
+ padding: 0.5rem;
56
+ }
57
+
58
+ :host([bordered][scale=l]) section {
59
+ padding: 1rem;
60
+ }
61
+
62
+ :host([position=bottom]) {
63
+ flex-direction: column-reverse;
64
+ }
65
+
66
+ section {
67
+ display: flex;
68
+ flex-grow: 1;
69
+ overflow: hidden;
70
+ border-block-start-width: 1px;
71
+ border-block-start-color: var(--calcite-color-border-1);
72
+ border-block-start-style: solid;
73
+ }
74
+
75
+ :host([position=bottom]) section {
76
+ flex-direction: column-reverse;
77
+ border-block-start-width: 0px;
78
+ border-block-end-width: 1px;
79
+ border-block-end-color: var(--calcite-color-border-1);
80
+ }
81
+
82
+ :host([position=bottom]:not([bordered])) section {
83
+ border-block-end-style: solid;
84
+ }
85
+
86
+ @media (forced-colors: active) {
87
+ :host([bordered]) section {
88
+ border-block-start-width: 0px;
89
+ border-block-end-width: 1px;
90
+ }
91
+ :host([position=bottom][bordered]) section {
92
+ border-block-start-width: 1px;
93
+ border-block-end-width: 0px;
94
+ }
95
+ }
96
+ :host([hidden]) {
97
+ display: none;
98
+ }
99
+
100
+ [hidden] {
101
+ display: none;
102
+ }