@entur/expand 3.7.7 → 3.7.9

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 +9 -3
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -40,6 +40,8 @@
40
40
  --basecolors-frame-default:#ffffff;
41
41
  --basecolors-frame-elevated:#ffffff;
42
42
  --basecolors-frame-elevatedalt:#f6f6f9;
43
+ --basecolors-frame-highlight:#ff5959;
44
+ --basecolors-frame-highlightalt:#ffbf9e;
43
45
  --basecolors-frame-subdued:#d9dae8;
44
46
  --basecolors-frame-tint:#f6f6f9;
45
47
  --basecolors-shape-accent:#181c56;
@@ -87,6 +89,7 @@
87
89
  --basecolors-stroke-focus-contrast:#aeb7e2;
88
90
  --basecolors-stroke-focus-standard:#181c56;
89
91
  --basecolors-stroke-highlight:#ff5959;
92
+ --basecolors-stroke-highlight2:#ffbf9e;
90
93
  --basecolors-stroke-light:#ffffff;
91
94
  --basecolors-stroke-subdued:#8284ab;
92
95
  --basecolors-stroke-subduedalt:#e3e6e8;
@@ -107,6 +110,8 @@
107
110
  --basecolors-frame-default:#08091c;
108
111
  --basecolors-frame-elevated:rgba(229, 229, 233, 0.1490196078);
109
112
  --basecolors-frame-elevatedalt:#464755;
113
+ --basecolors-frame-highlight:#ff5959;
114
+ --basecolors-frame-highlightalt:#ffbf9e;
110
115
  --basecolors-frame-subdued:#2d2e3e;
111
116
  --basecolors-frame-tint:#141527;
112
117
  --basecolors-shape-accent:#e5e5e9;
@@ -124,7 +129,7 @@
124
129
  --basecolors-shape-funicular-default:#b898e5;
125
130
  --basecolors-shape-helicopter-contrast:#f2b8e5;
126
131
  --basecolors-shape-helicopter-default:#f2b8e5;
127
- --basecolors-shape-highlight:#ff9494;
132
+ --basecolors-shape-highlight:#ff5959;
128
133
  --basecolors-shape-light:#e5e5e9;
129
134
  --basecolors-shape-mask:#2d2e3e;
130
135
  --basecolors-shape-maskalt:#393a49;
@@ -153,14 +158,15 @@
153
158
  --basecolors-stroke-disabled:#e3e6e8;
154
159
  --basecolors-stroke-focus-contrast:#aeb7e2;
155
160
  --basecolors-stroke-focus-standard:#aeb7e2;
156
- --basecolors-stroke-highlight:#ff9494;
161
+ --basecolors-stroke-highlight:#ff5959;
162
+ --basecolors-stroke-highlight2:#ffbf9e;
157
163
  --basecolors-stroke-light:#b3b4bd;
158
164
  --basecolors-stroke-subdued:#81828f;
159
165
  --basecolors-stroke-subduedalt:#949699;
160
166
  --basecolors-text-accent:#e5e5e9;
161
167
  --basecolors-text-disabled:#b6b8ba;
162
168
  --basecolors-text-disabledalt:#b6b8ba;
163
- --basecolors-text-highlight:#ff9494;
169
+ --basecolors-text-highlight:#ff5959;
164
170
  --basecolors-text-highlightalt:#ffbf9e;
165
171
  --basecolors-text-light:#e5e5e9;
166
172
  --basecolors-text-subdued:#b3b4bd;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/expand",
3
- "version": "3.7.7",
3
+ "version": "3.7.9",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/expand.cjs.js",
6
6
  "module": "dist/expand.esm.js",
@@ -26,10 +26,10 @@
26
26
  "react-dom": ">=16.8.0"
27
27
  },
28
28
  "dependencies": {
29
- "@entur/icons": "^8.4.6",
30
- "@entur/tokens": "^3.22.5",
31
- "@entur/typography": "^2.1.7",
32
- "@entur/utils": "^0.13.4",
29
+ "@entur/icons": "^9.0.1",
30
+ "@entur/tokens": "^3.23.0",
31
+ "@entur/typography": "^2.1.9",
32
+ "@entur/utils": "^0.13.5",
33
33
  "classnames": "^2.5.1",
34
34
  "react-collapse": "^5.1.1"
35
35
  },
@@ -46,5 +46,5 @@
46
46
  "vite": "^7.3.2",
47
47
  "vite-plugin-dts": "^4.5.4"
48
48
  },
49
- "gitHead": "0c3904649cb7f504f1d7bd832dfcc64f7fe5c123"
49
+ "gitHead": "3b9f95b6b6b4737245df497ca7197dd52f34ca29"
50
50
  }