@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,33 @@
1
+ :host .instant-apps-keyboard-shortcuts__content {
2
+ display: flex;
3
+ flex-direction: column;
4
+ font-family: var(--calcite-sans-family);
5
+ font-size: 0.875rem;
6
+ background-color: var(--calcite-color-background);
7
+ color: var(--calcite-color-text-1);
8
+ width: auto;
9
+ padding: 0.5em;
10
+ margin-bottom: 0;
11
+ overflow: auto;
12
+ }
13
+ :host .instant-apps-keyboard-shortcuts__content table {
14
+ border: none;
15
+ border-collapse: collapse;
16
+ width: 100%;
17
+ margin-bottom: 1em;
18
+ }
19
+ :host .instant-apps-keyboard-shortcuts__content table td, :host .instant-apps-keyboard-shortcuts__content table th {
20
+ border: solid 1px var(--calcite-color-border-1);
21
+ padding: 0.5rem 0.75rem 0.5rem 0.75rem;
22
+ white-space: normal;
23
+ }
24
+ :host .instant-apps-keyboard-shortcuts__content table td:lang(ja), :host .instant-apps-keyboard-shortcuts__content table td:lang(ja-JP), :host .instant-apps-keyboard-shortcuts__content table th:lang(ja-JP), :host .instant-apps-keyboard-shortcuts__content table th:lang(ja) {
25
+ white-space: nowrap;
26
+ }
27
+ :host .instant-apps-keyboard-shortcuts__content tr:nth-child(even) {
28
+ background-color: var(--calcite-color-foreground-2);
29
+ }
30
+ :host .instant-apps-keyboard-shortcuts__content tr th {
31
+ padding: 0.5em 0.7em;
32
+ font-weight: 400;
33
+ }
@@ -0,0 +1,222 @@
1
+ :host {
2
+ /**
3
+ * @prop --instant-apps-landing-page-background-color: Brand color of landing page that affects the background (if a backgound image is not set) and entry button colors
4
+ * @prop --instant-apps-landing-page-text-color: Text color of landing page.
5
+ * @prop --instant-apps-landing-page-entry-button-color: Brand color of the entry button.
6
+ * @prop --instant-apps-landing-page-title-text-font-size: Font size of title text.
7
+ * @prop --instant-apps-landing-page-subtitle-text-font-size: Font size of subtitle text.
8
+ * @prop --instant-apps-landing-page-description-text-font-size: Font size of description text.
9
+ * @prop --instant-apps-landing-page-icon-image-scale--s: Icon image width when scale is set to 's'. Default value is 100px.
10
+ * @prop --instant-apps-landing-page-icon-image-scale--m: Icon image width when scale is set to 'm'. Default value is 250px.
11
+ * @prop --instant-apps-landing-page-icon-image-scale--l: Icon image width when scale is set to 'l'. Default value is 500px.
12
+ * @prop --instant-apps-landing-page-entry-button-margin: Option to provide spacing in case a secondary action is added to the landing page.
13
+ */
14
+ --instant-apps-landing-page-background-color: var(--calcite-color-brand);
15
+ --instant-apps-landing-page-text-color: var(--calcite-color-text-inverse);
16
+ --instant-apps-landing-page-entry-button-color: var(--calcite-color-brand);
17
+ --instant-apps-landing-page-title-text-font-size: var(--calcite-font-size-6);
18
+ --instant-apps-landing-page-subtitle-text-font-size: var(--calcite-font-size-3);
19
+ --instant-apps-landing-page-description-text-font-size: var(--calcite-font-size-0);
20
+ --instant-apps-landing-page-icon-image-scale--s: 100px;
21
+ --instant-apps-landing-page-icon-image-scale--m: 250px;
22
+ --instant-apps-landing-page-icon-image-scale--l: 500px;
23
+ --instant-apps-landing-page-entry-button-margin: 0;
24
+ }
25
+ :host .instant-apps-landing-page {
26
+ box-sizing: border-box;
27
+ position: absolute;
28
+ top: 0;
29
+ left: 0;
30
+ z-index: 9000;
31
+ display: flex;
32
+ flex-direction: column;
33
+ width: 100%;
34
+ height: 100%;
35
+ padding: 2.5%;
36
+ transition: top 0.5s ease-in-out;
37
+ background-color: var(--instant-apps-landing-page-background-color);
38
+ color: var(--instant-apps-landing-page-text-color);
39
+ }
40
+ :host .instant-apps-landing-page__title-text {
41
+ color: var(--instant-apps-landing-page-text-color);
42
+ font-size: var(--instant-apps-landing-page-title-text-font-size);
43
+ margin: 0;
44
+ }
45
+ :host .instant-apps-landing-page__subtitle-text {
46
+ font-weight: var(--calcite-font-weight-medium);
47
+ font-size: var(--instant-apps-landing-page-subtitle-text-font-size);
48
+ text-align: center;
49
+ }
50
+ :host .instant-apps-landing-page__description-text {
51
+ font-size: var(--instant-apps-landing-page-description-text-font-size);
52
+ width: 50%;
53
+ min-width: 250px;
54
+ }
55
+ :host .instant-apps-landing-page__title-text, :host .instant-apps-landing-page__subtitle-text {
56
+ text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
57
+ }
58
+ :host .instant-apps-landing-page__icon-image {
59
+ margin-bottom: 5px;
60
+ max-width: 50%;
61
+ }
62
+ :host .instant-apps-landing-page__icon-image-scale--s {
63
+ width: 100px;
64
+ }
65
+ :host .instant-apps-landing-page__icon-image-scale--m {
66
+ width: 250px;
67
+ }
68
+ :host .instant-apps-landing-page__icon-image-scale--l {
69
+ width: 500px;
70
+ }
71
+ :host .instant-apps-landing-page__button-container {
72
+ display: flex;
73
+ }
74
+ :host .instant-apps-landing-page__button-container .instant-apps-landing-page__entry-button {
75
+ margin: var(--instant-apps-landing-page-entry-button-margin);
76
+ }
77
+ :host .instant-apps-landing-page__entry-button {
78
+ --calcite-color-brand: var(--instant-apps-landing-page-entry-button-color);
79
+ --calcite-color-brand-hover: var(--instant-apps-landing-page-entry-button-color);
80
+ --calcite-color-brand-press: var(--instant-apps-landing-page-entry-button-color);
81
+ }
82
+ :host .instant-apps-landing-page__remove-transition {
83
+ transition: none;
84
+ }
85
+ :host .instant-apps-landing-page--closed-no-transition {
86
+ display: none;
87
+ }
88
+ :host .instant-apps-landing-page--closed {
89
+ top: -100%;
90
+ }
91
+ :host .instant-apps-landing-page__alignment--top-center {
92
+ justify-content: flex-start;
93
+ align-items: center;
94
+ }
95
+ :host .instant-apps-landing-page__alignment--top-center .instant-apps-landing-page__content-container {
96
+ display: flex;
97
+ flex-direction: column;
98
+ align-items: center;
99
+ justify-content: center;
100
+ }
101
+ :host .instant-apps-landing-page__alignment--top-center .instant-apps-landing-page__description-text {
102
+ text-align: center;
103
+ }
104
+ :host .instant-apps-landing-page__alignment--center {
105
+ justify-content: center;
106
+ align-items: center;
107
+ }
108
+ :host .instant-apps-landing-page__alignment--center .instant-apps-landing-page__content-container {
109
+ display: flex;
110
+ flex-direction: column;
111
+ align-items: center;
112
+ }
113
+ :host .instant-apps-landing-page__alignment--center .instant-apps-landing-page__description-text {
114
+ text-align: center;
115
+ }
116
+ :host .instant-apps-landing-page__alignment--bottom-center {
117
+ justify-content: flex-end;
118
+ align-items: center;
119
+ }
120
+ :host .instant-apps-landing-page__alignment--bottom-center .instant-apps-landing-page__content-container {
121
+ display: flex;
122
+ flex-direction: column;
123
+ align-items: center;
124
+ }
125
+ :host .instant-apps-landing-page__alignment--bottom-center .instant-apps-landing-page__description-text {
126
+ text-align: center;
127
+ }
128
+ :host .instant-apps-landing-page__alignment--top-left {
129
+ justify-content: flex-start;
130
+ align-items: flex-start;
131
+ }
132
+ :host .instant-apps-landing-page__alignment--top-left .instant-apps-landing-page__description-text {
133
+ text-align: left;
134
+ }
135
+ :host .instant-apps-landing-page__alignment--center-left {
136
+ justify-content: center;
137
+ align-items: flex-start;
138
+ }
139
+ :host .instant-apps-landing-page__alignment--center-left .instant-apps-landing-page__description-text {
140
+ text-align: left;
141
+ }
142
+ :host .instant-apps-landing-page__alignment--bottom-left {
143
+ justify-content: flex-end;
144
+ align-items: flex-start;
145
+ }
146
+ :host .instant-apps-landing-page__alignment--bottom-left .instant-apps-landing-page__description-text {
147
+ text-align: left;
148
+ }
149
+ :host .instant-apps-landing-page__alignment--top-right {
150
+ justify-content: flex-start;
151
+ align-items: flex-end;
152
+ }
153
+ :host .instant-apps-landing-page__alignment--top-right .instant-apps-landing-page__content-container {
154
+ display: flex;
155
+ flex-direction: column;
156
+ align-items: flex-end;
157
+ }
158
+ :host .instant-apps-landing-page__alignment--top-right .instant-apps-landing-page__description-text {
159
+ text-align: right;
160
+ }
161
+ :host .instant-apps-landing-page__alignment--center-right {
162
+ justify-content: center;
163
+ align-items: flex-end;
164
+ }
165
+ :host .instant-apps-landing-page__alignment--center-right .instant-apps-landing-page__content-container {
166
+ display: flex;
167
+ flex-direction: column;
168
+ align-items: flex-end;
169
+ }
170
+ :host .instant-apps-landing-page__alignment--center-right .instant-apps-landing-page__description-text {
171
+ text-align: right;
172
+ }
173
+ :host .instant-apps-landing-page__alignment--bottom-right {
174
+ justify-content: flex-end;
175
+ align-items: flex-end;
176
+ }
177
+ :host .instant-apps-landing-page__alignment--bottom-right .instant-apps-landing-page__content-container {
178
+ display: flex;
179
+ flex-direction: column;
180
+ align-items: flex-end;
181
+ }
182
+ :host .instant-apps-landing-page__alignment--bottom-right .instant-apps-landing-page__description-text {
183
+ text-align: right;
184
+ }
185
+
186
+ @media only screen and (max-width: 768px) {
187
+ :host .instant-apps-landing-page__icon-image {
188
+ max-width: 70%;
189
+ margin-bottom: 20px;
190
+ }
191
+ :host .instant-apps-landing-page__description-text {
192
+ width: 80%;
193
+ }
194
+ :host .instant-apps-landing-page__title-text {
195
+ font-size: var(--calcite-font-size-3);
196
+ }
197
+ :host .instant-apps-landing-page__subtitle-text {
198
+ font-size: var(--calcite-font-size-0);
199
+ }
200
+ :host .instant-apps-landing-page__content-container {
201
+ display: flex;
202
+ flex-direction: column;
203
+ align-items: center;
204
+ margin-top: auto;
205
+ }
206
+ :host .instant-apps-landing-page__button-container {
207
+ display: flex;
208
+ flex-direction: column;
209
+ width: 100%;
210
+ margin-top: auto;
211
+ }
212
+ :host .instant-apps-landing-page__button-container .instant-apps-landing-page__entry-button {
213
+ width: 100%;
214
+ margin-right: unset;
215
+ margin-bottom: 10px;
216
+ }
217
+ }
218
+ @media only screen and (max-width: 896px) and (orientation: landscape) {
219
+ :host .instant-apps-landing-page__icon-image {
220
+ max-width: 25%;
221
+ }
222
+ }
@@ -0,0 +1,13 @@
1
+ :host {
2
+ display: block;
3
+ background-color: var(--calcite-color-foreground-1);
4
+ color: var(--calcite-color-text-1);
5
+ min-width: 200px;
6
+ }
7
+ :host calcite-dropdown {
8
+ width: 100%;
9
+ }
10
+ :host calcite-button {
11
+ --calcite-color-brand: var(--calcite-color-text-3);
12
+ --calcite-color-brand-hover: var(--calcite-color-text-3);
13
+ }
@@ -0,0 +1,83 @@
1
+ :host {
2
+ display: block;
3
+ }
4
+ :host .instant-apps-language-translator-item {
5
+ display: flex;
6
+ }
7
+ :host .instant-apps-language-translator-item__section {
8
+ padding: 10px;
9
+ border-bottom: 1px solid var(--calcite-color-border-1);
10
+ background-color: var(--calcite-color-foreground-2);
11
+ width: 49%;
12
+ }
13
+ :host .instant-apps-language-translator-item__section .instant-apps-language-translator-item__top-row {
14
+ display: flex;
15
+ align-items: center;
16
+ justify-content: space-between;
17
+ }
18
+ :host .instant-apps-language-translator-item__section .instant-apps-language-translator-item__label-container {
19
+ display: flex;
20
+ align-items: center;
21
+ }
22
+ :host .instant-apps-language-translator-item__section .instant-apps-language-translator-item__label {
23
+ display: inline-block;
24
+ margin-left: 10px;
25
+ font-size: 14px;
26
+ font-weight: var(--calcite-font-weight-medium);
27
+ }
28
+ :host .instant-apps-language-translator-item__section calcite-input {
29
+ margin-top: 10px;
30
+ margin-left: 55px;
31
+ }
32
+ :host .instant-apps-language-translator-item__section--last-item {
33
+ border-bottom: none;
34
+ }
35
+ :host .instant-apps-language-translator-item__section--selected {
36
+ background-color: #f1faff;
37
+ }
38
+ :host .instant-apps-language-translator-item__section:first-child {
39
+ margin-right: 1%;
40
+ }
41
+ :host .instant-apps-language-translator-item__ui-location-popover-content {
42
+ display: inline-block;
43
+ padding: 10px;
44
+ max-width: 400px;
45
+ }
46
+ :host .instant-apps-language-translator-item__ui-location-items {
47
+ display: flex;
48
+ }
49
+ :host .instant-apps-language-translator-item__ui-location-item {
50
+ display: flex;
51
+ align-items: center;
52
+ font-weight: var(--calcite-font-weight-medium);
53
+ font-size: 14px;
54
+ }
55
+ :host .instant-apps-language-translator-item__tip {
56
+ display: inline-block;
57
+ font-size: 14px;
58
+ line-height: 22px;
59
+ }
60
+ :host .instant-apps-language-translator-item__info-icon {
61
+ color: var(--calcite-color-brand);
62
+ }
63
+ :host .instant-apps-language-translator-item__info-button {
64
+ border: 0;
65
+ background-color: transparent;
66
+ cursor: pointer;
67
+ }
68
+
69
+ :host(.calcite-mode-dark) .instant-apps-language-translator-item__section--selected {
70
+ background-color: #f1faff;
71
+ background-color: var(--calcite-color-brand);
72
+ color: var(--calcite-color-text-inverse);
73
+ }
74
+ :host(.calcite-mode-dark) .instant-apps-language-translator-item__section--selected calcite-action {
75
+ --calcite-ui-icon-color: var(--calcite-color-text-inverse);
76
+ }
77
+ :host(.calcite-mode-dark) .instant-apps-language-translator-item__section--selected calcite-icon {
78
+ color: var(--calcite-color-text-inverse);
79
+ }
80
+
81
+ :host(.instant-apps-language-translator--last-item) .instant-apps-language-translator-item__section {
82
+ border-bottom: none;
83
+ }
@@ -0,0 +1,34 @@
1
+ :host {
2
+ display: block;
3
+ position: relative;
4
+ }
5
+ :host .instant-apps-language-translator-search__input {
6
+ width: 235.5px;
7
+ }
8
+ :host .instant-apps-language-translator-search__suggestion-list {
9
+ position: absolute;
10
+ margin: 0;
11
+ padding: 0;
12
+ width: 100%;
13
+ max-height: 30vh;
14
+ overflow: auto;
15
+ border-left: none;
16
+ background-color: var(--calcite-color-foreground-1);
17
+ border: 1px solid #c0c0c0;
18
+ z-index: 702;
19
+ }
20
+ :host .instant-apps-language-translator-search__suggestion-list-item:first-child {
21
+ border: none;
22
+ }
23
+ :host .instant-apps-language-translator-search__suggestion-list-item {
24
+ margin-top: 0;
25
+ padding: 0.8em 1em;
26
+ border-top: solid 1px rgba(110, 110, 110, 0.3);
27
+ display: flex;
28
+ flex-direction: column;
29
+ cursor: pointer;
30
+ word-break: break-word;
31
+ }
32
+ :host .instant-apps-language-translator-search__suggestion-list-item:hover {
33
+ background-color: var(--calcite-color-foreground-2);
34
+ }
@@ -0,0 +1,86 @@
1
+ :host {
2
+ display: block;
3
+ }
4
+ :host calcite-modal {
5
+ --calcite-modal-content-padding: 0;
6
+ }
7
+ :host .instant-apps-language-translator__header {
8
+ display: flex;
9
+ justify-content: space-between;
10
+ width: 100%;
11
+ }
12
+ :host .instant-apps-language-translator__header-text {
13
+ font-size: 18px;
14
+ }
15
+ :host .instant-apps-language-translator__saving-indicator {
16
+ display: flex;
17
+ align-items: center;
18
+ font-size: 14.5px;
19
+ color: var(--calcite-color-brand);
20
+ }
21
+ :host .instant-apps-language-translator__writing-icon {
22
+ display: flex;
23
+ justify-content: center;
24
+ align-items: center;
25
+ margin-right: 5px;
26
+ }
27
+ :host .instant-apps-language-translator__close-button {
28
+ width: 175px;
29
+ }
30
+ :host .instant-apps-language-translator__header-tip {
31
+ padding: 20px;
32
+ max-width: 45vw;
33
+ }
34
+ :host .instant-apps-language-translator__top-bar {
35
+ display: flex;
36
+ width: 100%;
37
+ position: sticky;
38
+ top: 0;
39
+ background: var(--calcite-color-foreground-1);
40
+ z-index: 1;
41
+ }
42
+ :host .instant-apps-language-translator__top-bar calcite-label {
43
+ --calcite-label-margin-bottom: 0;
44
+ font-weight: var(--calcite-font-weight-medium);
45
+ }
46
+ :host .instant-apps-language-translator__top-bar-section {
47
+ box-sizing: border-box;
48
+ display: flex;
49
+ align-items: center;
50
+ width: 50%;
51
+ padding: 0.5%;
52
+ }
53
+ :host .instant-apps-language-translator__user-lang-text {
54
+ font-weight: var(--calcite-font-weight-medium);
55
+ }
56
+ :host .instant-apps-language-translator__top-bar-section:first-child {
57
+ display: flex;
58
+ justify-content: space-between;
59
+ }
60
+ :host .instant-apps-language-translator__top-bar-section:nth-child(2) calcite-select {
61
+ width: 255px;
62
+ }
63
+ :host .instant-apps-language-translator__collapse-search-container {
64
+ display: flex;
65
+ justify-content: space-between;
66
+ }
67
+ :host .instant-apps-language-translator__collapse-search-container calcite-input {
68
+ width: 300px;
69
+ margin-left: 30px;
70
+ }
71
+
72
+ .ck.ck-reset.ck-editor.ck-rounded-corners {
73
+ margin-top: 10px !important;
74
+ margin-left: 55px !important;
75
+ }
76
+
77
+ .ck-editor__editable {
78
+ height: 70px !important;
79
+ font-size: 0.875rem !important;
80
+ line-height: 1.375 !important;
81
+ }
82
+
83
+ .ck.ck-editor__editable_inline > :first-child,
84
+ .ck.ck-editor__editable_inline > :last-child {
85
+ --ck-spacing-large: 0.5rem !important;
86
+ }
@@ -0,0 +1,6 @@
1
+ :host .esri-measurement, :host .esri-coordinate-conversion {
2
+ width: 300px;
3
+ }
4
+ :host .instant-apps-measurement-tool__hide {
5
+ display: none;
6
+ }
@@ -0,0 +1,6 @@
1
+ :host .sc-instant-apps-measurement {
2
+ background: var(--calcite-color-foreground-1);
3
+ }
4
+ :host .active-tool {
5
+ --calcite-color-foreground-1:#c7eaff;
6
+ }
@@ -0,0 +1,58 @@
1
+ :host {
2
+ display: block;
3
+ }
4
+
5
+ .instant-apps-popover__content {
6
+ display: flex;
7
+ flex-direction: column;
8
+ padding: 0 5% 5% 5%;
9
+ max-width: 35vw;
10
+ font-family: var(--calcite-sans-family);
11
+ font-size: 0.875rem;
12
+ }
13
+ .instant-apps-popover__content .instant-apps-popover__action {
14
+ align-self: flex-start;
15
+ --calcite-color-foreground-2: transparent;
16
+ }
17
+ .instant-apps-popover__content span {
18
+ display: inline-block;
19
+ font-weight: var(--calcite-font-weight-medium);
20
+ color: var(--calcite-color-text-1);
21
+ margin: 0 0 10px 0;
22
+ font-family: var(--calcite-sans-family);
23
+ }
24
+ .instant-apps-popover__content p {
25
+ line-height: 19.12px;
26
+ margin: 0;
27
+ margin-bottom: 10px;
28
+ font-family: var(--calcite-sans-family);
29
+ }
30
+ .instant-apps-popover__content .instant-apps-popover__footer {
31
+ display: flex;
32
+ flex-direction: row;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ }
36
+ .instant-apps-popover__content .instant-apps-popover__footer span {
37
+ margin-bottom: 0;
38
+ font-weight: normal;
39
+ font-size: 0.875rem;
40
+ font-family: var(--calcite-sans-family);
41
+ }
42
+ .instant-apps-popover__content .instant-apps-popover__footer calcite-button:first-child {
43
+ --calcite-color-foreground-3: transparent;
44
+ }
45
+ .instant-apps-popover__content .instant-apps-popover__footer calcite-button:last-child {
46
+ margin-left: 5px;
47
+ }
48
+ .instant-apps-popover__content .instant-apps-popover__img {
49
+ width: 100%;
50
+ margin-bottom: 10px;
51
+ }
52
+
53
+ .instant-apps-popover__content.instant-apps-popover--action-disabled {
54
+ padding: 5%;
55
+ }
56
+ .instant-apps-popover__content.instant-apps-popover--action-disabled #subtitle {
57
+ margin: 0 0 10px 0;
58
+ }