@entur/tooltip 5.2.4 → 5.2.5

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 +201 -201
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -2,207 +2,6 @@
2
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
3
  /* DO NOT CHANGE!*/
4
4
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
- /* DO NOT CHANGE!*/
6
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
7
- [data-color-mode=light],
8
- :root {
9
- --components-tooltip-popover-contrast-border: rgba(255, 255, 255, 0);
10
- --components-tooltip-popover-contrast-fill: #393d79;
11
- --components-tooltip-popover-contrast-icon: #ffffff;
12
- --components-tooltip-popover-contrast-text: #ffffff;
13
- --components-tooltip-popover-standard-border: rgba(84, 86, 140, 0.4);
14
- --components-tooltip-popover-standard-fill: #f6f6f9;
15
- --components-tooltip-popover-standard-icon: #181c56;
16
- --components-tooltip-popover-standard-text: #181c56;
17
- --components-tooltip-tooltip-contrast-fill: #ffffff;
18
- --components-tooltip-tooltip-contrast-fill-negative: #ff9494;
19
- --components-tooltip-tooltip-contrast-icon: #181c56;
20
- --components-tooltip-tooltip-contrast-icon-negative: #181c56;
21
- --components-tooltip-tooltip-contrast-text: #181c56;
22
- --components-tooltip-tooltip-contrast-text-negative: #181c56;
23
- --components-tooltip-tooltip-contrast-triangle: #ffffff;
24
- --components-tooltip-tooltip-contrast-triangle-negative: #ff9494;
25
- --components-tooltip-tooltip-standard-fill: #181c56;
26
- --components-tooltip-tooltip-standard-fill-negative: #ffcece;
27
- --components-tooltip-tooltip-standard-icon: #ffffff;
28
- --components-tooltip-tooltip-standard-icon-negative: #181c56;
29
- --components-tooltip-tooltip-standard-text: #ffffff;
30
- --components-tooltip-tooltip-standard-text-negative: #181c56;
31
- --components-tooltip-tooltip-standard-triangle: #181c56;
32
- --components-tooltip-tooltip-standard-triangle-negative: #ffcece;
33
- }
34
-
35
- [data-color-mode=dark] {
36
- --components-tooltip-popover-contrast-border: rgba(255, 255, 255, 0);
37
- --components-tooltip-popover-contrast-fill: #393a49;
38
- --components-tooltip-popover-contrast-icon: #e5e5e9;
39
- --components-tooltip-popover-contrast-text: #e5e5e9;
40
- --components-tooltip-popover-standard-border: rgba(255, 255, 255, 0);
41
- --components-tooltip-popover-standard-fill: #393a49;
42
- --components-tooltip-popover-standard-icon: #e5e5e9;
43
- --components-tooltip-popover-standard-text: #e5e5e9;
44
- --components-tooltip-tooltip-contrast-fill: #393a49;
45
- --components-tooltip-tooltip-contrast-fill-negative: #ff9494;
46
- --components-tooltip-tooltip-contrast-icon: #e5e5e9;
47
- --components-tooltip-tooltip-contrast-icon-negative: #08091c;
48
- --components-tooltip-tooltip-contrast-text: #e5e5e9;
49
- --components-tooltip-tooltip-contrast-text-negative: #08091c;
50
- --components-tooltip-tooltip-contrast-triangle: #393a49;
51
- --components-tooltip-tooltip-contrast-triangle-negative: #ff9494;
52
- --components-tooltip-tooltip-standard-fill: #393a49;
53
- --components-tooltip-tooltip-standard-fill-negative: #ff9494;
54
- --components-tooltip-tooltip-standard-icon: #e5e5e9;
55
- --components-tooltip-tooltip-standard-icon-negative: #08091c;
56
- --components-tooltip-tooltip-standard-text: #e5e5e9;
57
- --components-tooltip-tooltip-standard-text-negative: #08091c;
58
- --components-tooltip-tooltip-standard-triangle: #393a49;
59
- --components-tooltip-tooltip-standard-triangle-negative: #ff9494;
60
- }
61
-
62
- /* DO NOT CHANGE!*/
63
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
64
- /* DO NOT CHANGE!*/
65
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
66
- [data-color-mode=light],
67
- :root {
68
- --basecolors-frame-contrast: #181c56;
69
- --basecolors-frame-contrastalt: #393d79;
70
- --basecolors-frame-contrastalt-2: #292b6a;
71
- --basecolors-frame-default: #ffffff;
72
- --basecolors-frame-elevated: #ffffff;
73
- --basecolors-frame-elevatedalt: #f6f6f9;
74
- --basecolors-frame-subdued: #d9dae8;
75
- --basecolors-frame-tint: #f6f6f9;
76
- --basecolors-shape-accent: #181c56;
77
- --basecolors-shape-bicycle-contrast: #00db9b;
78
- --basecolors-shape-bicycle-default: #388f76;
79
- --basecolors-shape-bus-contrast: #ff6392;
80
- --basecolors-shape-bus-default: #c5044e;
81
- --basecolors-shape-cableway-contrast: #b482fb;
82
- --basecolors-shape-cableway-default: #78469a;
83
- --basecolors-shape-disabled: #6e6f73;
84
- --basecolors-shape-disabledalt: #b6b8ba;
85
- --basecolors-shape-ferry-contrast: #6fdfff;
86
- --basecolors-shape-ferry-default: #0c6693;
87
- --basecolors-shape-funicular-contrast: #b482fb;
88
- --basecolors-shape-funicular-default: #78469a;
89
- --basecolors-shape-helicopter-contrast: #fbafea;
90
- --basecolors-shape-helicopter-default: #800664;
91
- --basecolors-shape-highlight: #ff5959;
92
- --basecolors-shape-light: #ffffff;
93
- --basecolors-shape-mask: #ffffff;
94
- --basecolors-shape-maskalt: #ffffff;
95
- --basecolors-shape-metro-contrast: #f08901;
96
- --basecolors-shape-metro-default: #bf5826;
97
- --basecolors-shape-mobility-contrast: #00db9b;
98
- --basecolors-shape-mobility-default: #388f76;
99
- --basecolors-shape-plane-contrast: #fbafea;
100
- --basecolors-shape-plane-default: #800664;
101
- --basecolors-shape-subdued: #626493;
102
- --basecolors-shape-subduedalt: #d9dae8;
103
- --basecolors-shape-taxi-contrast: #ffe082;
104
- --basecolors-shape-taxi-default: #3d3e40;
105
- --basecolors-shape-train-contrast: #42a5f5;
106
- --basecolors-shape-train-default: #00367f;
107
- --basecolors-shape-tram-contrast: #b482fb;
108
- --basecolors-shape-tram-default: #78469a;
109
- --basecolors-shape-walk-contrast: #8284ab;
110
- --basecolors-shape-walk-default: #8d8e9c;
111
- --basecolors-shape-airportlinkbus-contrast: #fbafea;
112
- --basecolors-shape-airportlinkbus-default: #800664;
113
- --basecolors-shape-airportlinkrail-contrast: #fbafea;
114
- --basecolors-shape-airportlinkrail-default: #800664;
115
- --basecolors-stroke-contrast: #aeb7e2;
116
- --basecolors-stroke-default: #181c56;
117
- --basecolors-stroke-disabled: #949699;
118
- --basecolors-stroke-focus-contrast: #aeb7e2;
119
- --basecolors-stroke-focus-standard: #181c56;
120
- --basecolors-stroke-highlight: #ff5959;
121
- --basecolors-stroke-light: #ffffff;
122
- --basecolors-stroke-subdued: #8284ab;
123
- --basecolors-stroke-subduedalt: #e3e6e8;
124
- --basecolors-text-accent: #181c56;
125
- --basecolors-text-disabled: #6e6f73;
126
- --basecolors-text-disabledalt: #b6b8ba;
127
- --basecolors-text-highlight: #ff5959;
128
- --basecolors-text-light: #ffffff;
129
- --basecolors-text-subdued: #626493;
130
- --basecolors-text-subduedalt: #d9dae8;
131
- }
132
-
133
- [data-color-mode=dark] {
134
- --basecolors-frame-contrast: #212233;
135
- --basecolors-frame-contrastalt: #141527;
136
- --basecolors-frame-contrastalt-2: #08091c;
137
- --basecolors-frame-default: #08091c;
138
- --basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
139
- --basecolors-frame-elevatedalt: #464755;
140
- --basecolors-frame-subdued: #2d2e3e;
141
- --basecolors-frame-tint: #141527;
142
- --basecolors-shape-accent: #e5e5e9;
143
- --basecolors-shape-bicycle-contrast: #4db295;
144
- --basecolors-shape-bicycle-default: #4db295;
145
- --basecolors-shape-bus-contrast: #ef7398;
146
- --basecolors-shape-bus-default: #ef7398;
147
- --basecolors-shape-cableway-contrast: #b898e5;
148
- --basecolors-shape-cableway-default: #b898e5;
149
- --basecolors-shape-disabled: #b6b8ba;
150
- --basecolors-shape-disabledalt: #b3b4bd;
151
- --basecolors-shape-ferry-contrast: #8ccfe2;
152
- --basecolors-shape-ferry-default: #8ccfe2;
153
- --basecolors-shape-funicular-contrast: #b898e5;
154
- --basecolors-shape-funicular-default: #b898e5;
155
- --basecolors-shape-helicopter-contrast: #f2b8e5;
156
- --basecolors-shape-helicopter-default: #f2b8e5;
157
- --basecolors-shape-highlight: #ff9494;
158
- --basecolors-shape-light: #e5e5e9;
159
- --basecolors-shape-mask: #2d2e3e;
160
- --basecolors-shape-maskalt: #393a49;
161
- --basecolors-shape-metro-contrast: #dd973c;
162
- --basecolors-shape-metro-default: #dd973c;
163
- --basecolors-shape-mobility-contrast: #4db295;
164
- --basecolors-shape-mobility-default: #4db295;
165
- --basecolors-shape-plane-contrast: #f2b8e5;
166
- --basecolors-shape-plane-default: #f2b8e5;
167
- --basecolors-shape-subdued: #b3b4bd;
168
- --basecolors-shape-subduedalt: #b3b4bd;
169
- --basecolors-shape-taxi-contrast: #ffe082;
170
- --basecolors-shape-taxi-default: #ffe082;
171
- --basecolors-shape-train-contrast: #60a2d7;
172
- --basecolors-shape-train-default: #60a2d7;
173
- --basecolors-shape-tram-contrast: #b898e5;
174
- --basecolors-shape-tram-default: #b898e5;
175
- --basecolors-shape-walk-contrast: #8d8e9c;
176
- --basecolors-shape-walk-default: #8d8e9c;
177
- --basecolors-shape-airportlinkbus-contrast: #f2b8e5;
178
- --basecolors-shape-airportlinkbus-default: #f2b8e5;
179
- --basecolors-shape-airportlinkrail-contrast: #f2b8e5;
180
- --basecolors-shape-airportlinkrail-default: #f2b8e5;
181
- --basecolors-stroke-contrast: #aeb7e2;
182
- --basecolors-stroke-default: #b3b4bd;
183
- --basecolors-stroke-disabled: #e3e6e8;
184
- --basecolors-stroke-focus-contrast: #aeb7e2;
185
- --basecolors-stroke-focus-standard: #aeb7e2;
186
- --basecolors-stroke-highlight: #ff9494;
187
- --basecolors-stroke-light: #b3b4bd;
188
- --basecolors-stroke-subdued: #81828f;
189
- --basecolors-stroke-subduedalt: #949699;
190
- --basecolors-text-accent: #e5e5e9;
191
- --basecolors-text-disabled: #b6b8ba;
192
- --basecolors-text-disabledalt: #b6b8ba;
193
- --basecolors-text-highlight: #ff9494;
194
- --basecolors-text-light: #e5e5e9;
195
- --basecolors-text-subdued: #b3b4bd;
196
- --basecolors-text-subduedalt: #b3b4bd;
197
- }
198
-
199
- :root {
200
- --eds-tooltip: 1;
201
- }
202
- /* DO NOT CHANGE!*/
203
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
204
- /* DO NOT CHANGE!*/
205
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
206
5
  a.eds-button {
207
6
  display: flex;
208
7
  align-items: center;
@@ -1348,3 +1147,204 @@ a.eds-button .eds-icon {
1348
1147
  .eds-contrast .eds-popover:focus-visible {
1349
1148
  outline-color: var(--basecolors-stroke-focus-contrast);
1350
1149
  }
1150
+ /* DO NOT CHANGE!*/
1151
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1152
+ /* DO NOT CHANGE!*/
1153
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1154
+ /* DO NOT CHANGE!*/
1155
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1156
+ [data-color-mode=light],
1157
+ :root {
1158
+ --components-tooltip-popover-contrast-border: rgba(255, 255, 255, 0);
1159
+ --components-tooltip-popover-contrast-fill: #393d79;
1160
+ --components-tooltip-popover-contrast-icon: #ffffff;
1161
+ --components-tooltip-popover-contrast-text: #ffffff;
1162
+ --components-tooltip-popover-standard-border: rgba(84, 86, 140, 0.4);
1163
+ --components-tooltip-popover-standard-fill: #f6f6f9;
1164
+ --components-tooltip-popover-standard-icon: #181c56;
1165
+ --components-tooltip-popover-standard-text: #181c56;
1166
+ --components-tooltip-tooltip-contrast-fill: #ffffff;
1167
+ --components-tooltip-tooltip-contrast-fill-negative: #ff9494;
1168
+ --components-tooltip-tooltip-contrast-icon: #181c56;
1169
+ --components-tooltip-tooltip-contrast-icon-negative: #181c56;
1170
+ --components-tooltip-tooltip-contrast-text: #181c56;
1171
+ --components-tooltip-tooltip-contrast-text-negative: #181c56;
1172
+ --components-tooltip-tooltip-contrast-triangle: #ffffff;
1173
+ --components-tooltip-tooltip-contrast-triangle-negative: #ff9494;
1174
+ --components-tooltip-tooltip-standard-fill: #181c56;
1175
+ --components-tooltip-tooltip-standard-fill-negative: #ffcece;
1176
+ --components-tooltip-tooltip-standard-icon: #ffffff;
1177
+ --components-tooltip-tooltip-standard-icon-negative: #181c56;
1178
+ --components-tooltip-tooltip-standard-text: #ffffff;
1179
+ --components-tooltip-tooltip-standard-text-negative: #181c56;
1180
+ --components-tooltip-tooltip-standard-triangle: #181c56;
1181
+ --components-tooltip-tooltip-standard-triangle-negative: #ffcece;
1182
+ }
1183
+
1184
+ [data-color-mode=dark] {
1185
+ --components-tooltip-popover-contrast-border: rgba(255, 255, 255, 0);
1186
+ --components-tooltip-popover-contrast-fill: #393a49;
1187
+ --components-tooltip-popover-contrast-icon: #e5e5e9;
1188
+ --components-tooltip-popover-contrast-text: #e5e5e9;
1189
+ --components-tooltip-popover-standard-border: rgba(255, 255, 255, 0);
1190
+ --components-tooltip-popover-standard-fill: #393a49;
1191
+ --components-tooltip-popover-standard-icon: #e5e5e9;
1192
+ --components-tooltip-popover-standard-text: #e5e5e9;
1193
+ --components-tooltip-tooltip-contrast-fill: #393a49;
1194
+ --components-tooltip-tooltip-contrast-fill-negative: #ff9494;
1195
+ --components-tooltip-tooltip-contrast-icon: #e5e5e9;
1196
+ --components-tooltip-tooltip-contrast-icon-negative: #08091c;
1197
+ --components-tooltip-tooltip-contrast-text: #e5e5e9;
1198
+ --components-tooltip-tooltip-contrast-text-negative: #08091c;
1199
+ --components-tooltip-tooltip-contrast-triangle: #393a49;
1200
+ --components-tooltip-tooltip-contrast-triangle-negative: #ff9494;
1201
+ --components-tooltip-tooltip-standard-fill: #393a49;
1202
+ --components-tooltip-tooltip-standard-fill-negative: #ff9494;
1203
+ --components-tooltip-tooltip-standard-icon: #e5e5e9;
1204
+ --components-tooltip-tooltip-standard-icon-negative: #08091c;
1205
+ --components-tooltip-tooltip-standard-text: #e5e5e9;
1206
+ --components-tooltip-tooltip-standard-text-negative: #08091c;
1207
+ --components-tooltip-tooltip-standard-triangle: #393a49;
1208
+ --components-tooltip-tooltip-standard-triangle-negative: #ff9494;
1209
+ }
1210
+
1211
+ /* DO NOT CHANGE!*/
1212
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1213
+ /* DO NOT CHANGE!*/
1214
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1215
+ [data-color-mode=light],
1216
+ :root {
1217
+ --basecolors-frame-contrast: #181c56;
1218
+ --basecolors-frame-contrastalt: #393d79;
1219
+ --basecolors-frame-contrastalt-2: #292b6a;
1220
+ --basecolors-frame-default: #ffffff;
1221
+ --basecolors-frame-elevated: #ffffff;
1222
+ --basecolors-frame-elevatedalt: #f6f6f9;
1223
+ --basecolors-frame-subdued: #d9dae8;
1224
+ --basecolors-frame-tint: #f6f6f9;
1225
+ --basecolors-shape-accent: #181c56;
1226
+ --basecolors-shape-bicycle-contrast: #00db9b;
1227
+ --basecolors-shape-bicycle-default: #388f76;
1228
+ --basecolors-shape-bus-contrast: #ff6392;
1229
+ --basecolors-shape-bus-default: #c5044e;
1230
+ --basecolors-shape-cableway-contrast: #b482fb;
1231
+ --basecolors-shape-cableway-default: #78469a;
1232
+ --basecolors-shape-disabled: #6e6f73;
1233
+ --basecolors-shape-disabledalt: #b6b8ba;
1234
+ --basecolors-shape-ferry-contrast: #6fdfff;
1235
+ --basecolors-shape-ferry-default: #0c6693;
1236
+ --basecolors-shape-funicular-contrast: #b482fb;
1237
+ --basecolors-shape-funicular-default: #78469a;
1238
+ --basecolors-shape-helicopter-contrast: #fbafea;
1239
+ --basecolors-shape-helicopter-default: #800664;
1240
+ --basecolors-shape-highlight: #ff5959;
1241
+ --basecolors-shape-light: #ffffff;
1242
+ --basecolors-shape-mask: #ffffff;
1243
+ --basecolors-shape-maskalt: #ffffff;
1244
+ --basecolors-shape-metro-contrast: #f08901;
1245
+ --basecolors-shape-metro-default: #bf5826;
1246
+ --basecolors-shape-mobility-contrast: #00db9b;
1247
+ --basecolors-shape-mobility-default: #388f76;
1248
+ --basecolors-shape-plane-contrast: #fbafea;
1249
+ --basecolors-shape-plane-default: #800664;
1250
+ --basecolors-shape-subdued: #626493;
1251
+ --basecolors-shape-subduedalt: #d9dae8;
1252
+ --basecolors-shape-taxi-contrast: #ffe082;
1253
+ --basecolors-shape-taxi-default: #3d3e40;
1254
+ --basecolors-shape-train-contrast: #42a5f5;
1255
+ --basecolors-shape-train-default: #00367f;
1256
+ --basecolors-shape-tram-contrast: #b482fb;
1257
+ --basecolors-shape-tram-default: #78469a;
1258
+ --basecolors-shape-walk-contrast: #8284ab;
1259
+ --basecolors-shape-walk-default: #8d8e9c;
1260
+ --basecolors-shape-airportlinkbus-contrast: #fbafea;
1261
+ --basecolors-shape-airportlinkbus-default: #800664;
1262
+ --basecolors-shape-airportlinkrail-contrast: #fbafea;
1263
+ --basecolors-shape-airportlinkrail-default: #800664;
1264
+ --basecolors-stroke-contrast: #aeb7e2;
1265
+ --basecolors-stroke-default: #181c56;
1266
+ --basecolors-stroke-disabled: #949699;
1267
+ --basecolors-stroke-focus-contrast: #aeb7e2;
1268
+ --basecolors-stroke-focus-standard: #181c56;
1269
+ --basecolors-stroke-highlight: #ff5959;
1270
+ --basecolors-stroke-light: #ffffff;
1271
+ --basecolors-stroke-subdued: #8284ab;
1272
+ --basecolors-stroke-subduedalt: #e3e6e8;
1273
+ --basecolors-text-accent: #181c56;
1274
+ --basecolors-text-disabled: #6e6f73;
1275
+ --basecolors-text-disabledalt: #b6b8ba;
1276
+ --basecolors-text-highlight: #ff5959;
1277
+ --basecolors-text-light: #ffffff;
1278
+ --basecolors-text-subdued: #626493;
1279
+ --basecolors-text-subduedalt: #d9dae8;
1280
+ }
1281
+
1282
+ [data-color-mode=dark] {
1283
+ --basecolors-frame-contrast: #212233;
1284
+ --basecolors-frame-contrastalt: #141527;
1285
+ --basecolors-frame-contrastalt-2: #08091c;
1286
+ --basecolors-frame-default: #08091c;
1287
+ --basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
1288
+ --basecolors-frame-elevatedalt: #464755;
1289
+ --basecolors-frame-subdued: #2d2e3e;
1290
+ --basecolors-frame-tint: #141527;
1291
+ --basecolors-shape-accent: #e5e5e9;
1292
+ --basecolors-shape-bicycle-contrast: #4db295;
1293
+ --basecolors-shape-bicycle-default: #4db295;
1294
+ --basecolors-shape-bus-contrast: #ef7398;
1295
+ --basecolors-shape-bus-default: #ef7398;
1296
+ --basecolors-shape-cableway-contrast: #b898e5;
1297
+ --basecolors-shape-cableway-default: #b898e5;
1298
+ --basecolors-shape-disabled: #b6b8ba;
1299
+ --basecolors-shape-disabledalt: #b3b4bd;
1300
+ --basecolors-shape-ferry-contrast: #8ccfe2;
1301
+ --basecolors-shape-ferry-default: #8ccfe2;
1302
+ --basecolors-shape-funicular-contrast: #b898e5;
1303
+ --basecolors-shape-funicular-default: #b898e5;
1304
+ --basecolors-shape-helicopter-contrast: #f2b8e5;
1305
+ --basecolors-shape-helicopter-default: #f2b8e5;
1306
+ --basecolors-shape-highlight: #ff9494;
1307
+ --basecolors-shape-light: #e5e5e9;
1308
+ --basecolors-shape-mask: #2d2e3e;
1309
+ --basecolors-shape-maskalt: #393a49;
1310
+ --basecolors-shape-metro-contrast: #dd973c;
1311
+ --basecolors-shape-metro-default: #dd973c;
1312
+ --basecolors-shape-mobility-contrast: #4db295;
1313
+ --basecolors-shape-mobility-default: #4db295;
1314
+ --basecolors-shape-plane-contrast: #f2b8e5;
1315
+ --basecolors-shape-plane-default: #f2b8e5;
1316
+ --basecolors-shape-subdued: #b3b4bd;
1317
+ --basecolors-shape-subduedalt: #b3b4bd;
1318
+ --basecolors-shape-taxi-contrast: #ffe082;
1319
+ --basecolors-shape-taxi-default: #ffe082;
1320
+ --basecolors-shape-train-contrast: #60a2d7;
1321
+ --basecolors-shape-train-default: #60a2d7;
1322
+ --basecolors-shape-tram-contrast: #b898e5;
1323
+ --basecolors-shape-tram-default: #b898e5;
1324
+ --basecolors-shape-walk-contrast: #8d8e9c;
1325
+ --basecolors-shape-walk-default: #8d8e9c;
1326
+ --basecolors-shape-airportlinkbus-contrast: #f2b8e5;
1327
+ --basecolors-shape-airportlinkbus-default: #f2b8e5;
1328
+ --basecolors-shape-airportlinkrail-contrast: #f2b8e5;
1329
+ --basecolors-shape-airportlinkrail-default: #f2b8e5;
1330
+ --basecolors-stroke-contrast: #aeb7e2;
1331
+ --basecolors-stroke-default: #b3b4bd;
1332
+ --basecolors-stroke-disabled: #e3e6e8;
1333
+ --basecolors-stroke-focus-contrast: #aeb7e2;
1334
+ --basecolors-stroke-focus-standard: #aeb7e2;
1335
+ --basecolors-stroke-highlight: #ff9494;
1336
+ --basecolors-stroke-light: #b3b4bd;
1337
+ --basecolors-stroke-subdued: #81828f;
1338
+ --basecolors-stroke-subduedalt: #949699;
1339
+ --basecolors-text-accent: #e5e5e9;
1340
+ --basecolors-text-disabled: #b6b8ba;
1341
+ --basecolors-text-disabledalt: #b6b8ba;
1342
+ --basecolors-text-highlight: #ff9494;
1343
+ --basecolors-text-light: #e5e5e9;
1344
+ --basecolors-text-subdued: #b3b4bd;
1345
+ --basecolors-text-subduedalt: #b3b4bd;
1346
+ }
1347
+
1348
+ :root {
1349
+ --eds-tooltip: 1;
1350
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tooltip",
3
- "version": "5.2.4",
3
+ "version": "5.2.5",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/tooltip.esm.js",
@@ -27,9 +27,9 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/button": "^3.3.4",
31
- "@entur/icons": "^7.8.0",
32
- "@entur/layout": "^3.1.0",
30
+ "@entur/button": "^3.3.5",
31
+ "@entur/icons": "^7.9.0",
32
+ "@entur/layout": "^3.1.1",
33
33
  "@entur/tokens": "^3.19.0",
34
34
  "@entur/utils": "^0.12.3",
35
35
  "@floating-ui/react": "^0.26.24",
@@ -39,5 +39,5 @@
39
39
  "devDependencies": {
40
40
  "dts-cli": "2.0.5"
41
41
  },
42
- "gitHead": "bfd8f62e4735cc13d55e50bc8747535d72aaf679"
42
+ "gitHead": "e59bee5bf5aa6ab864c96be6cf4979feab287c61"
43
43
  }