@entur/dropdown 3.0.5 → 3.0.8
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 +12 -0
- package/dist/styles.css +21 -21
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.8](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.7...@entur/dropdown@3.0.8) (2022-06-28)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @entur/dropdown
|
|
9
|
+
|
|
10
|
+
## [3.0.7](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.6...@entur/dropdown@3.0.7) (2022-06-24)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @entur/dropdown
|
|
13
|
+
|
|
14
|
+
## [3.0.6](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.5...@entur/dropdown@3.0.6) (2022-06-02)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @entur/dropdown
|
|
17
|
+
|
|
6
18
|
## [3.0.5](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.4...@entur/dropdown@3.0.5) (2022-05-13)
|
|
7
19
|
|
|
8
20
|
**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-multi-select {
|
|
19
6
|
position: relative;
|
|
20
7
|
}
|
|
@@ -112,6 +99,19 @@
|
|
|
112
99
|
}
|
|
113
100
|
}/* DO NOT CHANGE!*/
|
|
114
101
|
/* 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);
|
|
@@ -177,14 +177,6 @@
|
|
|
177
177
|
margin-left: 0.75rem;
|
|
178
178
|
}/* DO NOT CHANGE!*/
|
|
179
179
|
/* 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%;
|
|
186
|
-
}/* DO NOT CHANGE!*/
|
|
187
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
188
180
|
.eds-dropdown__searchable-selected-item {
|
|
189
181
|
display: block;
|
|
190
182
|
font-size: 1rem;
|
|
@@ -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-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.
|
|
3
|
+
"version": "3.0.8",
|
|
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.
|
|
31
|
-
"@entur/chip": "^0.
|
|
32
|
-
"@entur/form": "^5.3.
|
|
33
|
-
"@entur/icons": "^4.
|
|
34
|
-
"@entur/loader": "^0.4.
|
|
30
|
+
"@entur/a11y": "^0.2.45",
|
|
31
|
+
"@entur/chip": "^0.6.0",
|
|
32
|
+
"@entur/form": "^5.3.8",
|
|
33
|
+
"@entur/icons": "^4.2.0",
|
|
34
|
+
"@entur/loader": "^0.4.8",
|
|
35
35
|
"@entur/tokens": "^3.3.2",
|
|
36
|
-
"@entur/tooltip": "^2.5.
|
|
36
|
+
"@entur/tooltip": "^2.5.11",
|
|
37
37
|
"@entur/utils": "^0.4.3",
|
|
38
38
|
"classnames": "^2.3.1",
|
|
39
39
|
"downshift": "^6.1.7"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "b8c747624dc3cb71b5710305c958ece5ba460e23"
|
|
42
42
|
}
|