@entur/icons 8.4.6 → 9.0.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.
- package/dist/index.d.ts +42 -19
- package/dist/index.esm.js +1193 -785
- package/dist/index.esm.native.js +1090 -726
- package/dist/index.js +1575 -1145
- package/dist/styles.css +9 -3
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -14,6 +14,8 @@
|
|
|
14
14
|
--basecolors-frame-default: #ffffff;
|
|
15
15
|
--basecolors-frame-elevated: #ffffff;
|
|
16
16
|
--basecolors-frame-elevatedalt: #f6f6f9;
|
|
17
|
+
--basecolors-frame-highlight: #ff5959;
|
|
18
|
+
--basecolors-frame-highlightalt: #ffbf9e;
|
|
17
19
|
--basecolors-frame-subdued: #d9dae8;
|
|
18
20
|
--basecolors-frame-tint: #f6f6f9;
|
|
19
21
|
--basecolors-shape-accent: #181c56;
|
|
@@ -61,6 +63,7 @@
|
|
|
61
63
|
--basecolors-stroke-focus-contrast: #aeb7e2;
|
|
62
64
|
--basecolors-stroke-focus-standard: #181c56;
|
|
63
65
|
--basecolors-stroke-highlight: #ff5959;
|
|
66
|
+
--basecolors-stroke-highlight2: #ffbf9e;
|
|
64
67
|
--basecolors-stroke-light: #ffffff;
|
|
65
68
|
--basecolors-stroke-subdued: #8284ab;
|
|
66
69
|
--basecolors-stroke-subduedalt: #e3e6e8;
|
|
@@ -81,6 +84,8 @@
|
|
|
81
84
|
--basecolors-frame-default: #08091c;
|
|
82
85
|
--basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
|
|
83
86
|
--basecolors-frame-elevatedalt: #464755;
|
|
87
|
+
--basecolors-frame-highlight: #ff5959;
|
|
88
|
+
--basecolors-frame-highlightalt: #ffbf9e;
|
|
84
89
|
--basecolors-frame-subdued: #2d2e3e;
|
|
85
90
|
--basecolors-frame-tint: #141527;
|
|
86
91
|
--basecolors-shape-accent: #e5e5e9;
|
|
@@ -98,7 +103,7 @@
|
|
|
98
103
|
--basecolors-shape-funicular-default: #b898e5;
|
|
99
104
|
--basecolors-shape-helicopter-contrast: #f2b8e5;
|
|
100
105
|
--basecolors-shape-helicopter-default: #f2b8e5;
|
|
101
|
-
--basecolors-shape-highlight: #
|
|
106
|
+
--basecolors-shape-highlight: #ff5959;
|
|
102
107
|
--basecolors-shape-light: #e5e5e9;
|
|
103
108
|
--basecolors-shape-mask: #2d2e3e;
|
|
104
109
|
--basecolors-shape-maskalt: #393a49;
|
|
@@ -127,14 +132,15 @@
|
|
|
127
132
|
--basecolors-stroke-disabled: #e3e6e8;
|
|
128
133
|
--basecolors-stroke-focus-contrast: #aeb7e2;
|
|
129
134
|
--basecolors-stroke-focus-standard: #aeb7e2;
|
|
130
|
-
--basecolors-stroke-highlight: #
|
|
135
|
+
--basecolors-stroke-highlight: #ff5959;
|
|
136
|
+
--basecolors-stroke-highlight2: #ffbf9e;
|
|
131
137
|
--basecolors-stroke-light: #b3b4bd;
|
|
132
138
|
--basecolors-stroke-subdued: #81828f;
|
|
133
139
|
--basecolors-stroke-subduedalt: #949699;
|
|
134
140
|
--basecolors-text-accent: #e5e5e9;
|
|
135
141
|
--basecolors-text-disabled: #b6b8ba;
|
|
136
142
|
--basecolors-text-disabledalt: #b6b8ba;
|
|
137
|
-
--basecolors-text-highlight: #
|
|
143
|
+
--basecolors-text-highlight: #ff5959;
|
|
138
144
|
--basecolors-text-highlightalt: #ffbf9e;
|
|
139
145
|
--basecolors-text-light: #e5e5e9;
|
|
140
146
|
--basecolors-text-subdued: #b3b4bd;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/icons",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"typescript": "^5.9.2"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@entur/tokens": "^3.
|
|
61
|
+
"@entur/tokens": "^3.23.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "0ef451821dd20ee28be7c62496acfddc4e56645d"
|
|
64
64
|
}
|