@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,136 @@
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-dropdown-width: Specifies the width of the component's wrapper.
45
+ */
46
+ :host {
47
+ display: inline-block;
48
+ }
49
+
50
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
51
+ :host([disabled]) [calcite-hydrated][disabled] {
52
+ /* prevent opacity stacking */
53
+ opacity: 1;
54
+ }
55
+
56
+ :host .calcite-dropdown-wrapper {
57
+ --calcite-floating-ui-z-index: var(--calcite-z-index-dropdown);
58
+ display: block;
59
+ position: absolute;
60
+ z-index: var(--calcite-floating-ui-z-index);
61
+ visibility: hidden;
62
+ }
63
+
64
+ .calcite-dropdown-wrapper .calcite-floating-ui-anim {
65
+ position: relative;
66
+ transition: var(--calcite-floating-ui-transition);
67
+ transition-property: transform, visibility, opacity;
68
+ opacity: 0;
69
+ box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
70
+ z-index: var(--calcite-z-index);
71
+ border-radius: 0.25rem;
72
+ }
73
+ .calcite-dropdown-wrapper[data-placement^=bottom] .calcite-floating-ui-anim {
74
+ transform: translateY(-5px);
75
+ }
76
+ .calcite-dropdown-wrapper[data-placement^=top] .calcite-floating-ui-anim {
77
+ transform: translateY(5px);
78
+ }
79
+ .calcite-dropdown-wrapper[data-placement^=left] .calcite-floating-ui-anim {
80
+ transform: translateX(5px);
81
+ }
82
+ .calcite-dropdown-wrapper[data-placement^=right] .calcite-floating-ui-anim {
83
+ transform: translateX(-5px);
84
+ }
85
+ .calcite-dropdown-wrapper[data-placement] .calcite-floating-ui-anim--active {
86
+ opacity: 1;
87
+ transform: translate(0);
88
+ }
89
+
90
+ :host([open]) .calcite-dropdown-wrapper {
91
+ visibility: visible;
92
+ }
93
+
94
+ :host .calcite-dropdown-content {
95
+ max-block-size: 45vh;
96
+ inline-size: auto;
97
+ overflow-y: auto;
98
+ overflow-x: hidden;
99
+ background-color: var(--calcite-color-foreground-1);
100
+ inline-size: var(--calcite-dropdown-width);
101
+ }
102
+
103
+ .calcite-trigger-container {
104
+ position: relative;
105
+ display: flex;
106
+ block-size: 100%;
107
+ flex: 1 1 auto;
108
+ word-wrap: break-word;
109
+ word-break: break-word;
110
+ }
111
+
112
+ @media (forced-colors: active) {
113
+ /* use real border since box-shadow is removed in high contrast mode */
114
+ :host([open]) .calcite-dropdown-wrapper {
115
+ border: 1px solid canvasText;
116
+ }
117
+ }
118
+ :host([width-scale=s]) {
119
+ --calcite-dropdown-width: 12rem;
120
+ }
121
+
122
+ :host([width-scale=m]) {
123
+ --calcite-dropdown-width: 14rem;
124
+ }
125
+
126
+ :host([width-scale=l]) {
127
+ --calcite-dropdown-width: 16rem;
128
+ }
129
+
130
+ :host([hidden]) {
131
+ display: none;
132
+ }
133
+
134
+ [hidden] {
135
+ display: none;
136
+ }
@@ -0,0 +1,84 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
4
+ */
5
+ /**
6
+ * Do not edit directly
7
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
8
+ */
9
+ /**
10
+ * Do not edit directly
11
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
12
+ */
13
+ /**
14
+ * Do not edit directly
15
+ * Generated on Sat, 02 Dec 2023 04:05:27 GMT
16
+ */
17
+ /**
18
+ * Do not edit directly
19
+ * Generated on Sat, 02 Dec 2023 04:05:26 GMT
20
+ */
21
+ /* mixins & extensions */
22
+ /* helper to properly scale internal durations */
23
+ /**
24
+ * Currently only used in Checkbox.
25
+ */
26
+ :host {
27
+ position: relative;
28
+ display: block;
29
+ }
30
+
31
+ .container {
32
+ text-align: start;
33
+ }
34
+
35
+ .container--s {
36
+ font-size: var(--calcite-font-size--2);
37
+ line-height: 1rem;
38
+ }
39
+ .container--s .dropdown-title {
40
+ padding: 0.5rem;
41
+ }
42
+
43
+ .container--m {
44
+ font-size: var(--calcite-font-size--1);
45
+ line-height: 1rem;
46
+ }
47
+ .container--m .dropdown-title {
48
+ padding: 0.75rem;
49
+ }
50
+
51
+ .container--l {
52
+ font-size: var(--calcite-font-size-0);
53
+ line-height: 1.25rem;
54
+ }
55
+ .container--l .dropdown-title {
56
+ padding: 1rem;
57
+ }
58
+
59
+ .dropdown-title {
60
+ margin-block-end: -1px;
61
+ display: block;
62
+ cursor: default;
63
+ overflow-wrap: break-word;
64
+ border-width: 0px;
65
+ border-block-end-width: 1px;
66
+ border-style: solid;
67
+ border-color: var(--calcite-color-border-3);
68
+ font-weight: var(--calcite-font-weight-bold);
69
+ color: var(--calcite-color-text-2);
70
+ }
71
+
72
+ .dropdown-separator {
73
+ display: block;
74
+ block-size: 1px;
75
+ background-color: var(--calcite-color-border-3);
76
+ }
77
+
78
+ :host([hidden]) {
79
+ display: none;
80
+ }
81
+
82
+ [hidden] {
83
+ display: none;
84
+ }
@@ -0,0 +1,278 @@
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
+ .container--s {
27
+ padding-block: 0.25rem;
28
+ font-size: var(--calcite-font-size--2);
29
+ line-height: 1rem;
30
+ padding-inline-end: 0.5rem;
31
+ padding-inline-start: 1.5rem;
32
+ }
33
+
34
+ .container--m {
35
+ padding-block: 0.5rem;
36
+ font-size: var(--calcite-font-size--1);
37
+ line-height: 1rem;
38
+ padding-inline-end: 0.75rem;
39
+ padding-inline-start: 2rem;
40
+ }
41
+
42
+ .container--l {
43
+ padding-block: 0.625rem;
44
+ font-size: var(--calcite-font-size-0);
45
+ line-height: 1.25rem;
46
+ padding-inline-end: 1rem;
47
+ padding-inline-start: 2.5rem;
48
+ }
49
+
50
+ .container--s.container--none-selection {
51
+ padding-inline-start: 0.25rem;
52
+ }
53
+ .container--s.container--none-selection .dropdown-link {
54
+ padding-inline-start: 0px;
55
+ }
56
+
57
+ .container--m.container--none-selection {
58
+ padding-inline-start: 0.5rem;
59
+ }
60
+ .container--m.container--none-selection .dropdown-link {
61
+ padding-inline-start: 0px;
62
+ }
63
+
64
+ .container--l.container--none-selection {
65
+ padding-inline-start: 0.75rem;
66
+ }
67
+ .container--l.container--none-selection .dropdown-link {
68
+ padding-inline-start: 0px;
69
+ }
70
+
71
+ :host {
72
+ position: relative;
73
+ display: flex;
74
+ flex-grow: 1;
75
+ align-items: center;
76
+ }
77
+
78
+ .container {
79
+ position: relative;
80
+ display: flex;
81
+ flex-grow: 1;
82
+ cursor: pointer;
83
+ align-items: center;
84
+ color: var(--calcite-color-text-3);
85
+ text-decoration-line: none;
86
+ transition-duration: 150ms;
87
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
88
+ text-align: start;
89
+ }
90
+
91
+ .dropdown-item-content {
92
+ flex: 1 1 auto;
93
+ padding-block: 0.125rem;
94
+ padding-inline-end: auto;
95
+ padding-inline-start: 0.25rem;
96
+ }
97
+
98
+ :host,
99
+ .container--link a {
100
+ outline-color: transparent;
101
+ }
102
+
103
+ :host(:focus) {
104
+ outline: 2px solid transparent;
105
+ outline-offset: 2px;
106
+ outline: 2px solid var(--calcite-color-brand);
107
+ outline-offset: calc(
108
+ -2px *
109
+ calc(
110
+ 1 -
111
+ 2 * clamp(
112
+ 0,
113
+ var(--calcite-offset-invert-focus),
114
+ 1
115
+ )
116
+ )
117
+ );
118
+ }
119
+
120
+ .container--link {
121
+ padding: 0px;
122
+ }
123
+ .container--link a {
124
+ position: relative;
125
+ display: flex;
126
+ flex-grow: 1;
127
+ cursor: pointer;
128
+ align-items: center;
129
+ color: var(--calcite-color-text-3);
130
+ text-decoration-line: none;
131
+ transition-duration: 150ms;
132
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
133
+ }
134
+
135
+ .container--s .dropdown-link {
136
+ padding-block: 0.25rem;
137
+ font-size: var(--calcite-font-size--2);
138
+ line-height: 1rem;
139
+ padding-inline-end: 0.5rem;
140
+ padding-inline-start: 1.5rem;
141
+ }
142
+
143
+ .container--m .dropdown-link {
144
+ padding-block: 0.5rem;
145
+ font-size: var(--calcite-font-size--1);
146
+ line-height: 1rem;
147
+ padding-inline-end: 0.75rem;
148
+ padding-inline-start: 2rem;
149
+ }
150
+
151
+ .container--l .dropdown-link {
152
+ padding-block: 0.75rem;
153
+ font-size: var(--calcite-font-size-0);
154
+ line-height: 1.25rem;
155
+ padding-inline-end: 1rem;
156
+ padding-inline-start: 2.5rem;
157
+ }
158
+
159
+ :host(:hover) .container,
160
+ :host(:active) .container {
161
+ background-color: var(--calcite-color-foreground-2);
162
+ color: var(--calcite-color-text-1);
163
+ text-decoration-line: none;
164
+ }
165
+
166
+ :host(:hover) .container--link .dropdown-link,
167
+ :host(:active) .container--link .dropdown-link {
168
+ color: var(--calcite-color-text-1);
169
+ }
170
+
171
+ :host(:focus) .container {
172
+ color: var(--calcite-color-text-1);
173
+ text-decoration-line: none;
174
+ }
175
+
176
+ :host(:active) .container {
177
+ background-color: var(--calcite-color-foreground-3);
178
+ }
179
+
180
+ :host(:hover) .container:before,
181
+ :host(:active) .container:before,
182
+ :host(:focus) .container:before {
183
+ opacity: 1;
184
+ }
185
+
186
+ :host([selected]) .container:not(.container--none-selection),
187
+ :host([selected]) .container--link .dropdown-link {
188
+ font-weight: var(--calcite-font-weight-medium);
189
+ color: var(--calcite-color-text-1);
190
+ }
191
+ :host([selected]) .container:not(.container--none-selection):before,
192
+ :host([selected]) .container--link .dropdown-link:before {
193
+ opacity: 1;
194
+ color: var(--calcite-color-brand);
195
+ }
196
+ :host([selected]) .container:not(.container--none-selection) calcite-icon,
197
+ :host([selected]) .container--link .dropdown-link calcite-icon {
198
+ color: var(--calcite-color-brand);
199
+ }
200
+
201
+ .container--multi-selection:before,
202
+ .container--none-selection:before {
203
+ display: none;
204
+ }
205
+
206
+ .container--s:before {
207
+ inset-inline-start: 0.5rem;
208
+ }
209
+
210
+ .container--m:before {
211
+ inset-inline-start: 0.75rem;
212
+ }
213
+
214
+ .container--l:before {
215
+ inset-inline-start: 1rem;
216
+ }
217
+
218
+ .dropdown-item-icon {
219
+ position: absolute;
220
+ opacity: 0;
221
+ transition-duration: 150ms;
222
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
223
+ transform: scale(0.9);
224
+ }
225
+
226
+ .container--s .dropdown-item-icon {
227
+ inset-inline-start: 0.25rem;
228
+ }
229
+
230
+ .container--m .dropdown-item-icon {
231
+ inset-inline-start: 0.5rem;
232
+ }
233
+
234
+ .container--l .dropdown-item-icon {
235
+ inset-inline-start: 0.75rem;
236
+ }
237
+
238
+ :host(:hover) .dropdown-item-icon {
239
+ color: var(--calcite-color-border-1);
240
+ opacity: 1;
241
+ }
242
+
243
+ :host([selected]) .dropdown-item-icon {
244
+ color: var(--calcite-color-brand);
245
+ opacity: 1;
246
+ }
247
+
248
+ .container--s .dropdown-item-icon-start {
249
+ margin-inline-end: 0.5rem;
250
+ margin-inline-start: 0.25rem;
251
+ }
252
+ .container--s .dropdown-item-icon-end {
253
+ margin-inline-start: 0.5rem;
254
+ }
255
+
256
+ .container--m .dropdown-item-icon-start {
257
+ margin-inline-end: 0.75rem;
258
+ margin-inline-start: 0.25rem;
259
+ }
260
+ .container--m .dropdown-item-icon-end {
261
+ margin-inline-start: 0.75rem;
262
+ }
263
+
264
+ .container--l .dropdown-item-icon-start {
265
+ margin-inline-end: 1rem;
266
+ margin-inline-start: 0.25rem;
267
+ }
268
+ .container--l .dropdown-item-icon-end {
269
+ margin-inline-start: 1rem;
270
+ }
271
+
272
+ :host([hidden]) {
273
+ display: none;
274
+ }
275
+
276
+ [hidden] {
277
+ display: none;
278
+ }
@@ -0,0 +1,72 @@
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
+ background-color: transparent;
42
+ }
43
+
44
+ :host([disabled]) ::slotted([calcite-hydrated][disabled]),
45
+ :host([disabled]) [calcite-hydrated][disabled] {
46
+ /* prevent opacity stacking */
47
+ opacity: 1;
48
+ }
49
+
50
+ calcite-button {
51
+ --tw-shadow: 0 6px 20px -4px rgba(0, 0, 0, 0.1), 0 4px 12px -2px rgba(0, 0, 0, 0.08);
52
+ --tw-shadow-colored: 0 6px 20px -4px var(--tw-shadow-color), 0 4px 12px -2px var(--tw-shadow-color);
53
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
54
+ }
55
+ calcite-button:hover {
56
+ --tw-shadow: var(--calcite-shadow-md);
57
+ --tw-shadow-colored: var(--calcite-shadow-md);
58
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
59
+ }
60
+ calcite-button:active {
61
+ --tw-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.2), 0 2px 4px -2px rgba(0, 0, 0, 0.16);
62
+ --tw-shadow-colored: 0 2px 12px -4px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
63
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
64
+ }
65
+
66
+ :host([hidden]) {
67
+ display: none;
68
+ }
69
+
70
+ [hidden] {
71
+ display: none;
72
+ }
@@ -0,0 +1,136 @@
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
+ /* Base ":host" styles for the component */
28
+ box-sizing: border-box;
29
+ background-color: var(--calcite-color-foreground-1);
30
+ color: var(--calcite-color-text-2);
31
+ font-size: var(--calcite-font-size--1);
32
+ }
33
+ :host * {
34
+ box-sizing: border-box;
35
+ }
36
+
37
+ :host([disabled]) {
38
+ cursor: default;
39
+ -webkit-user-select: none;
40
+ -moz-user-select: none;
41
+ user-select: none;
42
+ opacity: var(--calcite-opacity-disabled);
43
+ }
44
+
45
+ :host([disabled]) *,
46
+ :host([disabled]) ::slotted(*) {
47
+ pointer-events: none;
48
+ }
49
+
50
+ :host {
51
+ display: flex;
52
+ inline-size: 100%;
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
+ .container {
62
+ display: flex;
63
+ inline-size: 100%;
64
+ padding: 0.5rem;
65
+ }
66
+
67
+ label {
68
+ position: relative;
69
+ margin-inline: 0.25rem;
70
+ margin-block: 0px;
71
+ display: flex;
72
+ inline-size: 100%;
73
+ align-items: center;
74
+ overflow: hidden;
75
+ }
76
+
77
+ input[type=text] {
78
+ margin-block-end: 0.25rem;
79
+ inline-size: 100%;
80
+ border-style: none;
81
+ background-color: transparent;
82
+ padding-block: 0.25rem;
83
+ font-family: inherit;
84
+ font-size: var(--calcite-font-size--2);
85
+ line-height: 1rem;
86
+ color: var(--calcite-color-text-1);
87
+ padding-inline-end: 0.25rem;
88
+ padding-inline-start: 1.5rem;
89
+ transition: padding var(--calcite-animation-timing), box-shadow var(--calcite-animation-timing);
90
+ }
91
+ input[type=text]::-ms-clear {
92
+ display: none;
93
+ }
94
+
95
+ calcite-input {
96
+ inline-size: 100%;
97
+ }
98
+
99
+ .search-icon {
100
+ position: absolute;
101
+ display: flex;
102
+ color: var(--calcite-color-text-2);
103
+ inset-inline-start: 0;
104
+ transition: inset-inline-start var(--calcite-animation-timing), inset-inline-end var(--calcite-animation-timing), opacity var(--calcite-animation-timing);
105
+ }
106
+
107
+ input[type=text]:focus {
108
+ border-color: var(--calcite-color-brand);
109
+ outline: 2px solid transparent;
110
+ outline-offset: 2px;
111
+ padding-inline: 0.25rem;
112
+ }
113
+ input[type=text]:focus ~ .search-icon {
114
+ inset-inline-start: calc(1rem * -1);
115
+ opacity: 0;
116
+ }
117
+
118
+ .clear-button {
119
+ display: flex;
120
+ cursor: pointer;
121
+ align-items: center;
122
+ border-width: 0px;
123
+ background-color: transparent;
124
+ color: var(--calcite-color-text-2);
125
+ }
126
+ .clear-button:hover, .clear-button:focus {
127
+ color: var(--calcite-color-text-1);
128
+ }
129
+
130
+ :host([hidden]) {
131
+ display: none;
132
+ }
133
+
134
+ [hidden] {
135
+ display: none;
136
+ }