@esri/solutions-components 0.7.12-alpha → 0.7.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/guides/Publishing to npmjs.md +3 -10
  3. package/lerna.json +6 -0
  4. package/package.json +5 -3
  5. package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion/accordion.css +77 -0
  6. package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion-item/accordion-item.css +263 -0
  7. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action/action.css +338 -0
  8. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-bar/action-bar.css +105 -0
  9. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-group/action-group.css +113 -0
  10. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-menu/action-menu.css +73 -0
  11. package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-pad/action-pad.css +113 -0
  12. package/packages/node_modules/@esri/calcite-components/dist/collection/components/alert/alert.css +421 -0
  13. package/packages/node_modules/@esri/calcite-components/dist/collection/components/avatar/avatar.css +81 -0
  14. package/packages/node_modules/@esri/calcite-components/dist/collection/components/block/block.css +298 -0
  15. package/packages/node_modules/@esri/calcite-components/dist/collection/components/block-section/block-section.css +145 -0
  16. package/packages/node_modules/@esri/calcite-components/dist/collection/components/button/button.css +802 -0
  17. package/packages/node_modules/@esri/calcite-components/dist/collection/components/card/card.css +183 -0
  18. package/packages/node_modules/@esri/calcite-components/dist/collection/components/checkbox/checkbox.css +167 -0
  19. package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip/chip.css +385 -0
  20. package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip-group/chip-group.css +74 -0
  21. package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker/color-picker.css +244 -0
  22. package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-hex-input/color-picker-hex-input.css +66 -0
  23. package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-swatch/color-picker-swatch.css +74 -0
  24. package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox/combobox.css +425 -0
  25. package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item/combobox-item.css +209 -0
  26. package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item-group/combobox-item-group.css +101 -0
  27. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker/date-picker.css +72 -0
  28. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-day/date-picker-day.css +290 -0
  29. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month/date-picker-month.css +95 -0
  30. package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month-header/date-picker-month-header.css +189 -0
  31. package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown/dropdown.css +136 -0
  32. package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-group/dropdown-group.css +84 -0
  33. package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-item/dropdown-item.css +278 -0
  34. package/packages/node_modules/@esri/calcite-components/dist/collection/components/fab/fab.css +72 -0
  35. package/packages/node_modules/@esri/calcite-components/dist/collection/components/filter/filter.css +136 -0
  36. package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow/flow.css +98 -0
  37. package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow-item/flow-item.css +89 -0
  38. package/packages/node_modules/@esri/calcite-components/dist/collection/components/graph/graph.css +51 -0
  39. package/packages/node_modules/@esri/calcite-components/dist/collection/components/handle/handle.css +99 -0
  40. package/packages/node_modules/@esri/calcite-components/dist/collection/components/icon/icon.css +73 -0
  41. package/packages/node_modules/@esri/calcite-components/dist/collection/components/inline-editable/inline-editable.css +89 -0
  42. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input/input.css +630 -0
  43. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-date-picker/input-date-picker.css +267 -0
  44. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-message/input-message.css +109 -0
  45. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-number/input-number.css +484 -0
  46. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-text/input-text.css +397 -0
  47. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-picker/input-time-picker.css +99 -0
  48. package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-zone/input-time-zone.css +67 -0
  49. package/packages/node_modules/@esri/calcite-components/dist/collection/components/label/label.css +134 -0
  50. package/packages/node_modules/@esri/calcite-components/dist/collection/components/link/link.css +148 -0
  51. package/packages/node_modules/@esri/calcite-components/dist/collection/components/list/list.css +122 -0
  52. package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item/list-item.css +244 -0
  53. package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item-group/list-item-group.css +88 -0
  54. package/packages/node_modules/@esri/calcite-components/dist/collection/components/loader/loader.css +298 -0
  55. package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu/menu.css +50 -0
  56. package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu-item/menu-item.css +281 -0
  57. package/packages/node_modules/@esri/calcite-components/dist/collection/components/meter/meter.css +183 -0
  58. package/packages/node_modules/@esri/calcite-components/dist/collection/components/modal/modal.css +529 -0
  59. package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation/navigation.css +142 -0
  60. package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-logo/navigation-logo.css +136 -0
  61. package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-user/navigation-user.css +112 -0
  62. package/packages/node_modules/@esri/calcite-components/dist/collection/components/notice/notice.css +289 -0
  63. package/packages/node_modules/@esri/calcite-components/dist/collection/components/option/option.css +36 -0
  64. package/packages/node_modules/@esri/calcite-components/dist/collection/components/option-group/option-group.css +36 -0
  65. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pagination/pagination.css +138 -0
  66. package/packages/node_modules/@esri/calcite-components/dist/collection/components/panel/panel.css +227 -0
  67. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list/pick-list.css +92 -0
  68. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-group/pick-list-group.css +83 -0
  69. package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-item/pick-list-item.css +179 -0
  70. package/packages/node_modules/@esri/calcite-components/dist/collection/components/popover/popover.css +194 -0
  71. package/packages/node_modules/@esri/calcite-components/dist/collection/components/progress/progress.css +110 -0
  72. package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button/radio-button.css +164 -0
  73. package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button-group/radio-button-group.css +58 -0
  74. package/packages/node_modules/@esri/calcite-components/dist/collection/components/rating/rating.css +178 -0
  75. package/packages/node_modules/@esri/calcite-components/dist/collection/components/scrim/scrim.css +76 -0
  76. package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control/segmented-control.css +95 -0
  77. package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control-item/segmented-control-item.css +172 -0
  78. package/packages/node_modules/@esri/calcite-components/dist/collection/components/select/select.css +218 -0
  79. package/packages/node_modules/@esri/calcite-components/dist/collection/components/sheet/sheet.css +267 -0
  80. package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell/shell.css +184 -0
  81. package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-center-row/shell-center-row.css +124 -0
  82. package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-panel/shell-panel.css +360 -0
  83. package/packages/node_modules/@esri/calcite-components/dist/collection/components/slider/slider.css +388 -0
  84. package/packages/node_modules/@esri/calcite-components/dist/collection/components/sortable-list/sortable-list.css +68 -0
  85. package/packages/node_modules/@esri/calcite-components/dist/collection/components/split-button/split-button.css +184 -0
  86. package/packages/node_modules/@esri/calcite-components/dist/collection/components/stack/stack.css +118 -0
  87. package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper/stepper.css +147 -0
  88. package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper-item/stepper-item.css +457 -0
  89. package/packages/node_modules/@esri/calcite-components/dist/collection/components/switch/switch.css +189 -0
  90. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab/tab.css +75 -0
  91. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-nav/tab-nav.css +122 -0
  92. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-title/tab-title.css +348 -0
  93. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table/table.css +143 -0
  94. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-cell/table-cell.css +133 -0
  95. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-header/table-header.css +130 -0
  96. package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-row/table-row.css +74 -0
  97. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tabs/tabs.css +102 -0
  98. package/packages/node_modules/@esri/calcite-components/dist/collection/components/text-area/text-area.css +288 -0
  99. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile/tile.css +170 -0
  100. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select/tile-select.css +156 -0
  101. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select-group/tile-select-group.css +64 -0
  102. package/packages/node_modules/@esri/calcite-components/dist/collection/components/time-picker/time-picker.css +144 -0
  103. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip/tip.css +151 -0
  104. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-group/tip-group.css +47 -0
  105. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-manager/tip-manager.css +194 -0
  106. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tooltip/tooltip.css +120 -0
  107. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree/tree.css +41 -0
  108. package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree-item/tree-item.css +315 -0
  109. package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list/value-list.css +105 -0
  110. package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list-item/value-list-item.css +121 -0
  111. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-control-panel/instant-apps-control-panel.css +3 -0
  112. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-export/instant-apps-export.css +81 -0
  113. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-filter-list/instant-apps-filter-list.css +104 -0
  114. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-header/instant-apps-header.css +165 -0
  115. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-classic/instant-apps-interactive-legend-classic.css +124 -0
  116. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-count/instant-apps-interactive-legend-count.css +18 -0
  117. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element/instant-apps-interactive-legend-group-legend-element.css +10 -0
  118. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element-caption/instant-apps-interactive-legend-group-legend-element-caption.css +65 -0
  119. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element/instant-apps-interactive-legend-layer-element.css +17 -0
  120. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element-caption/instant-apps-interactive-legend-layer-element-caption.css +66 -0
  121. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element/instant-apps-interactive-legend-legend-element.css +10 -0
  122. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element-caption/instant-apps-interactive-legend-legend-element-caption.css +51 -0
  123. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-relationship/instant-apps-interactive-legend-relationship.css +15 -0
  124. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend.css +12 -0
  125. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-keyboard-shortcuts/instant-apps-keyboard-shortcuts.css +33 -0
  126. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-landing-page/instant-apps-landing-page.css +222 -0
  127. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-switcher/instant-apps-language-switcher.css +13 -0
  128. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-ckeditor-wrapper/instant-apps-ckeditor-wrapper.css +3 -0
  129. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-item/instant-apps-language-translator-item.css +83 -0
  130. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-search/instant-apps-language-translator-search.css +34 -0
  131. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator.css +86 -0
  132. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement-tool/instant-apps-measurement-tool.css +6 -0
  133. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement.css +6 -0
  134. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popover/instant-apps-popover.css +58 -0
  135. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popovers/instant-apps-popovers.css +3 -0
  136. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-scoreboard/instant-apps-scoreboard.css +200 -0
  137. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-social-share/instant-apps-social-share.css +273 -0
  138. package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-splash/instant-apps-splash.css +10 -0
  139. package/packages/solutions-components/dist/solutions-components_commit.txt +4 -4
  140. package/packages/solutions-components/package.json +108 -108
  141. package/packages/solutions-components/src/components/json-editor/assets/monaco-editor/package.json +63 -63
  142. package/support/publish.sh +49 -0
  143. package/t9nmanifest.txt +6 -6
  144. package/support/releaseToGitHub.ts +0 -29
@@ -0,0 +1,142 @@
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-navigation-width: Specifies the width of the component's content area.
32
+ * @prop --calcite-navigation-background: Specifies the background color of the component.
33
+ * @prop --calcite-navigation-border-color: Specifies the border color of the component.
34
+ */
35
+ :host([hidden]) {
36
+ display: none;
37
+ }
38
+
39
+ [hidden] {
40
+ display: none;
41
+ }
42
+
43
+ .container {
44
+ display: flex;
45
+ inline-size: 100%;
46
+ flex-direction: column;
47
+ margin-block: 0;
48
+ margin-inline: auto;
49
+ background-color: var(--calcite-navigation-background, var(--calcite-color-foreground-1));
50
+ }
51
+ .container.primary, .container.secondary, .container.tertiary {
52
+ border-block-end: 1px solid;
53
+ border-block-end-color: var(--calcite-navigation-border-color, var(--calcite-color-border-3));
54
+ }
55
+
56
+ .user,
57
+ .logo {
58
+ display: flex;
59
+ }
60
+
61
+ .hide {
62
+ display: none;
63
+ }
64
+
65
+ .primary {
66
+ block-size: 4rem;
67
+ }
68
+
69
+ .secondary {
70
+ block-size: 3rem;
71
+ }
72
+
73
+ .tertiary {
74
+ block-size: 3rem;
75
+ }
76
+
77
+ .container-content {
78
+ margin-inline: auto;
79
+ display: flex;
80
+ block-size: 100%;
81
+ inline-size: 100%;
82
+ margin-block: 0;
83
+ inline-size: var(--calcite-navigation-width, 100%);
84
+ max-inline-size: 100%;
85
+ }
86
+ .container-content.progress-bar {
87
+ margin-block-start: 0.125rem;
88
+ }
89
+
90
+ slot[name] {
91
+ display: flex;
92
+ flex-direction: row;
93
+ }
94
+
95
+ slot[name=navigation-secondary]::slotted(calcite-navigation),
96
+ slot[name=navigation-tertiary]::slotted(calcite-navigation) {
97
+ inline-size: 100%;
98
+ }
99
+
100
+ slot[name=content-start]::slotted(*),
101
+ slot[name=content-center]::slotted(*),
102
+ slot[name=content-end]::slotted(*) {
103
+ display: flex;
104
+ flex-direction: row;
105
+ align-items: center;
106
+ }
107
+
108
+ slot[name=progress],
109
+ slot[name=progress] calcite-progress {
110
+ inset-block-start: 0;
111
+ inset-inline: 0;
112
+ }
113
+
114
+ slot[name=content-end] {
115
+ margin-inline-start: auto;
116
+ }
117
+
118
+ slot[name=content-start] {
119
+ margin-inline-end: auto;
120
+ }
121
+
122
+ slot[name=content-end],
123
+ slot[name=logo] ~ slot[name=user],
124
+ slot[name=user]:only-child {
125
+ margin-inline-start: auto;
126
+ }
127
+
128
+ slot[name=content-center] {
129
+ margin-inline-start: auto;
130
+ margin-inline-end: auto;
131
+ }
132
+
133
+ slot[name=content-start] ~ slot[name=content-center] {
134
+ margin-inline-start: 0px;
135
+ }
136
+
137
+ slot[name=content-start] ~ slot[name=content-end],
138
+ slot[name=content-center] ~ slot[name=content-end],
139
+ slot[name=content-center] ~ slot[name=user],
140
+ slot[name=content-end] ~ slot[name=user] {
141
+ margin: 0px;
142
+ }
@@ -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
+ display: inline-flex;
28
+ outline: 2px solid transparent;
29
+ outline-offset: 2px
30
+ }
31
+
32
+ .anchor {
33
+ margin: 0px;
34
+ display: flex;
35
+ cursor: pointer;
36
+ align-items: center;
37
+ justify-content: center;
38
+ font-size: var(--calcite-font-size-0);
39
+ line-height: 1.25rem;
40
+ text-decoration-line: none;
41
+ outline-color: transparent;
42
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
43
+ border-block-end: 2px solid transparent
44
+ }
45
+
46
+ .anchor:hover,
47
+ .anchor:focus {
48
+ background-color: var(--calcite-color-foreground-2)
49
+ }
50
+
51
+ .anchor:focus {
52
+ outline: 2px solid var(--calcite-color-brand);
53
+ outline-offset: calc(
54
+ -2px *
55
+ calc(
56
+ 1 -
57
+ 2 * clamp(
58
+ 0,
59
+ var(--calcite-offset-invert-focus),
60
+ 1
61
+ )
62
+ )
63
+ )
64
+ }
65
+
66
+ .anchor:active {
67
+ background-color: var(--calcite-color-foreground-3)
68
+ }
69
+
70
+ .image,
71
+ .icon {
72
+ margin: 0px;
73
+ display: flex;
74
+ block-size: 1.75rem;
75
+ padding-inline: 1rem
76
+ }
77
+
78
+ .image ~ .icon {
79
+ padding-inline-start: 0px
80
+ }
81
+
82
+ .image ~ .container,
83
+ .icon ~ .container {
84
+ padding-inline-start: 0px
85
+ }
86
+
87
+ :host(:active) .anchor {
88
+ color: var(--calcite-color-text-1)
89
+ }
90
+
91
+ :host([active]) .anchor {
92
+ color: var(--calcite-color-text-1);
93
+ border-color: var(--calcite-color-brand);
94
+ --calcite-ui-icon-color: var(--calcite-color-brand)
95
+ }
96
+
97
+ .container {
98
+ margin-block-start: 0.125rem;
99
+ display: flex;
100
+ flex-direction: column;
101
+ overflow: hidden;
102
+ text-overflow: ellipsis;
103
+ white-space: nowrap;
104
+ padding-inline: 1rem;
105
+ text-align: start
106
+ }
107
+
108
+ .heading {
109
+ margin-inline-start: 0px;
110
+ overflow: hidden;
111
+ text-overflow: ellipsis;
112
+ white-space: nowrap;
113
+ font-size: var(--calcite-font-size-0);
114
+ font-weight: var(--calcite-font-weight-medium);
115
+ color: var(--calcite-color-text-1)
116
+ }
117
+
118
+ .standalone {
119
+ font-size: var(--calcite-font-size-1)
120
+ }
121
+
122
+ .description {
123
+ overflow: hidden;
124
+ text-overflow: ellipsis;
125
+ white-space: nowrap;
126
+ color: var(--calcite-color-text-2);
127
+ font-size: var(--calcite-font-size--1)
128
+ }
129
+
130
+ :host([hidden]) {
131
+ display: none
132
+ }
133
+
134
+ [hidden] {
135
+ display: none
136
+ }
@@ -0,0 +1,112 @@
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: inline-flex;
28
+ outline: 2px solid transparent;
29
+ outline-offset: 2px;
30
+ }
31
+ :host .button {
32
+ background-color: transparent;
33
+ border: none;
34
+ margin: 0px;
35
+ display: flex;
36
+ cursor: pointer;
37
+ align-items: center;
38
+ justify-content: center;
39
+ font-family: var(--calcite-sans-family);
40
+ font-size: var(--calcite-font-size-0);
41
+ line-height: 1.25rem;
42
+ outline-color: transparent;
43
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
44
+ border-block-end: 2px solid transparent;
45
+ }
46
+
47
+ :host(:hover) .button,
48
+ :host(:focus) .button {
49
+ background-color: var(--calcite-color-foreground-2);
50
+ }
51
+
52
+ :host(:focus) .button {
53
+ outline: 2px solid var(--calcite-color-brand);
54
+ outline-offset: calc(
55
+ -2px *
56
+ calc(
57
+ 1 -
58
+ 2 * clamp(
59
+ 0,
60
+ var(--calcite-offset-invert-focus),
61
+ 1
62
+ )
63
+ )
64
+ );
65
+ }
66
+
67
+ :host(:active) .button {
68
+ background-color: var(--calcite-color-foreground-3);
69
+ color: var(--calcite-color-text-1);
70
+ }
71
+
72
+ calcite-avatar {
73
+ padding-inline: 1rem;
74
+ }
75
+
76
+ calcite-avatar ~ .text-container {
77
+ padding-inline-start: 0px;
78
+ }
79
+
80
+ :host([active]) .button {
81
+ border-color: var(--calcite-color-brand);
82
+ color: var(--calcite-color-text-1);
83
+ --calcite-ui-icon-color: var(--calcite-color-brand);
84
+ }
85
+
86
+ .text-container {
87
+ margin-block-start: 0.125rem;
88
+ display: flex;
89
+ flex-direction: column;
90
+ padding-inline: 1rem;
91
+ text-align: start;
92
+ }
93
+
94
+ .full-name {
95
+ margin-inline-start: 0px;
96
+ font-size: var(--calcite-font-size-0);
97
+ font-weight: var(--calcite-font-weight-medium);
98
+ color: var(--calcite-color-text-1);
99
+ }
100
+
101
+ .username {
102
+ color: var(--calcite-color-text-2);
103
+ font-size: var(--calcite-font-size--1);
104
+ }
105
+
106
+ :host([hidden]) {
107
+ display: none;
108
+ }
109
+
110
+ [hidden] {
111
+ display: none;
112
+ }
@@ -0,0 +1,289 @@
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-notice-width: The width of the component.
32
+ */
33
+ :host([scale=s]) {
34
+ --calcite-notice-spacing-token-small: 0.5rem;
35
+ --calcite-notice-spacing-token-large: 0.75rem;
36
+ }
37
+ :host([scale=s]) .container slot[name=title]::slotted(*),
38
+ :host([scale=s]) .container *::slotted([slot=title]) {
39
+ margin-block: 0.125rem;
40
+ font-size: var(--calcite-font-size--1);
41
+ line-height: 1.375;
42
+ }
43
+ :host([scale=s]) .container slot[name=message]::slotted(*),
44
+ :host([scale=s]) .container *::slotted([slot=message]) {
45
+ margin-block: 0.125rem;
46
+ font-size: var(--calcite-font-size--2);
47
+ line-height: 1.375;
48
+ }
49
+ :host([scale=s]) ::slotted(calcite-link) {
50
+ margin-block: 0.125rem;
51
+ font-size: var(--calcite-font-size--2);
52
+ line-height: 1.375;
53
+ }
54
+ :host([scale=s]) .notice-close {
55
+ padding: 0.5rem;
56
+ }
57
+
58
+ :host([scale=m]) {
59
+ --calcite-notice-spacing-token-small: 0.75rem;
60
+ --calcite-notice-spacing-token-large: 1rem;
61
+ }
62
+ :host([scale=m]) .container slot[name=title]::slotted(*),
63
+ :host([scale=m]) .container *::slotted([slot=title]) {
64
+ margin-block: 0.125rem;
65
+ font-size: var(--calcite-font-size-0);
66
+ line-height: 1.375;
67
+ }
68
+ :host([scale=m]) .container slot[name=message]::slotted(*),
69
+ :host([scale=m]) .container *::slotted([slot=message]) {
70
+ margin-block: 0.125rem;
71
+ font-size: var(--calcite-font-size--1);
72
+ line-height: 1.375;
73
+ }
74
+ :host([scale=m]) ::slotted(calcite-link) {
75
+ margin-block: 0.125rem;
76
+ font-size: var(--calcite-font-size--1);
77
+ line-height: 1.375;
78
+ }
79
+
80
+ :host([scale=l]) {
81
+ --calcite-notice-spacing-token-small: 1rem;
82
+ --calcite-notice-spacing-token-large: 1.25rem;
83
+ }
84
+ :host([scale=l]) .container slot[name=title]::slotted(*),
85
+ :host([scale=l]) .container *::slotted([slot=title]) {
86
+ margin-block: 0.125rem;
87
+ font-size: var(--calcite-font-size-1);
88
+ line-height: 1.375;
89
+ }
90
+ :host([scale=l]) .container slot[name=message]::slotted(*),
91
+ :host([scale=l]) .container *::slotted([slot=message]) {
92
+ margin-block: 0.125rem;
93
+ font-size: var(--calcite-font-size-0);
94
+ line-height: 1.375;
95
+ }
96
+ :host([scale=l]) ::slotted(calcite-link) {
97
+ margin-block: 0.125rem;
98
+ font-size: var(--calcite-font-size-0);
99
+ line-height: 1.375;
100
+ }
101
+
102
+ :host([width=auto]) {
103
+ --calcite-notice-width: auto;
104
+ }
105
+
106
+ :host([width=half]) {
107
+ --calcite-notice-width: 50%;
108
+ }
109
+
110
+ :host([width=full]) {
111
+ --calcite-notice-width: 100%;
112
+ }
113
+
114
+ :host {
115
+ margin-inline: auto;
116
+ display: none;
117
+ max-inline-size: 100%;
118
+ align-items: center;
119
+ inline-size: var(--calcite-notice-width);
120
+ }
121
+
122
+ .container {
123
+ pointer-events: none;
124
+ margin-block: 0px;
125
+ box-sizing: border-box;
126
+ display: none;
127
+ inline-size: 100%;
128
+ background-color: var(--calcite-color-foreground-1);
129
+ opacity: 0;
130
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
131
+ max-block-size: 0;
132
+ text-align: start;
133
+ border-inline-start: 0px solid;
134
+ box-shadow: 0 0 0 0 transparent;
135
+ }
136
+
137
+ .notice-close {
138
+ outline-color: transparent;
139
+ }
140
+ .notice-close:focus {
141
+ outline: 2px solid var(--calcite-color-brand);
142
+ outline-offset: calc(
143
+ -2px *
144
+ calc(
145
+ 1 -
146
+ 2 * clamp(
147
+ 0,
148
+ var(--calcite-offset-invert-focus),
149
+ 1
150
+ )
151
+ )
152
+ );
153
+ }
154
+
155
+ :host {
156
+ display: flex;
157
+ }
158
+
159
+ :host([open]) .container {
160
+ pointer-events: auto;
161
+ display: flex;
162
+ max-block-size: 100%;
163
+ align-items: center;
164
+ border-width: 2px;
165
+ opacity: 1;
166
+ --tw-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
167
+ --tw-shadow-colored: 0 4px 8px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
168
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
169
+ }
170
+
171
+ .container slot[name=title]::slotted(*),
172
+ .container *::slotted([slot=title]) {
173
+ margin: 0px;
174
+ font-weight: var(--calcite-font-weight-medium);
175
+ color: var(--calcite-color-text-1);
176
+ }
177
+
178
+ .container slot[name=message]::slotted(*),
179
+ .container *::slotted([slot=message]) {
180
+ margin: 0px;
181
+ display: inline;
182
+ font-weight: var(--calcite-font-weight-normal);
183
+ color: var(--calcite-color-text-2);
184
+ margin-inline-end: var(--calcite-notice-spacing-token-small);
185
+ }
186
+
187
+ .notice-content {
188
+ box-sizing: border-box;
189
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
190
+ padding-inline: var(--calcite-notice-spacing-token-large);
191
+ flex: 0 0 auto;
192
+ display: flex;
193
+ min-inline-size: 0px;
194
+ flex-direction: column;
195
+ overflow-wrap: break-word;
196
+ flex: 1 1 0;
197
+ padding-block: var(--calcite-notice-spacing-token-small);
198
+ padding-inline: 0 var(--calcite-notice-spacing-token-small);
199
+ }
200
+ .notice-content:first-of-type:not(:only-child) {
201
+ padding-inline-start: var(--calcite-notice-spacing-token-large);
202
+ }
203
+ .notice-content:only-of-type {
204
+ padding-block: var(--calcite-notice-spacing-token-small);
205
+ padding-inline: var(--calcite-notice-spacing-token-large);
206
+ }
207
+
208
+ .notice-icon {
209
+ display: flex;
210
+ align-items: center;
211
+ box-sizing: border-box;
212
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
213
+ padding-block: var(--calcite-notice-spacing-token-small);
214
+ padding-inline: var(--calcite-notice-spacing-token-large);
215
+ flex: 0 0 auto;
216
+ }
217
+
218
+ .notice-close {
219
+ display: flex;
220
+ cursor: pointer;
221
+ align-items: center;
222
+ align-self: stretch;
223
+ border-style: none;
224
+ background-color: transparent;
225
+ color: var(--calcite-color-text-3);
226
+ outline: 2px solid transparent;
227
+ outline-offset: 2px;
228
+ box-sizing: border-box;
229
+ transition: all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;
230
+ padding-block: var(--calcite-notice-spacing-token-small);
231
+ padding-inline: var(--calcite-notice-spacing-token-large);
232
+ flex: 0 0 auto;
233
+ -webkit-appearance: none;
234
+ }
235
+ .notice-close:hover, .notice-close:focus {
236
+ background-color: var(--calcite-color-foreground-2);
237
+ color: var(--calcite-color-text-1);
238
+ }
239
+ .notice-close:active {
240
+ background-color: var(--calcite-color-foreground-3);
241
+ }
242
+
243
+ .actions-end {
244
+ display: flex;
245
+ align-self: stretch;
246
+ }
247
+
248
+ :host([kind=brand]) .container {
249
+ border-color: var(--calcite-color-brand);
250
+ }
251
+ :host([kind=brand]) .container .notice-icon {
252
+ color: var(--calcite-color-brand);
253
+ }
254
+
255
+ :host([kind=info]) .container {
256
+ border-color: var(--calcite-color-status-info);
257
+ }
258
+ :host([kind=info]) .container .notice-icon {
259
+ color: var(--calcite-color-status-info);
260
+ }
261
+
262
+ :host([kind=danger]) .container {
263
+ border-color: var(--calcite-color-status-danger);
264
+ }
265
+ :host([kind=danger]) .container .notice-icon {
266
+ color: var(--calcite-color-status-danger);
267
+ }
268
+
269
+ :host([kind=success]) .container {
270
+ border-color: var(--calcite-color-status-success);
271
+ }
272
+ :host([kind=success]) .container .notice-icon {
273
+ color: var(--calcite-color-status-success);
274
+ }
275
+
276
+ :host([kind=warning]) .container {
277
+ border-color: var(--calcite-color-status-warning);
278
+ }
279
+ :host([kind=warning]) .container .notice-icon {
280
+ color: var(--calcite-color-status-warning);
281
+ }
282
+
283
+ :host([hidden]) {
284
+ display: none;
285
+ }
286
+
287
+ [hidden] {
288
+ display: none;
289
+ }
@@ -0,0 +1,36 @@
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: block
28
+ }
29
+
30
+ :host([hidden]) {
31
+ display: none
32
+ }
33
+
34
+ [hidden] {
35
+ display: none
36
+ }