@entur/tooltip 5.2.3 → 5.2.4

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 (3) hide show
  1. package/README.md +2 -2
  2. package/dist/styles.css +203 -199
  3. package/package.json +7 -7
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This package contains the tooltip component.
4
4
 
5
- > 💡 Looking for the [documentation](https://design.entur.no/komponenter/feedback/tooltip)?
5
+ > 💡 Looking for the [documentation](https://linje.entur.no/komponenter/feedback/tooltip)?
6
6
 
7
7
  ## Installation
8
8
 
@@ -14,4 +14,4 @@ yarn add @entur/tooltip
14
14
 
15
15
  ## Usage
16
16
 
17
- Please refer to the [documentation](https://design.entur.no/komponenter/feedback/tooltip) for usage information.
17
+ Please refer to the [documentation](https://linje.entur.no/komponenter/feedback/tooltip) for usage information.
package/dist/styles.css CHANGED
@@ -2,6 +2,207 @@
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. */
5
206
  a.eds-button {
6
207
  display: flex;
7
208
  align-items: center;
@@ -897,6 +1098,7 @@ a.eds-button .eds-icon {
897
1098
  :root {
898
1099
  --basecolors-frame-contrast: #181c56;
899
1100
  --basecolors-frame-contrastalt: #393d79;
1101
+ --basecolors-frame-contrastalt-2: #292b6a;
900
1102
  --basecolors-frame-default: #ffffff;
901
1103
  --basecolors-frame-elevated: #ffffff;
902
1104
  --basecolors-frame-elevatedalt: #f6f6f9;
@@ -962,6 +1164,7 @@ a.eds-button .eds-icon {
962
1164
  [data-color-mode=dark] {
963
1165
  --basecolors-frame-contrast: #212233;
964
1166
  --basecolors-frame-contrastalt: #141527;
1167
+ --basecolors-frame-contrastalt-2: #08091c;
965
1168
  --basecolors-frame-default: #08091c;
966
1169
  --basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
967
1170
  --basecolors-frame-elevatedalt: #464755;
@@ -1145,202 +1348,3 @@ a.eds-button .eds-icon {
1145
1348
  .eds-contrast .eds-popover:focus-visible {
1146
1349
  outline-color: var(--basecolors-stroke-focus-contrast);
1147
1350
  }
1148
- /* DO NOT CHANGE!*/
1149
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
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
- [data-color-mode=light],
1155
- :root {
1156
- --components-tooltip-popover-contrast-border: rgba(255, 255, 255, 0);
1157
- --components-tooltip-popover-contrast-fill: #393d79;
1158
- --components-tooltip-popover-contrast-icon: #ffffff;
1159
- --components-tooltip-popover-contrast-text: #ffffff;
1160
- --components-tooltip-popover-standard-border: rgba(84, 86, 140, 0.4);
1161
- --components-tooltip-popover-standard-fill: #f6f6f9;
1162
- --components-tooltip-popover-standard-icon: #181c56;
1163
- --components-tooltip-popover-standard-text: #181c56;
1164
- --components-tooltip-tooltip-contrast-fill: #ffffff;
1165
- --components-tooltip-tooltip-contrast-fill-negative: #ff9494;
1166
- --components-tooltip-tooltip-contrast-icon: #181c56;
1167
- --components-tooltip-tooltip-contrast-icon-negative: #181c56;
1168
- --components-tooltip-tooltip-contrast-text: #181c56;
1169
- --components-tooltip-tooltip-contrast-text-negative: #181c56;
1170
- --components-tooltip-tooltip-contrast-triangle: #ffffff;
1171
- --components-tooltip-tooltip-contrast-triangle-negative: #ff9494;
1172
- --components-tooltip-tooltip-standard-fill: #181c56;
1173
- --components-tooltip-tooltip-standard-fill-negative: #ffcece;
1174
- --components-tooltip-tooltip-standard-icon: #ffffff;
1175
- --components-tooltip-tooltip-standard-icon-negative: #181c56;
1176
- --components-tooltip-tooltip-standard-text: #ffffff;
1177
- --components-tooltip-tooltip-standard-text-negative: #181c56;
1178
- --components-tooltip-tooltip-standard-triangle: #181c56;
1179
- --components-tooltip-tooltip-standard-triangle-negative: #ffcece;
1180
- }
1181
-
1182
- [data-color-mode=dark] {
1183
- --components-tooltip-popover-contrast-border: rgba(255, 255, 255, 0);
1184
- --components-tooltip-popover-contrast-fill: #393a49;
1185
- --components-tooltip-popover-contrast-icon: #e5e5e9;
1186
- --components-tooltip-popover-contrast-text: #e5e5e9;
1187
- --components-tooltip-popover-standard-border: rgba(255, 255, 255, 0);
1188
- --components-tooltip-popover-standard-fill: #393a49;
1189
- --components-tooltip-popover-standard-icon: #e5e5e9;
1190
- --components-tooltip-popover-standard-text: #e5e5e9;
1191
- --components-tooltip-tooltip-contrast-fill: #393a49;
1192
- --components-tooltip-tooltip-contrast-fill-negative: #ff9494;
1193
- --components-tooltip-tooltip-contrast-icon: #e5e5e9;
1194
- --components-tooltip-tooltip-contrast-icon-negative: #08091c;
1195
- --components-tooltip-tooltip-contrast-text: #e5e5e9;
1196
- --components-tooltip-tooltip-contrast-text-negative: #08091c;
1197
- --components-tooltip-tooltip-contrast-triangle: #393a49;
1198
- --components-tooltip-tooltip-contrast-triangle-negative: #ff9494;
1199
- --components-tooltip-tooltip-standard-fill: #393a49;
1200
- --components-tooltip-tooltip-standard-fill-negative: #ff9494;
1201
- --components-tooltip-tooltip-standard-icon: #e5e5e9;
1202
- --components-tooltip-tooltip-standard-icon-negative: #08091c;
1203
- --components-tooltip-tooltip-standard-text: #e5e5e9;
1204
- --components-tooltip-tooltip-standard-text-negative: #08091c;
1205
- --components-tooltip-tooltip-standard-triangle: #393a49;
1206
- --components-tooltip-tooltip-standard-triangle-negative: #ff9494;
1207
- }
1208
-
1209
- /* DO NOT CHANGE!*/
1210
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1211
- /* DO NOT CHANGE!*/
1212
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1213
- [data-color-mode=light],
1214
- :root {
1215
- --basecolors-frame-contrast: #181c56;
1216
- --basecolors-frame-contrastalt: #393d79;
1217
- --basecolors-frame-default: #ffffff;
1218
- --basecolors-frame-elevated: #ffffff;
1219
- --basecolors-frame-elevatedalt: #f6f6f9;
1220
- --basecolors-frame-subdued: #d9dae8;
1221
- --basecolors-frame-tint: #f6f6f9;
1222
- --basecolors-shape-accent: #181c56;
1223
- --basecolors-shape-bicycle-contrast: #00db9b;
1224
- --basecolors-shape-bicycle-default: #388f76;
1225
- --basecolors-shape-bus-contrast: #ff6392;
1226
- --basecolors-shape-bus-default: #c5044e;
1227
- --basecolors-shape-cableway-contrast: #b482fb;
1228
- --basecolors-shape-cableway-default: #78469a;
1229
- --basecolors-shape-disabled: #6e6f73;
1230
- --basecolors-shape-disabledalt: #b6b8ba;
1231
- --basecolors-shape-ferry-contrast: #6fdfff;
1232
- --basecolors-shape-ferry-default: #0c6693;
1233
- --basecolors-shape-funicular-contrast: #b482fb;
1234
- --basecolors-shape-funicular-default: #78469a;
1235
- --basecolors-shape-helicopter-contrast: #fbafea;
1236
- --basecolors-shape-helicopter-default: #800664;
1237
- --basecolors-shape-highlight: #ff5959;
1238
- --basecolors-shape-light: #ffffff;
1239
- --basecolors-shape-mask: #ffffff;
1240
- --basecolors-shape-maskalt: #ffffff;
1241
- --basecolors-shape-metro-contrast: #f08901;
1242
- --basecolors-shape-metro-default: #bf5826;
1243
- --basecolors-shape-mobility-contrast: #00db9b;
1244
- --basecolors-shape-mobility-default: #388f76;
1245
- --basecolors-shape-plane-contrast: #fbafea;
1246
- --basecolors-shape-plane-default: #800664;
1247
- --basecolors-shape-subdued: #626493;
1248
- --basecolors-shape-subduedalt: #d9dae8;
1249
- --basecolors-shape-taxi-contrast: #ffe082;
1250
- --basecolors-shape-taxi-default: #3d3e40;
1251
- --basecolors-shape-train-contrast: #42a5f5;
1252
- --basecolors-shape-train-default: #00367f;
1253
- --basecolors-shape-tram-contrast: #b482fb;
1254
- --basecolors-shape-tram-default: #78469a;
1255
- --basecolors-shape-walk-contrast: #8284ab;
1256
- --basecolors-shape-walk-default: #8d8e9c;
1257
- --basecolors-shape-airportlinkbus-contrast: #fbafea;
1258
- --basecolors-shape-airportlinkbus-default: #800664;
1259
- --basecolors-shape-airportlinkrail-contrast: #fbafea;
1260
- --basecolors-shape-airportlinkrail-default: #800664;
1261
- --basecolors-stroke-contrast: #aeb7e2;
1262
- --basecolors-stroke-default: #181c56;
1263
- --basecolors-stroke-disabled: #949699;
1264
- --basecolors-stroke-focus-contrast: #aeb7e2;
1265
- --basecolors-stroke-focus-standard: #181c56;
1266
- --basecolors-stroke-highlight: #ff5959;
1267
- --basecolors-stroke-light: #ffffff;
1268
- --basecolors-stroke-subdued: #8284ab;
1269
- --basecolors-stroke-subduedalt: #e3e6e8;
1270
- --basecolors-text-accent: #181c56;
1271
- --basecolors-text-disabled: #6e6f73;
1272
- --basecolors-text-disabledalt: #b6b8ba;
1273
- --basecolors-text-highlight: #ff5959;
1274
- --basecolors-text-light: #ffffff;
1275
- --basecolors-text-subdued: #626493;
1276
- --basecolors-text-subduedalt: #d9dae8;
1277
- }
1278
-
1279
- [data-color-mode=dark] {
1280
- --basecolors-frame-contrast: #212233;
1281
- --basecolors-frame-contrastalt: #141527;
1282
- --basecolors-frame-default: #08091c;
1283
- --basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
1284
- --basecolors-frame-elevatedalt: #464755;
1285
- --basecolors-frame-subdued: #2d2e3e;
1286
- --basecolors-frame-tint: #141527;
1287
- --basecolors-shape-accent: #e5e5e9;
1288
- --basecolors-shape-bicycle-contrast: #4db295;
1289
- --basecolors-shape-bicycle-default: #4db295;
1290
- --basecolors-shape-bus-contrast: #ef7398;
1291
- --basecolors-shape-bus-default: #ef7398;
1292
- --basecolors-shape-cableway-contrast: #b898e5;
1293
- --basecolors-shape-cableway-default: #b898e5;
1294
- --basecolors-shape-disabled: #b6b8ba;
1295
- --basecolors-shape-disabledalt: #b3b4bd;
1296
- --basecolors-shape-ferry-contrast: #8ccfe2;
1297
- --basecolors-shape-ferry-default: #8ccfe2;
1298
- --basecolors-shape-funicular-contrast: #b898e5;
1299
- --basecolors-shape-funicular-default: #b898e5;
1300
- --basecolors-shape-helicopter-contrast: #f2b8e5;
1301
- --basecolors-shape-helicopter-default: #f2b8e5;
1302
- --basecolors-shape-highlight: #ff9494;
1303
- --basecolors-shape-light: #e5e5e9;
1304
- --basecolors-shape-mask: #2d2e3e;
1305
- --basecolors-shape-maskalt: #393a49;
1306
- --basecolors-shape-metro-contrast: #dd973c;
1307
- --basecolors-shape-metro-default: #dd973c;
1308
- --basecolors-shape-mobility-contrast: #4db295;
1309
- --basecolors-shape-mobility-default: #4db295;
1310
- --basecolors-shape-plane-contrast: #f2b8e5;
1311
- --basecolors-shape-plane-default: #f2b8e5;
1312
- --basecolors-shape-subdued: #b3b4bd;
1313
- --basecolors-shape-subduedalt: #b3b4bd;
1314
- --basecolors-shape-taxi-contrast: #ffe082;
1315
- --basecolors-shape-taxi-default: #ffe082;
1316
- --basecolors-shape-train-contrast: #60a2d7;
1317
- --basecolors-shape-train-default: #60a2d7;
1318
- --basecolors-shape-tram-contrast: #b898e5;
1319
- --basecolors-shape-tram-default: #b898e5;
1320
- --basecolors-shape-walk-contrast: #8d8e9c;
1321
- --basecolors-shape-walk-default: #8d8e9c;
1322
- --basecolors-shape-airportlinkbus-contrast: #f2b8e5;
1323
- --basecolors-shape-airportlinkbus-default: #f2b8e5;
1324
- --basecolors-shape-airportlinkrail-contrast: #f2b8e5;
1325
- --basecolors-shape-airportlinkrail-default: #f2b8e5;
1326
- --basecolors-stroke-contrast: #aeb7e2;
1327
- --basecolors-stroke-default: #b3b4bd;
1328
- --basecolors-stroke-disabled: #e3e6e8;
1329
- --basecolors-stroke-focus-contrast: #aeb7e2;
1330
- --basecolors-stroke-focus-standard: #aeb7e2;
1331
- --basecolors-stroke-highlight: #ff9494;
1332
- --basecolors-stroke-light: #b3b4bd;
1333
- --basecolors-stroke-subdued: #81828f;
1334
- --basecolors-stroke-subduedalt: #949699;
1335
- --basecolors-text-accent: #e5e5e9;
1336
- --basecolors-text-disabled: #b6b8ba;
1337
- --basecolors-text-disabledalt: #b6b8ba;
1338
- --basecolors-text-highlight: #ff9494;
1339
- --basecolors-text-light: #e5e5e9;
1340
- --basecolors-text-subdued: #b3b4bd;
1341
- --basecolors-text-subduedalt: #b3b4bd;
1342
- }
1343
-
1344
- :root {
1345
- --eds-tooltip: 1;
1346
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tooltip",
3
- "version": "5.2.3",
3
+ "version": "5.2.4",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/tooltip.esm.js",
@@ -27,11 +27,11 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/button": "^3.3.3",
31
- "@entur/icons": "^7.7.1",
32
- "@entur/layout": "^3.0.0",
33
- "@entur/tokens": "^3.18.0",
34
- "@entur/utils": "^0.12.2",
30
+ "@entur/button": "^3.3.4",
31
+ "@entur/icons": "^7.8.0",
32
+ "@entur/layout": "^3.1.0",
33
+ "@entur/tokens": "^3.19.0",
34
+ "@entur/utils": "^0.12.3",
35
35
  "@floating-ui/react": "^0.26.24",
36
36
  "@floating-ui/react-dom": "^2.1.0",
37
37
  "classnames": "^2.3.1"
@@ -39,5 +39,5 @@
39
39
  "devDependencies": {
40
40
  "dts-cli": "2.0.5"
41
41
  },
42
- "gitHead": "8ae7ed09699a63cc7e50d546d54750d8ec066c50"
42
+ "gitHead": "bfd8f62e4735cc13d55e50bc8747535d72aaf679"
43
43
  }