@entur/dropdown 3.0.25 → 3.0.27

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.26](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.25...@entur/dropdown@3.0.26) (2023-01-19)
7
+
8
+ **Note:** Version bump only for package @entur/dropdown
9
+
6
10
  ## [3.0.25](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.22...@entur/dropdown@3.0.25) (2022-12-09)
7
11
 
8
12
  **Note:** Version bump only for package @entur/dropdown
package/dist/styles.css CHANGED
@@ -2,19 +2,6 @@
2
2
  --eds-dropdown: 1;
3
3
  }/* DO NOT CHANGE!*/
4
4
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
- .eds-dropdown + .eds-form-control__append {
6
- margin-left: -2em;
7
- pointer-events: none;
8
- }
9
-
10
- .eds-dropdown option {
11
- color: #181c56;
12
- background-color: #ffffff;
13
- }
14
- .eds-contrast .eds-dropdown option {
15
- color: #181c56;
16
- }/* DO NOT CHANGE!*/
17
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
18
5
  .eds-dropdown-list {
19
6
  border-radius: 0.25rem;
20
7
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
@@ -177,12 +164,17 @@
177
164
  }
178
165
  }/* DO NOT CHANGE!*/
179
166
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
180
- .eds-inline-spinner {
181
- align-items: center;
182
- display: flex;
183
- justify-content: center;
184
- height: 100%;
185
- width: 100%;
167
+ .eds-dropdown + .eds-form-control__append {
168
+ margin-left: -2em;
169
+ pointer-events: none;
170
+ }
171
+
172
+ .eds-dropdown option {
173
+ color: #181c56;
174
+ background-color: #ffffff;
175
+ }
176
+ .eds-contrast .eds-dropdown option {
177
+ color: #181c56;
186
178
  }/* DO NOT CHANGE!*/
187
179
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
188
180
  .eds-dropdown__searchable-selected-item {
@@ -214,6 +206,14 @@
214
206
  transition: none;
215
207
  }/* DO NOT CHANGE!*/
216
208
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
209
+ .eds-inline-spinner {
210
+ align-items: center;
211
+ display: flex;
212
+ justify-content: center;
213
+ height: 100%;
214
+ width: 100%;
215
+ }/* DO NOT CHANGE!*/
216
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
217
217
  .eds-searchable-dropdown__wrapper {
218
218
  position: relative;
219
219
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/dropdown",
3
- "version": "3.0.25",
3
+ "version": "3.0.27",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/dropdown.esm.js",
@@ -19,7 +19,7 @@
19
19
  "scripts": {
20
20
  "start": "dts watch --noClean",
21
21
  "build": "dts build",
22
- "test": "dts test --env=jsdom",
22
+ "test": "dts test",
23
23
  "lint": "dts lint"
24
24
  },
25
25
  "peerDependencies": {
@@ -27,16 +27,17 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/a11y": "^0.2.52",
31
- "@entur/chip": "^0.6.15",
32
- "@entur/form": "^5.4.12",
33
- "@entur/icons": "^5.4.0",
34
- "@entur/loader": "^0.4.15",
35
- "@entur/tokens": "^3.4.3",
36
- "@entur/tooltip": "^2.5.24",
37
- "@entur/utils": "^0.4.8",
30
+ "@entur/a11y": "^0.2.54",
31
+ "@entur/button": "^2.10.9",
32
+ "@entur/chip": "^0.6.17",
33
+ "@entur/form": "^5.4.14",
34
+ "@entur/icons": "^5.4.2",
35
+ "@entur/loader": "^0.4.17",
36
+ "@entur/tokens": "^3.4.4",
37
+ "@entur/tooltip": "^2.6.1",
38
+ "@entur/utils": "^0.5.0",
38
39
  "classnames": "^2.3.1",
39
40
  "downshift": "^6.1.7"
40
41
  },
41
- "gitHead": "103844c30bdc32296f3998a360cf6066492173e9"
42
+ "gitHead": "36772ae4f2d8375622acff19736c07d15435cb95"
42
43
  }