@reltio/search 1.4.1772 → 1.4.1774

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 (3) hide show
  1. package/bundle.js +1 -1
  2. package/main.css +0 -104
  3. package/package.json +4 -4
package/main.css CHANGED
@@ -89,110 +89,6 @@ div[role=tooltip] {
89
89
  font-family: Roboto, Helvetica, Arial, sans-serif;
90
90
  }
91
91
 
92
- .SearchBar-styles-popupBackdrop--Ynlyh {
93
- background-color: rgba(137, 164, 162, 0.6);
94
- position: absolute;
95
- top: 0;
96
- left: 0;
97
- right: 0;
98
- bottom: 0;
99
- }
100
- .SearchBar-styles-popupContent--YXAB4 {
101
- height: 345px;
102
- width: 308px;
103
- border-radius: 3px;
104
- background-color: #F9F9F9;
105
- box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
106
- z-index: 11;
107
- }
108
- .SearchBar-styles-complexPopupContent--G0_AU {
109
- height: 690px;
110
- width: 578px;
111
- }
112
- @keyframes SearchBar-styles-highlightAnimate--I1GCM {
113
- from {
114
- background: transparent;
115
- }
116
- 50% {
117
- background: #f2e68e;
118
- }
119
- 100% {
120
- background: transparent;
121
- }
122
- }
123
- .SearchBar-styles-highlighted--S0RCh {
124
- animation-name: SearchBar-styles-highlightAnimate--I1GCM;
125
- animation-duration: 3s;
126
- animation-iteration-count: 1;
127
- }
128
- .highlightedSelector {
129
- animation-name: SearchBar-styles-highlightAnimate--I1GCM;
130
- animation-duration: 3s;
131
- animation-iteration-count: 1;
132
- }
133
- .SearchBar-styles-inactiveBackground--YAji0 {
134
- background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 14px, #e9e9e9 15px, #e9e9e9 16px);
135
- }
136
- .SearchBar-styles-inactiveHoverBackground--Ok_yM {
137
- background: repeating-linear-gradient(45deg, #f2f2f2, #f2f2f2 14px, #e2e2e2 15px, #e2e2e2 16px);
138
- }
139
- .SearchBar-styles-inactiveSelectedBackground--jLhim {
140
- background: repeating-linear-gradient(45deg, #DBE9F4, #DBE9F4 14px, #CCDAE5 15px, #CCDAE5 16px);
141
- }
142
- .SearchBar-styles-inactiveSelectedHoverBackground--TtVUn {
143
- background: repeating-linear-gradient(45deg, #D4E2ED, #D4E2ED 14px, #C6D4DF 15px, #C6D4DF 16px);
144
- }
145
- .SearchBar-styles-container--SeqIr {
146
- display: flex;
147
- flex-direction: column;
148
- position: relative;
149
- padding-left: 16px;
150
- padding-right: 20px;
151
- }
152
- .SearchBar-styles-container--SeqIr .SearchBar-styles-header--eAsGS {
153
- height: 63px;
154
- display: flex;
155
- align-items: center;
156
- }
157
- .SearchBar-styles-container--SeqIr .SearchBar-styles-header--eAsGS .SearchBar-styles-captionWrapper--UbCGP {
158
- margin-top: -2px;
159
- padding-left: 8px;
160
- flex-shrink: 0;
161
- }
162
- .SearchBar-styles-container--SeqIr .SearchBar-styles-header--eAsGS .SearchBar-styles-captionWrapper--UbCGP .SearchBar-styles-profileText--uSHNT {
163
- padding-left: 8px;
164
- color: rgba(0, 0, 0, 0.6);
165
- }
166
- .SearchBar-styles-container--SeqIr .SearchBar-styles-header--eAsGS .SearchBar-styles-captionWrapper--UbCGP .SearchBar-styles-profileNumber--lh3eI {
167
- font-weight: 600;
168
- }
169
- .SearchBar-styles-container--SeqIr .SearchBar-styles-facetsBar--NU7WN {
170
- display: flex;
171
- align-items: center;
172
- flex-grow: 1;
173
- margin-bottom: 12px;
174
- margin-top: -8px;
175
- }
176
- .SearchBar-styles-container--SeqIr .SearchBar-styles-facetsBar--NU7WN .SearchBar-styles-showBar--s2Fhd {
177
- display: flex;
178
- overflow: hidden;
179
- }
180
- .SearchBar-styles-container--SeqIr .SearchBar-styles-clearButton--HaHqX {
181
- margin-right: auto;
182
- margin-left: 14px;
183
- }
184
- .SearchBar-styles-container--SeqIr .SearchBar-styles-splitter--zkNvc {
185
- margin-right: 15px;
186
- margin-left: 1px;
187
- height: 32px;
188
- }
189
- .SearchBar-styles-container--SeqIr .SearchBar-styles-savedSearchesButton--jc1Xo {
190
- border-color: rgba(0, 0, 0, 0.12);
191
- }
192
- .SearchBar-styles-container--SeqIr .SearchBar-styles-buttonText--tXD5K {
193
- letter-spacing: 0;
194
- }
195
-
196
92
  .ValuesEditor-styles-loadingWrapper--xPido {
197
93
  display: flex;
198
94
  min-height: 46px;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@reltio/search",
3
- "version": "1.4.1772",
3
+ "version": "1.4.1774",
4
4
  "main": "bundle.js",
5
5
  "license": "SEE LICENSE IN LICENSE FILE",
6
6
  "dependencies": {
7
7
  "@redux-beacon/google-analytics": "1.1.1",
8
- "@reltio/components": "^1.4.1763",
9
- "@reltio/mdm-module": "^1.4.1748",
10
- "@reltio/mdm-sdk": "^1.4.1741",
8
+ "@reltio/components": "^1.4.1765",
9
+ "@reltio/mdm-module": "^1.4.1750",
10
+ "@reltio/mdm-sdk": "^1.4.1743",
11
11
  "browserify-rsa": "4.1.0",
12
12
  "browserify-sign": "4.2.2",
13
13
  "buffer": "5.7.1",