@gooddata/sdk-ui-semantic-search 11.14.0-alpha.0 → 11.14.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/esm/FooterButtonAiAssistant.d.ts +1 -1
  2. package/esm/FooterButtonAiAssistant.d.ts.map +1 -1
  3. package/esm/FooterButtonAiAssistant.js +1 -2
  4. package/esm/FooterButtonAiAssistant.js.map +1 -1
  5. package/esm/SearchItem.d.ts +1 -1
  6. package/esm/SearchItem.d.ts.map +1 -1
  7. package/esm/SearchItem.js +5 -3
  8. package/esm/SearchItem.js.map +1 -1
  9. package/esm/SemanticSearch.d.ts +3 -3
  10. package/esm/SemanticSearch.d.ts.map +1 -1
  11. package/esm/SemanticSearch.js +5 -7
  12. package/esm/SemanticSearch.js.map +1 -1
  13. package/esm/SemanticSearchItem.d.ts +1 -1
  14. package/esm/SemanticSearchItem.d.ts.map +1 -1
  15. package/esm/SemanticSearchItem.js +1 -2
  16. package/esm/SemanticSearchItem.js.map +1 -1
  17. package/esm/filters/items.filters.d.ts +1 -1
  18. package/esm/filters/items.filters.d.ts.map +1 -1
  19. package/esm/hooks/usSearchKeyboard.d.ts +1 -1
  20. package/esm/hooks/usSearchKeyboard.d.ts.map +1 -1
  21. package/esm/hooks/usSearchKeyboard.js.map +1 -1
  22. package/esm/hooks/useElementWidth.d.ts +1 -1
  23. package/esm/hooks/useElementWidth.d.ts.map +1 -1
  24. package/esm/hooks/useElementWidth.js.map +1 -1
  25. package/esm/hooks/useSemanticSearch.d.ts +2 -2
  26. package/esm/hooks/useSemanticSearch.d.ts.map +1 -1
  27. package/esm/hooks/useSemanticSearch.js.map +1 -1
  28. package/esm/internal/GroupResultCounter.d.ts.map +1 -1
  29. package/esm/internal/GroupResultCounter.js +1 -2
  30. package/esm/internal/GroupResultCounter.js.map +1 -1
  31. package/esm/internal/HistorySearchTreeViewItem.d.ts.map +1 -1
  32. package/esm/internal/HistorySearchTreeViewItem.js +1 -2
  33. package/esm/internal/HistorySearchTreeViewItem.js.map +1 -1
  34. package/esm/internal/LeveledSearchTreeViewItem.d.ts.map +1 -1
  35. package/esm/internal/LeveledSearchTreeViewItem.js +1 -2
  36. package/esm/internal/LeveledSearchTreeViewItem.js.map +1 -1
  37. package/esm/internal/SearchItemDetails.d.ts.map +1 -1
  38. package/esm/internal/SearchItemDetails.js +2 -3
  39. package/esm/internal/SearchItemDetails.js.map +1 -1
  40. package/esm/internal/SearchNoResults.d.ts.map +1 -1
  41. package/esm/internal/SearchNoResults.js +1 -2
  42. package/esm/internal/SearchNoResults.js.map +1 -1
  43. package/esm/internal/SearchOverlay.d.ts +3 -3
  44. package/esm/internal/SearchOverlay.d.ts.map +1 -1
  45. package/esm/internal/SearchOverlay.js +2 -3
  46. package/esm/internal/SearchOverlay.js.map +1 -1
  47. package/esm/internal/itemsBuilder.d.ts +1 -1
  48. package/esm/internal/itemsBuilder.d.ts.map +1 -1
  49. package/esm/itemsBuilder.d.ts +1 -1
  50. package/esm/itemsBuilder.d.ts.map +1 -1
  51. package/esm/localization/IntlWrapper.d.ts +1 -1
  52. package/esm/localization/IntlWrapper.d.ts.map +1 -1
  53. package/esm/localization/translations.d.ts +1 -1
  54. package/esm/localization/translations.d.ts.map +1 -1
  55. package/esm/permissions/PermissionsContext.d.ts +3 -3
  56. package/esm/permissions/PermissionsContext.d.ts.map +1 -1
  57. package/esm/permissions/PermissionsContext.js.map +1 -1
  58. package/esm/permissions/usePermissions.d.ts +1 -1
  59. package/esm/permissions/usePermissions.d.ts.map +1 -1
  60. package/esm/permissions/useWorkspacePermissions.d.ts +2 -2
  61. package/esm/permissions/useWorkspacePermissions.d.ts.map +1 -1
  62. package/esm/permissions/utils.d.ts +1 -1
  63. package/esm/permissions/utils.d.ts.map +1 -1
  64. package/package.json +12 -15
  65. package/styles/css/internal.css +208 -2
  66. package/styles/css/internal.css.map +1 -1
  67. package/styles/css/main.css +176 -0
  68. package/styles/css/main.css.map +1 -1
  69. package/styles/scss/internal.scss +50 -11
  70. package/styles/scss/main.scss +214 -4
  71. package/esm/FooterButtonAiAssistant.module.css +0 -24
  72. package/esm/FooterButtonAiAssistant.module.css.map +0 -1
  73. package/esm/GroupResultCounterStyles.module.css +0 -21
  74. package/esm/GroupResultCounterStyles.module.css.map +0 -1
  75. package/esm/SearchItem.module.css +0 -81
  76. package/esm/SearchItem.module.css.map +0 -1
  77. package/esm/SearchItemDetailsStyles.module.css +0 -41
  78. package/esm/SearchItemDetailsStyles.module.css.map +0 -1
  79. package/esm/SearchItemText.module.css +0 -18
  80. package/esm/SearchItemText.module.css.map +0 -1
  81. package/esm/SemanticSearch.module.css +0 -18
  82. package/esm/SemanticSearch.module.css.map +0 -1
  83. package/esm/internal/SearchNoResults.module.css +0 -10
  84. package/esm/internal/SearchNoResults.module.css.map +0 -1
  85. package/esm/internal/SearchOverlay.module.css +0 -22
  86. package/esm/internal/SearchOverlay.module.css.map +0 -1
@@ -6,19 +6,58 @@
6
6
  @use "@gooddata/sdk-ui-kit/styles/scss/mixins" as kit-mixins;
7
7
  @use "./main.scss" as main;
8
8
 
9
- // Context-dependent styles that cannot be expressed in CSS modules
10
- // These styles apply when semantic search is used within specific containers
9
+ .gd-semantic-search {
10
+ &__overlay {
11
+ background: kit-variables.$gd-color-white;
12
+ margin: 10px 0;
11
13
 
12
- // Desktop header dropdown context
13
- .gd-header-search-dropdown {
14
- .gd-semantic-search__overlay {
15
- width: 440px;
14
+ // Desktop view
15
+ .gd-header-search-dropdown & {
16
+ width: 440px;
17
+ }
18
+
19
+ // Mobile view
20
+ .gd-header-menu-search & {
21
+ .gd-semantic-search__overlay-input {
22
+ margin-bottom: 10px;
23
+ }
24
+ }
25
+ }
26
+
27
+ &__overlay-input {
28
+ margin: 0 10px;
29
+
30
+ input:focus-visible {
31
+ outline: 1px auto kit-variables.$gd-input-text-border-outline;
32
+ outline-offset: 0;
33
+ }
34
+ }
35
+
36
+ &__ai_assistant_button {
37
+ button.gd-ui-kit-button--variant-tertiary.gd-ui-kit-button--hasIconBefore {
38
+ padding-left: 7px;
39
+ }
40
+
41
+ button:focus-visible {
42
+ outline: 1px auto kit-variables.$gd-input-text-border-outline;
43
+ outline-offset: 0;
44
+ }
45
+ }
46
+
47
+ &__overlay-error,
48
+ &__overlay-no-results {
49
+ display: flex;
50
+ justify-content: center;
51
+ align-items: center;
52
+ color: kit-variables.$gd-color-state-blank;
53
+ }
54
+
55
+ &__overlay-error {
56
+ padding: 10px 10px 0;
16
57
  }
17
- }
18
58
 
19
- // Mobile header menu context
20
- .gd-header-menu-search {
21
- .gd-semantic-search__overlay-input {
22
- margin-bottom: 10px;
59
+ &__overlay-no-results {
60
+ height: 100px;
61
+ padding: 0 10px;
23
62
  }
24
63
  }
@@ -4,11 +4,221 @@
4
4
  @use "@gooddata/sdk-ui-kit/src/@ui/defaultTheme.scss";
5
5
  @use "@gooddata/sdk-ui-kit/styles/scss/variables" as kit-variables;
6
6
 
7
- // All component styles have been migrated to CSS modules
8
- // This file is kept for backward compatibility
9
- // Legacy consumers still import styles/css/main.css which needs defaultTheme
7
+ @mixin icon($icon_size) {
8
+ width: $icon_size;
9
+ height: $icon_size;
10
+
11
+ svg {
12
+ // dashboard icon needs explicit size
13
+ width: $icon_size;
14
+ height: $icon_size;
15
+ }
16
+ }
17
+
18
+ .gd-semantic-search {
19
+ &__results-item {
20
+ $root: &;
21
+ cursor: pointer;
22
+ user-select: none;
23
+ width: 100%;
24
+
25
+ display: flex;
26
+ flex-direction: row;
27
+ align-items: center;
28
+
29
+ &[data-level="1"] {
30
+ $item-height: 50px;
31
+ height: $item-height;
32
+
33
+ #{$root}__content {
34
+ height: calc($item-height - 2px);
35
+ }
36
+ #{$root}__icon {
37
+ @include icon(26px);
38
+ }
39
+ }
40
+
41
+ &[data-level="2"] {
42
+ $item-height: 30px;
43
+ height: $item-height;
44
+ padding-left: 10px;
45
+
46
+ #{$root}__content {
47
+ height: calc($item-height - 2px);
48
+ }
49
+ #{$root}__icon {
50
+ @include icon(16px);
51
+ }
52
+ }
53
+
54
+ &--active {
55
+ color: kit-variables.$is-focused-color;
56
+ background: kit-variables.$is-focused-background;
57
+ }
58
+
59
+ &__content {
60
+ box-sizing: border-box;
61
+ width: 100%;
62
+ margin: 1px 0;
63
+ display: flex;
64
+ flex-direction: row;
65
+ align-items: center;
66
+ gap: 1em;
67
+ padding: 5px 12px;
68
+ text-decoration: none;
69
+
70
+ &:hover,
71
+ &:focus,
72
+ &:active,
73
+ &:visited {
74
+ text-decoration: none;
75
+ }
76
+
77
+ &:focus-visible {
78
+ outline: revert;
79
+ }
80
+ }
81
+
82
+ &__text {
83
+ flex: 1;
84
+ min-width: 0; // A hack to make ellipsis work in flexbox
85
+ display: flex;
86
+ flex-direction: column;
87
+ font-weight: 400;
88
+ color: kit-variables.$gd-color-text;
89
+ font-size: 14px;
90
+ line-height: 20px;
91
+
92
+ &__row {
93
+ display: flex;
94
+ flex-direction: row;
95
+ align-items: center;
96
+ gap: 5px;
97
+ }
98
+
99
+ &__row:not(:first-child) {
100
+ color: kit-variables.$gd-color-state-blank;
101
+ }
102
+
103
+ &__ellipsis {
104
+ white-space: nowrap;
105
+ overflow: hidden;
106
+ text-overflow: ellipsis;
107
+ flex-shrink: 1;
108
+ }
109
+ }
110
+
111
+ &__details-container {
112
+ display: grid;
113
+ justify-items: end;
114
+ height: 100%;
115
+ font-size: 14px;
116
+ color: kit-variables.$gd-color-state-blank;
117
+ }
118
+
119
+ &__details {
120
+ width: 16px;
121
+ height: 16px;
122
+ align-self: center;
123
+ align-items: center;
124
+
125
+ & .gd-ellipsis-text {
126
+ margin: 10px 0 0;
127
+ }
128
+ }
129
+
130
+ &__details__contents {
131
+ width: 190px;
132
+ padding: 5px;
133
+ box-sizing: border-box;
134
+ display: flex;
135
+ flex-direction: column;
136
+
137
+ h3 {
138
+ font-size: 14px;
139
+ margin: 0;
140
+ }
141
+
142
+ .gd-ellipsis-text-content {
143
+ font-size: 12px;
144
+ }
145
+
146
+ h4 {
147
+ margin: 10px 0 0;
148
+ text-transform: uppercase;
149
+ font-size: 10px;
150
+ font-weight: 400;
151
+ color: kit-variables.$gd-color-state-blank;
152
+ }
153
+
154
+ hr {
155
+ margin: 10px 0;
156
+ border: 0;
157
+ border-top: 1px solid kit-variables.$gd-border-color;
158
+ }
159
+
160
+ &__match h4 {
161
+ text-transform: none;
162
+ font-size: 12px;
163
+ }
164
+ }
165
+
166
+ &__counter {
167
+ display: flex;
168
+ align-self: end;
169
+ align-items: center;
170
+ gap: 5px;
171
+ line-height: 16px;
172
+ }
173
+
174
+ &__counter__icon {
175
+ width: 16px;
176
+ height: 16px;
177
+ transition: rotate 0.2s;
178
+ transform-origin: center;
179
+ rotate: 0deg;
180
+
181
+ &--expanded {
182
+ rotate: 90deg;
183
+ }
184
+ }
185
+ }
186
+
187
+ &__bubble.bubble.bubble-light {
188
+ background: kit-variables.$gd-color-white;
189
+ }
190
+
191
+ &__bubble_trigger {
192
+ display: flex;
193
+ }
194
+
195
+ &__ai_assistant_button {
196
+ display: flex;
197
+ height: 50px;
198
+ align-items: center;
199
+ margin-bottom: -10px;
200
+ border: 1px solid kit-variables.$gd-color-white;
201
+ border-top-color: kit-variables.$gd-border-color;
202
+ background: kit-variables.$gd-color-white;
203
+ margin-top: 10px;
204
+
205
+ button {
206
+ height: 100%;
207
+ width: 100%;
208
+ justify-content: flex-start;
209
+ }
210
+ }
211
+
212
+ &__message {
213
+ display: flex;
214
+ justify-content: center;
215
+ align-items: center;
216
+ color: kit-variables.$gd-color-state-blank;
217
+ height: 100px;
218
+ padding: 0 10px;
219
+ }
220
+ }
10
221
 
11
- // The only remaining style that hasn't been migrated, overrides a classname defined in sdk-ui-kit:
12
222
  .gd-ui-kit-treeview {
13
223
  margin: 10px 0;
14
224
  }
@@ -1,24 +0,0 @@
1
- .aiAssistantButton {
2
- display: flex;
3
- height: 50px;
4
- align-items: center;
5
- margin-bottom: -10px;
6
- border: 1px solid var(--gd-palette-complementary-0, #fff);
7
- border-top-color: var(--gd-palette-complementary-3, #dde4eb);
8
- background: var(--gd-palette-complementary-0, #fff);
9
- margin-top: 10px;
10
- }
11
- .aiAssistantButton button {
12
- height: 100%;
13
- width: 100%;
14
- justify-content: flex-start;
15
- }
16
- .aiAssistantButton :global(button.gd-ui-kit-button--variant-tertiary.gd-ui-kit-button--hasIconBefore) {
17
- padding-left: 7px;
18
- }
19
- .aiAssistantButton button:focus-visible {
20
- outline: 1px auto var(--gd-palette-primary-base, #14b2e2);
21
- outline-offset: 0;
22
- }
23
-
24
- /*# sourceMappingURL=FooterButtonAiAssistant.module.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../src/FooterButtonAiAssistant.module.scss","../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAKA;EACI;EACA;EACA;EACA;EACA;EACA,kBC4Bc;ED3Bd,YCKa;EDJb;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA","file":"FooterButtonAiAssistant.module.css"}
@@ -1,21 +0,0 @@
1
- .counter {
2
- display: flex;
3
- align-self: end;
4
- align-items: center;
5
- gap: 5px;
6
- line-height: 16px;
7
- }
8
-
9
- .counterIcon {
10
- width: 16px;
11
- height: 16px;
12
- transition: rotate 0.2s;
13
- transform-origin: center;
14
- rotate: 0deg;
15
- }
16
-
17
- .counterIconExpanded {
18
- rotate: 90deg;
19
- }
20
-
21
- /*# sourceMappingURL=GroupResultCounterStyles.module.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../src/GroupResultCounterStyles.module.scss"],"names":[],"mappings":"AAGA;EACI;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;;;AAIJ;EACI","file":"GroupResultCounterStyles.module.css"}
@@ -1,81 +0,0 @@
1
- .resultsItem {
2
- cursor: pointer;
3
- user-select: none;
4
- width: 100%;
5
- display: flex;
6
- flex-direction: row;
7
- align-items: center;
8
- }
9
- .resultsItem[data-level="1"] {
10
- height: 50px;
11
- }
12
- .resultsItem[data-level="1"] .content {
13
- height: 48px;
14
- }
15
- .resultsItem[data-level="1"] .icon {
16
- width: 26px;
17
- height: 26px;
18
- }
19
- .resultsItem[data-level="1"] .icon svg {
20
- width: 26px;
21
- height: 26px;
22
- }
23
- .resultsItem[data-level="2"] {
24
- height: 30px;
25
- padding-left: 10px;
26
- }
27
- .resultsItem[data-level="2"] .content {
28
- height: 28px;
29
- }
30
- .resultsItem[data-level="2"] .icon {
31
- width: 16px;
32
- height: 16px;
33
- }
34
- .resultsItem[data-level="2"] .icon svg {
35
- width: 16px;
36
- height: 16px;
37
- }
38
-
39
- .resultsItemActive {
40
- color: var(--gd-palette-complementary-9, #000);
41
- background: var(--gd-palette-complementary-2, #ebeff4);
42
- }
43
-
44
- .content {
45
- box-sizing: border-box;
46
- width: 100%;
47
- margin: 1px 0;
48
- display: flex;
49
- flex-direction: row;
50
- align-items: center;
51
- gap: 1em;
52
- padding: 5px 12px;
53
- text-decoration: none;
54
- }
55
- .content:hover, .content:focus, .content:active, .content:visited {
56
- text-decoration: none;
57
- }
58
- .content:focus-visible {
59
- outline: revert;
60
- }
61
-
62
- .text {
63
- flex: 1;
64
- min-width: 0;
65
- display: flex;
66
- flex-direction: column;
67
- font-weight: 400;
68
- color: var(--gd-palette-complementary-8, #464e56);
69
- font-size: 14px;
70
- line-height: 20px;
71
- }
72
-
73
- .detailsContainer {
74
- display: grid;
75
- justify-items: end;
76
- height: 100%;
77
- font-size: 14px;
78
- color: var(--gd-palette-complementary-6, #94a1ad);
79
- }
80
-
81
- /*# sourceMappingURL=SearchItem.module.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../src/SearchItem.module.scss","../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAgBA;EACI;EACA;EACA;EAEA;EACA;EACA;;AAEA;EAEI,QADc;;AAGd;EACI;;AAGJ;EA5BJ,OA6BsB;EA5BtB,QA4BsB;;AA1BtB;EAEI,OAwBkB;EAvBlB,QAuBkB;;AAItB;EAEI,QADc;EAEd;;AAEA;EACI;;AAGJ;EA1CJ,OA2CsB;EA1CtB,QA0CsB;;AAxCtB;EAEI,OAsCkB;EArClB,QAqCkB;;;AAM1B;EACI,OCnBY;EDoBZ,YCwDoB;;;ADpDxB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAII;;AAGJ;EACI;;;AAUR;EACI;EACA;EACA;EACA;EACA;EACA,OCjEY;EDkEZ;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA,OCnFmB","file":"SearchItem.module.css"}
@@ -1,41 +0,0 @@
1
- .details {
2
- width: 16px;
3
- height: 16px;
4
- align-self: center;
5
- align-items: center;
6
- }
7
-
8
- .detailsContents {
9
- width: 190px;
10
- padding: 5px;
11
- box-sizing: border-box;
12
- display: flex;
13
- flex-direction: column;
14
- }
15
- .detailsContents h3 {
16
- font-size: 14px;
17
- margin: 0;
18
- }
19
- .detailsContents h4 {
20
- margin: 10px 0 0;
21
- text-transform: uppercase;
22
- font-size: 10px;
23
- font-weight: 400;
24
- color: var(--gd-palette-complementary-6, #94a1ad);
25
- }
26
- .detailsContents hr {
27
- margin: 10px 0;
28
- border: 0;
29
- border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
30
- }
31
-
32
- .detailsMatch h4 {
33
- text-transform: none;
34
- font-size: 12px;
35
- }
36
-
37
- .bubbleTrigger {
38
- display: flex;
39
- }
40
-
41
- /*# sourceMappingURL=SearchItemDetailsStyles.module.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../src/SearchItemDetailsStyles.module.scss","../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAKA;EACI;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAKJ;EACI;EACA;EACA;EACA;EACA,OCTe;;ADYnB;EACI;EACA;EACA;;;AAKR;EACI;EACA;;;AAOJ;EACI","file":"SearchItemDetailsStyles.module.css"}
@@ -1,18 +0,0 @@
1
- .textRow {
2
- display: flex;
3
- flex-direction: row;
4
- align-items: center;
5
- gap: 5px;
6
- }
7
- .textRow:not(:first-child) {
8
- color: var(--gd-palette-complementary-6, #94a1ad);
9
- }
10
-
11
- .textEllipsis {
12
- white-space: nowrap;
13
- overflow: hidden;
14
- text-overflow: ellipsis;
15
- flex-shrink: 1;
16
- }
17
-
18
- /*# sourceMappingURL=SearchItemText.module.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../src/SearchItemText.module.scss","../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAMA;EACI;EACA;EACA;EACA;;AAEA;EACI,OCUe;;;ADLvB;EACI;EACA;EACA;EACA","file":"SearchItemText.module.css"}
@@ -1,18 +0,0 @@
1
- .semanticSearch {
2
- display: block;
3
- }
4
-
5
- .input {
6
- display: inline-block;
7
- }
8
-
9
- .message {
10
- display: flex;
11
- justify-content: center;
12
- align-items: center;
13
- color: var(--gd-palette-complementary-6, #94a1ad);
14
- height: 100px;
15
- padding: 0 10px;
16
- }
17
-
18
- /*# sourceMappingURL=SemanticSearch.module.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../src/SemanticSearch.module.scss","../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAMA;EACI;;;AAKJ;EACI;;;AAIJ;EACI;EACA;EACA;EACA,OCEmB;EDDnB;EACA","file":"SemanticSearch.module.css"}
@@ -1,10 +0,0 @@
1
- .overlayNoResults {
2
- display: flex;
3
- justify-content: center;
4
- align-items: center;
5
- color: var(--gd-palette-complementary-6, #94a1ad);
6
- height: 100px;
7
- padding: 0 10px;
8
- }
9
-
10
- /*# sourceMappingURL=SearchNoResults.module.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/internal/SearchNoResults.module.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAKA;EACI;EACA;EACA;EACA,OCcmB;EDbnB;EACA","file":"SearchNoResults.module.css"}
@@ -1,22 +0,0 @@
1
- .overlay {
2
- background: var(--gd-palette-complementary-0, #fff);
3
- margin: 10px 0;
4
- }
5
-
6
- .overlayInput {
7
- margin: 0 10px;
8
- }
9
- .overlayInput input:focus-visible {
10
- outline: 1px auto var(--gd-palette-primary-base, #14b2e2);
11
- outline-offset: 0;
12
- }
13
-
14
- .overlayError {
15
- display: flex;
16
- justify-content: center;
17
- align-items: center;
18
- color: var(--gd-palette-complementary-6, #94a1ad);
19
- padding: 10px 10px 0;
20
- }
21
-
22
- /*# sourceMappingURL=SearchOverlay.module.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/internal/SearchOverlay.module.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAKA;EACI,YCWa;EDVb;;;AAKJ;EACI;;AAEA;EACI;EACA;;;AAMR;EACI;EACA;EACA;EACA,OCJmB;EDKnB","file":"SearchOverlay.module.css"}