@entur/chip 0.6.26 → 0.6.28

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 +39 -39
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -105,6 +105,45 @@
105
105
  }
106
106
  /* DO NOT CHANGE!*/
107
107
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
108
+ .eds-action-chip {
109
+ cursor: pointer;
110
+ }
111
+ .eds-action-chip:focus {
112
+ outline: none;
113
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
114
+ outline-offset: 0.125rem;
115
+ }
116
+ .eds-contrast .eds-action-chip:focus {
117
+ box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
118
+ }
119
+ .eds-action-chip:hover {
120
+ border-color: #181c56;
121
+ }
122
+ .eds-contrast .eds-action-chip:hover {
123
+ background-color: #54568c;
124
+ border-color: #54568c;
125
+ }
126
+ .eds-action-chip:active {
127
+ background: #d1d4e3;
128
+ }
129
+ .eds-contrast .eds-action-chip:active {
130
+ background-color: #292b6a;
131
+ border-color: #292b6a;
132
+ }
133
+ .eds-action-chip--disabled {
134
+ opacity: 0.5;
135
+ pointer-events: none;
136
+ }
137
+ .eds-action-chip--disabled__wrapper {
138
+ cursor: not-allowed;
139
+ width: -moz-fit-content;
140
+ width: fit-content;
141
+ }
142
+ .eds-contrast .eds-action-chip__loading-dots .eds-loading-dots__dot {
143
+ background-color: #ffffff;
144
+ }
145
+ /* DO NOT CHANGE!*/
146
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
108
147
  .eds-tag-chip {
109
148
  cursor: default;
110
149
  padding-right: 0.25rem;
@@ -145,45 +184,6 @@
145
184
  }
146
185
  /* DO NOT CHANGE!*/
147
186
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
148
- .eds-action-chip {
149
- cursor: pointer;
150
- }
151
- .eds-action-chip:focus {
152
- outline: none;
153
- box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
154
- outline-offset: 0.125rem;
155
- }
156
- .eds-contrast .eds-action-chip:focus {
157
- box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
158
- }
159
- .eds-action-chip:hover {
160
- border-color: #181c56;
161
- }
162
- .eds-contrast .eds-action-chip:hover {
163
- background-color: #54568c;
164
- border-color: #54568c;
165
- }
166
- .eds-action-chip:active {
167
- background: #d1d4e3;
168
- }
169
- .eds-contrast .eds-action-chip:active {
170
- background-color: #292b6a;
171
- border-color: #292b6a;
172
- }
173
- .eds-action-chip--disabled {
174
- opacity: 0.5;
175
- pointer-events: none;
176
- }
177
- .eds-action-chip--disabled__wrapper {
178
- cursor: not-allowed;
179
- width: -moz-fit-content;
180
- width: fit-content;
181
- }
182
- .eds-contrast .eds-action-chip__loading-dots .eds-loading-dots__dot {
183
- background-color: #ffffff;
184
- }
185
- /* DO NOT CHANGE!*/
186
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
187
187
  .eds-filter-chip {
188
188
  cursor: pointer;
189
189
  -webkit-user-select: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/chip",
3
- "version": "0.6.26",
3
+ "version": "0.6.28",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/chip.esm.js",
@@ -27,12 +27,12 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/form": "^6.1.0",
31
- "@entur/icons": "^6.0.1",
32
- "@entur/loader": "^0.4.24",
30
+ "@entur/form": "^7.0.1",
31
+ "@entur/icons": "^6.1.0",
32
+ "@entur/loader": "^0.4.25",
33
33
  "@entur/tokens": "^3.8.1",
34
- "@entur/utils": "^0.5.5",
34
+ "@entur/utils": "^0.6.0",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
- "gitHead": "2c2a0a8c94b5196ccb817debb70da641af1e1fcc"
37
+ "gitHead": "a3edbb9069b9bd125919df8984b23628a1040cf4"
38
38
  }