@entur/dropdown 6.0.1 → 6.0.2

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 (2) hide show
  1. package/dist/styles.css +32 -32
  2. package/package.json +10 -10
package/dist/styles.css CHANGED
@@ -1,37 +1,5 @@
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. */
35
3
  .eds-dropdown-list {
36
4
  border-radius: 0.25rem;
37
5
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
@@ -154,6 +122,38 @@
154
122
  }
155
123
  /* DO NOT CHANGE!*/
156
124
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
125
+ .eds-dropdown__searchable-selected-item {
126
+ display: block;
127
+ font-size: 1rem;
128
+ line-height: 1rem;
129
+ margin-right: -1rem;
130
+ padding: calc(1rem + 0.25rem) 0 0.25rem 1rem;
131
+ font-family: inherit;
132
+ overflow-x: hidden;
133
+ text-overflow: ellipsis;
134
+ white-space: nowrap;
135
+ }
136
+ .eds-dropdown__searchable-selected-item__wrapper {
137
+ max-width: 65%;
138
+ }
139
+
140
+ .eds-form-control.eds-dropdown__input::-moz-placeholder {
141
+ -moz-transition: none;
142
+ transition: none;
143
+ }
144
+
145
+ .eds-form-control.eds-dropdown__input::placeholder {
146
+ transition: none;
147
+ }
148
+ .eds-inline-spinner {
149
+ align-items: center;
150
+ display: flex;
151
+ justify-content: center;
152
+ height: 100%;
153
+ width: 100%;
154
+ }
155
+ /* DO NOT CHANGE!*/
156
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
157
157
  .eds-dropdown__toggle-button {
158
158
  -webkit-appearance: none;
159
159
  -moz-appearance: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/dropdown",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
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.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",
30
+ "@entur/a11y": "^0.2.89",
31
+ "@entur/button": "^3.2.30",
32
+ "@entur/chip": "^0.7.17",
33
+ "@entur/form": "^8.0.2",
34
+ "@entur/icons": "^7.2.0",
35
+ "@entur/loader": "^0.5.8",
36
+ "@entur/tokens": "^3.17.0",
37
+ "@entur/tooltip": "^3.0.2",
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": "0003528fef45ca9117e13c3282804da3f0cdea2f"
43
+ "gitHead": "20838cf27b3f76a9ce3259fe808d60132ab0a653"
44
44
  }