@entur/dropdown 6.0.0-beta.0 → 6.0.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.
- package/dist/styles.css +32 -32
- package/package.json +10 -10
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
/* DO NOT CHANGE!*/
|
|
2
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
|
+
.eds-dropdown__searchable-selected-item {
|
|
4
|
+
display: block;
|
|
5
|
+
font-size: 1rem;
|
|
6
|
+
line-height: 1rem;
|
|
7
|
+
margin-right: -1rem;
|
|
8
|
+
padding: calc(1rem + 0.25rem) 0 0.25rem 1rem;
|
|
9
|
+
font-family: inherit;
|
|
10
|
+
overflow-x: hidden;
|
|
11
|
+
text-overflow: ellipsis;
|
|
12
|
+
white-space: nowrap;
|
|
13
|
+
}
|
|
14
|
+
.eds-dropdown__searchable-selected-item__wrapper {
|
|
15
|
+
max-width: 65%;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.eds-form-control.eds-dropdown__input::-moz-placeholder {
|
|
19
|
+
-moz-transition: none;
|
|
20
|
+
transition: none;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.eds-form-control.eds-dropdown__input::placeholder {
|
|
24
|
+
transition: none;
|
|
25
|
+
}
|
|
26
|
+
.eds-inline-spinner {
|
|
27
|
+
align-items: center;
|
|
28
|
+
display: flex;
|
|
29
|
+
justify-content: center;
|
|
30
|
+
height: 100%;
|
|
31
|
+
width: 100%;
|
|
32
|
+
}
|
|
33
|
+
/* DO NOT CHANGE!*/
|
|
34
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
35
|
.eds-dropdown-list {
|
|
4
36
|
border-radius: 0.25rem;
|
|
5
37
|
box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
|
|
@@ -120,38 +152,6 @@
|
|
|
120
152
|
.eds-contrast .eds-form-control-wrapper--disabled .eds-dropdown__divider {
|
|
121
153
|
background-color: #8285a8;
|
|
122
154
|
}
|
|
123
|
-
.eds-inline-spinner {
|
|
124
|
-
align-items: center;
|
|
125
|
-
display: flex;
|
|
126
|
-
justify-content: center;
|
|
127
|
-
height: 100%;
|
|
128
|
-
width: 100%;
|
|
129
|
-
}
|
|
130
|
-
/* DO NOT CHANGE!*/
|
|
131
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
132
|
-
.eds-dropdown__searchable-selected-item {
|
|
133
|
-
display: block;
|
|
134
|
-
font-size: 1rem;
|
|
135
|
-
line-height: 1rem;
|
|
136
|
-
margin-right: -1rem;
|
|
137
|
-
padding: calc(1rem + 0.25rem) 0 0.25rem 1rem;
|
|
138
|
-
font-family: inherit;
|
|
139
|
-
overflow-x: hidden;
|
|
140
|
-
text-overflow: ellipsis;
|
|
141
|
-
white-space: nowrap;
|
|
142
|
-
}
|
|
143
|
-
.eds-dropdown__searchable-selected-item__wrapper {
|
|
144
|
-
max-width: 65%;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.eds-form-control.eds-dropdown__input::-moz-placeholder {
|
|
148
|
-
-moz-transition: none;
|
|
149
|
-
transition: none;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.eds-form-control.eds-dropdown__input::placeholder {
|
|
153
|
-
transition: none;
|
|
154
|
-
}
|
|
155
155
|
/* DO NOT CHANGE!*/
|
|
156
156
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
157
157
|
.eds-dropdown__toggle-button {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/dropdown",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/dropdown.esm.js",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/a11y": "^0.2.
|
|
31
|
-
"@entur/button": "^3.2.
|
|
32
|
-
"@entur/chip": "^0.7.
|
|
33
|
-
"@entur/form": "^8.0.
|
|
34
|
-
"@entur/icons": "^7.
|
|
35
|
-
"@entur/loader": "^0.5.
|
|
36
|
-
"@entur/tokens": "^3.
|
|
37
|
-
"@entur/tooltip": "^3.0.
|
|
30
|
+
"@entur/a11y": "^0.2.88",
|
|
31
|
+
"@entur/button": "^3.2.29",
|
|
32
|
+
"@entur/chip": "^0.7.16",
|
|
33
|
+
"@entur/form": "^8.0.1",
|
|
34
|
+
"@entur/icons": "^7.1.0",
|
|
35
|
+
"@entur/loader": "^0.5.7",
|
|
36
|
+
"@entur/tokens": "^3.16.0",
|
|
37
|
+
"@entur/tooltip": "^3.0.1",
|
|
38
38
|
"@entur/utils": "^0.11.1",
|
|
39
39
|
"@floating-ui/react-dom": "^2.1.0",
|
|
40
40
|
"classnames": "^2.3.1",
|
|
41
41
|
"downshift": "^8.3.3"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "0003528fef45ca9117e13c3282804da3f0cdea2f"
|
|
44
44
|
}
|