@entur/tooltip 5.3.10 → 5.3.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.
- package/dist/styles.css +9 -3
- package/package.json +8 -8
package/dist/styles.css
CHANGED
|
@@ -60,6 +60,8 @@
|
|
|
60
60
|
--basecolors-frame-default:#ffffff;
|
|
61
61
|
--basecolors-frame-elevated:#ffffff;
|
|
62
62
|
--basecolors-frame-elevatedalt:#f6f6f9;
|
|
63
|
+
--basecolors-frame-highlight:#ff5959;
|
|
64
|
+
--basecolors-frame-highlightalt:#ffbf9e;
|
|
63
65
|
--basecolors-frame-subdued:#d9dae8;
|
|
64
66
|
--basecolors-frame-tint:#f6f6f9;
|
|
65
67
|
--basecolors-shape-accent:#181c56;
|
|
@@ -107,6 +109,7 @@
|
|
|
107
109
|
--basecolors-stroke-focus-contrast:#aeb7e2;
|
|
108
110
|
--basecolors-stroke-focus-standard:#181c56;
|
|
109
111
|
--basecolors-stroke-highlight:#ff5959;
|
|
112
|
+
--basecolors-stroke-highlight2:#ffbf9e;
|
|
110
113
|
--basecolors-stroke-light:#ffffff;
|
|
111
114
|
--basecolors-stroke-subdued:#8284ab;
|
|
112
115
|
--basecolors-stroke-subduedalt:#e3e6e8;
|
|
@@ -127,6 +130,8 @@
|
|
|
127
130
|
--basecolors-frame-default:#08091c;
|
|
128
131
|
--basecolors-frame-elevated:rgba(229, 229, 233, 0.1490196078);
|
|
129
132
|
--basecolors-frame-elevatedalt:#464755;
|
|
133
|
+
--basecolors-frame-highlight:#ff5959;
|
|
134
|
+
--basecolors-frame-highlightalt:#ffbf9e;
|
|
130
135
|
--basecolors-frame-subdued:#2d2e3e;
|
|
131
136
|
--basecolors-frame-tint:#141527;
|
|
132
137
|
--basecolors-shape-accent:#e5e5e9;
|
|
@@ -144,7 +149,7 @@
|
|
|
144
149
|
--basecolors-shape-funicular-default:#b898e5;
|
|
145
150
|
--basecolors-shape-helicopter-contrast:#f2b8e5;
|
|
146
151
|
--basecolors-shape-helicopter-default:#f2b8e5;
|
|
147
|
-
--basecolors-shape-highlight:#
|
|
152
|
+
--basecolors-shape-highlight:#ff5959;
|
|
148
153
|
--basecolors-shape-light:#e5e5e9;
|
|
149
154
|
--basecolors-shape-mask:#2d2e3e;
|
|
150
155
|
--basecolors-shape-maskalt:#393a49;
|
|
@@ -173,14 +178,15 @@
|
|
|
173
178
|
--basecolors-stroke-disabled:#e3e6e8;
|
|
174
179
|
--basecolors-stroke-focus-contrast:#aeb7e2;
|
|
175
180
|
--basecolors-stroke-focus-standard:#aeb7e2;
|
|
176
|
-
--basecolors-stroke-highlight:#
|
|
181
|
+
--basecolors-stroke-highlight:#ff5959;
|
|
182
|
+
--basecolors-stroke-highlight2:#ffbf9e;
|
|
177
183
|
--basecolors-stroke-light:#b3b4bd;
|
|
178
184
|
--basecolors-stroke-subdued:#81828f;
|
|
179
185
|
--basecolors-stroke-subduedalt:#949699;
|
|
180
186
|
--basecolors-text-accent:#e5e5e9;
|
|
181
187
|
--basecolors-text-disabled:#b6b8ba;
|
|
182
188
|
--basecolors-text-disabledalt:#b6b8ba;
|
|
183
|
-
--basecolors-text-highlight:#
|
|
189
|
+
--basecolors-text-highlight:#ff5959;
|
|
184
190
|
--basecolors-text-highlightalt:#ffbf9e;
|
|
185
191
|
--basecolors-text-light:#e5e5e9;
|
|
186
192
|
--basecolors-text-subdued:#b3b4bd;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/tooltip",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.12",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/tooltip.cjs.js",
|
|
6
6
|
"module": "dist/tooltip.esm.js",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"react-dom": ">=16.8.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@entur/button": "^4.0.
|
|
30
|
-
"@entur/icons": "^
|
|
31
|
-
"@entur/layout": "^3.
|
|
32
|
-
"@entur/tokens": "^3.
|
|
33
|
-
"@entur/utils": "^0.13.
|
|
29
|
+
"@entur/button": "^4.0.7",
|
|
30
|
+
"@entur/icons": "^9.0.0",
|
|
31
|
+
"@entur/layout": "^3.7.1",
|
|
32
|
+
"@entur/tokens": "^3.23.0",
|
|
33
|
+
"@entur/utils": "^0.13.5",
|
|
34
34
|
"@floating-ui/react": "^0.26.28",
|
|
35
35
|
"@floating-ui/react-dom": "^2.1.6",
|
|
36
36
|
"classnames": "^2.5.1"
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"jest-environment-jsdom": "^29.0.0",
|
|
45
45
|
"ts-jest": "^29.0.0",
|
|
46
46
|
"typescript": "^5.9.2",
|
|
47
|
-
"vite": "^7.
|
|
47
|
+
"vite": "^7.3.2",
|
|
48
48
|
"vite-plugin-dts": "^4.5.4"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "0ef451821dd20ee28be7c62496acfddc4e56645d"
|
|
51
51
|
}
|