@entur/modal 1.8.11 → 1.8.12

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 +9 -9
package/dist/styles.css CHANGED
@@ -64,6 +64,8 @@
64
64
  --basecolors-frame-default:#ffffff;
65
65
  --basecolors-frame-elevated:#ffffff;
66
66
  --basecolors-frame-elevatedalt:#f6f6f9;
67
+ --basecolors-frame-highlight:#ff5959;
68
+ --basecolors-frame-highlightalt:#ffbf9e;
67
69
  --basecolors-frame-subdued:#d9dae8;
68
70
  --basecolors-frame-tint:#f6f6f9;
69
71
  --basecolors-shape-accent:#181c56;
@@ -111,6 +113,7 @@
111
113
  --basecolors-stroke-focus-contrast:#aeb7e2;
112
114
  --basecolors-stroke-focus-standard:#181c56;
113
115
  --basecolors-stroke-highlight:#ff5959;
116
+ --basecolors-stroke-highlight2:#ffbf9e;
114
117
  --basecolors-stroke-light:#ffffff;
115
118
  --basecolors-stroke-subdued:#8284ab;
116
119
  --basecolors-stroke-subduedalt:#e3e6e8;
@@ -131,6 +134,8 @@
131
134
  --basecolors-frame-default:#08091c;
132
135
  --basecolors-frame-elevated:rgba(229, 229, 233, 0.1490196078);
133
136
  --basecolors-frame-elevatedalt:#464755;
137
+ --basecolors-frame-highlight:#ff5959;
138
+ --basecolors-frame-highlightalt:#ffbf9e;
134
139
  --basecolors-frame-subdued:#2d2e3e;
135
140
  --basecolors-frame-tint:#141527;
136
141
  --basecolors-shape-accent:#e5e5e9;
@@ -148,7 +153,7 @@
148
153
  --basecolors-shape-funicular-default:#b898e5;
149
154
  --basecolors-shape-helicopter-contrast:#f2b8e5;
150
155
  --basecolors-shape-helicopter-default:#f2b8e5;
151
- --basecolors-shape-highlight:#ff9494;
156
+ --basecolors-shape-highlight:#ff5959;
152
157
  --basecolors-shape-light:#e5e5e9;
153
158
  --basecolors-shape-mask:#2d2e3e;
154
159
  --basecolors-shape-maskalt:#393a49;
@@ -177,14 +182,15 @@
177
182
  --basecolors-stroke-disabled:#e3e6e8;
178
183
  --basecolors-stroke-focus-contrast:#aeb7e2;
179
184
  --basecolors-stroke-focus-standard:#aeb7e2;
180
- --basecolors-stroke-highlight:#ff9494;
185
+ --basecolors-stroke-highlight:#ff5959;
186
+ --basecolors-stroke-highlight2:#ffbf9e;
181
187
  --basecolors-stroke-light:#b3b4bd;
182
188
  --basecolors-stroke-subdued:#81828f;
183
189
  --basecolors-stroke-subduedalt:#949699;
184
190
  --basecolors-text-accent:#e5e5e9;
185
191
  --basecolors-text-disabled:#b6b8ba;
186
192
  --basecolors-text-disabledalt:#b6b8ba;
187
- --basecolors-text-highlight:#ff9494;
193
+ --basecolors-text-highlight:#ff5959;
188
194
  --basecolors-text-highlightalt:#ffbf9e;
189
195
  --basecolors-text-light:#e5e5e9;
190
196
  --basecolors-text-subdued:#b3b4bd;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/modal",
3
- "version": "1.8.11",
3
+ "version": "1.8.12",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/modal.cjs.js",
6
6
  "module": "dist/modal.esm.js",
@@ -26,13 +26,13 @@
26
26
  "react-dom": ">=16.8.0"
27
27
  },
28
28
  "dependencies": {
29
- "@entur/a11y": "^0.2.110",
30
- "@entur/button": "^4.0.6",
31
- "@entur/icons": "^8.4.6",
32
- "@entur/layout": "^3.7.0",
33
- "@entur/tokens": "^3.22.5",
34
- "@entur/typography": "^2.1.7",
35
- "@entur/utils": "^0.13.4",
29
+ "@entur/a11y": "^0.2.111",
30
+ "@entur/button": "^4.0.7",
31
+ "@entur/icons": "^9.0.0",
32
+ "@entur/layout": "^3.7.1",
33
+ "@entur/tokens": "^3.23.0",
34
+ "@entur/typography": "^2.1.8",
35
+ "@entur/utils": "^0.13.5",
36
36
  "@reach/dialog": "^0.16.2",
37
37
  "classnames": "^2.5.1",
38
38
  "react-focus-lock": "^2.13.6"
@@ -49,5 +49,5 @@
49
49
  "vite": "^7.3.2",
50
50
  "vite-plugin-dts": "^4.5.4"
51
51
  },
52
- "gitHead": "0c3904649cb7f504f1d7bd832dfcc64f7fe5c123"
52
+ "gitHead": "0ef451821dd20ee28be7c62496acfddc4e56645d"
53
53
  }