@entur/chip 0.6.21 → 0.6.22

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 +38 -38
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -102,44 +102,6 @@
102
102
  color: #babbcf;
103
103
  }/* DO NOT CHANGE!*/
104
104
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
105
- .eds-action-chip {
106
- cursor: pointer;
107
- }
108
- .eds-action-chip:focus {
109
- outline: none;
110
- box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
111
- outline-offset: 0.125rem;
112
- }
113
- .eds-contrast .eds-action-chip:focus {
114
- box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
115
- }
116
- .eds-action-chip:hover {
117
- border-color: #181c56;
118
- }
119
- .eds-contrast .eds-action-chip:hover {
120
- background-color: #54568c;
121
- border-color: #54568c;
122
- }
123
- .eds-action-chip:active {
124
- background: #d1d4e3;
125
- }
126
- .eds-contrast .eds-action-chip:active {
127
- background-color: #292b6a;
128
- border-color: #292b6a;
129
- }
130
- .eds-action-chip--disabled {
131
- opacity: 0.5;
132
- pointer-events: none;
133
- }
134
- .eds-action-chip--disabled__wrapper {
135
- cursor: not-allowed;
136
- width: -moz-fit-content;
137
- width: fit-content;
138
- }
139
- .eds-contrast .eds-action-chip__loading-dots .eds-loading-dots__dot {
140
- background-color: #ffffff;
141
- }/* DO NOT CHANGE!*/
142
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
143
105
  .eds-tag-chip {
144
106
  cursor: default;
145
107
  padding-right: 0.25rem;
@@ -179,6 +141,44 @@
179
141
  box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
180
142
  }/* DO NOT CHANGE!*/
181
143
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
144
+ .eds-action-chip {
145
+ cursor: pointer;
146
+ }
147
+ .eds-action-chip:focus {
148
+ outline: none;
149
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
150
+ outline-offset: 0.125rem;
151
+ }
152
+ .eds-contrast .eds-action-chip:focus {
153
+ box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
154
+ }
155
+ .eds-action-chip:hover {
156
+ border-color: #181c56;
157
+ }
158
+ .eds-contrast .eds-action-chip:hover {
159
+ background-color: #54568c;
160
+ border-color: #54568c;
161
+ }
162
+ .eds-action-chip:active {
163
+ background: #d1d4e3;
164
+ }
165
+ .eds-contrast .eds-action-chip:active {
166
+ background-color: #292b6a;
167
+ border-color: #292b6a;
168
+ }
169
+ .eds-action-chip--disabled {
170
+ opacity: 0.5;
171
+ pointer-events: none;
172
+ }
173
+ .eds-action-chip--disabled__wrapper {
174
+ cursor: not-allowed;
175
+ width: -moz-fit-content;
176
+ width: fit-content;
177
+ }
178
+ .eds-contrast .eds-action-chip__loading-dots .eds-loading-dots__dot {
179
+ background-color: #ffffff;
180
+ }/* DO NOT CHANGE!*/
181
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
182
182
  .eds-filter-chip {
183
183
  cursor: pointer;
184
184
  -webkit-user-select: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/chip",
3
- "version": "0.6.21",
3
+ "version": "0.6.22",
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": "^5.4.18",
30
+ "@entur/form": "^5.4.19",
31
31
  "@entur/icons": "^5.8.0",
32
32
  "@entur/loader": "^0.4.22",
33
33
  "@entur/tokens": "^3.8.0",
34
34
  "@entur/utils": "^0.5.5",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
- "gitHead": "bc067536ed769de8072f19002ef4877a1e974443"
37
+ "gitHead": "3b97ecb2ab0cba40d9f353d936dc0a87a6253108"
38
38
  }