@entur/button 4.0.5 → 4.0.7
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.
- package/dist/styles.css +9 -3
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -318,6 +318,8 @@
|
|
|
318
318
|
--basecolors-frame-default:#ffffff;
|
|
319
319
|
--basecolors-frame-elevated:#ffffff;
|
|
320
320
|
--basecolors-frame-elevatedalt:#f6f6f9;
|
|
321
|
+
--basecolors-frame-highlight:#ff5959;
|
|
322
|
+
--basecolors-frame-highlightalt:#ffbf9e;
|
|
321
323
|
--basecolors-frame-subdued:#d9dae8;
|
|
322
324
|
--basecolors-frame-tint:#f6f6f9;
|
|
323
325
|
--basecolors-shape-accent:#181c56;
|
|
@@ -365,6 +367,7 @@
|
|
|
365
367
|
--basecolors-stroke-focus-contrast:#aeb7e2;
|
|
366
368
|
--basecolors-stroke-focus-standard:#181c56;
|
|
367
369
|
--basecolors-stroke-highlight:#ff5959;
|
|
370
|
+
--basecolors-stroke-highlight2:#ffbf9e;
|
|
368
371
|
--basecolors-stroke-light:#ffffff;
|
|
369
372
|
--basecolors-stroke-subdued:#8284ab;
|
|
370
373
|
--basecolors-stroke-subduedalt:#e3e6e8;
|
|
@@ -385,6 +388,8 @@
|
|
|
385
388
|
--basecolors-frame-default:#08091c;
|
|
386
389
|
--basecolors-frame-elevated:rgba(229, 229, 233, 0.1490196078);
|
|
387
390
|
--basecolors-frame-elevatedalt:#464755;
|
|
391
|
+
--basecolors-frame-highlight:#ff5959;
|
|
392
|
+
--basecolors-frame-highlightalt:#ffbf9e;
|
|
388
393
|
--basecolors-frame-subdued:#2d2e3e;
|
|
389
394
|
--basecolors-frame-tint:#141527;
|
|
390
395
|
--basecolors-shape-accent:#e5e5e9;
|
|
@@ -402,7 +407,7 @@
|
|
|
402
407
|
--basecolors-shape-funicular-default:#b898e5;
|
|
403
408
|
--basecolors-shape-helicopter-contrast:#f2b8e5;
|
|
404
409
|
--basecolors-shape-helicopter-default:#f2b8e5;
|
|
405
|
-
--basecolors-shape-highlight:#
|
|
410
|
+
--basecolors-shape-highlight:#ff5959;
|
|
406
411
|
--basecolors-shape-light:#e5e5e9;
|
|
407
412
|
--basecolors-shape-mask:#2d2e3e;
|
|
408
413
|
--basecolors-shape-maskalt:#393a49;
|
|
@@ -431,14 +436,15 @@
|
|
|
431
436
|
--basecolors-stroke-disabled:#e3e6e8;
|
|
432
437
|
--basecolors-stroke-focus-contrast:#aeb7e2;
|
|
433
438
|
--basecolors-stroke-focus-standard:#aeb7e2;
|
|
434
|
-
--basecolors-stroke-highlight:#
|
|
439
|
+
--basecolors-stroke-highlight:#ff5959;
|
|
440
|
+
--basecolors-stroke-highlight2:#ffbf9e;
|
|
435
441
|
--basecolors-stroke-light:#b3b4bd;
|
|
436
442
|
--basecolors-stroke-subdued:#81828f;
|
|
437
443
|
--basecolors-stroke-subduedalt:#949699;
|
|
438
444
|
--basecolors-text-accent:#e5e5e9;
|
|
439
445
|
--basecolors-text-disabled:#b6b8ba;
|
|
440
446
|
--basecolors-text-disabledalt:#b6b8ba;
|
|
441
|
-
--basecolors-text-highlight:#
|
|
447
|
+
--basecolors-text-highlight:#ff5959;
|
|
442
448
|
--basecolors-text-highlightalt:#ffbf9e;
|
|
443
449
|
--basecolors-text-light:#e5e5e9;
|
|
444
450
|
--basecolors-text-subdued:#b3b4bd;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/button",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.7",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/button.cjs.js",
|
|
6
6
|
"module": "dist/button.esm.js",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"react-dom": ">=16.8.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@entur/loader": "^0.
|
|
30
|
-
"@entur/tokens": "^3.
|
|
31
|
-
"@entur/utils": "^0.13.
|
|
29
|
+
"@entur/loader": "^0.7.0",
|
|
30
|
+
"@entur/tokens": "^3.23.0",
|
|
31
|
+
"@entur/utils": "^0.13.5",
|
|
32
32
|
"classnames": "^2.5.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"jest-environment-jsdom": "^29.0.0",
|
|
41
41
|
"ts-jest": "^29.0.0",
|
|
42
42
|
"typescript": "^5.9.2",
|
|
43
|
-
"vite": "^7.
|
|
43
|
+
"vite": "^7.3.2",
|
|
44
44
|
"vite-plugin-dts": "^4.5.4"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "0ef451821dd20ee28be7c62496acfddc4e56645d"
|
|
47
47
|
}
|