@entur/dropdown 3.0.4 → 3.0.5

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.5](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.4...@entur/dropdown@3.0.5) (2022-05-13)
7
+
8
+ **Note:** Version bump only for package @entur/dropdown
9
+
6
10
  ## [3.0.4](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.3...@entur/dropdown@3.0.4) (2022-05-04)
7
11
 
8
12
  **Note:** Version bump only for package @entur/dropdown
package/dist/styles.css CHANGED
@@ -2,6 +2,19 @@
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. */
5
18
  .eds-multi-select {
6
19
  position: relative;
7
20
  }
@@ -99,19 +112,6 @@
99
112
  }
100
113
  }/* DO NOT CHANGE!*/
101
114
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
102
- .eds-dropdown + .eds-form-control__append {
103
- margin-left: -2em;
104
- pointer-events: none;
105
- }
106
-
107
- .eds-dropdown option {
108
- color: #181c56;
109
- background-color: #ffffff;
110
- }
111
- .eds-contrast .eds-dropdown option {
112
- color: #181c56;
113
- }/* DO NOT CHANGE!*/
114
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
115
115
  .eds-dropdown-list {
116
116
  border-radius: 0.25rem;
117
117
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/dropdown",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/dropdown.esm.js",
@@ -27,16 +27,16 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/a11y": "^0.2.43",
31
- "@entur/chip": "^0.5.5",
32
- "@entur/form": "^5.3.4",
30
+ "@entur/a11y": "^0.2.44",
31
+ "@entur/chip": "^0.5.6",
32
+ "@entur/form": "^5.3.5",
33
33
  "@entur/icons": "^4.1.2",
34
- "@entur/loader": "^0.4.6",
34
+ "@entur/loader": "^0.4.7",
35
35
  "@entur/tokens": "^3.3.2",
36
- "@entur/tooltip": "^2.5.7",
36
+ "@entur/tooltip": "^2.5.8",
37
37
  "@entur/utils": "^0.4.3",
38
38
  "classnames": "^2.3.1",
39
39
  "downshift": "^6.1.7"
40
40
  },
41
- "gitHead": "0fba0071ad9dc75cc68b72b846f5bab78be12449"
41
+ "gitHead": "9e25b2a4a4ab659dc368f51ad0e0b74bee26e1d0"
42
42
  }