@entur/layout 3.1.11-beta.4 → 3.2.0

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 +14 -2
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -55,6 +55,12 @@
55
55
  --components-layout-badge-success-standard-fill: #d0f1e3;
56
56
  --components-layout-badge-success-standard-text: #181c56;
57
57
  --components-layout-badge-success-standard-text-bullet: #181c56;
58
+ --components-layout-badge-tag-contrast-fill: #393d79;
59
+ --components-layout-badge-tag-contrast-icon: #ffffff;
60
+ --components-layout-badge-tag-contrast-text: #ffffff;
61
+ --components-layout-badge-tag-standard-fill: #f2f5f7;
62
+ --components-layout-badge-tag-standard-icon: #181c56;
63
+ --components-layout-badge-tag-standard-text: #181c56;
58
64
  --components-layout-badge-warning-contrast-border: rgba(255, 255, 255, 0);
59
65
  --components-layout-badge-warning-contrast-bullet: #ffe082;
60
66
  --components-layout-badge-warning-contrast-fill: #ffe082;
@@ -140,6 +146,12 @@
140
146
  --components-layout-badge-success-standard-fill: #9cd9c2;
141
147
  --components-layout-badge-success-standard-text: #08091c;
142
148
  --components-layout-badge-success-standard-text-bullet: #e5e5e9;
149
+ --components-layout-badge-tag-contrast-fill: #2d2e3e;
150
+ --components-layout-badge-tag-contrast-icon: #e5e5e9;
151
+ --components-layout-badge-tag-contrast-text: #e5e5e9;
152
+ --components-layout-badge-tag-standard-fill: #2d2e3e;
153
+ --components-layout-badge-tag-standard-icon: #e5e5e9;
154
+ --components-layout-badge-tag-standard-text: #e5e5e9;
143
155
  --components-layout-badge-warning-contrast-border: rgba(255, 255, 255, 0);
144
156
  --components-layout-badge-warning-contrast-bullet: #ffeeb3;
145
157
  --components-layout-badge-warning-contrast-fill: #ffeeb3;
@@ -192,7 +204,7 @@
192
204
  --basecolors-frame-tint: #f6f6f9;
193
205
  --basecolors-shape-accent: #181c56;
194
206
  --basecolors-shape-bicycle-contrast: #00db9b;
195
- --basecolors-shape-bicycle-default: #388f76;
207
+ --basecolors-shape-bicycle-default: #33826b;
196
208
  --basecolors-shape-bus-contrast: #ff6392;
197
209
  --basecolors-shape-bus-default: #c5044e;
198
210
  --basecolors-shape-cableway-contrast: #b482fb;
@@ -212,7 +224,7 @@
212
224
  --basecolors-shape-metro-contrast: #f08901;
213
225
  --basecolors-shape-metro-default: #bf5826;
214
226
  --basecolors-shape-mobility-contrast: #00db9b;
215
- --basecolors-shape-mobility-default: #388f76;
227
+ --basecolors-shape-mobility-default: #33826b;
216
228
  --basecolors-shape-plane-contrast: #fbafea;
217
229
  --basecolors-shape-plane-default: #800664;
218
230
  --basecolors-shape-subdued: #626493;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/layout",
3
- "version": "3.1.11-beta.4",
3
+ "version": "3.2.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/layout.cjs.js",
6
6
  "module": "dist/layout.esm.js",
@@ -27,9 +27,9 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/icons": "^8.0.2",
31
- "@entur/tokens": "^3.19.3",
32
- "@entur/typography": "^2.0.0-beta.3",
30
+ "@entur/icons": "^8.1.0",
31
+ "@entur/tokens": "^3.20.0",
32
+ "@entur/typography": "^2.0.1",
33
33
  "@entur/utils": "^0.12.5",
34
34
  "classnames": "^2.5.1"
35
35
  },
@@ -46,5 +46,5 @@
46
46
  "vite": "^7.1.3",
47
47
  "vite-plugin-dts": "^4.5.4"
48
48
  },
49
- "gitHead": "c975e3a16aa66dd5413cc2ac10a3ab96a8211cf1"
49
+ "gitHead": "121225eb41428c01d02eeaa81669651cb9499456"
50
50
  }