@entur/tokens 3.17.5 → 3.17.6
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/componentColors.d.ts +96 -48
- package/dist/tokens.cjs.development.js +108 -60
- package/dist/tokens.cjs.development.js.map +1 -1
- package/dist/tokens.cjs.production.min.js +1 -1
- package/dist/tokens.cjs.production.min.js.map +1 -1
- package/dist/tokens.esm.js +108 -60
- package/dist/tokens.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -126,57 +126,81 @@ export declare const componentColors: {
|
|
|
126
126
|
information: {
|
|
127
127
|
contrast: {
|
|
128
128
|
border: string;
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
129
|
+
fillDefault: string;
|
|
130
|
+
fillToast: string;
|
|
131
|
+
iconDefault: string;
|
|
132
|
+
iconToast: string;
|
|
133
|
+
textDefault: string;
|
|
134
|
+
textToast: string;
|
|
132
135
|
};
|
|
133
136
|
standard: {
|
|
134
137
|
border: string;
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
+
fillDefault: string;
|
|
139
|
+
fillToast: string;
|
|
140
|
+
iconDefault: string;
|
|
141
|
+
iconToast: string;
|
|
142
|
+
textDefault: string;
|
|
143
|
+
textToast: string;
|
|
138
144
|
};
|
|
139
145
|
};
|
|
140
146
|
negative: {
|
|
141
147
|
contrast: {
|
|
142
148
|
border: string;
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
149
|
+
fillDefault: string;
|
|
150
|
+
fillToast: string;
|
|
151
|
+
iconDefault: string;
|
|
152
|
+
iconToast: string;
|
|
153
|
+
textDefault: string;
|
|
154
|
+
textToast: string;
|
|
146
155
|
};
|
|
147
156
|
standard: {
|
|
148
157
|
border: string;
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
158
|
+
fillDefault: string;
|
|
159
|
+
fillToast: string;
|
|
160
|
+
iconDefault: string;
|
|
161
|
+
iconToast: string;
|
|
162
|
+
textDefault: string;
|
|
163
|
+
textToast: string;
|
|
152
164
|
};
|
|
153
165
|
};
|
|
154
166
|
success: {
|
|
155
167
|
contrast: {
|
|
156
168
|
border: string;
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
169
|
+
fillDefault: string;
|
|
170
|
+
fillToast: string;
|
|
171
|
+
iconDefault: string;
|
|
172
|
+
iconToast: string;
|
|
173
|
+
textDefault: string;
|
|
174
|
+
textToast: string;
|
|
160
175
|
};
|
|
161
176
|
standard: {
|
|
162
177
|
border: string;
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
178
|
+
fillDefault: string;
|
|
179
|
+
fillToast: string;
|
|
180
|
+
iconDefault: string;
|
|
181
|
+
iconToast: string;
|
|
182
|
+
textDefault: string;
|
|
183
|
+
textToast: string;
|
|
166
184
|
};
|
|
167
185
|
};
|
|
168
186
|
warning: {
|
|
169
187
|
contrast: {
|
|
170
188
|
border: string;
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
189
|
+
fillDefault: string;
|
|
190
|
+
fillToast: string;
|
|
191
|
+
iconDefault: string;
|
|
192
|
+
iconToast: string;
|
|
193
|
+
textDefault: string;
|
|
194
|
+
textDefault2: string;
|
|
174
195
|
};
|
|
175
196
|
standard: {
|
|
176
197
|
border: string;
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
198
|
+
fillDefault: string;
|
|
199
|
+
fillToast: string;
|
|
200
|
+
iconDefault: string;
|
|
201
|
+
iconToast: string;
|
|
202
|
+
textDefault: string;
|
|
203
|
+
textToast: string;
|
|
180
204
|
};
|
|
181
205
|
};
|
|
182
206
|
};
|
|
@@ -1547,57 +1571,81 @@ export declare const componentColors: {
|
|
|
1547
1571
|
information: {
|
|
1548
1572
|
contrast: {
|
|
1549
1573
|
border: string;
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1574
|
+
fillDefault: string;
|
|
1575
|
+
fillToast: string;
|
|
1576
|
+
iconDefault: string;
|
|
1577
|
+
iconToast: string;
|
|
1578
|
+
textDefault: string;
|
|
1579
|
+
textToast: string;
|
|
1553
1580
|
};
|
|
1554
1581
|
standard: {
|
|
1555
1582
|
border: string;
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1583
|
+
fillDefault: string;
|
|
1584
|
+
fillToast: string;
|
|
1585
|
+
iconDefault: string;
|
|
1586
|
+
iconToast: string;
|
|
1587
|
+
textDefault: string;
|
|
1588
|
+
textToast: string;
|
|
1559
1589
|
};
|
|
1560
1590
|
};
|
|
1561
1591
|
negative: {
|
|
1562
1592
|
contrast: {
|
|
1563
1593
|
border: string;
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1594
|
+
fillDefault: string;
|
|
1595
|
+
fillToast: string;
|
|
1596
|
+
iconDefault: string;
|
|
1597
|
+
iconToast: string;
|
|
1598
|
+
textDefault: string;
|
|
1599
|
+
textToast: string;
|
|
1567
1600
|
};
|
|
1568
1601
|
standard: {
|
|
1569
1602
|
border: string;
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1603
|
+
fillDefault: string;
|
|
1604
|
+
fillToast: string;
|
|
1605
|
+
iconDefault: string;
|
|
1606
|
+
iconToast: string;
|
|
1607
|
+
textDefault: string;
|
|
1608
|
+
textToast: string;
|
|
1573
1609
|
};
|
|
1574
1610
|
};
|
|
1575
1611
|
success: {
|
|
1576
1612
|
contrast: {
|
|
1577
1613
|
border: string;
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1614
|
+
fillDefault: string;
|
|
1615
|
+
fillToast: string;
|
|
1616
|
+
iconDefault: string;
|
|
1617
|
+
iconToast: string;
|
|
1618
|
+
textDefault: string;
|
|
1619
|
+
textToast: string;
|
|
1581
1620
|
};
|
|
1582
1621
|
standard: {
|
|
1583
1622
|
border: string;
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1623
|
+
fillDefault: string;
|
|
1624
|
+
fillToast: string;
|
|
1625
|
+
iconDefault: string;
|
|
1626
|
+
iconToast: string;
|
|
1627
|
+
textDefault: string;
|
|
1628
|
+
textToast: string;
|
|
1587
1629
|
};
|
|
1588
1630
|
};
|
|
1589
1631
|
warning: {
|
|
1590
1632
|
contrast: {
|
|
1591
1633
|
border: string;
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1634
|
+
fillDefault: string;
|
|
1635
|
+
fillToast: string;
|
|
1636
|
+
iconDefault: string;
|
|
1637
|
+
iconToast: string;
|
|
1638
|
+
textDefault: string;
|
|
1639
|
+
textDefault2: string;
|
|
1595
1640
|
};
|
|
1596
1641
|
standard: {
|
|
1597
1642
|
border: string;
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1643
|
+
fillDefault: string;
|
|
1644
|
+
fillToast: string;
|
|
1645
|
+
iconDefault: string;
|
|
1646
|
+
iconToast: string;
|
|
1647
|
+
textDefault: string;
|
|
1648
|
+
textToast: string;
|
|
1601
1649
|
};
|
|
1602
1650
|
};
|
|
1603
1651
|
};
|
|
@@ -794,58 +794,82 @@ var componentColors = {
|
|
|
794
794
|
"alertbox": {
|
|
795
795
|
"information": {
|
|
796
796
|
"contrast": {
|
|
797
|
-
"border": "#
|
|
798
|
-
"
|
|
799
|
-
"
|
|
800
|
-
"
|
|
797
|
+
"border": "#067eb2",
|
|
798
|
+
"fillDefault": "#acd7f1",
|
|
799
|
+
"fillToast": "#acd7f1",
|
|
800
|
+
"iconDefault": "#181c56",
|
|
801
|
+
"iconToast": "#181c56",
|
|
802
|
+
"textDefault": "#181c56",
|
|
803
|
+
"textToast": "#181c56"
|
|
801
804
|
},
|
|
802
805
|
"standard": {
|
|
803
806
|
"border": "#067eb2",
|
|
804
|
-
"
|
|
805
|
-
"
|
|
806
|
-
"
|
|
807
|
+
"fillDefault": "#e1eff8",
|
|
808
|
+
"fillToast": "#e1eff8",
|
|
809
|
+
"iconDefault": "#067eb2",
|
|
810
|
+
"iconToast": "#067eb2",
|
|
811
|
+
"textDefault": "#181c56",
|
|
812
|
+
"textToast": "#181c56"
|
|
807
813
|
}
|
|
808
814
|
},
|
|
809
815
|
"negative": {
|
|
810
816
|
"contrast": {
|
|
811
|
-
"border": "#
|
|
812
|
-
"
|
|
813
|
-
"
|
|
814
|
-
"
|
|
817
|
+
"border": "#d31b1b",
|
|
818
|
+
"fillDefault": "#ff9494",
|
|
819
|
+
"fillToast": "#ff9494",
|
|
820
|
+
"iconDefault": "#181c56",
|
|
821
|
+
"iconToast": "#181c56",
|
|
822
|
+
"textDefault": "#181c56",
|
|
823
|
+
"textToast": "#181c56"
|
|
815
824
|
},
|
|
816
825
|
"standard": {
|
|
817
826
|
"border": "#d31b1b",
|
|
818
|
-
"
|
|
819
|
-
"
|
|
820
|
-
"
|
|
827
|
+
"fillDefault": "#ffcece",
|
|
828
|
+
"fillToast": "#ffcece",
|
|
829
|
+
"iconDefault": "#d31b1b",
|
|
830
|
+
"iconToast": "#d31b1b",
|
|
831
|
+
"textDefault": "#181c56",
|
|
832
|
+
"textToast": "#181c56"
|
|
821
833
|
}
|
|
822
834
|
},
|
|
823
835
|
"success": {
|
|
824
836
|
"contrast": {
|
|
825
|
-
"border": "#
|
|
826
|
-
"
|
|
827
|
-
"
|
|
828
|
-
"
|
|
837
|
+
"border": "#1a8e60",
|
|
838
|
+
"fillDefault": "#9cd9c2",
|
|
839
|
+
"fillToast": "#9cd9c2",
|
|
840
|
+
"iconDefault": "#181c56",
|
|
841
|
+
"iconToast": "#181c56",
|
|
842
|
+
"textDefault": "#181c56",
|
|
843
|
+
"textToast": "#181c56"
|
|
829
844
|
},
|
|
830
845
|
"standard": {
|
|
831
846
|
"border": "#1a8e60",
|
|
832
|
-
"
|
|
833
|
-
"
|
|
834
|
-
"
|
|
847
|
+
"fillDefault": "#d0f1e3",
|
|
848
|
+
"fillToast": "#d0f1e3",
|
|
849
|
+
"iconDefault": "#1a8e60",
|
|
850
|
+
"iconToast": "#1a8e60",
|
|
851
|
+
"textDefault": "#181c56",
|
|
852
|
+
"textToast": "#181c56"
|
|
835
853
|
}
|
|
836
854
|
},
|
|
837
855
|
"warning": {
|
|
838
856
|
"contrast": {
|
|
839
|
-
"border": "#
|
|
840
|
-
"
|
|
841
|
-
"
|
|
842
|
-
"
|
|
857
|
+
"border": "#e9b10c",
|
|
858
|
+
"fillDefault": "#ffeeb3",
|
|
859
|
+
"fillToast": "#ffeeb3",
|
|
860
|
+
"iconDefault": "#181c56",
|
|
861
|
+
"iconToast": "#181c56",
|
|
862
|
+
"textDefault": "#181c56",
|
|
863
|
+
"textDefault2": "#181c56"
|
|
843
864
|
},
|
|
844
865
|
"standard": {
|
|
845
866
|
"border": "#e9b10c",
|
|
846
|
-
"
|
|
847
|
-
"
|
|
848
|
-
"
|
|
867
|
+
"fillDefault": "#fff4cd",
|
|
868
|
+
"fillToast": "#fff4cd",
|
|
869
|
+
"iconDefault": "#181c56",
|
|
870
|
+
"iconToast": "#181c56",
|
|
871
|
+
"textDefault": "#181c56",
|
|
872
|
+
"textToast": "#181c56"
|
|
849
873
|
}
|
|
850
874
|
}
|
|
851
875
|
},
|
|
@@ -2215,58 +2239,82 @@ var componentColors = {
|
|
|
2215
2239
|
"alertbox": {
|
|
2216
2240
|
"information": {
|
|
2217
2241
|
"contrast": {
|
|
2218
|
-
"border": "#
|
|
2219
|
-
"
|
|
2220
|
-
"
|
|
2221
|
-
"
|
|
2242
|
+
"border": "#067eb2",
|
|
2243
|
+
"fillDefault": "#2d98d233",
|
|
2244
|
+
"fillToast": "#acd7f1",
|
|
2245
|
+
"iconDefault": "#acd7f1",
|
|
2246
|
+
"iconToast": "#181c56",
|
|
2247
|
+
"textDefault": "#e5e5e9",
|
|
2248
|
+
"textToast": "#181c56"
|
|
2222
2249
|
},
|
|
2223
2250
|
"standard": {
|
|
2224
|
-
"border": "#
|
|
2225
|
-
"
|
|
2226
|
-
"
|
|
2227
|
-
"
|
|
2251
|
+
"border": "#067eb2",
|
|
2252
|
+
"fillDefault": "#2d98d233",
|
|
2253
|
+
"fillToast": "#acd7f1",
|
|
2254
|
+
"iconDefault": "#acd7f1",
|
|
2255
|
+
"iconToast": "#067eb2",
|
|
2256
|
+
"textDefault": "#e5e5e9",
|
|
2257
|
+
"textToast": "#181c56"
|
|
2228
2258
|
}
|
|
2229
2259
|
},
|
|
2230
2260
|
"negative": {
|
|
2231
2261
|
"contrast": {
|
|
2232
|
-
"border": "#
|
|
2233
|
-
"
|
|
2234
|
-
"
|
|
2235
|
-
"
|
|
2262
|
+
"border": "#d31b1b",
|
|
2263
|
+
"fillDefault": "#ff949433",
|
|
2264
|
+
"fillToast": "#ff9494",
|
|
2265
|
+
"iconDefault": "#ff9494",
|
|
2266
|
+
"iconToast": "#181c56",
|
|
2267
|
+
"textDefault": "#e5e5e9",
|
|
2268
|
+
"textToast": "#181c56"
|
|
2236
2269
|
},
|
|
2237
2270
|
"standard": {
|
|
2238
|
-
"border": "#
|
|
2239
|
-
"
|
|
2240
|
-
"
|
|
2241
|
-
"
|
|
2271
|
+
"border": "#d31b1b",
|
|
2272
|
+
"fillDefault": "#ff949433",
|
|
2273
|
+
"fillToast": "#ff9494",
|
|
2274
|
+
"iconDefault": "#ff9494",
|
|
2275
|
+
"iconToast": "#d31b1b",
|
|
2276
|
+
"textDefault": "#e5e5e9",
|
|
2277
|
+
"textToast": "#181c56"
|
|
2242
2278
|
}
|
|
2243
2279
|
},
|
|
2244
2280
|
"success": {
|
|
2245
2281
|
"contrast": {
|
|
2246
|
-
"border": "#
|
|
2247
|
-
"
|
|
2248
|
-
"
|
|
2249
|
-
"
|
|
2282
|
+
"border": "#1a8e60",
|
|
2283
|
+
"fillDefault": "#5ac39a33",
|
|
2284
|
+
"fillToast": "#9cd9c2",
|
|
2285
|
+
"iconDefault": "#9cd9c2",
|
|
2286
|
+
"iconToast": "#181c56",
|
|
2287
|
+
"textDefault": "#e5e5e9",
|
|
2288
|
+
"textToast": "#181c56"
|
|
2250
2289
|
},
|
|
2251
2290
|
"standard": {
|
|
2252
|
-
"border": "#
|
|
2253
|
-
"
|
|
2254
|
-
"
|
|
2255
|
-
"
|
|
2291
|
+
"border": "#1a8e60",
|
|
2292
|
+
"fillDefault": "#5ac39a33",
|
|
2293
|
+
"fillToast": "#9cd9c2",
|
|
2294
|
+
"iconDefault": "#9cd9c2",
|
|
2295
|
+
"iconToast": "#1a8e60",
|
|
2296
|
+
"textDefault": "#e5e5e9",
|
|
2297
|
+
"textToast": "#181c56"
|
|
2256
2298
|
}
|
|
2257
2299
|
},
|
|
2258
2300
|
"warning": {
|
|
2259
2301
|
"contrast": {
|
|
2260
|
-
"border": "#
|
|
2261
|
-
"
|
|
2262
|
-
"
|
|
2263
|
-
"
|
|
2302
|
+
"border": "#e9b10c",
|
|
2303
|
+
"fillDefault": "#ffe08240",
|
|
2304
|
+
"fillToast": "#ffeeb3",
|
|
2305
|
+
"iconDefault": "#181c56",
|
|
2306
|
+
"iconToast": "#181c56",
|
|
2307
|
+
"textDefault": "#e5e5e9",
|
|
2308
|
+
"textDefault2": "#e5e5e9"
|
|
2264
2309
|
},
|
|
2265
2310
|
"standard": {
|
|
2266
|
-
"border": "#
|
|
2267
|
-
"
|
|
2268
|
-
"
|
|
2269
|
-
"
|
|
2311
|
+
"border": "#e9b10c",
|
|
2312
|
+
"fillDefault": "#ffe08240",
|
|
2313
|
+
"fillToast": "#ffeeb3",
|
|
2314
|
+
"iconDefault": "#ffeeb3",
|
|
2315
|
+
"iconToast": "#181c56",
|
|
2316
|
+
"textDefault": "#e5e5e9",
|
|
2317
|
+
"textToast": "#181c56"
|
|
2270
2318
|
}
|
|
2271
2319
|
}
|
|
2272
2320
|
},
|