@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,104 @@
1
+ :host {
2
+ display: block;
3
+ }
4
+
5
+ .instant-apps-filter-list * {
6
+ box-sizing: border-box;
7
+ }
8
+ .instant-apps-filter-list__container {
9
+ height: 100%;
10
+ }
11
+ .instant-apps-filter-list__container calcite-block:last-of-type {
12
+ margin-bottom: 0;
13
+ }
14
+ .instant-apps-filter-list__footer {
15
+ padding: 12px;
16
+ display: flex;
17
+ }
18
+ .instant-apps-filter-list__footer calcite-button:nth-child(2) {
19
+ margin-left: 6px;
20
+ }
21
+ .instant-apps-filter-list__item-container, .instant-apps-filter-list__item-container--user-input {
22
+ display: flex;
23
+ justify-content: space-between;
24
+ align-items: center;
25
+ }
26
+ .instant-apps-filter-list__item-container:not(:last-child), .instant-apps-filter-list__item-container--user-input:not(:last-child) {
27
+ padding-bottom: 20px;
28
+ }
29
+ .instant-apps-filter-list__item-container--user-input {
30
+ margin: 0;
31
+ display: flex;
32
+ flex-direction: column;
33
+ align-items: flex-start;
34
+ }
35
+ .instant-apps-filter-list__item-container--user-input > span {
36
+ margin: 0 0 6px;
37
+ font-size: 14px;
38
+ font-weight: normal;
39
+ }
40
+ .instant-apps-filter-list__item-container--user-input calcite-combobox {
41
+ width: 100%;
42
+ font-size: 16px;
43
+ }
44
+ .instant-apps-filter-list__number-input-container {
45
+ width: 100%;
46
+ display: flex;
47
+ justify-content: center;
48
+ }
49
+ .instant-apps-filter-list__number-input-container calcite-slider {
50
+ width: 90%;
51
+ }
52
+ .instant-apps-filter-list__date-picker-input-container {
53
+ display: flex;
54
+ align-items: center;
55
+ justify-content: unset;
56
+ width: 100%;
57
+ }
58
+ .instant-apps-filter-list__date-picker-input-container calcite-action {
59
+ height: 48px;
60
+ border-top: 1px solid var(--calcite-color-border-input);
61
+ border-right: 1px solid var(--calcite-color-border-input);
62
+ border-bottom: 1px solid var(--calcite-color-border-input);
63
+ }
64
+ .instant-apps-filter-list__title {
65
+ margin-right: 20px;
66
+ }
67
+ .instant-apps-filter-list__title > p {
68
+ font-size: 14px;
69
+ font-weight: normal;
70
+ margin: 0;
71
+ }
72
+ .instant-apps-filter-list__checkbox-container {
73
+ display: flex;
74
+ }
75
+ .instant-apps-filter-list__checkbox-container calcite-checkbox {
76
+ height: 18px;
77
+ }
78
+ .instant-apps-filter-list__operator-description {
79
+ margin: 0;
80
+ --calcite-font-size--1: 12px;
81
+ }
82
+ .instant-apps-filter-list__zoom-to {
83
+ display: flex;
84
+ justify-content: flex-end;
85
+ margin: 8px 0 20px;
86
+ }
87
+ .instant-apps-filter-list__zoom-to calcite-action {
88
+ width: -moz-min-content;
89
+ width: min-content;
90
+ }
91
+
92
+ @media (prefers-reduced-motion) {
93
+ .instant-apps-filter-list calcite-loader {
94
+ --calcite-internal-duration-factor: 2;
95
+ --calcite-internal-animation-timing-slow: calc(300ms * 2);
96
+ }
97
+ }
98
+ .instant-apps-filter-list.calcite-mode-dark .instant-apps-filter-list__header-container {
99
+ background: #2b2b2b;
100
+ color: #fff;
101
+ }
102
+ .instant-apps-filter-list.calcite-mode-dark .instant-apps-filter-list__operator-description {
103
+ background: #353535;
104
+ }
@@ -0,0 +1,165 @@
1
+ /*
2
+ * Copyright (c) 2023 Esri
3
+ * All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
4
+ * This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement.
5
+ * You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
6
+ * See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
7
+ */
8
+ :host {
9
+ /**
10
+ * @prop --instant-apps-header-height: Height for header. Default: auto;
11
+ */
12
+ --instant-apps-header-height: auto;
13
+ /**
14
+ * @prop --instant-apps-header-min-height: Minimum height for header. Default: 50px;
15
+ */
16
+ --instant-apps-header-min-height: 50px;
17
+ /**
18
+ * @prop --instant-apps-header-title-text-link-decoration: Text decoration for hyperlinks for `titleTextLink`. Default value is 'underline'.
19
+ */
20
+ --instant-apps-header-title-text-link-decoration: underline;
21
+ /**
22
+ * @prop --instant-apps-header-height--logo-scale--s: Header height when logo scale is set to 's'. Default value is 55px.
23
+ */
24
+ --instant-apps-header-height--logo-scale--s: 55px;
25
+ /**
26
+ * @prop --instant-apps-header-logo-width--logo-scale--s: Logo width when logo scale is set to 's'. Default value: 35px.
27
+ */
28
+ --instant-apps-header-logo-width--logo-scale--s: 35px;
29
+ /**
30
+ * @prop --instant-apps-header-logo-height--logo-scale--s: Logo height when logo scale is set to 's'. Default value: 35px.
31
+ */
32
+ --instant-apps-header-logo-height--logo-scale--s: 35px;
33
+ /**
34
+ * @prop --instant-apps-header-height--logo-scale--m: Header height when logo scale is set to 'm'. Default value is 70px.
35
+ */
36
+ --instant-apps-header-height--logo-scale--m: 70px;
37
+ /**
38
+ * @prop --instant-apps-header-logo-width--logo-scale--m: Logo width when logo scale is set to 'm'. Default value: 50px.
39
+ */
40
+ --instant-apps-header-logo-width--logo-scale--m: 50px;
41
+ /**
42
+ * @prop --instant-apps-header-logo-height--logo-scale--m: Logo height when logo scale is set to 'm'. Default value: 50px.
43
+ */
44
+ --instant-apps-header-logo-height--logo-scale--m: 50px;
45
+ /**
46
+ * @prop --instant-apps-header-height--logo-scale--l: Header height when logo scale is set to 'l'. Default value is 80px.
47
+ */
48
+ --instant-apps-header-height--logo-scale--l: 80px;
49
+ /**
50
+ * @prop --instant-apps-header-logo-width--logo-scale--l: Logo width when logo scale is set to 'l'. Default value: 60px.
51
+ */
52
+ --instant-apps-header-logo-width--logo-scale--l: 60px;
53
+ /**
54
+ * @prop --instant-apps-header-logo-height--logo-scale--l: Logo height when logo scale is set to 'l'. Default value: 60px.
55
+ */
56
+ --instant-apps-header-logo-height--logo-scale--l: 60px;
57
+ width: 100%;
58
+ }
59
+ :host .instant-apps-header--standard {
60
+ box-sizing: border-box;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: space-between;
64
+ width: 100%;
65
+ height: var(--instant-apps-header-height);
66
+ background-color: var(--calcite-color-foreground-1);
67
+ color: var(--calcite-color-text-1);
68
+ font-family: var(--calcite-sans-family);
69
+ min-height: var(--instant-apps-header-min-height);
70
+ }
71
+ :host .instant-apps-header--standard .instant-apps-header__header-container {
72
+ display: flex;
73
+ align-items: center;
74
+ width: 100%;
75
+ height: inherit;
76
+ }
77
+ :host .instant-apps-header--standard .instant-apps-header__header-container slot {
78
+ display: flex;
79
+ height: inherit;
80
+ }
81
+ :host .instant-apps-header--standard .instant-apps-header__header-container ::slotted(*) {
82
+ display: flex;
83
+ min-height: var(--instant-apps-header-min-height);
84
+ height: var(--instant-apps-header-height);
85
+ }
86
+ :host .instant-apps-header--standard .instant-apps-header__header-container ::slotted(*) calcite-button {
87
+ height: 100%;
88
+ }
89
+ :host .instant-apps-header--standard .instant-apps-header__header-content {
90
+ box-sizing: border-box;
91
+ display: flex;
92
+ align-items: center;
93
+ width: 100%;
94
+ min-width: 0;
95
+ height: inherit;
96
+ padding: 5px 10px;
97
+ }
98
+ :host .instant-apps-header--standard .instant-apps-header__header-content a {
99
+ display: flex;
100
+ align-items: center;
101
+ -webkit-text-decoration: var(--instant-apps-header-title-text-link-decoration);
102
+ text-decoration: var(--instant-apps-header-title-text-link-decoration);
103
+ }
104
+ :host .instant-apps-header--standard .instant-apps-header__header-content a img {
105
+ padding-right: 0;
106
+ }
107
+ :host .instant-apps-header--standard .instant-apps-header__header-content img {
108
+ margin: 10px;
109
+ }
110
+ :host .instant-apps-header--standard .instant-apps-header__header-content h1 {
111
+ margin: 0;
112
+ font-size: 1.25rem;
113
+ color: var(--calcite-color-text-1);
114
+ font-weight: 430;
115
+ white-space: nowrap;
116
+ overflow: hidden;
117
+ text-overflow: ellipsis;
118
+ }
119
+ :host .instant-apps-header--standard .instant-apps-header__header-content #infoButton {
120
+ margin-inline-start: 10px;
121
+ }
122
+ :host .instant-apps-header--standard .instant-apps-header__header-content--center {
123
+ justify-content: center;
124
+ }
125
+ :host .instant-apps-header--standard .instant-apps-header__header-content--right {
126
+ justify-content: end;
127
+ }
128
+ :host .instant-apps-header__logo-height--s {
129
+ height: var(--instant-apps-header-height--logo-scale--s);
130
+ }
131
+ :host .instant-apps-header__logo-height--s .instant-apps-header__header-content h1 {
132
+ font-size: 1.125rem;
133
+ }
134
+ :host .instant-apps-header__logo-scale--s {
135
+ width: var(--instant-apps-header-logo-width--logo-scale--s);
136
+ height: var(--instant-apps-header-logo-height--logo-scale--s);
137
+ }
138
+ :host .instant-apps-header__logo-height--m {
139
+ height: var(--instant-apps-header-height--logo-scale--m);
140
+ }
141
+ :host .instant-apps-header__logo-scale--m {
142
+ width: var(--instant-apps-header-logo-width--logo-scale--m);
143
+ height: var(--instant-apps-header-logo-height--logo-scale--m);
144
+ }
145
+ :host .instant-apps-header__logo-height--l {
146
+ height: var(--instant-apps-header-height--logo-scale--l);
147
+ }
148
+ :host .instant-apps-header__logo-height--l .instant-apps-header__header-content h1 {
149
+ font-size: 1.375rem;
150
+ }
151
+ :host .instant-apps-header__logo-scale--l {
152
+ width: var(--instant-apps-header-logo-width--logo-scale--l);
153
+ height: var(--instant-apps-header-logo-height--logo-scale--l);
154
+ }
155
+ :host .instant-apps-header__logo-height--s,
156
+ :host .instant-apps-header__logo-height--m,
157
+ :host .instant-apps-header__logo-height--l {
158
+ padding-right: 10px;
159
+ }
160
+ :host .instant-apps-header--rtl.instant-apps-header__logo-height--s,
161
+ :host .instant-apps-header--rtl.instant-apps-header__logo-height--m,
162
+ :host .instant-apps-header--rtl.instant-apps-header__logo-height--l {
163
+ padding-right: 0;
164
+ padding-left: 10px;
165
+ }
@@ -0,0 +1,124 @@
1
+ :host {
2
+ display: block;
3
+ --instant-apps-interactive-legend-heading-font-size: 1rem;
4
+ --instant-apps-interactive-legend-heading-font-weight: normal;
5
+ --instant-apps-interactive-legend-caption-font-weight: normal;
6
+ --instant-apps-interactive-legend-secondary-color: var(--calcite-color-text-1);
7
+ --instant-apps-interactive-legend-field-name-font-size: 1rem;
8
+ --instant-apps-interactive-legend-total-feature-count-font-size: 0.875rem;
9
+ --instant-apps-interactive-legend-info-font-size: 0.875rem;
10
+ --instant-apps-interactive-legend-info-item-background--selected: #c7ebff;
11
+ --instant-apps-interactive-legend-info-item-background--selected--dark: #009af2;
12
+ --instant-apps-interactive-legend-info-item-background--hover: #e9e9e9;
13
+ --instant-apps-interactive-legend-info-item-background--hover--dark: #4a4a4a;
14
+ --instant-apps-interactive-legend-info-item-color--selected: var(--calcite-color-text-2);
15
+ --instant-apps-interactive-legend-secondary-background-color: var(--calcite-color-background);
16
+ --instant-apps-interactive-legend-ui-margin: 20px 15px;
17
+ --instant-apps-interactive-legend-ui-padding: 20px 15px;
18
+ }
19
+ :host .esri-legend__service {
20
+ padding: 0;
21
+ }
22
+ :host .esri-legend__layer-body,
23
+ :host .esri-legend__layer,
24
+ :host .esri-legend__layer-table,
25
+ :host .esri-legend__group-layer-child,
26
+ :host .esri-legend__layer-child-table {
27
+ margin: 0;
28
+ overflow: hidden;
29
+ }
30
+ :host .esri-legend__layer-caption {
31
+ display: flex;
32
+ align-items: center;
33
+ font-size: var(--instant-apps-interactive-legend-field-name-font-size);
34
+ background-color: var(--instant-apps-interactive-legend-secondary-background-color);
35
+ color: var(--instant-apps-interactive-legend-secondary-color);
36
+ }
37
+ :host .esri-legend__layer-caption calcite-action {
38
+ margin-right: 5px;
39
+ }
40
+ :host .instant-apps-interactive-legend__layer-caption-btn-container {
41
+ white-space: nowrap;
42
+ }
43
+ :host .instant-apps-interactive-legend__layer-caption-btn-container calcite-button {
44
+ margin: 2px;
45
+ }
46
+ :host .esri-legend__layer-caption {
47
+ font-weight: var(--instant-apps-interactive-legend-caption-font-weight);
48
+ }
49
+ :host .esri-legend__layer-cell.esri-legend__layer-cell--info {
50
+ font-size: var(--instant-apps-interactive-legend-info-font-size);
51
+ text-align: left;
52
+ }
53
+ :host .esri-legend__layer-cell,
54
+ :host .esri-legend__layer-row {
55
+ display: flex;
56
+ align-items: center;
57
+ }
58
+ :host .instant-apps-interactive-legend__non-interactive .esri-legend__layer-body {
59
+ display: block;
60
+ margin: var(--instant-apps-interactive-legend-ui-margin);
61
+ }
62
+ :host .instant-apps-interactive-legend__non-interactive.instant-apps-interactive-legend__nested-unique-symbol > .esri-legend__layer-body {
63
+ margin: 0;
64
+ }
65
+ :host .instant-apps-interactive-legend__non-interactive .esri-legend__layer-row {
66
+ display: table-row;
67
+ }
68
+ :host .instant-apps-interactive-legend__non-interactive .esri-legend__layer-cell {
69
+ display: table-cell;
70
+ }
71
+ :host .esri-legend__layer-cell--symbols {
72
+ justify-content: center;
73
+ width: 20%;
74
+ }
75
+ :host .esri-legend__layer-cell--info {
76
+ width: 65%;
77
+ }
78
+ :host .instant-apps-interactive-legend__layer-row--interactive {
79
+ margin: 1px;
80
+ background: transparent;
81
+ border: none;
82
+ width: 100%;
83
+ }
84
+ :host .esri-legend__layer-cell--info {
85
+ color: var(--instant-apps-interactive-legend-secondary-color);
86
+ }
87
+ :host .esri-legend__layer-row,
88
+ :host .esri-legend__layer-caption {
89
+ padding: var(--instant-apps-interactive-legend-ui-padding);
90
+ }
91
+ :host .instant-apps-interactive-legend__layer-row--interactive {
92
+ position: relative;
93
+ }
94
+ :host .instant-apps-interactive-legend-element-info--selected {
95
+ background-color: var(--instant-apps-interactive-legend-info-item-background--selected);
96
+ }
97
+ :host .calcite-mode-dark .instant-apps-interactive-legend-element-info--selected {
98
+ cursor: pointer;
99
+ background-color: var(--instant-apps-interactive-legend-info-item-background--selected--dark);
100
+ }
101
+ :host .calcite-mode-dark .instant-apps-interactive-legend-element-info--selected .esri-legend__layer-cell--info {
102
+ color: var(--calcite-color-text-inverse);
103
+ }
104
+ :host .hide {
105
+ display: none;
106
+ }
107
+
108
+ @media (min-width: 992px) {
109
+ :host .instant-apps-interactive-legend__layer-row--interactive {
110
+ cursor: pointer;
111
+ }
112
+ :host .instant-apps-interactive-legend__layer-row--interactive:hover {
113
+ background-color: var(--instant-apps-interactive-legend-info-item-background--hover);
114
+ }
115
+ :host .instant-apps-interactive-legend__layer-row--interactive:hover.instant-apps-interactive-legend-element-info--selected {
116
+ background-color: #e2f2fe;
117
+ }
118
+ :host .calcite-mode-dark .instant-apps-interactive-legend__layer-row--interactive:hover {
119
+ background-color: var(--instant-apps-interactive-legend-info-item-background--hover--dark);
120
+ }
121
+ :host .calcite-mode-dark .instant-apps-interactive-legend__layer-row--interactive:hover.instant-apps-interactive-legend-element-info--selected {
122
+ background-color: #26a9f4;
123
+ }
124
+ }
@@ -0,0 +1,18 @@
1
+ :host {
2
+ display: flex;
3
+ align-items: center;
4
+ }
5
+
6
+ .instant-apps-interactive-legend__info-count-text {
7
+ font-size: var(--instant-apps-interactive-legend-info-font-size);
8
+ color: var(--instant-apps-interactive-legend-secondary-color);
9
+ }
10
+
11
+ .calcite-mode-dark.instant-apps-interactive-legend__info-count-text.instant-apps-interactive-legend__info-count-text--selected {
12
+ color: var(--calcite-color-text-inverse);
13
+ }
14
+
15
+ html[dir=rtl] :host {
16
+ margin-left: 0;
17
+ margin-right: auto;
18
+ }
@@ -0,0 +1,65 @@
1
+ :host {
2
+ display: block;
3
+ --instant-apps-interactive-legend-heading-font-size: 1rem;
4
+ --instant-apps-interactive-legend-heading-font-weight: normal;
5
+ --instant-apps-interactive-legend-secondary-color: var(--calcite-color-text-1);
6
+ --instant-apps-interactive-legend-ui-padding: 15px 10px;
7
+ }
8
+ :host .esri-widget__heading {
9
+ overflow: hidden;
10
+ margin: 0;
11
+ overflow-x: hidden;
12
+ display: inline-block;
13
+ font-size: var(--instant-apps-interactive-legend-heading-font-size);
14
+ font-weight: var(--instant-apps-interactive-legend-heading-font-weight);
15
+ }
16
+ :host .esri-widget__heading header {
17
+ padding: var(--instant-apps-interactive-legend-ui-padding);
18
+ }
19
+ :host header {
20
+ display: flex;
21
+ text-align: left;
22
+ padding: var(--instant-apps-interactive-legend-ui-padding);
23
+ background-color: var(--instant-apps-interactive-legend-secondary-background-color);
24
+ color: var(--instant-apps-interactive-legend-secondary-color);
25
+ }
26
+ :host header h3 {
27
+ margin-bottom: 0;
28
+ overflow: hidden;
29
+ text-overflow: ellipsis;
30
+ display: -webkit-box;
31
+ -webkit-line-clamp: 2; /* number of lines to show */
32
+ line-clamp: 2;
33
+ -webkit-box-orient: vertical;
34
+ line-height: normal;
35
+ color: var(--instant-apps-interactive-legend-secondary-color);
36
+ }
37
+ :host header .instant-apps-interactive-legend__heading-text--group-item {
38
+ -webkit-line-clamp: 2; /* number of lines to show */
39
+ line-clamp: 2;
40
+ }
41
+ :host header span {
42
+ width: 100%;
43
+ font-size: var(--instant-apps-interactive-legend-total-feature-count-font-size);
44
+ color: var(--instant-apps-interactive-legend-secondary-color);
45
+ }
46
+ :host header .instant-apps-interactive-legend__header-action-container {
47
+ display: flex;
48
+ align-items: center;
49
+ }
50
+ :host .esri-widget__heading header {
51
+ padding: var(--instant-apps-interactive-legend-ui-padding);
52
+ }
53
+ :host .esri-widget--panel {
54
+ margin: 0;
55
+ }
56
+
57
+ :host(.calcite-mode-dark) .instant-apps-interactive-legend__header {
58
+ background-color: #242424;
59
+ color: var(--calcite-color-text-1);
60
+ }
61
+
62
+ :host(.calcite-mode-light) .instant-apps-interactive-legend__header {
63
+ background-color: #ffffff;
64
+ color: var(--calcite-color-text-1);
65
+ }
@@ -0,0 +1,17 @@
1
+ :host {
2
+ display: block;
3
+ }
4
+ :host .esri-legend__service {
5
+ padding: 0;
6
+ }
7
+ :host .esri-legend__layer-body,
8
+ :host .esri-legend__layer,
9
+ :host .esri-legend__layer-table,
10
+ :host .esri-legend__group-layer-child,
11
+ :host .esri-legend__layer-child-table {
12
+ margin: 0;
13
+ overflow: hidden;
14
+ }
15
+ :host .hide {
16
+ display: none;
17
+ }
@@ -0,0 +1,66 @@
1
+ :host {
2
+ display: block;
3
+ --instant-apps-interactive-legend-heading-font-size: 1rem;
4
+ --instant-apps-interactive-legend-heading-font-weight: normal;
5
+ --instant-apps-interactive-legend-secondary-color: var(--calcite-color-text-1);
6
+ --instant-apps-interactive-legend-ui-padding: 15px 10px;
7
+ }
8
+ :host .esri-widget__heading {
9
+ overflow: hidden;
10
+ margin: 0;
11
+ overflow-x: hidden;
12
+ display: inline-block;
13
+ font-size: var(--instant-apps-interactive-legend-heading-font-size);
14
+ font-weight: var(--instant-apps-interactive-legend-heading-font-weight);
15
+ }
16
+ :host .esri-widget__heading header {
17
+ padding: var(--instant-apps-interactive-legend-ui-padding);
18
+ }
19
+ :host header {
20
+ display: flex;
21
+ text-align: left;
22
+ padding: var(--instant-apps-interactive-legend-ui-padding);
23
+ background-color: var(--instant-apps-interactive-legend-secondary-background-color);
24
+ color: var(--instant-apps-interactive-legend-secondary-color);
25
+ }
26
+ :host header h3 {
27
+ margin-bottom: 0;
28
+ overflow: hidden;
29
+ text-overflow: ellipsis;
30
+ display: -webkit-box;
31
+ -webkit-line-clamp: 2; /* number of lines to show */
32
+ line-clamp: 2;
33
+ -webkit-box-orient: vertical;
34
+ line-height: normal;
35
+ color: var(--instant-apps-interactive-legend-secondary-color);
36
+ margin-bottom: 5px;
37
+ }
38
+ :host header .instant-apps-interactive-legend__heading-text--group-item {
39
+ -webkit-line-clamp: 2; /* number of lines to show */
40
+ line-clamp: 2;
41
+ }
42
+ :host header span {
43
+ width: 100%;
44
+ font-size: var(--instant-apps-interactive-legend-total-feature-count-font-size);
45
+ color: var(--instant-apps-interactive-legend-secondary-color);
46
+ }
47
+ :host header .instant-apps-interactive-legend__header-action-container {
48
+ display: flex;
49
+ align-items: center;
50
+ }
51
+ :host .esri-widget__heading header {
52
+ padding: var(--instant-apps-interactive-legend-ui-padding);
53
+ }
54
+ :host .esri-widget--panel {
55
+ margin: 0;
56
+ }
57
+
58
+ :host(.calcite-mode-dark) .instant-apps-interactive-legend__header {
59
+ background-color: #242424;
60
+ color: var(--calcite-color-text-1);
61
+ }
62
+
63
+ :host(.calcite-mode-light) .instant-apps-interactive-legend__header {
64
+ background-color: #ffffff;
65
+ color: var(--calcite-color-text-1);
66
+ }
@@ -0,0 +1,10 @@
1
+ :host {
2
+ display: block;
3
+ }
4
+ :host .esri-legend__layer-table,
5
+ :host .instant-apps-interactive-legend__nested-unique-symbol {
6
+ margin: 0;
7
+ }
8
+ :host .hide {
9
+ display: none;
10
+ }
@@ -0,0 +1,51 @@
1
+ :host {
2
+ display: block;
3
+ --instant-apps-interactive-legend-heading-font-size: 1rem;
4
+ --instant-apps-interactive-legend-heading-font-weight: normal;
5
+ --instant-apps-interactive-legend-caption-font-weight: normal;
6
+ --instant-apps-interactive-legend-secondary-color: var(--calcite-color-text-1);
7
+ --instant-apps-interactive-legend-field-name-font-size: 1rem;
8
+ --instant-apps-interactive-legend-total-feature-count-font-size: 0.875rem;
9
+ --instant-apps-interactive-legend-info-font-size: 0.875rem;
10
+ --instant-apps-interactive-legend-info-item-background--selected: #c7ebff;
11
+ --instant-apps-interactive-legend-info-item-color--selected: var(--calcite-color-text-2);
12
+ --instant-apps-interactive-legend-secondary-background-color: var(--calcite-color-background);
13
+ --instant-apps-interactive-legend-ui-padding: 15px 10px;
14
+ }
15
+ :host .esri-legend__layer-caption {
16
+ display: flex;
17
+ align-items: center;
18
+ font-size: var(--instant-apps-interactive-legend-field-name-font-size);
19
+ background-color: var(--instant-apps-interactive-legend-secondary-background-color);
20
+ color: var(--instant-apps-interactive-legend-secondary-color);
21
+ }
22
+ :host .esri-legend__layer-caption calcite-action {
23
+ margin-left: 20px;
24
+ }
25
+ :host .instant-apps-interactive-legend__legend-layer-caption-text {
26
+ display: inline-block;
27
+ margin-left: 5px;
28
+ margin-bottom: 0;
29
+ overflow: hidden;
30
+ text-overflow: ellipsis;
31
+ display: -webkit-box;
32
+ -webkit-line-clamp: 2; /* number of lines to show */
33
+ line-clamp: 2;
34
+ -webkit-box-orient: vertical;
35
+ line-height: normal;
36
+ }
37
+ :host .instant-apps-interactive-legend__layer-caption-btn-container {
38
+ white-space: nowrap;
39
+ }
40
+ :host .instant-apps-interactive-legend__layer-caption-btn-container calcite-button {
41
+ margin: 2px;
42
+ }
43
+ :host .esri-legend__layer-caption {
44
+ font-weight: var(--instant-apps-interactive-legend-caption-font-weight);
45
+ padding: var(--instant-apps-interactive-legend-ui-padding);
46
+ }
47
+
48
+ html[dir=rtl] :host .esri-legend__layer-caption calcite-action {
49
+ margin-left: unset;
50
+ margin-right: 20px;
51
+ }
@@ -0,0 +1,15 @@
1
+ :host {
2
+ display: block;
3
+ }
4
+ :host .instant-apps-interactive-legend-relationship__instructional-text {
5
+ display: inline-block;
6
+ width: 100%;
7
+ text-align: center;
8
+ margin-bottom: 10px;
9
+ background-color: #d2e9f9;
10
+ }
11
+
12
+ .calcite-mode-dark :host .instant-apps-interactive-legend-relationship__instructional-text {
13
+ background-color: var(--calcite-color-brand);
14
+ color: #151515;
15
+ }
@@ -0,0 +1,12 @@
1
+ :host {
2
+ display: block;
3
+ height: 100%;
4
+ }
5
+ :host .esri-legend {
6
+ height: 100%;
7
+ background-color: var(--calcite-color-foreground-1);
8
+ color: var(--calcite-color-text-1);
9
+ }
10
+ :host .esri-legend.esri-component.esri-widget.esri-widget--panel {
11
+ margin: 0;
12
+ }