@pantheon-systems/pds-design-tokens 1.1.1 → 1.1.3
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/build/css/pds-design-tokens-dark-mode.css +2 -2
- package/build/css/pds-design-tokens-light-mode.css +2 -2
- package/build/css/pds-design-tokens.css +1 -1
- package/build/figma/pds-design-tokens-figma.json +124 -124
- package/build/json/pds-design-tokens-dark-mode.json +58 -58
- package/build/json/pds-design-tokens-light-mode.json +58 -58
- package/build/json/pds-design-tokens.json +8 -8
- package/package.json +1 -1
|
@@ -14,6 +14,8 @@
|
|
|
14
14
|
--pds-color-badge-indicator-brand-foreground: #ffffff;
|
|
15
15
|
--pds-color-badge-indicator-critical-background: #a70000;
|
|
16
16
|
--pds-color-badge-indicator-critical-foreground: #ffffff;
|
|
17
|
+
--pds-color-badge-indicator-default-background: #e7e7eb;
|
|
18
|
+
--pds-color-badge-indicator-default-foreground: #121219;
|
|
17
19
|
--pds-color-badge-indicator-diamond-background: #d3e7fd;
|
|
18
20
|
--pds-color-badge-indicator-diamond-foreground: #005cc8;
|
|
19
21
|
--pds-color-badge-indicator-gold-background: #ffe668;
|
|
@@ -22,8 +24,6 @@
|
|
|
22
24
|
--pds-color-badge-indicator-info-foreground: #ffffff;
|
|
23
25
|
--pds-color-badge-indicator-neutral-background: #6d6d78;
|
|
24
26
|
--pds-color-badge-indicator-neutral-foreground: #ffffff;
|
|
25
|
-
--pds-color-badge-indicator-neutral-secondary-background: #e7e7eb;
|
|
26
|
-
--pds-color-badge-indicator-neutral-secondary-foreground: #121219;
|
|
27
27
|
--pds-color-badge-indicator-platinum-background: #cbc2f0;
|
|
28
28
|
--pds-color-badge-indicator-platinum-foreground: #42318d;
|
|
29
29
|
--pds-color-badge-indicator-silver-background: #e7e7eb;
|
|
@@ -14,6 +14,8 @@
|
|
|
14
14
|
--pds-color-badge-indicator-brand-foreground: #ffffff;
|
|
15
15
|
--pds-color-badge-indicator-critical-background: #bc1c11;
|
|
16
16
|
--pds-color-badge-indicator-critical-foreground: #ffffff;
|
|
17
|
+
--pds-color-badge-indicator-default-background: #23232d;
|
|
18
|
+
--pds-color-badge-indicator-default-foreground: #ffffff;
|
|
17
19
|
--pds-color-badge-indicator-diamond-background: #d7edff;
|
|
18
20
|
--pds-color-badge-indicator-diamond-foreground: #0766c5;
|
|
19
21
|
--pds-color-badge-indicator-gold-background: #ffe668;
|
|
@@ -22,8 +24,6 @@
|
|
|
22
24
|
--pds-color-badge-indicator-info-foreground: #ffffff;
|
|
23
25
|
--pds-color-badge-indicator-neutral-background: #6a6e7a;
|
|
24
26
|
--pds-color-badge-indicator-neutral-foreground: #ffffff;
|
|
25
|
-
--pds-color-badge-indicator-neutral-secondary-background: #23232d;
|
|
26
|
-
--pds-color-badge-indicator-neutral-secondary-foreground: #ffffff;
|
|
27
27
|
--pds-color-badge-indicator-platinum-background: #e5e0f8;
|
|
28
28
|
--pds-color-badge-indicator-platinum-foreground: #4f32ce;
|
|
29
29
|
--pds-color-badge-indicator-silver-background: #c3c5c9;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
--pds-animation-rotation-transition: transform var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
|
|
19
19
|
--pds-animation-transition-default-delay: 0s;
|
|
20
20
|
--pds-animation-transition-default-duration: 200ms;
|
|
21
|
-
--pds-animation-transition-default-timing-function:
|
|
21
|
+
--pds-animation-transition-default-timing-function: cubic-bezier(.2, 0, 0, 1);
|
|
22
22
|
--pds-animation-transition-dropdown-duration: 300ms;
|
|
23
23
|
--pds-animation-transition-reveal-duration: 300ms;
|
|
24
24
|
--pds-border-offset-default: 1px;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"animation": {
|
|
4
4
|
"focus": {
|
|
5
5
|
"transition": {
|
|
6
|
-
"value": "outline 200ms
|
|
6
|
+
"value": "outline 200ms cubic-bezier(.2, 0, 0, 1) 0s",
|
|
7
7
|
"public": true,
|
|
8
8
|
"filePath": "tokens/animation/alias.json",
|
|
9
9
|
"isSource": true,
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"rotation": {
|
|
30
30
|
"transition": {
|
|
31
|
-
"value": "transform 200ms
|
|
31
|
+
"value": "transform 200ms cubic-bezier(.2, 0, 0, 1) 0s",
|
|
32
32
|
"public": true,
|
|
33
33
|
"filePath": "tokens/animation/alias.json",
|
|
34
34
|
"isSource": true,
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"reveal": {
|
|
55
55
|
"transition": {
|
|
56
|
-
"value": "all 300ms
|
|
56
|
+
"value": "all 300ms cubic-bezier(.2, 0, 0, 1)",
|
|
57
57
|
"public": true,
|
|
58
58
|
"filePath": "tokens/animation/alias.json",
|
|
59
59
|
"isSource": true,
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
},
|
|
79
79
|
"button": {
|
|
80
80
|
"transition": {
|
|
81
|
-
"value": "all 200ms
|
|
81
|
+
"value": "all 200ms cubic-bezier(.2, 0, 0, 1) 0s",
|
|
82
82
|
"public": true,
|
|
83
83
|
"filePath": "tokens/animation/alias.json",
|
|
84
84
|
"isSource": true,
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
},
|
|
104
104
|
"input": {
|
|
105
105
|
"transition": {
|
|
106
|
-
"value": "background-color 200ms
|
|
106
|
+
"value": "background-color 200ms cubic-bezier(.2, 0, 0, 1) 0s, border-color 200ms cubic-bezier(.2, 0, 0, 1) 0s",
|
|
107
107
|
"public": true,
|
|
108
108
|
"filePath": "tokens/animation/alias.json",
|
|
109
109
|
"isSource": true,
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
},
|
|
129
129
|
"link": {
|
|
130
130
|
"transition": {
|
|
131
|
-
"value": "all 200ms
|
|
131
|
+
"value": "all 200ms cubic-bezier(.2, 0, 0, 1) 0s",
|
|
132
132
|
"public": true,
|
|
133
133
|
"filePath": "tokens/animation/alias.json",
|
|
134
134
|
"isSource": true,
|
|
@@ -204,12 +204,12 @@
|
|
|
204
204
|
]
|
|
205
205
|
},
|
|
206
206
|
"timing-function": {
|
|
207
|
-
"value": "
|
|
207
|
+
"value": "cubic-bezier(.2, 0, 0, 1)",
|
|
208
208
|
"public": true,
|
|
209
209
|
"filePath": "tokens/animation/base.json",
|
|
210
210
|
"isSource": true,
|
|
211
211
|
"original": {
|
|
212
|
-
"value": "
|
|
212
|
+
"value": "cubic-bezier(.2, 0, 0, 1)",
|
|
213
213
|
"public": true,
|
|
214
214
|
"filePath": "build/json/pds-design-tokens.json",
|
|
215
215
|
"isSource": false
|
|
@@ -4033,6 +4033,64 @@
|
|
|
4033
4033
|
"dark-mode": {
|
|
4034
4034
|
"badge": {
|
|
4035
4035
|
"indicator": {
|
|
4036
|
+
"default": {
|
|
4037
|
+
"background": {
|
|
4038
|
+
"value": "#e7e7eb",
|
|
4039
|
+
"public": true,
|
|
4040
|
+
"isReferenceToInternal": true,
|
|
4041
|
+
"filePath": "tokens/color/component/badge.dark.json",
|
|
4042
|
+
"isSource": true,
|
|
4043
|
+
"original": {
|
|
4044
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
4045
|
+
"public": true,
|
|
4046
|
+
"isReferenceToInternal": true
|
|
4047
|
+
},
|
|
4048
|
+
"name": "color-dark-mode-badge-indicator-default-background",
|
|
4049
|
+
"attributes": {
|
|
4050
|
+
"category": "color",
|
|
4051
|
+
"type": "dark-mode",
|
|
4052
|
+
"item": "badge",
|
|
4053
|
+
"subitem": "indicator",
|
|
4054
|
+
"state": "default"
|
|
4055
|
+
},
|
|
4056
|
+
"path": [
|
|
4057
|
+
"color",
|
|
4058
|
+
"dark-mode",
|
|
4059
|
+
"badge",
|
|
4060
|
+
"indicator",
|
|
4061
|
+
"default",
|
|
4062
|
+
"background"
|
|
4063
|
+
]
|
|
4064
|
+
},
|
|
4065
|
+
"foreground": {
|
|
4066
|
+
"value": "#121219",
|
|
4067
|
+
"public": true,
|
|
4068
|
+
"isReferenceToInternal": true,
|
|
4069
|
+
"filePath": "tokens/color/component/badge.dark.json",
|
|
4070
|
+
"isSource": true,
|
|
4071
|
+
"original": {
|
|
4072
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
4073
|
+
"public": true,
|
|
4074
|
+
"isReferenceToInternal": true
|
|
4075
|
+
},
|
|
4076
|
+
"name": "color-dark-mode-badge-indicator-default-foreground",
|
|
4077
|
+
"attributes": {
|
|
4078
|
+
"category": "color",
|
|
4079
|
+
"type": "dark-mode",
|
|
4080
|
+
"item": "badge",
|
|
4081
|
+
"subitem": "indicator",
|
|
4082
|
+
"state": "default"
|
|
4083
|
+
},
|
|
4084
|
+
"path": [
|
|
4085
|
+
"color",
|
|
4086
|
+
"dark-mode",
|
|
4087
|
+
"badge",
|
|
4088
|
+
"indicator",
|
|
4089
|
+
"default",
|
|
4090
|
+
"foreground"
|
|
4091
|
+
]
|
|
4092
|
+
}
|
|
4093
|
+
},
|
|
4036
4094
|
"silver": {
|
|
4037
4095
|
"background": {
|
|
4038
4096
|
"value": "#e7e7eb",
|
|
@@ -4495,64 +4553,6 @@
|
|
|
4495
4553
|
]
|
|
4496
4554
|
}
|
|
4497
4555
|
},
|
|
4498
|
-
"neutral-secondary": {
|
|
4499
|
-
"background": {
|
|
4500
|
-
"value": "#e7e7eb",
|
|
4501
|
-
"public": true,
|
|
4502
|
-
"isReferenceToInternal": true,
|
|
4503
|
-
"filePath": "tokens/color/component/badge.dark.json",
|
|
4504
|
-
"isSource": true,
|
|
4505
|
-
"original": {
|
|
4506
|
-
"value": "{color.dark-mode.neutral.100.value}",
|
|
4507
|
-
"public": true,
|
|
4508
|
-
"isReferenceToInternal": true
|
|
4509
|
-
},
|
|
4510
|
-
"name": "color-dark-mode-badge-indicator-neutral-secondary-background",
|
|
4511
|
-
"attributes": {
|
|
4512
|
-
"category": "color",
|
|
4513
|
-
"type": "dark-mode",
|
|
4514
|
-
"item": "badge",
|
|
4515
|
-
"subitem": "indicator",
|
|
4516
|
-
"state": "neutral-secondary"
|
|
4517
|
-
},
|
|
4518
|
-
"path": [
|
|
4519
|
-
"color",
|
|
4520
|
-
"dark-mode",
|
|
4521
|
-
"badge",
|
|
4522
|
-
"indicator",
|
|
4523
|
-
"neutral-secondary",
|
|
4524
|
-
"background"
|
|
4525
|
-
]
|
|
4526
|
-
},
|
|
4527
|
-
"foreground": {
|
|
4528
|
-
"value": "#121219",
|
|
4529
|
-
"public": true,
|
|
4530
|
-
"isReferenceToInternal": true,
|
|
4531
|
-
"filePath": "tokens/color/component/badge.dark.json",
|
|
4532
|
-
"isSource": true,
|
|
4533
|
-
"original": {
|
|
4534
|
-
"value": "{color.dark-mode.neutral.600.value}",
|
|
4535
|
-
"public": true,
|
|
4536
|
-
"isReferenceToInternal": true
|
|
4537
|
-
},
|
|
4538
|
-
"name": "color-dark-mode-badge-indicator-neutral-secondary-foreground",
|
|
4539
|
-
"attributes": {
|
|
4540
|
-
"category": "color",
|
|
4541
|
-
"type": "dark-mode",
|
|
4542
|
-
"item": "badge",
|
|
4543
|
-
"subitem": "indicator",
|
|
4544
|
-
"state": "neutral-secondary"
|
|
4545
|
-
},
|
|
4546
|
-
"path": [
|
|
4547
|
-
"color",
|
|
4548
|
-
"dark-mode",
|
|
4549
|
-
"badge",
|
|
4550
|
-
"indicator",
|
|
4551
|
-
"neutral-secondary",
|
|
4552
|
-
"foreground"
|
|
4553
|
-
]
|
|
4554
|
-
}
|
|
4555
|
-
},
|
|
4556
4556
|
"warning": {
|
|
4557
4557
|
"background": {
|
|
4558
4558
|
"value": "#bd5b00",
|
|
@@ -10329,6 +10329,64 @@
|
|
|
10329
10329
|
"light-mode": {
|
|
10330
10330
|
"badge": {
|
|
10331
10331
|
"indicator": {
|
|
10332
|
+
"default": {
|
|
10333
|
+
"background": {
|
|
10334
|
+
"value": "#23232d",
|
|
10335
|
+
"public": true,
|
|
10336
|
+
"isReferenceToInternal": true,
|
|
10337
|
+
"filePath": "tokens/color/component/badge.light.json",
|
|
10338
|
+
"isSource": true,
|
|
10339
|
+
"original": {
|
|
10340
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
10341
|
+
"public": true,
|
|
10342
|
+
"isReferenceToInternal": true
|
|
10343
|
+
},
|
|
10344
|
+
"name": "color-light-mode-badge-indicator-default-background",
|
|
10345
|
+
"attributes": {
|
|
10346
|
+
"category": "color",
|
|
10347
|
+
"type": "light-mode",
|
|
10348
|
+
"item": "badge",
|
|
10349
|
+
"subitem": "indicator",
|
|
10350
|
+
"state": "default"
|
|
10351
|
+
},
|
|
10352
|
+
"path": [
|
|
10353
|
+
"color",
|
|
10354
|
+
"light-mode",
|
|
10355
|
+
"badge",
|
|
10356
|
+
"indicator",
|
|
10357
|
+
"default",
|
|
10358
|
+
"background"
|
|
10359
|
+
]
|
|
10360
|
+
},
|
|
10361
|
+
"foreground": {
|
|
10362
|
+
"value": "#ffffff",
|
|
10363
|
+
"public": true,
|
|
10364
|
+
"isReferenceToInternal": true,
|
|
10365
|
+
"filePath": "tokens/color/component/badge.light.json",
|
|
10366
|
+
"isSource": true,
|
|
10367
|
+
"original": {
|
|
10368
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
10369
|
+
"public": true,
|
|
10370
|
+
"isReferenceToInternal": true
|
|
10371
|
+
},
|
|
10372
|
+
"name": "color-light-mode-badge-indicator-default-foreground",
|
|
10373
|
+
"attributes": {
|
|
10374
|
+
"category": "color",
|
|
10375
|
+
"type": "light-mode",
|
|
10376
|
+
"item": "badge",
|
|
10377
|
+
"subitem": "indicator",
|
|
10378
|
+
"state": "default"
|
|
10379
|
+
},
|
|
10380
|
+
"path": [
|
|
10381
|
+
"color",
|
|
10382
|
+
"light-mode",
|
|
10383
|
+
"badge",
|
|
10384
|
+
"indicator",
|
|
10385
|
+
"default",
|
|
10386
|
+
"foreground"
|
|
10387
|
+
]
|
|
10388
|
+
}
|
|
10389
|
+
},
|
|
10332
10390
|
"silver": {
|
|
10333
10391
|
"background": {
|
|
10334
10392
|
"value": "#c3c5c9",
|
|
@@ -10849,64 +10907,6 @@
|
|
|
10849
10907
|
]
|
|
10850
10908
|
}
|
|
10851
10909
|
},
|
|
10852
|
-
"neutral-secondary": {
|
|
10853
|
-
"background": {
|
|
10854
|
-
"value": "#23232d",
|
|
10855
|
-
"public": true,
|
|
10856
|
-
"isReferenceToInternal": true,
|
|
10857
|
-
"filePath": "tokens/color/component/badge.light.json",
|
|
10858
|
-
"isSource": true,
|
|
10859
|
-
"original": {
|
|
10860
|
-
"value": "{color.light-mode.neutral.500.value}",
|
|
10861
|
-
"public": true,
|
|
10862
|
-
"isReferenceToInternal": true
|
|
10863
|
-
},
|
|
10864
|
-
"name": "color-light-mode-badge-indicator-neutral-secondary-background",
|
|
10865
|
-
"attributes": {
|
|
10866
|
-
"category": "color",
|
|
10867
|
-
"type": "light-mode",
|
|
10868
|
-
"item": "badge",
|
|
10869
|
-
"subitem": "indicator",
|
|
10870
|
-
"state": "neutral-secondary"
|
|
10871
|
-
},
|
|
10872
|
-
"path": [
|
|
10873
|
-
"color",
|
|
10874
|
-
"light-mode",
|
|
10875
|
-
"badge",
|
|
10876
|
-
"indicator",
|
|
10877
|
-
"neutral-secondary",
|
|
10878
|
-
"background"
|
|
10879
|
-
]
|
|
10880
|
-
},
|
|
10881
|
-
"foreground": {
|
|
10882
|
-
"value": "#ffffff",
|
|
10883
|
-
"public": true,
|
|
10884
|
-
"isReferenceToInternal": true,
|
|
10885
|
-
"filePath": "tokens/color/component/badge.light.json",
|
|
10886
|
-
"isSource": true,
|
|
10887
|
-
"original": {
|
|
10888
|
-
"value": "{color.light-mode.neutral.000.value}",
|
|
10889
|
-
"public": true,
|
|
10890
|
-
"isReferenceToInternal": true
|
|
10891
|
-
},
|
|
10892
|
-
"name": "color-light-mode-badge-indicator-neutral-secondary-foreground",
|
|
10893
|
-
"attributes": {
|
|
10894
|
-
"category": "color",
|
|
10895
|
-
"type": "light-mode",
|
|
10896
|
-
"item": "badge",
|
|
10897
|
-
"subitem": "indicator",
|
|
10898
|
-
"state": "neutral-secondary"
|
|
10899
|
-
},
|
|
10900
|
-
"path": [
|
|
10901
|
-
"color",
|
|
10902
|
-
"light-mode",
|
|
10903
|
-
"badge",
|
|
10904
|
-
"indicator",
|
|
10905
|
-
"neutral-secondary",
|
|
10906
|
-
"foreground"
|
|
10907
|
-
]
|
|
10908
|
-
}
|
|
10909
|
-
},
|
|
10910
10910
|
"brand": {
|
|
10911
10911
|
"background": {
|
|
10912
10912
|
"value": "#4f32ce",
|
|
@@ -3,6 +3,64 @@
|
|
|
3
3
|
"dark-mode": {
|
|
4
4
|
"badge": {
|
|
5
5
|
"indicator": {
|
|
6
|
+
"default": {
|
|
7
|
+
"background": {
|
|
8
|
+
"value": "#e7e7eb",
|
|
9
|
+
"public": true,
|
|
10
|
+
"isReferenceToInternal": true,
|
|
11
|
+
"filePath": "tokens/color/component/badge.dark.json",
|
|
12
|
+
"isSource": true,
|
|
13
|
+
"original": {
|
|
14
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
15
|
+
"public": true,
|
|
16
|
+
"isReferenceToInternal": true
|
|
17
|
+
},
|
|
18
|
+
"name": "color-dark-mode-badge-indicator-default-background",
|
|
19
|
+
"attributes": {
|
|
20
|
+
"category": "color",
|
|
21
|
+
"type": "dark-mode",
|
|
22
|
+
"item": "badge",
|
|
23
|
+
"subitem": "indicator",
|
|
24
|
+
"state": "default"
|
|
25
|
+
},
|
|
26
|
+
"path": [
|
|
27
|
+
"color",
|
|
28
|
+
"dark-mode",
|
|
29
|
+
"badge",
|
|
30
|
+
"indicator",
|
|
31
|
+
"default",
|
|
32
|
+
"background"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"foreground": {
|
|
36
|
+
"value": "#121219",
|
|
37
|
+
"public": true,
|
|
38
|
+
"isReferenceToInternal": true,
|
|
39
|
+
"filePath": "tokens/color/component/badge.dark.json",
|
|
40
|
+
"isSource": true,
|
|
41
|
+
"original": {
|
|
42
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
43
|
+
"public": true,
|
|
44
|
+
"isReferenceToInternal": true
|
|
45
|
+
},
|
|
46
|
+
"name": "color-dark-mode-badge-indicator-default-foreground",
|
|
47
|
+
"attributes": {
|
|
48
|
+
"category": "color",
|
|
49
|
+
"type": "dark-mode",
|
|
50
|
+
"item": "badge",
|
|
51
|
+
"subitem": "indicator",
|
|
52
|
+
"state": "default"
|
|
53
|
+
},
|
|
54
|
+
"path": [
|
|
55
|
+
"color",
|
|
56
|
+
"dark-mode",
|
|
57
|
+
"badge",
|
|
58
|
+
"indicator",
|
|
59
|
+
"default",
|
|
60
|
+
"foreground"
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
6
64
|
"silver": {
|
|
7
65
|
"background": {
|
|
8
66
|
"value": "#e7e7eb",
|
|
@@ -465,64 +523,6 @@
|
|
|
465
523
|
]
|
|
466
524
|
}
|
|
467
525
|
},
|
|
468
|
-
"neutral-secondary": {
|
|
469
|
-
"background": {
|
|
470
|
-
"value": "#e7e7eb",
|
|
471
|
-
"public": true,
|
|
472
|
-
"isReferenceToInternal": true,
|
|
473
|
-
"filePath": "tokens/color/component/badge.dark.json",
|
|
474
|
-
"isSource": true,
|
|
475
|
-
"original": {
|
|
476
|
-
"value": "{color.dark-mode.neutral.100.value}",
|
|
477
|
-
"public": true,
|
|
478
|
-
"isReferenceToInternal": true
|
|
479
|
-
},
|
|
480
|
-
"name": "color-dark-mode-badge-indicator-neutral-secondary-background",
|
|
481
|
-
"attributes": {
|
|
482
|
-
"category": "color",
|
|
483
|
-
"type": "dark-mode",
|
|
484
|
-
"item": "badge",
|
|
485
|
-
"subitem": "indicator",
|
|
486
|
-
"state": "neutral-secondary"
|
|
487
|
-
},
|
|
488
|
-
"path": [
|
|
489
|
-
"color",
|
|
490
|
-
"dark-mode",
|
|
491
|
-
"badge",
|
|
492
|
-
"indicator",
|
|
493
|
-
"neutral-secondary",
|
|
494
|
-
"background"
|
|
495
|
-
]
|
|
496
|
-
},
|
|
497
|
-
"foreground": {
|
|
498
|
-
"value": "#121219",
|
|
499
|
-
"public": true,
|
|
500
|
-
"isReferenceToInternal": true,
|
|
501
|
-
"filePath": "tokens/color/component/badge.dark.json",
|
|
502
|
-
"isSource": true,
|
|
503
|
-
"original": {
|
|
504
|
-
"value": "{color.dark-mode.neutral.600.value}",
|
|
505
|
-
"public": true,
|
|
506
|
-
"isReferenceToInternal": true
|
|
507
|
-
},
|
|
508
|
-
"name": "color-dark-mode-badge-indicator-neutral-secondary-foreground",
|
|
509
|
-
"attributes": {
|
|
510
|
-
"category": "color",
|
|
511
|
-
"type": "dark-mode",
|
|
512
|
-
"item": "badge",
|
|
513
|
-
"subitem": "indicator",
|
|
514
|
-
"state": "neutral-secondary"
|
|
515
|
-
},
|
|
516
|
-
"path": [
|
|
517
|
-
"color",
|
|
518
|
-
"dark-mode",
|
|
519
|
-
"badge",
|
|
520
|
-
"indicator",
|
|
521
|
-
"neutral-secondary",
|
|
522
|
-
"foreground"
|
|
523
|
-
]
|
|
524
|
-
}
|
|
525
|
-
},
|
|
526
526
|
"warning": {
|
|
527
527
|
"background": {
|
|
528
528
|
"value": "#bd5b00",
|
|
@@ -3,6 +3,64 @@
|
|
|
3
3
|
"light-mode": {
|
|
4
4
|
"badge": {
|
|
5
5
|
"indicator": {
|
|
6
|
+
"default": {
|
|
7
|
+
"background": {
|
|
8
|
+
"value": "#23232d",
|
|
9
|
+
"public": true,
|
|
10
|
+
"isReferenceToInternal": true,
|
|
11
|
+
"filePath": "tokens/color/component/badge.light.json",
|
|
12
|
+
"isSource": true,
|
|
13
|
+
"original": {
|
|
14
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
15
|
+
"public": true,
|
|
16
|
+
"isReferenceToInternal": true
|
|
17
|
+
},
|
|
18
|
+
"name": "color-light-mode-badge-indicator-default-background",
|
|
19
|
+
"attributes": {
|
|
20
|
+
"category": "color",
|
|
21
|
+
"type": "light-mode",
|
|
22
|
+
"item": "badge",
|
|
23
|
+
"subitem": "indicator",
|
|
24
|
+
"state": "default"
|
|
25
|
+
},
|
|
26
|
+
"path": [
|
|
27
|
+
"color",
|
|
28
|
+
"light-mode",
|
|
29
|
+
"badge",
|
|
30
|
+
"indicator",
|
|
31
|
+
"default",
|
|
32
|
+
"background"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"foreground": {
|
|
36
|
+
"value": "#ffffff",
|
|
37
|
+
"public": true,
|
|
38
|
+
"isReferenceToInternal": true,
|
|
39
|
+
"filePath": "tokens/color/component/badge.light.json",
|
|
40
|
+
"isSource": true,
|
|
41
|
+
"original": {
|
|
42
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
43
|
+
"public": true,
|
|
44
|
+
"isReferenceToInternal": true
|
|
45
|
+
},
|
|
46
|
+
"name": "color-light-mode-badge-indicator-default-foreground",
|
|
47
|
+
"attributes": {
|
|
48
|
+
"category": "color",
|
|
49
|
+
"type": "light-mode",
|
|
50
|
+
"item": "badge",
|
|
51
|
+
"subitem": "indicator",
|
|
52
|
+
"state": "default"
|
|
53
|
+
},
|
|
54
|
+
"path": [
|
|
55
|
+
"color",
|
|
56
|
+
"light-mode",
|
|
57
|
+
"badge",
|
|
58
|
+
"indicator",
|
|
59
|
+
"default",
|
|
60
|
+
"foreground"
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
6
64
|
"silver": {
|
|
7
65
|
"background": {
|
|
8
66
|
"value": "#c3c5c9",
|
|
@@ -523,64 +581,6 @@
|
|
|
523
581
|
]
|
|
524
582
|
}
|
|
525
583
|
},
|
|
526
|
-
"neutral-secondary": {
|
|
527
|
-
"background": {
|
|
528
|
-
"value": "#23232d",
|
|
529
|
-
"public": true,
|
|
530
|
-
"isReferenceToInternal": true,
|
|
531
|
-
"filePath": "tokens/color/component/badge.light.json",
|
|
532
|
-
"isSource": true,
|
|
533
|
-
"original": {
|
|
534
|
-
"value": "{color.light-mode.neutral.500.value}",
|
|
535
|
-
"public": true,
|
|
536
|
-
"isReferenceToInternal": true
|
|
537
|
-
},
|
|
538
|
-
"name": "color-light-mode-badge-indicator-neutral-secondary-background",
|
|
539
|
-
"attributes": {
|
|
540
|
-
"category": "color",
|
|
541
|
-
"type": "light-mode",
|
|
542
|
-
"item": "badge",
|
|
543
|
-
"subitem": "indicator",
|
|
544
|
-
"state": "neutral-secondary"
|
|
545
|
-
},
|
|
546
|
-
"path": [
|
|
547
|
-
"color",
|
|
548
|
-
"light-mode",
|
|
549
|
-
"badge",
|
|
550
|
-
"indicator",
|
|
551
|
-
"neutral-secondary",
|
|
552
|
-
"background"
|
|
553
|
-
]
|
|
554
|
-
},
|
|
555
|
-
"foreground": {
|
|
556
|
-
"value": "#ffffff",
|
|
557
|
-
"public": true,
|
|
558
|
-
"isReferenceToInternal": true,
|
|
559
|
-
"filePath": "tokens/color/component/badge.light.json",
|
|
560
|
-
"isSource": true,
|
|
561
|
-
"original": {
|
|
562
|
-
"value": "{color.light-mode.neutral.000.value}",
|
|
563
|
-
"public": true,
|
|
564
|
-
"isReferenceToInternal": true
|
|
565
|
-
},
|
|
566
|
-
"name": "color-light-mode-badge-indicator-neutral-secondary-foreground",
|
|
567
|
-
"attributes": {
|
|
568
|
-
"category": "color",
|
|
569
|
-
"type": "light-mode",
|
|
570
|
-
"item": "badge",
|
|
571
|
-
"subitem": "indicator",
|
|
572
|
-
"state": "neutral-secondary"
|
|
573
|
-
},
|
|
574
|
-
"path": [
|
|
575
|
-
"color",
|
|
576
|
-
"light-mode",
|
|
577
|
-
"badge",
|
|
578
|
-
"indicator",
|
|
579
|
-
"neutral-secondary",
|
|
580
|
-
"foreground"
|
|
581
|
-
]
|
|
582
|
-
}
|
|
583
|
-
},
|
|
584
584
|
"brand": {
|
|
585
585
|
"background": {
|
|
586
586
|
"value": "#4f32ce",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"animation": {
|
|
3
3
|
"focus": {
|
|
4
4
|
"transition": {
|
|
5
|
-
"value": "outline 200ms
|
|
5
|
+
"value": "outline 200ms cubic-bezier(.2, 0, 0, 1) 0s",
|
|
6
6
|
"public": true,
|
|
7
7
|
"filePath": "tokens/animation/alias.json",
|
|
8
8
|
"isSource": true,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"rotation": {
|
|
27
27
|
"transition": {
|
|
28
|
-
"value": "transform 200ms
|
|
28
|
+
"value": "transform 200ms cubic-bezier(.2, 0, 0, 1) 0s",
|
|
29
29
|
"public": true,
|
|
30
30
|
"filePath": "tokens/animation/alias.json",
|
|
31
31
|
"isSource": true,
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"reveal": {
|
|
50
50
|
"transition": {
|
|
51
|
-
"value": "all 300ms
|
|
51
|
+
"value": "all 300ms cubic-bezier(.2, 0, 0, 1)",
|
|
52
52
|
"public": true,
|
|
53
53
|
"filePath": "tokens/animation/alias.json",
|
|
54
54
|
"isSource": true,
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
},
|
|
72
72
|
"button": {
|
|
73
73
|
"transition": {
|
|
74
|
-
"value": "all 200ms
|
|
74
|
+
"value": "all 200ms cubic-bezier(.2, 0, 0, 1) 0s",
|
|
75
75
|
"public": true,
|
|
76
76
|
"filePath": "tokens/animation/alias.json",
|
|
77
77
|
"isSource": true,
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
},
|
|
95
95
|
"input": {
|
|
96
96
|
"transition": {
|
|
97
|
-
"value": "background-color 200ms
|
|
97
|
+
"value": "background-color 200ms cubic-bezier(.2, 0, 0, 1) 0s, border-color 200ms cubic-bezier(.2, 0, 0, 1) 0s",
|
|
98
98
|
"public": true,
|
|
99
99
|
"filePath": "tokens/animation/alias.json",
|
|
100
100
|
"isSource": true,
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
},
|
|
118
118
|
"link": {
|
|
119
119
|
"transition": {
|
|
120
|
-
"value": "all 200ms
|
|
120
|
+
"value": "all 200ms cubic-bezier(.2, 0, 0, 1) 0s",
|
|
121
121
|
"public": true,
|
|
122
122
|
"filePath": "tokens/animation/alias.json",
|
|
123
123
|
"isSource": true,
|
|
@@ -187,12 +187,12 @@
|
|
|
187
187
|
]
|
|
188
188
|
},
|
|
189
189
|
"timing-function": {
|
|
190
|
-
"value": "
|
|
190
|
+
"value": "cubic-bezier(.2, 0, 0, 1)",
|
|
191
191
|
"public": true,
|
|
192
192
|
"filePath": "tokens/animation/base.json",
|
|
193
193
|
"isSource": true,
|
|
194
194
|
"original": {
|
|
195
|
-
"value": "
|
|
195
|
+
"value": "cubic-bezier(.2, 0, 0, 1)",
|
|
196
196
|
"public": true
|
|
197
197
|
},
|
|
198
198
|
"name": "animation-transition-default-timing-function",
|
package/package.json
CHANGED