@amsterdam/design-system-tokens 3.1.0 → 3.2.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 +10 -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 +59 -47
- package/dist/index.d.ts +21 -3
- package/dist/index.json +41 -23
- package/dist/index.mjs +89 -66
- package/dist/index.scss +59 -47
- package/dist/index.theme.css +59 -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 +86 -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,16 @@ declare const tokens: {
|
|
|
660
660
|
};
|
|
661
661
|
term: {
|
|
662
662
|
"font-weight": DesignToken;
|
|
663
|
+
"margin-block-end": DesignToken;
|
|
663
664
|
};
|
|
664
665
|
description: {
|
|
665
666
|
"font-weight": DesignToken;
|
|
667
|
+
"margin-block-end": DesignToken;
|
|
666
668
|
"padding-inline-start": DesignToken;
|
|
667
669
|
};
|
|
670
|
+
section: {
|
|
671
|
+
"margin-block-end": DesignToken;
|
|
672
|
+
};
|
|
668
673
|
narrow: {
|
|
669
674
|
"grid-template-columns": DesignToken;
|
|
670
675
|
};
|
|
@@ -678,8 +683,10 @@ declare const tokens: {
|
|
|
678
683
|
dialog: {
|
|
679
684
|
"background-color": DesignToken;
|
|
680
685
|
"border-color": DesignToken;
|
|
686
|
+
"border-radius": DesignToken;
|
|
681
687
|
"border-style": DesignToken;
|
|
682
688
|
"border-width": DesignToken;
|
|
689
|
+
"box-shadow": DesignToken;
|
|
683
690
|
gap: DesignToken;
|
|
684
691
|
"inline-size": DesignToken;
|
|
685
692
|
"max-block-size": DesignToken;
|
|
@@ -997,6 +1004,9 @@ declare const tokens: {
|
|
|
997
1004
|
};
|
|
998
1005
|
};
|
|
999
1006
|
};
|
|
1007
|
+
figure: {
|
|
1008
|
+
"margin-block-end": DesignToken;
|
|
1009
|
+
};
|
|
1000
1010
|
};
|
|
1001
1011
|
image: {
|
|
1002
1012
|
"aspect-ratio": DesignToken;
|
|
@@ -1228,12 +1238,19 @@ declare const tokens: {
|
|
|
1228
1238
|
"mega-menu": {
|
|
1229
1239
|
"padding-block": DesignToken;
|
|
1230
1240
|
button: {
|
|
1241
|
+
"background-color": DesignToken;
|
|
1242
|
+
color: DesignToken;
|
|
1231
1243
|
cursor: DesignToken;
|
|
1232
1244
|
label: {
|
|
1233
1245
|
open: {
|
|
1234
1246
|
"font-weight": DesignToken;
|
|
1235
1247
|
};
|
|
1236
1248
|
};
|
|
1249
|
+
"padding-inline": DesignToken;
|
|
1250
|
+
hover: {
|
|
1251
|
+
"background-color": DesignToken;
|
|
1252
|
+
color: DesignToken;
|
|
1253
|
+
};
|
|
1237
1254
|
};
|
|
1238
1255
|
};
|
|
1239
1256
|
menu: {
|
|
@@ -1253,6 +1270,7 @@ declare const tokens: {
|
|
|
1253
1270
|
};
|
|
1254
1271
|
};
|
|
1255
1272
|
link: {
|
|
1273
|
+
color: DesignToken;
|
|
1256
1274
|
gap: DesignToken;
|
|
1257
1275
|
"text-decoration-line": DesignToken;
|
|
1258
1276
|
"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,16 @@
|
|
|
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)"
|
|
647
648
|
},
|
|
648
649
|
"description": {
|
|
649
650
|
"font-weight": "400",
|
|
650
|
-
"
|
|
651
|
+
"margin-block-end": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
652
|
+
"padding-inline-start": "0"
|
|
653
|
+
},
|
|
654
|
+
"section": {
|
|
655
|
+
"margin-block-end": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)"
|
|
651
656
|
},
|
|
652
657
|
"narrow": {
|
|
653
658
|
"grid-template-columns": "1fr 4fr"
|
|
@@ -662,8 +667,10 @@
|
|
|
662
667
|
"dialog": {
|
|
663
668
|
"background-color": "#ffffff",
|
|
664
669
|
"border-color": "#ffffff",
|
|
670
|
+
"border-radius": "initial",
|
|
665
671
|
"border-style": "solid",
|
|
666
672
|
"border-width": "0.125rem",
|
|
673
|
+
"box-shadow": "initial",
|
|
667
674
|
"gap": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
668
675
|
"inline-size": "calc(100% - 2 * clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem))",
|
|
669
676
|
"max-block-size": "calc(100dvh - 2 * clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem))",
|
|
@@ -798,7 +805,7 @@
|
|
|
798
805
|
"cursor": "not-allowed"
|
|
799
806
|
},
|
|
800
807
|
"hover": {
|
|
801
|
-
"box-shadow": "inset
|
|
808
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
|
|
802
809
|
"color": "#003677"
|
|
803
810
|
}
|
|
804
811
|
}
|
|
@@ -980,6 +987,9 @@
|
|
|
980
987
|
"opacity": "100%"
|
|
981
988
|
}
|
|
982
989
|
}
|
|
990
|
+
},
|
|
991
|
+
"figure": {
|
|
992
|
+
"margin-block-end": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)"
|
|
983
993
|
}
|
|
984
994
|
},
|
|
985
995
|
"image": {
|
|
@@ -1212,11 +1222,18 @@
|
|
|
1212
1222
|
"mega-menu": {
|
|
1213
1223
|
"padding-block": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
1214
1224
|
"button": {
|
|
1225
|
+
"background-color": "#004699",
|
|
1226
|
+
"color": "#ffffff",
|
|
1215
1227
|
"cursor": "pointer",
|
|
1216
1228
|
"label": {
|
|
1217
1229
|
"open": {
|
|
1218
1230
|
"font-weight": "800"
|
|
1219
1231
|
}
|
|
1232
|
+
},
|
|
1233
|
+
"padding-inline": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1234
|
+
"hover": {
|
|
1235
|
+
"background-color": "#003677",
|
|
1236
|
+
"color": "#ffffff"
|
|
1220
1237
|
}
|
|
1221
1238
|
}
|
|
1222
1239
|
},
|
|
@@ -1237,6 +1254,7 @@
|
|
|
1237
1254
|
}
|
|
1238
1255
|
},
|
|
1239
1256
|
"link": {
|
|
1257
|
+
"color": "#004699",
|
|
1240
1258
|
"gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
1241
1259
|
"text-decoration-line": "none",
|
|
1242
1260
|
"text-decoration-thickness": "0.125rem",
|
|
@@ -1331,13 +1349,13 @@
|
|
|
1331
1349
|
"cursor": "not-allowed"
|
|
1332
1350
|
},
|
|
1333
1351
|
"hover": {
|
|
1334
|
-
"box-shadow": "
|
|
1352
|
+
"box-shadow": "0 0 0 #000000"
|
|
1335
1353
|
},
|
|
1336
1354
|
"invalid": {
|
|
1337
1355
|
"border-color": "#ec0000",
|
|
1338
1356
|
"hover": {
|
|
1339
1357
|
"border-color": "#b70000",
|
|
1340
|
-
"box-shadow": "
|
|
1358
|
+
"box-shadow": "0 0 0 #000000"
|
|
1341
1359
|
}
|
|
1342
1360
|
},
|
|
1343
1361
|
"placeholder": {
|
|
@@ -1586,13 +1604,13 @@
|
|
|
1586
1604
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1587
1605
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
1588
1606
|
"hover": {
|
|
1589
|
-
"box-shadow": "
|
|
1607
|
+
"box-shadow": "0 0 0 #000000"
|
|
1590
1608
|
},
|
|
1591
1609
|
"invalid": {
|
|
1592
1610
|
"border-color": "#ec0000",
|
|
1593
1611
|
"hover": {
|
|
1594
1612
|
"border-color": "#b70000",
|
|
1595
|
-
"box-shadow": "
|
|
1613
|
+
"box-shadow": "0 0 0 #000000"
|
|
1596
1614
|
}
|
|
1597
1615
|
},
|
|
1598
1616
|
"cancel-button": {
|
|
@@ -1628,14 +1646,14 @@
|
|
|
1628
1646
|
"cursor": "not-allowed"
|
|
1629
1647
|
},
|
|
1630
1648
|
"hover": {
|
|
1631
|
-
"box-shadow": "inset
|
|
1649
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
|
|
1632
1650
|
"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
1651
|
},
|
|
1634
1652
|
"invalid": {
|
|
1635
1653
|
"border-color": "#ec0000",
|
|
1636
1654
|
"hover": {
|
|
1637
1655
|
"border-color": "#b70000",
|
|
1638
|
-
"box-shadow": "inset
|
|
1656
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
|
|
1639
1657
|
}
|
|
1640
1658
|
},
|
|
1641
1659
|
"option": {
|
|
@@ -1789,7 +1807,7 @@
|
|
|
1789
1807
|
"tabs": {
|
|
1790
1808
|
"gap": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
1791
1809
|
"list": {
|
|
1792
|
-
"box-shadow": "inset
|
|
1810
|
+
"box-shadow": "inset 0rem calc(0.125rem * -1) 0rem 0rem #d1d1d1"
|
|
1793
1811
|
},
|
|
1794
1812
|
"button": {
|
|
1795
1813
|
"color": "#004699",
|
|
@@ -1802,11 +1820,11 @@
|
|
|
1802
1820
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1803
1821
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
1804
1822
|
"hover": {
|
|
1805
|
-
"box-shadow": "inset
|
|
1823
|
+
"box-shadow": "inset 0rem calc(0.125rem * -1) 0rem 0rem currentColor",
|
|
1806
1824
|
"color": "#003677"
|
|
1807
1825
|
},
|
|
1808
1826
|
"selected": {
|
|
1809
|
-
"box-shadow": "inset
|
|
1827
|
+
"box-shadow": "inset 0rem calc(0.25rem * -1) 0rem 0rem currentColor",
|
|
1810
1828
|
"font-weight": "800"
|
|
1811
1829
|
},
|
|
1812
1830
|
"disabled": {
|
|
@@ -1834,13 +1852,13 @@
|
|
|
1834
1852
|
"cursor": "not-allowed"
|
|
1835
1853
|
},
|
|
1836
1854
|
"hover": {
|
|
1837
|
-
"box-shadow": "
|
|
1855
|
+
"box-shadow": "0 0 0 #000000"
|
|
1838
1856
|
},
|
|
1839
1857
|
"invalid": {
|
|
1840
1858
|
"border-color": "#ec0000",
|
|
1841
1859
|
"hover": {
|
|
1842
1860
|
"border-color": "#b70000",
|
|
1843
|
-
"box-shadow": "
|
|
1861
|
+
"box-shadow": "0 0 0 #000000"
|
|
1844
1862
|
}
|
|
1845
1863
|
},
|
|
1846
1864
|
"placeholder": {
|
|
@@ -1865,13 +1883,13 @@
|
|
|
1865
1883
|
"cursor": "not-allowed"
|
|
1866
1884
|
},
|
|
1867
1885
|
"hover": {
|
|
1868
|
-
"box-shadow": "inset
|
|
1886
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor"
|
|
1869
1887
|
},
|
|
1870
1888
|
"invalid": {
|
|
1871
1889
|
"border-color": "#ec0000",
|
|
1872
1890
|
"hover": {
|
|
1873
1891
|
"border-color": "#b70000",
|
|
1874
|
-
"box-shadow": "inset
|
|
1892
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
|
|
1875
1893
|
}
|
|
1876
1894
|
},
|
|
1877
1895
|
"placeholder": {
|
|
@@ -1893,7 +1911,7 @@
|
|
|
1893
1911
|
"calender-picker-indicator": {
|
|
1894
1912
|
"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
1913
|
},
|
|
1896
|
-
"box-shadow": "inset
|
|
1914
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
|
|
1897
1915
|
"calendar-picker-indicator": {
|
|
1898
1916
|
"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
1917
|
}
|
|
@@ -1918,7 +1936,7 @@
|
|
|
1918
1936
|
"border-color": "#ec0000",
|
|
1919
1937
|
"hover": {
|
|
1920
1938
|
"border-color": "#b70000",
|
|
1921
|
-
"box-shadow": "inset
|
|
1939
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
|
|
1922
1940
|
}
|
|
1923
1941
|
},
|
|
1924
1942
|
"calendar-picker-indicator": {
|