@amsterdam/design-system-tokens 3.1.0 → 3.3.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/CHANGELOG.md +17 -0
- package/README.md +45 -1
- package/build.js +25 -35
- package/dist/compact.css +2 -2
- package/dist/compact.d.ts +3 -3
- package/dist/compact.mjs +2 -2
- package/dist/compact.scss +2 -2
- package/dist/compact.theme.css +2 -2
- package/dist/index.css +60 -47
- package/dist/index.d.ts +24 -3
- package/dist/index.json +44 -23
- package/dist/index.mjs +91 -66
- package/dist/index.scss +60 -47
- package/dist/index.theme.css +60 -47
- package/package.json +2 -2
- package/src/brand/ams/aspect-ratio.tokens.json +18 -6
- package/src/brand/ams/border.compact.tokens.json +36 -4
- package/src/brand/ams/border.tokens.json +36 -4
- package/src/brand/ams/color.deprecated.tokens.json +3 -2
- package/src/brand/ams/color.tokens.json +104 -26
- package/src/brand/ams/cursor.tokens.json +6 -2
- package/src/brand/ams/focus.tokens.json +10 -1
- package/src/brand/ams/space.compact.tokens.json +30 -6
- package/src/brand/ams/space.tokens.json +24 -6
- package/src/brand/ams/typography.compact.tokens.json +110 -18
- package/src/brand/ams/typography.deprecated.compact.tokens.json +10 -4
- package/src/brand/ams/typography.deprecated.tokens.json +20 -8
- package/src/brand/ams/typography.tokens.json +131 -24
- package/src/common/ams/inputs.tokens.json +121 -18
- package/src/common/ams/links.tokens.json +72 -12
- package/src/components/ams/accordion.deprecated.tokens.json +29 -7
- package/src/components/ams/accordion.tokens.json +46 -8
- package/src/components/ams/action-group.tokens.json +7 -1
- package/src/components/ams/alert.tokens.json +83 -16
- package/src/components/ams/avatar.tokens.json +139 -31
- package/src/components/ams/badge.tokens.json +98 -22
- package/src/components/ams/blockquote.tokens.json +28 -6
- package/src/components/ams/breadcrumb.tokens.json +68 -15
- package/src/components/ams/button.tokens.json +176 -34
- package/src/components/ams/call-to-action-link.tokens.json +73 -14
- package/src/components/ams/card.tokens.json +60 -11
- package/src/components/ams/character-count.tokens.json +28 -6
- package/src/components/ams/checkbox.deprecated.tokens.json +23 -7
- package/src/components/ams/checkbox.tokens.json +154 -36
- package/src/components/ams/column.tokens.json +35 -5
- package/src/components/ams/date-input.deprecated.tokens.json +10 -10
- package/src/components/ams/date-input.tokens.json +93 -21
- package/src/components/ams/description-list.tokens.json +96 -13
- package/src/components/ams/dialog.tokens.json +144 -23
- package/src/components/ams/error-message.tokens.json +31 -6
- package/src/components/ams/field-set.deprecated.tokens.json +8 -1
- package/src/components/ams/field-set.tokens.json +69 -13
- package/src/components/ams/field.deprecated.tokens.json +8 -1
- package/src/components/ams/field.tokens.json +24 -4
- package/src/components/ams/figure.tokens.json +35 -7
- package/src/components/ams/file-input.tokens.json +143 -29
- package/src/components/ams/file-list.tokens.json +49 -9
- package/src/components/ams/grid.compact.tokens.json +7 -1
- package/src/components/ams/grid.tokens.json +79 -13
- package/src/components/ams/heading.tokens.json +91 -17
- package/src/components/ams/hint.tokens.json +8 -2
- package/src/components/ams/icon-button.tokens.json +69 -17
- package/src/components/ams/icon.deprecated.tokens.json +10 -4
- package/src/components/ams/icon.tokens.json +112 -19
- package/src/components/ams/image-slider.tokens.json +60 -10
- package/src/components/ams/image.tokens.json +3 -1
- package/src/components/ams/invalid-form-alert.tokens.json +7 -1
- package/src/components/ams/label.tokens.json +31 -7
- package/src/components/ams/link-list.tokens.json +106 -21
- package/src/components/ams/link.tokens.json +73 -15
- package/src/components/ams/logo.tokens.json +23 -5
- package/src/components/ams/mark.tokens.json +4 -1
- package/src/components/ams/menu.deprecated.tokens.json +12 -8
- package/src/components/ams/menu.tokens.json +119 -21
- package/src/components/ams/ordered-list.tokens.json +110 -22
- package/src/components/ams/page-footer.tokens.json +98 -18
- package/src/components/ams/page-header.compact.tokens.json +19 -3
- package/src/components/ams/page-header.tokens.json +214 -34
- package/src/components/ams/page-heading.deprecated.tokens.json +38 -8
- package/src/components/ams/page.tokens.json +24 -5
- package/src/components/ams/pagination.tokens.json +70 -14
- package/src/components/ams/paragraph.tokens.json +55 -11
- package/src/components/ams/password-input.tokens.json +92 -19
- package/src/components/ams/progress-list.tokens.json +172 -55
- package/src/components/ams/radio.tokens.json +142 -33
- package/src/components/ams/row.tokens.json +35 -5
- package/src/components/ams/search-field.tokens.json +101 -22
- package/src/components/ams/select.tokens.json +97 -24
- package/src/components/ams/skip-link.tokens.json +53 -10
- package/src/components/ams/spotlight.tokens.json +28 -7
- package/src/components/ams/standalone-link.deprecated.tokens.json +16 -10
- package/src/components/ams/standalone-link.tokens.json +75 -16
- package/src/components/ams/switch.tokens.json +57 -12
- package/src/components/ams/table-of-contents.deprecated.tokens.json +16 -3
- package/src/components/ams/table-of-contents.tokens.json +80 -15
- package/src/components/ams/table.tokens.json +49 -10
- package/src/components/ams/tabs.tokens.json +130 -17
- package/src/components/ams/text-area.tokens.json +97 -20
- package/src/components/ams/text-input.tokens.json +90 -19
- package/src/components/ams/time-input.deprecated.tokens.json +10 -10
- package/src/components/ams/time-input.tokens.json +91 -21
- package/src/components/ams/unordered-list.tokens.json +112 -22
- package/style-dictionary/dimensionToString.js +25 -0
- package/style-dictionary/transforms/dtcg-dimension.js +30 -0
- package/style-dictionary/transforms/name-custom-camel.js +27 -0
- package/style-dictionary/transforms/name-custom-kebab.js +27 -0
- package/style-dictionary/transforms/shadow-dtcg-dimension-normalize.js +50 -0
package/dist/index.d.ts
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
export default tokens;
|
|
6
6
|
|
|
7
7
|
declare interface DesignToken {
|
|
8
|
-
value?: any;
|
|
9
|
-
type?: string;
|
|
10
|
-
|
|
8
|
+
$value?: any;
|
|
9
|
+
$type?: string;
|
|
10
|
+
$description?: string;
|
|
11
11
|
name?: string;
|
|
12
12
|
themeable?: boolean;
|
|
13
13
|
attributes?: Record<string, unknown>;
|
|
@@ -660,11 +660,19 @@ declare const tokens: {
|
|
|
660
660
|
};
|
|
661
661
|
term: {
|
|
662
662
|
"font-weight": DesignToken;
|
|
663
|
+
"margin-block-end": DesignToken;
|
|
664
|
+
"vi-medium": {
|
|
665
|
+
"margin-block-end": DesignToken;
|
|
666
|
+
};
|
|
663
667
|
};
|
|
664
668
|
description: {
|
|
665
669
|
"font-weight": DesignToken;
|
|
670
|
+
"margin-block-end": DesignToken;
|
|
666
671
|
"padding-inline-start": DesignToken;
|
|
667
672
|
};
|
|
673
|
+
section: {
|
|
674
|
+
"margin-block-end": DesignToken;
|
|
675
|
+
};
|
|
668
676
|
narrow: {
|
|
669
677
|
"grid-template-columns": DesignToken;
|
|
670
678
|
};
|
|
@@ -678,8 +686,10 @@ declare const tokens: {
|
|
|
678
686
|
dialog: {
|
|
679
687
|
"background-color": DesignToken;
|
|
680
688
|
"border-color": DesignToken;
|
|
689
|
+
"border-radius": DesignToken;
|
|
681
690
|
"border-style": DesignToken;
|
|
682
691
|
"border-width": DesignToken;
|
|
692
|
+
"box-shadow": DesignToken;
|
|
683
693
|
gap: DesignToken;
|
|
684
694
|
"inline-size": DesignToken;
|
|
685
695
|
"max-block-size": DesignToken;
|
|
@@ -997,6 +1007,9 @@ declare const tokens: {
|
|
|
997
1007
|
};
|
|
998
1008
|
};
|
|
999
1009
|
};
|
|
1010
|
+
figure: {
|
|
1011
|
+
"margin-block-end": DesignToken;
|
|
1012
|
+
};
|
|
1000
1013
|
};
|
|
1001
1014
|
image: {
|
|
1002
1015
|
"aspect-ratio": DesignToken;
|
|
@@ -1228,12 +1241,19 @@ declare const tokens: {
|
|
|
1228
1241
|
"mega-menu": {
|
|
1229
1242
|
"padding-block": DesignToken;
|
|
1230
1243
|
button: {
|
|
1244
|
+
"background-color": DesignToken;
|
|
1245
|
+
color: DesignToken;
|
|
1231
1246
|
cursor: DesignToken;
|
|
1232
1247
|
label: {
|
|
1233
1248
|
open: {
|
|
1234
1249
|
"font-weight": DesignToken;
|
|
1235
1250
|
};
|
|
1236
1251
|
};
|
|
1252
|
+
"padding-inline": DesignToken;
|
|
1253
|
+
hover: {
|
|
1254
|
+
"background-color": DesignToken;
|
|
1255
|
+
color: DesignToken;
|
|
1256
|
+
};
|
|
1237
1257
|
};
|
|
1238
1258
|
};
|
|
1239
1259
|
menu: {
|
|
@@ -1253,6 +1273,7 @@ declare const tokens: {
|
|
|
1253
1273
|
};
|
|
1254
1274
|
};
|
|
1255
1275
|
link: {
|
|
1276
|
+
color: DesignToken;
|
|
1256
1277
|
gap: DesignToken;
|
|
1257
1278
|
"text-decoration-line": DesignToken;
|
|
1258
1279
|
"text-decoration-thickness": DesignToken;
|
package/dist/index.json
CHANGED
|
@@ -145,13 +145,13 @@
|
|
|
145
145
|
"color": "#767676"
|
|
146
146
|
},
|
|
147
147
|
"hover": {
|
|
148
|
-
"box-shadow": "inset
|
|
148
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor"
|
|
149
149
|
},
|
|
150
150
|
"invalid": {
|
|
151
151
|
"border-color": "#ec0000",
|
|
152
152
|
"hover": {
|
|
153
153
|
"border-color": "#b70000",
|
|
154
|
-
"box-shadow": "inset
|
|
154
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
157
|
"placeholder": {
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
"color": "#767676"
|
|
406
406
|
},
|
|
407
407
|
"hover": {
|
|
408
|
-
"box-shadow": "inset
|
|
408
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
|
|
409
409
|
"color": "#003677"
|
|
410
410
|
}
|
|
411
411
|
},
|
|
@@ -599,7 +599,7 @@
|
|
|
599
599
|
"calender-picker-indicator": {
|
|
600
600
|
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23003677'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")"
|
|
601
601
|
},
|
|
602
|
-
"box-shadow": "
|
|
602
|
+
"box-shadow": "0 0 0 #000000",
|
|
603
603
|
"calendar-picker-indicator": {
|
|
604
604
|
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23003677'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")"
|
|
605
605
|
}
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
"border-color": "#ec0000",
|
|
625
625
|
"hover": {
|
|
626
626
|
"border-color": "#b70000",
|
|
627
|
-
"box-shadow": "
|
|
627
|
+
"box-shadow": "0 0 0 #000000"
|
|
628
628
|
}
|
|
629
629
|
},
|
|
630
630
|
"calendar-picker-indicator": {
|
|
@@ -643,11 +643,19 @@
|
|
|
643
643
|
"color": "#ffffff"
|
|
644
644
|
},
|
|
645
645
|
"term": {
|
|
646
|
-
"font-weight": "800"
|
|
646
|
+
"font-weight": "800",
|
|
647
|
+
"margin-block-end": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
648
|
+
"vi-medium": {
|
|
649
|
+
"margin-block-end": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)"
|
|
650
|
+
}
|
|
647
651
|
},
|
|
648
652
|
"description": {
|
|
649
653
|
"font-weight": "400",
|
|
650
|
-
"
|
|
654
|
+
"margin-block-end": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
655
|
+
"padding-inline-start": "0"
|
|
656
|
+
},
|
|
657
|
+
"section": {
|
|
658
|
+
"margin-block-end": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)"
|
|
651
659
|
},
|
|
652
660
|
"narrow": {
|
|
653
661
|
"grid-template-columns": "1fr 4fr"
|
|
@@ -662,8 +670,10 @@
|
|
|
662
670
|
"dialog": {
|
|
663
671
|
"background-color": "#ffffff",
|
|
664
672
|
"border-color": "#ffffff",
|
|
673
|
+
"border-radius": "initial",
|
|
665
674
|
"border-style": "solid",
|
|
666
675
|
"border-width": "0.125rem",
|
|
676
|
+
"box-shadow": "initial",
|
|
667
677
|
"gap": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
668
678
|
"inline-size": "calc(100% - 2 * clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem))",
|
|
669
679
|
"max-block-size": "calc(100dvh - 2 * clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem))",
|
|
@@ -798,7 +808,7 @@
|
|
|
798
808
|
"cursor": "not-allowed"
|
|
799
809
|
},
|
|
800
810
|
"hover": {
|
|
801
|
-
"box-shadow": "inset
|
|
811
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
|
|
802
812
|
"color": "#003677"
|
|
803
813
|
}
|
|
804
814
|
}
|
|
@@ -980,6 +990,9 @@
|
|
|
980
990
|
"opacity": "100%"
|
|
981
991
|
}
|
|
982
992
|
}
|
|
993
|
+
},
|
|
994
|
+
"figure": {
|
|
995
|
+
"margin-block-end": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)"
|
|
983
996
|
}
|
|
984
997
|
},
|
|
985
998
|
"image": {
|
|
@@ -1212,11 +1225,18 @@
|
|
|
1212
1225
|
"mega-menu": {
|
|
1213
1226
|
"padding-block": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
1214
1227
|
"button": {
|
|
1228
|
+
"background-color": "#004699",
|
|
1229
|
+
"color": "#ffffff",
|
|
1215
1230
|
"cursor": "pointer",
|
|
1216
1231
|
"label": {
|
|
1217
1232
|
"open": {
|
|
1218
1233
|
"font-weight": "800"
|
|
1219
1234
|
}
|
|
1235
|
+
},
|
|
1236
|
+
"padding-inline": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1237
|
+
"hover": {
|
|
1238
|
+
"background-color": "#003677",
|
|
1239
|
+
"color": "#ffffff"
|
|
1220
1240
|
}
|
|
1221
1241
|
}
|
|
1222
1242
|
},
|
|
@@ -1237,6 +1257,7 @@
|
|
|
1237
1257
|
}
|
|
1238
1258
|
},
|
|
1239
1259
|
"link": {
|
|
1260
|
+
"color": "#004699",
|
|
1240
1261
|
"gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
1241
1262
|
"text-decoration-line": "none",
|
|
1242
1263
|
"text-decoration-thickness": "0.125rem",
|
|
@@ -1331,13 +1352,13 @@
|
|
|
1331
1352
|
"cursor": "not-allowed"
|
|
1332
1353
|
},
|
|
1333
1354
|
"hover": {
|
|
1334
|
-
"box-shadow": "
|
|
1355
|
+
"box-shadow": "0 0 0 #000000"
|
|
1335
1356
|
},
|
|
1336
1357
|
"invalid": {
|
|
1337
1358
|
"border-color": "#ec0000",
|
|
1338
1359
|
"hover": {
|
|
1339
1360
|
"border-color": "#b70000",
|
|
1340
|
-
"box-shadow": "
|
|
1361
|
+
"box-shadow": "0 0 0 #000000"
|
|
1341
1362
|
}
|
|
1342
1363
|
},
|
|
1343
1364
|
"placeholder": {
|
|
@@ -1586,13 +1607,13 @@
|
|
|
1586
1607
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1587
1608
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
1588
1609
|
"hover": {
|
|
1589
|
-
"box-shadow": "
|
|
1610
|
+
"box-shadow": "0 0 0 #000000"
|
|
1590
1611
|
},
|
|
1591
1612
|
"invalid": {
|
|
1592
1613
|
"border-color": "#ec0000",
|
|
1593
1614
|
"hover": {
|
|
1594
1615
|
"border-color": "#b70000",
|
|
1595
|
-
"box-shadow": "
|
|
1616
|
+
"box-shadow": "0 0 0 #000000"
|
|
1596
1617
|
}
|
|
1597
1618
|
},
|
|
1598
1619
|
"cancel-button": {
|
|
@@ -1628,14 +1649,14 @@
|
|
|
1628
1649
|
"cursor": "not-allowed"
|
|
1629
1650
|
},
|
|
1630
1651
|
"hover": {
|
|
1631
|
-
"box-shadow": "inset
|
|
1652
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
|
|
1632
1653
|
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23003677' fill-rule='evenodd' d='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>\")"
|
|
1633
1654
|
},
|
|
1634
1655
|
"invalid": {
|
|
1635
1656
|
"border-color": "#ec0000",
|
|
1636
1657
|
"hover": {
|
|
1637
1658
|
"border-color": "#b70000",
|
|
1638
|
-
"box-shadow": "inset
|
|
1659
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
|
|
1639
1660
|
}
|
|
1640
1661
|
},
|
|
1641
1662
|
"option": {
|
|
@@ -1789,7 +1810,7 @@
|
|
|
1789
1810
|
"tabs": {
|
|
1790
1811
|
"gap": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
1791
1812
|
"list": {
|
|
1792
|
-
"box-shadow": "inset
|
|
1813
|
+
"box-shadow": "inset 0rem calc(0.125rem * -1) 0rem 0rem #d1d1d1"
|
|
1793
1814
|
},
|
|
1794
1815
|
"button": {
|
|
1795
1816
|
"color": "#004699",
|
|
@@ -1802,11 +1823,11 @@
|
|
|
1802
1823
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1803
1824
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
1804
1825
|
"hover": {
|
|
1805
|
-
"box-shadow": "inset
|
|
1826
|
+
"box-shadow": "inset 0rem calc(0.125rem * -1) 0rem 0rem currentColor",
|
|
1806
1827
|
"color": "#003677"
|
|
1807
1828
|
},
|
|
1808
1829
|
"selected": {
|
|
1809
|
-
"box-shadow": "inset
|
|
1830
|
+
"box-shadow": "inset 0rem calc(0.25rem * -1) 0rem 0rem currentColor",
|
|
1810
1831
|
"font-weight": "800"
|
|
1811
1832
|
},
|
|
1812
1833
|
"disabled": {
|
|
@@ -1834,13 +1855,13 @@
|
|
|
1834
1855
|
"cursor": "not-allowed"
|
|
1835
1856
|
},
|
|
1836
1857
|
"hover": {
|
|
1837
|
-
"box-shadow": "
|
|
1858
|
+
"box-shadow": "0 0 0 #000000"
|
|
1838
1859
|
},
|
|
1839
1860
|
"invalid": {
|
|
1840
1861
|
"border-color": "#ec0000",
|
|
1841
1862
|
"hover": {
|
|
1842
1863
|
"border-color": "#b70000",
|
|
1843
|
-
"box-shadow": "
|
|
1864
|
+
"box-shadow": "0 0 0 #000000"
|
|
1844
1865
|
}
|
|
1845
1866
|
},
|
|
1846
1867
|
"placeholder": {
|
|
@@ -1865,13 +1886,13 @@
|
|
|
1865
1886
|
"cursor": "not-allowed"
|
|
1866
1887
|
},
|
|
1867
1888
|
"hover": {
|
|
1868
|
-
"box-shadow": "inset
|
|
1889
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor"
|
|
1869
1890
|
},
|
|
1870
1891
|
"invalid": {
|
|
1871
1892
|
"border-color": "#ec0000",
|
|
1872
1893
|
"hover": {
|
|
1873
1894
|
"border-color": "#b70000",
|
|
1874
|
-
"box-shadow": "inset
|
|
1895
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
|
|
1875
1896
|
}
|
|
1876
1897
|
},
|
|
1877
1898
|
"placeholder": {
|
|
@@ -1893,7 +1914,7 @@
|
|
|
1893
1914
|
"calender-picker-indicator": {
|
|
1894
1915
|
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23003677'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
|
|
1895
1916
|
},
|
|
1896
|
-
"box-shadow": "inset
|
|
1917
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
|
|
1897
1918
|
"calendar-picker-indicator": {
|
|
1898
1919
|
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23003677'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")"
|
|
1899
1920
|
}
|
|
@@ -1918,7 +1939,7 @@
|
|
|
1918
1939
|
"border-color": "#ec0000",
|
|
1919
1940
|
"hover": {
|
|
1920
1941
|
"border-color": "#b70000",
|
|
1921
|
-
"box-shadow": "inset
|
|
1942
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
|
|
1922
1943
|
}
|
|
1923
1944
|
},
|
|
1924
1945
|
"calendar-picker-indicator": {
|