@patternfly/design-tokens 1.14.1 → 1.14.2
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/tokens-charts-dark.scss +1 -1
- package/build/css/tokens-charts.scss +1 -1
- package/build/css/tokens-dark.scss +2 -1
- package/build/css/tokens-default.scss +8 -2
- package/build/css/tokens-highcontrast-dark.scss +5 -4
- package/build/css/tokens-highcontrast.scss +275 -4
- package/build/css/tokens-palette.scss +1 -1
- package/package.json +1 -1
- package/patternfly-docs/content/token-layers-dark.json +848 -627
- package/patternfly-docs/content/token-layers-default.json +469 -298
- package/plugins/export-patternfly-tokens/dist/ui.html +48 -27
- package/plugins/export-patternfly-tokens/src/ui.tsx +50 -26
- package/tokens/dark/base.dark.json +46 -42
- package/tokens/dark/charts.dark.json +4 -4
- package/tokens/default/base.json +1 -1
- package/tokens/default/charts.json +4 -4
- package/tokens/default/semantic.dimension.json +41 -10
- package/tokens/default/semantic.motion.json +25 -25
- package/tokens/highcontrast/base.dimension.json +387 -0
- package/tokens/highcontrast/base.json +1 -1
- package/tokens/highcontrast/semantic.dimension.highcontrast.json +1055 -0
- package/tokens/highcontrast/semantic.highcontrast.json +2 -2
- package/tokens/highcontrast-dark/base.dark.json +46 -42
- package/tokens/highcontrast-dark/semantic.highcontrast.dark.json +2 -2
|
@@ -30910,6 +30910,58 @@
|
|
|
30910
30910
|
]
|
|
30911
30911
|
}
|
|
30912
30912
|
},
|
|
30913
|
+
"pf-t--global--icon--size--3xl": {
|
|
30914
|
+
"default": {
|
|
30915
|
+
"description": "Use for triple extra large icons.",
|
|
30916
|
+
"type": "number",
|
|
30917
|
+
"value": "6rem",
|
|
30918
|
+
"filePath": "tokens/default/semantic.dimension.json",
|
|
30919
|
+
"isSource": false,
|
|
30920
|
+
"original": {
|
|
30921
|
+
"description": "Use for triple extra large icons.",
|
|
30922
|
+
"type": "number",
|
|
30923
|
+
"value": "{global.icon.size.500}"
|
|
30924
|
+
},
|
|
30925
|
+
"name": "pf-t--global--icon--size--3xl",
|
|
30926
|
+
"attributes": {
|
|
30927
|
+
"category": "global",
|
|
30928
|
+
"type": "icon",
|
|
30929
|
+
"item": "size",
|
|
30930
|
+
"subitem": "3xl"
|
|
30931
|
+
},
|
|
30932
|
+
"path": [
|
|
30933
|
+
"global",
|
|
30934
|
+
"icon",
|
|
30935
|
+
"size",
|
|
30936
|
+
"3xl"
|
|
30937
|
+
],
|
|
30938
|
+
"references": [
|
|
30939
|
+
{
|
|
30940
|
+
"type": "number",
|
|
30941
|
+
"value": "6rem",
|
|
30942
|
+
"filePath": "tokens/default/base.dimension.json",
|
|
30943
|
+
"isSource": false,
|
|
30944
|
+
"original": {
|
|
30945
|
+
"type": "number",
|
|
30946
|
+
"value": 96
|
|
30947
|
+
},
|
|
30948
|
+
"name": "pf-t--global--icon--size--500",
|
|
30949
|
+
"attributes": {
|
|
30950
|
+
"category": "global",
|
|
30951
|
+
"type": "icon",
|
|
30952
|
+
"item": "size",
|
|
30953
|
+
"subitem": "500"
|
|
30954
|
+
},
|
|
30955
|
+
"path": [
|
|
30956
|
+
"global",
|
|
30957
|
+
"icon",
|
|
30958
|
+
"size",
|
|
30959
|
+
"500"
|
|
30960
|
+
]
|
|
30961
|
+
}
|
|
30962
|
+
]
|
|
30963
|
+
}
|
|
30964
|
+
},
|
|
30913
30965
|
"pf-t--global--icon--size--font--body--sm": {
|
|
30914
30966
|
"default": {
|
|
30915
30967
|
"description": "Use for icons that are placed inline with small body text",
|
|
@@ -32553,53 +32605,53 @@
|
|
|
32553
32605
|
]
|
|
32554
32606
|
}
|
|
32555
32607
|
},
|
|
32556
|
-
"pf-t--global--
|
|
32608
|
+
"pf-t--global--border--width--regular": {
|
|
32557
32609
|
"default": {
|
|
32558
|
-
"description": "Use
|
|
32610
|
+
"description": "Use as the default border width for elements.",
|
|
32559
32611
|
"type": "number",
|
|
32560
|
-
"value": "
|
|
32612
|
+
"value": "1px",
|
|
32561
32613
|
"filePath": "tokens/default/semantic.dimension.json",
|
|
32562
32614
|
"isSource": false,
|
|
32563
32615
|
"original": {
|
|
32564
|
-
"description": "Use
|
|
32616
|
+
"description": "Use as the default border width for elements.",
|
|
32565
32617
|
"type": "number",
|
|
32566
|
-
"value": "{global.
|
|
32618
|
+
"value": "{global.border.width.100}"
|
|
32567
32619
|
},
|
|
32568
|
-
"name": "pf-t--global--
|
|
32620
|
+
"name": "pf-t--global--border--width--regular",
|
|
32569
32621
|
"attributes": {
|
|
32570
32622
|
"category": "global",
|
|
32571
|
-
"type": "
|
|
32572
|
-
"item": "
|
|
32573
|
-
"subitem": "
|
|
32623
|
+
"type": "border",
|
|
32624
|
+
"item": "width",
|
|
32625
|
+
"subitem": "regular"
|
|
32574
32626
|
},
|
|
32575
32627
|
"path": [
|
|
32576
32628
|
"global",
|
|
32577
|
-
"
|
|
32578
|
-
"
|
|
32579
|
-
"
|
|
32629
|
+
"border",
|
|
32630
|
+
"width",
|
|
32631
|
+
"regular"
|
|
32580
32632
|
],
|
|
32581
32633
|
"references": [
|
|
32582
32634
|
{
|
|
32583
32635
|
"type": "number",
|
|
32584
|
-
"value": "
|
|
32636
|
+
"value": "1px",
|
|
32585
32637
|
"filePath": "tokens/default/base.dimension.json",
|
|
32586
32638
|
"isSource": false,
|
|
32587
32639
|
"original": {
|
|
32588
32640
|
"type": "number",
|
|
32589
|
-
"value":
|
|
32641
|
+
"value": 1
|
|
32590
32642
|
},
|
|
32591
|
-
"name": "pf-t--global--
|
|
32643
|
+
"name": "pf-t--global--border--width--100",
|
|
32592
32644
|
"attributes": {
|
|
32593
32645
|
"category": "global",
|
|
32594
|
-
"type": "
|
|
32595
|
-
"item": "
|
|
32596
|
-
"subitem": "
|
|
32646
|
+
"type": "border",
|
|
32647
|
+
"item": "width",
|
|
32648
|
+
"subitem": "100"
|
|
32597
32649
|
},
|
|
32598
32650
|
"path": [
|
|
32599
32651
|
"global",
|
|
32600
|
-
"
|
|
32601
|
-
"
|
|
32602
|
-
"
|
|
32652
|
+
"border",
|
|
32653
|
+
"width",
|
|
32654
|
+
"100"
|
|
32603
32655
|
]
|
|
32604
32656
|
}
|
|
32605
32657
|
]
|
|
@@ -32767,58 +32819,6 @@
|
|
|
32767
32819
|
]
|
|
32768
32820
|
}
|
|
32769
32821
|
},
|
|
32770
|
-
"pf-t--global--border--width--regular": {
|
|
32771
|
-
"default": {
|
|
32772
|
-
"description": "Use as the default border width for elements.",
|
|
32773
|
-
"type": "number",
|
|
32774
|
-
"value": "1px",
|
|
32775
|
-
"filePath": "tokens/default/semantic.dimension.json",
|
|
32776
|
-
"isSource": false,
|
|
32777
|
-
"original": {
|
|
32778
|
-
"description": "Use as the default border width for elements.",
|
|
32779
|
-
"type": "number",
|
|
32780
|
-
"value": "{global.border.width.100}"
|
|
32781
|
-
},
|
|
32782
|
-
"name": "pf-t--global--border--width--regular",
|
|
32783
|
-
"attributes": {
|
|
32784
|
-
"category": "global",
|
|
32785
|
-
"type": "border",
|
|
32786
|
-
"item": "width",
|
|
32787
|
-
"subitem": "regular"
|
|
32788
|
-
},
|
|
32789
|
-
"path": [
|
|
32790
|
-
"global",
|
|
32791
|
-
"border",
|
|
32792
|
-
"width",
|
|
32793
|
-
"regular"
|
|
32794
|
-
],
|
|
32795
|
-
"references": [
|
|
32796
|
-
{
|
|
32797
|
-
"type": "number",
|
|
32798
|
-
"value": "1px",
|
|
32799
|
-
"filePath": "tokens/default/base.dimension.json",
|
|
32800
|
-
"isSource": false,
|
|
32801
|
-
"original": {
|
|
32802
|
-
"type": "number",
|
|
32803
|
-
"value": 1
|
|
32804
|
-
},
|
|
32805
|
-
"name": "pf-t--global--border--width--100",
|
|
32806
|
-
"attributes": {
|
|
32807
|
-
"category": "global",
|
|
32808
|
-
"type": "border",
|
|
32809
|
-
"item": "width",
|
|
32810
|
-
"subitem": "100"
|
|
32811
|
-
},
|
|
32812
|
-
"path": [
|
|
32813
|
-
"global",
|
|
32814
|
-
"border",
|
|
32815
|
-
"width",
|
|
32816
|
-
"100"
|
|
32817
|
-
]
|
|
32818
|
-
}
|
|
32819
|
-
]
|
|
32820
|
-
}
|
|
32821
|
-
},
|
|
32822
32822
|
"pf-t--global--border--width--strong": {
|
|
32823
32823
|
"default": {
|
|
32824
32824
|
"description": "Use as a stronger/wider border width for elements.",
|
|
@@ -33195,6 +33195,87 @@
|
|
|
33195
33195
|
]
|
|
33196
33196
|
}
|
|
33197
33197
|
},
|
|
33198
|
+
"pf-t--global--border--width--high-contrast--regular": {
|
|
33199
|
+
"default": {
|
|
33200
|
+
"type": "number",
|
|
33201
|
+
"value": "0px",
|
|
33202
|
+
"filePath": "tokens/default/semantic.dimension.json",
|
|
33203
|
+
"isSource": false,
|
|
33204
|
+
"original": {
|
|
33205
|
+
"type": "number",
|
|
33206
|
+
"value": 0
|
|
33207
|
+
},
|
|
33208
|
+
"name": "pf-t--global--border--width--high-contrast--regular",
|
|
33209
|
+
"attributes": {
|
|
33210
|
+
"category": "global",
|
|
33211
|
+
"type": "border",
|
|
33212
|
+
"item": "width",
|
|
33213
|
+
"subitem": "high-contrast",
|
|
33214
|
+
"state": "regular"
|
|
33215
|
+
},
|
|
33216
|
+
"path": [
|
|
33217
|
+
"global",
|
|
33218
|
+
"border",
|
|
33219
|
+
"width",
|
|
33220
|
+
"high-contrast",
|
|
33221
|
+
"regular"
|
|
33222
|
+
]
|
|
33223
|
+
}
|
|
33224
|
+
},
|
|
33225
|
+
"pf-t--global--border--width--high-contrast--strong": {
|
|
33226
|
+
"default": {
|
|
33227
|
+
"type": "number",
|
|
33228
|
+
"value": "0px",
|
|
33229
|
+
"filePath": "tokens/default/semantic.dimension.json",
|
|
33230
|
+
"isSource": false,
|
|
33231
|
+
"original": {
|
|
33232
|
+
"type": "number",
|
|
33233
|
+
"value": 0
|
|
33234
|
+
},
|
|
33235
|
+
"name": "pf-t--global--border--width--high-contrast--strong",
|
|
33236
|
+
"attributes": {
|
|
33237
|
+
"category": "global",
|
|
33238
|
+
"type": "border",
|
|
33239
|
+
"item": "width",
|
|
33240
|
+
"subitem": "high-contrast",
|
|
33241
|
+
"state": "strong"
|
|
33242
|
+
},
|
|
33243
|
+
"path": [
|
|
33244
|
+
"global",
|
|
33245
|
+
"border",
|
|
33246
|
+
"width",
|
|
33247
|
+
"high-contrast",
|
|
33248
|
+
"strong"
|
|
33249
|
+
]
|
|
33250
|
+
}
|
|
33251
|
+
},
|
|
33252
|
+
"pf-t--global--border--width--high-contrast--extra-strong": {
|
|
33253
|
+
"default": {
|
|
33254
|
+
"type": "number",
|
|
33255
|
+
"value": "0px",
|
|
33256
|
+
"filePath": "tokens/default/semantic.dimension.json",
|
|
33257
|
+
"isSource": false,
|
|
33258
|
+
"original": {
|
|
33259
|
+
"type": "number",
|
|
33260
|
+
"value": 0
|
|
33261
|
+
},
|
|
33262
|
+
"name": "pf-t--global--border--width--high-contrast--extra-strong",
|
|
33263
|
+
"attributes": {
|
|
33264
|
+
"category": "global",
|
|
33265
|
+
"type": "border",
|
|
33266
|
+
"item": "width",
|
|
33267
|
+
"subitem": "high-contrast",
|
|
33268
|
+
"state": "extra-strong"
|
|
33269
|
+
},
|
|
33270
|
+
"path": [
|
|
33271
|
+
"global",
|
|
33272
|
+
"border",
|
|
33273
|
+
"width",
|
|
33274
|
+
"high-contrast",
|
|
33275
|
+
"extra-strong"
|
|
33276
|
+
]
|
|
33277
|
+
}
|
|
33278
|
+
},
|
|
33198
33279
|
"pf-t--global--border--width--action--default": {
|
|
33199
33280
|
"default": {
|
|
33200
33281
|
"description": "Use as the default border width for actions like secondary and tertiary buttons",
|
|
@@ -33357,63 +33438,153 @@
|
|
|
33357
33438
|
]
|
|
33358
33439
|
}
|
|
33359
33440
|
},
|
|
33360
|
-
"pf-t--global--border--width--
|
|
33441
|
+
"pf-t--global--border--width--action--plain--default": {
|
|
33361
33442
|
"default": {
|
|
33362
|
-
"description": "Use as the default border width for
|
|
33443
|
+
"description": "Use as the default border width for actions like secondary and tertiary buttons",
|
|
33363
33444
|
"type": "number",
|
|
33364
|
-
"value": "
|
|
33445
|
+
"value": "0px",
|
|
33365
33446
|
"filePath": "tokens/default/semantic.dimension.json",
|
|
33366
33447
|
"isSource": false,
|
|
33367
33448
|
"original": {
|
|
33368
|
-
"description": "Use as the default border width for
|
|
33449
|
+
"description": "Use as the default border width for actions like secondary and tertiary buttons",
|
|
33369
33450
|
"type": "number",
|
|
33370
|
-
"value":
|
|
33451
|
+
"value": 0
|
|
33371
33452
|
},
|
|
33372
|
-
"name": "pf-t--global--border--width--
|
|
33453
|
+
"name": "pf-t--global--border--width--action--plain--default",
|
|
33373
33454
|
"attributes": {
|
|
33374
33455
|
"category": "global",
|
|
33375
33456
|
"type": "border",
|
|
33376
33457
|
"item": "width",
|
|
33377
|
-
"subitem": "
|
|
33378
|
-
"state": "
|
|
33458
|
+
"subitem": "action",
|
|
33459
|
+
"state": "plain"
|
|
33379
33460
|
},
|
|
33380
33461
|
"path": [
|
|
33381
33462
|
"global",
|
|
33382
33463
|
"border",
|
|
33383
33464
|
"width",
|
|
33384
|
-
"
|
|
33465
|
+
"action",
|
|
33466
|
+
"plain",
|
|
33385
33467
|
"default"
|
|
33386
|
-
],
|
|
33387
|
-
"references": [
|
|
33388
|
-
{
|
|
33389
|
-
"type": "number",
|
|
33390
|
-
"value": "1px",
|
|
33391
|
-
"filePath": "tokens/default/base.dimension.json",
|
|
33392
|
-
"isSource": false,
|
|
33393
|
-
"original": {
|
|
33394
|
-
"type": "number",
|
|
33395
|
-
"value": 1
|
|
33396
|
-
},
|
|
33397
|
-
"name": "pf-t--global--border--width--100",
|
|
33398
|
-
"attributes": {
|
|
33399
|
-
"category": "global",
|
|
33400
|
-
"type": "border",
|
|
33401
|
-
"item": "width",
|
|
33402
|
-
"subitem": "100"
|
|
33403
|
-
},
|
|
33404
|
-
"path": [
|
|
33405
|
-
"global",
|
|
33406
|
-
"border",
|
|
33407
|
-
"width",
|
|
33408
|
-
"100"
|
|
33409
|
-
]
|
|
33410
|
-
}
|
|
33411
33468
|
]
|
|
33412
33469
|
}
|
|
33413
33470
|
},
|
|
33414
|
-
"pf-t--global--border--width--
|
|
33471
|
+
"pf-t--global--border--width--action--plain--hover": {
|
|
33415
33472
|
"default": {
|
|
33416
|
-
"description": "Use as the hover state border width for
|
|
33473
|
+
"description": "Use as the hover state border width for actions like secondary and tertiary buttons",
|
|
33474
|
+
"type": "number",
|
|
33475
|
+
"value": "0px",
|
|
33476
|
+
"filePath": "tokens/default/semantic.dimension.json",
|
|
33477
|
+
"isSource": false,
|
|
33478
|
+
"original": {
|
|
33479
|
+
"description": "Use as the hover state border width for actions like secondary and tertiary buttons",
|
|
33480
|
+
"type": "number",
|
|
33481
|
+
"value": 0
|
|
33482
|
+
},
|
|
33483
|
+
"name": "pf-t--global--border--width--action--plain--hover",
|
|
33484
|
+
"attributes": {
|
|
33485
|
+
"category": "global",
|
|
33486
|
+
"type": "border",
|
|
33487
|
+
"item": "width",
|
|
33488
|
+
"subitem": "action",
|
|
33489
|
+
"state": "plain"
|
|
33490
|
+
},
|
|
33491
|
+
"path": [
|
|
33492
|
+
"global",
|
|
33493
|
+
"border",
|
|
33494
|
+
"width",
|
|
33495
|
+
"action",
|
|
33496
|
+
"plain",
|
|
33497
|
+
"hover"
|
|
33498
|
+
]
|
|
33499
|
+
}
|
|
33500
|
+
},
|
|
33501
|
+
"pf-t--global--border--width--action--plain--clicked": {
|
|
33502
|
+
"default": {
|
|
33503
|
+
"description": "Use as the clicked state border width for actions like secondary and tertiary buttons",
|
|
33504
|
+
"type": "number",
|
|
33505
|
+
"value": "0px",
|
|
33506
|
+
"filePath": "tokens/default/semantic.dimension.json",
|
|
33507
|
+
"isSource": false,
|
|
33508
|
+
"original": {
|
|
33509
|
+
"description": "Use as the clicked state border width for actions like secondary and tertiary buttons",
|
|
33510
|
+
"type": "number",
|
|
33511
|
+
"value": 0
|
|
33512
|
+
},
|
|
33513
|
+
"name": "pf-t--global--border--width--action--plain--clicked",
|
|
33514
|
+
"attributes": {
|
|
33515
|
+
"category": "global",
|
|
33516
|
+
"type": "border",
|
|
33517
|
+
"item": "width",
|
|
33518
|
+
"subitem": "action",
|
|
33519
|
+
"state": "plain"
|
|
33520
|
+
},
|
|
33521
|
+
"path": [
|
|
33522
|
+
"global",
|
|
33523
|
+
"border",
|
|
33524
|
+
"width",
|
|
33525
|
+
"action",
|
|
33526
|
+
"plain",
|
|
33527
|
+
"clicked"
|
|
33528
|
+
]
|
|
33529
|
+
}
|
|
33530
|
+
},
|
|
33531
|
+
"pf-t--global--border--width--control--default": {
|
|
33532
|
+
"default": {
|
|
33533
|
+
"description": "Use as the default border width for controls like text inputs, menu toggles and control buttons",
|
|
33534
|
+
"type": "number",
|
|
33535
|
+
"value": "1px",
|
|
33536
|
+
"filePath": "tokens/default/semantic.dimension.json",
|
|
33537
|
+
"isSource": false,
|
|
33538
|
+
"original": {
|
|
33539
|
+
"description": "Use as the default border width for controls like text inputs, menu toggles and control buttons",
|
|
33540
|
+
"type": "number",
|
|
33541
|
+
"value": "{global.border.width.100}"
|
|
33542
|
+
},
|
|
33543
|
+
"name": "pf-t--global--border--width--control--default",
|
|
33544
|
+
"attributes": {
|
|
33545
|
+
"category": "global",
|
|
33546
|
+
"type": "border",
|
|
33547
|
+
"item": "width",
|
|
33548
|
+
"subitem": "control",
|
|
33549
|
+
"state": "default"
|
|
33550
|
+
},
|
|
33551
|
+
"path": [
|
|
33552
|
+
"global",
|
|
33553
|
+
"border",
|
|
33554
|
+
"width",
|
|
33555
|
+
"control",
|
|
33556
|
+
"default"
|
|
33557
|
+
],
|
|
33558
|
+
"references": [
|
|
33559
|
+
{
|
|
33560
|
+
"type": "number",
|
|
33561
|
+
"value": "1px",
|
|
33562
|
+
"filePath": "tokens/default/base.dimension.json",
|
|
33563
|
+
"isSource": false,
|
|
33564
|
+
"original": {
|
|
33565
|
+
"type": "number",
|
|
33566
|
+
"value": 1
|
|
33567
|
+
},
|
|
33568
|
+
"name": "pf-t--global--border--width--100",
|
|
33569
|
+
"attributes": {
|
|
33570
|
+
"category": "global",
|
|
33571
|
+
"type": "border",
|
|
33572
|
+
"item": "width",
|
|
33573
|
+
"subitem": "100"
|
|
33574
|
+
},
|
|
33575
|
+
"path": [
|
|
33576
|
+
"global",
|
|
33577
|
+
"border",
|
|
33578
|
+
"width",
|
|
33579
|
+
"100"
|
|
33580
|
+
]
|
|
33581
|
+
}
|
|
33582
|
+
]
|
|
33583
|
+
}
|
|
33584
|
+
},
|
|
33585
|
+
"pf-t--global--border--width--control--hover": {
|
|
33586
|
+
"default": {
|
|
33587
|
+
"description": "Use as the hover state border width for controls like text inputs, menu toggles and control buttons",
|
|
33417
33588
|
"type": "number",
|
|
33418
33589
|
"value": "1px",
|
|
33419
33590
|
"filePath": "tokens/default/semantic.dimension.json",
|
|
@@ -39600,78 +39771,78 @@
|
|
|
39600
39771
|
]
|
|
39601
39772
|
}
|
|
39602
39773
|
},
|
|
39603
|
-
"pf-t--global--motion--duration--
|
|
39774
|
+
"pf-t--global--motion--duration--icon--short": {
|
|
39604
39775
|
"default": {
|
|
39605
|
-
"description": "Use
|
|
39776
|
+
"description": "Use a short duration on an icon that requires a fast/snappy transition. Used to define the speed at which an icon may animate. Used on a notification badge(stateful button).",
|
|
39606
39777
|
"type": "number",
|
|
39607
|
-
"value": "
|
|
39778
|
+
"value": "50ms",
|
|
39608
39779
|
"filePath": "tokens/default/semantic.motion.json",
|
|
39609
39780
|
"isSource": false,
|
|
39610
39781
|
"original": {
|
|
39611
|
-
"description": "Use
|
|
39782
|
+
"description": "Use a short duration on an icon that requires a fast/snappy transition. Used to define the speed at which an icon may animate. Used on a notification badge(stateful button).",
|
|
39612
39783
|
"type": "number",
|
|
39613
|
-
"value": "{global.motion.duration.
|
|
39784
|
+
"value": "{global.motion.duration.xs}"
|
|
39614
39785
|
},
|
|
39615
|
-
"name": "pf-t--global--motion--duration--
|
|
39786
|
+
"name": "pf-t--global--motion--duration--icon--short",
|
|
39616
39787
|
"attributes": {
|
|
39617
39788
|
"category": "global",
|
|
39618
39789
|
"type": "motion",
|
|
39619
39790
|
"item": "duration",
|
|
39620
|
-
"subitem": "
|
|
39791
|
+
"subitem": "icon",
|
|
39621
39792
|
"state": "short"
|
|
39622
39793
|
},
|
|
39623
39794
|
"path": [
|
|
39624
39795
|
"global",
|
|
39625
39796
|
"motion",
|
|
39626
39797
|
"duration",
|
|
39627
|
-
"
|
|
39798
|
+
"icon",
|
|
39628
39799
|
"short"
|
|
39629
39800
|
],
|
|
39630
39801
|
"references": [
|
|
39631
39802
|
{
|
|
39632
|
-
"description": "Use for
|
|
39803
|
+
"description": "Use for the quickest possible duration of an animation.",
|
|
39633
39804
|
"type": "number",
|
|
39634
|
-
"value": "
|
|
39805
|
+
"value": "50ms",
|
|
39635
39806
|
"filePath": "tokens/default/semantic.motion.json",
|
|
39636
39807
|
"isSource": false,
|
|
39637
39808
|
"original": {
|
|
39638
|
-
"description": "Use for
|
|
39809
|
+
"description": "Use for the quickest possible duration of an animation.",
|
|
39639
39810
|
"type": "number",
|
|
39640
|
-
"value": "{global.duration.
|
|
39811
|
+
"value": "{global.duration.50}"
|
|
39641
39812
|
},
|
|
39642
|
-
"name": "pf-t--global--motion--duration--
|
|
39813
|
+
"name": "pf-t--global--motion--duration--xs",
|
|
39643
39814
|
"attributes": {
|
|
39644
39815
|
"category": "global",
|
|
39645
39816
|
"type": "motion",
|
|
39646
39817
|
"item": "duration",
|
|
39647
|
-
"subitem": "
|
|
39818
|
+
"subitem": "xs"
|
|
39648
39819
|
},
|
|
39649
39820
|
"path": [
|
|
39650
39821
|
"global",
|
|
39651
39822
|
"motion",
|
|
39652
39823
|
"duration",
|
|
39653
|
-
"
|
|
39824
|
+
"xs"
|
|
39654
39825
|
],
|
|
39655
39826
|
"references": [
|
|
39656
39827
|
{
|
|
39657
39828
|
"type": "number",
|
|
39658
|
-
"value": "
|
|
39829
|
+
"value": "50ms",
|
|
39659
39830
|
"filePath": "tokens/default/base.motion.json",
|
|
39660
39831
|
"isSource": false,
|
|
39661
39832
|
"original": {
|
|
39662
39833
|
"type": "number",
|
|
39663
|
-
"value":
|
|
39834
|
+
"value": 50
|
|
39664
39835
|
},
|
|
39665
|
-
"name": "pf-t--global--duration--
|
|
39836
|
+
"name": "pf-t--global--duration--50",
|
|
39666
39837
|
"attributes": {
|
|
39667
39838
|
"category": "global",
|
|
39668
39839
|
"type": "duration",
|
|
39669
|
-
"item": "
|
|
39840
|
+
"item": "50"
|
|
39670
39841
|
},
|
|
39671
39842
|
"path": [
|
|
39672
39843
|
"global",
|
|
39673
39844
|
"duration",
|
|
39674
|
-
"
|
|
39845
|
+
"50"
|
|
39675
39846
|
]
|
|
39676
39847
|
}
|
|
39677
39848
|
]
|
|
@@ -39679,78 +39850,78 @@
|
|
|
39679
39850
|
]
|
|
39680
39851
|
}
|
|
39681
39852
|
},
|
|
39682
|
-
"pf-t--global--motion--duration--
|
|
39853
|
+
"pf-t--global--motion--duration--icon--default": {
|
|
39683
39854
|
"default": {
|
|
39684
|
-
"description": "Use
|
|
39855
|
+
"description": "Use a default duration on an icon that requires a moderately timed transition. Used to define the speed at which an icon may animate. Used on a favoriting star(icon button).",
|
|
39685
39856
|
"type": "number",
|
|
39686
|
-
"value": "
|
|
39857
|
+
"value": "100ms",
|
|
39687
39858
|
"filePath": "tokens/default/semantic.motion.json",
|
|
39688
39859
|
"isSource": false,
|
|
39689
39860
|
"original": {
|
|
39690
|
-
"description": "Use
|
|
39861
|
+
"description": "Use a default duration on an icon that requires a moderately timed transition. Used to define the speed at which an icon may animate. Used on a favoriting star(icon button).",
|
|
39691
39862
|
"type": "number",
|
|
39692
|
-
"value": "{global.motion.duration.
|
|
39863
|
+
"value": "{global.motion.duration.sm}"
|
|
39693
39864
|
},
|
|
39694
|
-
"name": "pf-t--global--motion--duration--
|
|
39865
|
+
"name": "pf-t--global--motion--duration--icon--default",
|
|
39695
39866
|
"attributes": {
|
|
39696
39867
|
"category": "global",
|
|
39697
39868
|
"type": "motion",
|
|
39698
39869
|
"item": "duration",
|
|
39699
|
-
"subitem": "
|
|
39870
|
+
"subitem": "icon",
|
|
39700
39871
|
"state": "default"
|
|
39701
39872
|
},
|
|
39702
39873
|
"path": [
|
|
39703
39874
|
"global",
|
|
39704
39875
|
"motion",
|
|
39705
39876
|
"duration",
|
|
39706
|
-
"
|
|
39877
|
+
"icon",
|
|
39707
39878
|
"default"
|
|
39708
39879
|
],
|
|
39709
39880
|
"references": [
|
|
39710
39881
|
{
|
|
39711
|
-
"description": "Use for
|
|
39882
|
+
"description": "Use for a short animation duration. Use for simple and/or small animations.",
|
|
39712
39883
|
"type": "number",
|
|
39713
|
-
"value": "
|
|
39884
|
+
"value": "100ms",
|
|
39714
39885
|
"filePath": "tokens/default/semantic.motion.json",
|
|
39715
39886
|
"isSource": false,
|
|
39716
39887
|
"original": {
|
|
39717
|
-
"description": "Use for
|
|
39888
|
+
"description": "Use for a short animation duration. Use for simple and/or small animations.",
|
|
39718
39889
|
"type": "number",
|
|
39719
|
-
"value": "{global.duration.
|
|
39890
|
+
"value": "{global.duration.100}"
|
|
39720
39891
|
},
|
|
39721
|
-
"name": "pf-t--global--motion--duration--
|
|
39892
|
+
"name": "pf-t--global--motion--duration--sm",
|
|
39722
39893
|
"attributes": {
|
|
39723
39894
|
"category": "global",
|
|
39724
39895
|
"type": "motion",
|
|
39725
39896
|
"item": "duration",
|
|
39726
|
-
"subitem": "
|
|
39897
|
+
"subitem": "sm"
|
|
39727
39898
|
},
|
|
39728
39899
|
"path": [
|
|
39729
39900
|
"global",
|
|
39730
39901
|
"motion",
|
|
39731
39902
|
"duration",
|
|
39732
|
-
"
|
|
39903
|
+
"sm"
|
|
39733
39904
|
],
|
|
39734
39905
|
"references": [
|
|
39735
39906
|
{
|
|
39736
39907
|
"type": "number",
|
|
39737
|
-
"value": "
|
|
39908
|
+
"value": "100ms",
|
|
39738
39909
|
"filePath": "tokens/default/base.motion.json",
|
|
39739
39910
|
"isSource": false,
|
|
39740
39911
|
"original": {
|
|
39741
39912
|
"type": "number",
|
|
39742
|
-
"value":
|
|
39913
|
+
"value": 100
|
|
39743
39914
|
},
|
|
39744
|
-
"name": "pf-t--global--duration--
|
|
39915
|
+
"name": "pf-t--global--duration--100",
|
|
39745
39916
|
"attributes": {
|
|
39746
39917
|
"category": "global",
|
|
39747
39918
|
"type": "duration",
|
|
39748
|
-
"item": "
|
|
39919
|
+
"item": "100"
|
|
39749
39920
|
},
|
|
39750
39921
|
"path": [
|
|
39751
39922
|
"global",
|
|
39752
39923
|
"duration",
|
|
39753
|
-
"
|
|
39924
|
+
"100"
|
|
39754
39925
|
]
|
|
39755
39926
|
}
|
|
39756
39927
|
]
|
|
@@ -39758,78 +39929,78 @@
|
|
|
39758
39929
|
]
|
|
39759
39930
|
}
|
|
39760
39931
|
},
|
|
39761
|
-
"pf-t--global--motion--duration--
|
|
39932
|
+
"pf-t--global--motion--duration--icon--long": {
|
|
39762
39933
|
"default": {
|
|
39763
|
-
"description": "Use
|
|
39934
|
+
"description": "Use a long duration on an icon that requires a slow transition. Used to define the speed at which an icon may animate. Used on the settings cog icon(plain menu toggle).",
|
|
39764
39935
|
"type": "number",
|
|
39765
|
-
"value": "
|
|
39936
|
+
"value": "200ms",
|
|
39766
39937
|
"filePath": "tokens/default/semantic.motion.json",
|
|
39767
39938
|
"isSource": false,
|
|
39768
39939
|
"original": {
|
|
39769
|
-
"description": "Use
|
|
39940
|
+
"description": "Use a long duration on an icon that requires a slow transition. Used to define the speed at which an icon may animate. Used on the settings cog icon(plain menu toggle).",
|
|
39770
39941
|
"type": "number",
|
|
39771
|
-
"value": "{global.motion.duration.
|
|
39942
|
+
"value": "{global.motion.duration.md}"
|
|
39772
39943
|
},
|
|
39773
|
-
"name": "pf-t--global--motion--duration--
|
|
39944
|
+
"name": "pf-t--global--motion--duration--icon--long",
|
|
39774
39945
|
"attributes": {
|
|
39775
39946
|
"category": "global",
|
|
39776
39947
|
"type": "motion",
|
|
39777
39948
|
"item": "duration",
|
|
39778
|
-
"subitem": "
|
|
39949
|
+
"subitem": "icon",
|
|
39779
39950
|
"state": "long"
|
|
39780
39951
|
},
|
|
39781
39952
|
"path": [
|
|
39782
39953
|
"global",
|
|
39783
39954
|
"motion",
|
|
39784
39955
|
"duration",
|
|
39785
|
-
"
|
|
39956
|
+
"icon",
|
|
39786
39957
|
"long"
|
|
39787
39958
|
],
|
|
39788
39959
|
"references": [
|
|
39789
39960
|
{
|
|
39790
|
-
"description": "Use for
|
|
39961
|
+
"description": "Use for a medium animation duration.",
|
|
39791
39962
|
"type": "number",
|
|
39792
|
-
"value": "
|
|
39963
|
+
"value": "200ms",
|
|
39793
39964
|
"filePath": "tokens/default/semantic.motion.json",
|
|
39794
39965
|
"isSource": false,
|
|
39795
39966
|
"original": {
|
|
39796
|
-
"description": "Use for
|
|
39967
|
+
"description": "Use for a medium animation duration.",
|
|
39797
39968
|
"type": "number",
|
|
39798
|
-
"value": "{global.duration.
|
|
39969
|
+
"value": "{global.duration.200}"
|
|
39799
39970
|
},
|
|
39800
|
-
"name": "pf-t--global--motion--duration--
|
|
39971
|
+
"name": "pf-t--global--motion--duration--md",
|
|
39801
39972
|
"attributes": {
|
|
39802
39973
|
"category": "global",
|
|
39803
39974
|
"type": "motion",
|
|
39804
39975
|
"item": "duration",
|
|
39805
|
-
"subitem": "
|
|
39976
|
+
"subitem": "md"
|
|
39806
39977
|
},
|
|
39807
39978
|
"path": [
|
|
39808
39979
|
"global",
|
|
39809
39980
|
"motion",
|
|
39810
39981
|
"duration",
|
|
39811
|
-
"
|
|
39982
|
+
"md"
|
|
39812
39983
|
],
|
|
39813
39984
|
"references": [
|
|
39814
39985
|
{
|
|
39815
39986
|
"type": "number",
|
|
39816
|
-
"value": "
|
|
39987
|
+
"value": "200ms",
|
|
39817
39988
|
"filePath": "tokens/default/base.motion.json",
|
|
39818
39989
|
"isSource": false,
|
|
39819
39990
|
"original": {
|
|
39820
39991
|
"type": "number",
|
|
39821
|
-
"value":
|
|
39992
|
+
"value": 200
|
|
39822
39993
|
},
|
|
39823
|
-
"name": "pf-t--global--duration--
|
|
39994
|
+
"name": "pf-t--global--duration--200",
|
|
39824
39995
|
"attributes": {
|
|
39825
39996
|
"category": "global",
|
|
39826
39997
|
"type": "duration",
|
|
39827
|
-
"item": "
|
|
39998
|
+
"item": "200"
|
|
39828
39999
|
},
|
|
39829
40000
|
"path": [
|
|
39830
40001
|
"global",
|
|
39831
40002
|
"duration",
|
|
39832
|
-
"
|
|
40003
|
+
"200"
|
|
39833
40004
|
]
|
|
39834
40005
|
}
|
|
39835
40006
|
]
|
|
@@ -39837,78 +40008,78 @@
|
|
|
39837
40008
|
]
|
|
39838
40009
|
}
|
|
39839
40010
|
},
|
|
39840
|
-
"pf-t--global--motion--duration--
|
|
40011
|
+
"pf-t--global--motion--duration--slide-out--short": {
|
|
39841
40012
|
"default": {
|
|
39842
|
-
"description": "Use
|
|
40013
|
+
"description": "Use for a shorter duration of a slide-out animation, which moves an element out of the viewport.",
|
|
39843
40014
|
"type": "number",
|
|
39844
|
-
"value": "
|
|
40015
|
+
"value": "300ms",
|
|
39845
40016
|
"filePath": "tokens/default/semantic.motion.json",
|
|
39846
40017
|
"isSource": false,
|
|
39847
40018
|
"original": {
|
|
39848
|
-
"description": "Use
|
|
40019
|
+
"description": "Use for a shorter duration of a slide-out animation, which moves an element out of the viewport.",
|
|
39849
40020
|
"type": "number",
|
|
39850
|
-
"value": "{global.motion.duration.
|
|
40021
|
+
"value": "{global.motion.duration.lg}"
|
|
39851
40022
|
},
|
|
39852
|
-
"name": "pf-t--global--motion--duration--
|
|
40023
|
+
"name": "pf-t--global--motion--duration--slide-out--short",
|
|
39853
40024
|
"attributes": {
|
|
39854
40025
|
"category": "global",
|
|
39855
40026
|
"type": "motion",
|
|
39856
40027
|
"item": "duration",
|
|
39857
|
-
"subitem": "
|
|
40028
|
+
"subitem": "slide-out",
|
|
39858
40029
|
"state": "short"
|
|
39859
40030
|
},
|
|
39860
40031
|
"path": [
|
|
39861
40032
|
"global",
|
|
39862
40033
|
"motion",
|
|
39863
40034
|
"duration",
|
|
39864
|
-
"
|
|
40035
|
+
"slide-out",
|
|
39865
40036
|
"short"
|
|
39866
40037
|
],
|
|
39867
40038
|
"references": [
|
|
39868
40039
|
{
|
|
39869
|
-
"description": "Use for
|
|
40040
|
+
"description": "Use for long animation duration. Use for larger, more expressive animations.",
|
|
39870
40041
|
"type": "number",
|
|
39871
|
-
"value": "
|
|
40042
|
+
"value": "300ms",
|
|
39872
40043
|
"filePath": "tokens/default/semantic.motion.json",
|
|
39873
40044
|
"isSource": false,
|
|
39874
40045
|
"original": {
|
|
39875
|
-
"description": "Use for
|
|
40046
|
+
"description": "Use for long animation duration. Use for larger, more expressive animations.",
|
|
39876
40047
|
"type": "number",
|
|
39877
|
-
"value": "{global.duration.
|
|
40048
|
+
"value": "{global.duration.300}"
|
|
39878
40049
|
},
|
|
39879
|
-
"name": "pf-t--global--motion--duration--
|
|
40050
|
+
"name": "pf-t--global--motion--duration--lg",
|
|
39880
40051
|
"attributes": {
|
|
39881
40052
|
"category": "global",
|
|
39882
40053
|
"type": "motion",
|
|
39883
40054
|
"item": "duration",
|
|
39884
|
-
"subitem": "
|
|
40055
|
+
"subitem": "lg"
|
|
39885
40056
|
},
|
|
39886
40057
|
"path": [
|
|
39887
40058
|
"global",
|
|
39888
40059
|
"motion",
|
|
39889
40060
|
"duration",
|
|
39890
|
-
"
|
|
40061
|
+
"lg"
|
|
39891
40062
|
],
|
|
39892
40063
|
"references": [
|
|
39893
40064
|
{
|
|
39894
40065
|
"type": "number",
|
|
39895
|
-
"value": "
|
|
40066
|
+
"value": "300ms",
|
|
39896
40067
|
"filePath": "tokens/default/base.motion.json",
|
|
39897
40068
|
"isSource": false,
|
|
39898
40069
|
"original": {
|
|
39899
40070
|
"type": "number",
|
|
39900
|
-
"value":
|
|
40071
|
+
"value": 300
|
|
39901
40072
|
},
|
|
39902
|
-
"name": "pf-t--global--duration--
|
|
40073
|
+
"name": "pf-t--global--duration--300",
|
|
39903
40074
|
"attributes": {
|
|
39904
40075
|
"category": "global",
|
|
39905
40076
|
"type": "duration",
|
|
39906
|
-
"item": "
|
|
40077
|
+
"item": "300"
|
|
39907
40078
|
},
|
|
39908
40079
|
"path": [
|
|
39909
40080
|
"global",
|
|
39910
40081
|
"duration",
|
|
39911
|
-
"
|
|
40082
|
+
"300"
|
|
39912
40083
|
]
|
|
39913
40084
|
}
|
|
39914
40085
|
]
|
|
@@ -39916,78 +40087,78 @@
|
|
|
39916
40087
|
]
|
|
39917
40088
|
}
|
|
39918
40089
|
},
|
|
39919
|
-
"pf-t--global--motion--duration--
|
|
40090
|
+
"pf-t--global--motion--duration--slide-out--default": {
|
|
39920
40091
|
"default": {
|
|
39921
|
-
"description": "Use
|
|
40092
|
+
"description": "Use as the default duration of a slide-out animation, which moves an element out of the viewport.",
|
|
39922
40093
|
"type": "number",
|
|
39923
|
-
"value": "
|
|
40094
|
+
"value": "400ms",
|
|
39924
40095
|
"filePath": "tokens/default/semantic.motion.json",
|
|
39925
40096
|
"isSource": false,
|
|
39926
40097
|
"original": {
|
|
39927
|
-
"description": "Use
|
|
40098
|
+
"description": "Use as the default duration of a slide-out animation, which moves an element out of the viewport.",
|
|
39928
40099
|
"type": "number",
|
|
39929
|
-
"value": "{global.motion.duration.
|
|
40100
|
+
"value": "{global.motion.duration.xl}"
|
|
39930
40101
|
},
|
|
39931
|
-
"name": "pf-t--global--motion--duration--
|
|
40102
|
+
"name": "pf-t--global--motion--duration--slide-out--default",
|
|
39932
40103
|
"attributes": {
|
|
39933
40104
|
"category": "global",
|
|
39934
40105
|
"type": "motion",
|
|
39935
40106
|
"item": "duration",
|
|
39936
|
-
"subitem": "
|
|
40107
|
+
"subitem": "slide-out",
|
|
39937
40108
|
"state": "default"
|
|
39938
40109
|
},
|
|
39939
40110
|
"path": [
|
|
39940
40111
|
"global",
|
|
39941
40112
|
"motion",
|
|
39942
40113
|
"duration",
|
|
39943
|
-
"
|
|
40114
|
+
"slide-out",
|
|
39944
40115
|
"default"
|
|
39945
40116
|
],
|
|
39946
40117
|
"references": [
|
|
39947
40118
|
{
|
|
39948
|
-
"description": "Use for
|
|
40119
|
+
"description": "Use for extra long animation duration.",
|
|
39949
40120
|
"type": "number",
|
|
39950
|
-
"value": "
|
|
40121
|
+
"value": "400ms",
|
|
39951
40122
|
"filePath": "tokens/default/semantic.motion.json",
|
|
39952
40123
|
"isSource": false,
|
|
39953
40124
|
"original": {
|
|
39954
|
-
"description": "Use for
|
|
40125
|
+
"description": "Use for extra long animation duration.",
|
|
39955
40126
|
"type": "number",
|
|
39956
|
-
"value": "{global.duration.
|
|
40127
|
+
"value": "{global.duration.400}"
|
|
39957
40128
|
},
|
|
39958
|
-
"name": "pf-t--global--motion--duration--
|
|
40129
|
+
"name": "pf-t--global--motion--duration--xl",
|
|
39959
40130
|
"attributes": {
|
|
39960
40131
|
"category": "global",
|
|
39961
40132
|
"type": "motion",
|
|
39962
40133
|
"item": "duration",
|
|
39963
|
-
"subitem": "
|
|
40134
|
+
"subitem": "xl"
|
|
39964
40135
|
},
|
|
39965
40136
|
"path": [
|
|
39966
40137
|
"global",
|
|
39967
40138
|
"motion",
|
|
39968
40139
|
"duration",
|
|
39969
|
-
"
|
|
40140
|
+
"xl"
|
|
39970
40141
|
],
|
|
39971
40142
|
"references": [
|
|
39972
40143
|
{
|
|
39973
40144
|
"type": "number",
|
|
39974
|
-
"value": "
|
|
40145
|
+
"value": "400ms",
|
|
39975
40146
|
"filePath": "tokens/default/base.motion.json",
|
|
39976
40147
|
"isSource": false,
|
|
39977
40148
|
"original": {
|
|
39978
40149
|
"type": "number",
|
|
39979
|
-
"value":
|
|
40150
|
+
"value": 400
|
|
39980
40151
|
},
|
|
39981
|
-
"name": "pf-t--global--duration--
|
|
40152
|
+
"name": "pf-t--global--duration--400",
|
|
39982
40153
|
"attributes": {
|
|
39983
40154
|
"category": "global",
|
|
39984
40155
|
"type": "duration",
|
|
39985
|
-
"item": "
|
|
40156
|
+
"item": "400"
|
|
39986
40157
|
},
|
|
39987
40158
|
"path": [
|
|
39988
40159
|
"global",
|
|
39989
40160
|
"duration",
|
|
39990
|
-
"
|
|
40161
|
+
"400"
|
|
39991
40162
|
]
|
|
39992
40163
|
}
|
|
39993
40164
|
]
|
|
@@ -39995,78 +40166,78 @@
|
|
|
39995
40166
|
]
|
|
39996
40167
|
}
|
|
39997
40168
|
},
|
|
39998
|
-
"pf-t--global--motion--duration--
|
|
40169
|
+
"pf-t--global--motion--duration--slide-out--long": {
|
|
39999
40170
|
"default": {
|
|
40000
|
-
"description": "Use
|
|
40171
|
+
"description": "Use for a longer duration of a slide-out animation, which moves an element out of the viewport.",
|
|
40001
40172
|
"type": "number",
|
|
40002
|
-
"value": "
|
|
40173
|
+
"value": "500ms",
|
|
40003
40174
|
"filePath": "tokens/default/semantic.motion.json",
|
|
40004
40175
|
"isSource": false,
|
|
40005
40176
|
"original": {
|
|
40006
|
-
"description": "Use
|
|
40177
|
+
"description": "Use for a longer duration of a slide-out animation, which moves an element out of the viewport.",
|
|
40007
40178
|
"type": "number",
|
|
40008
|
-
"value": "{global.motion.duration.
|
|
40179
|
+
"value": "{global.motion.duration.2xl}"
|
|
40009
40180
|
},
|
|
40010
|
-
"name": "pf-t--global--motion--duration--
|
|
40181
|
+
"name": "pf-t--global--motion--duration--slide-out--long",
|
|
40011
40182
|
"attributes": {
|
|
40012
40183
|
"category": "global",
|
|
40013
40184
|
"type": "motion",
|
|
40014
40185
|
"item": "duration",
|
|
40015
|
-
"subitem": "
|
|
40186
|
+
"subitem": "slide-out",
|
|
40016
40187
|
"state": "long"
|
|
40017
40188
|
},
|
|
40018
40189
|
"path": [
|
|
40019
40190
|
"global",
|
|
40020
40191
|
"motion",
|
|
40021
40192
|
"duration",
|
|
40022
|
-
"
|
|
40193
|
+
"slide-out",
|
|
40023
40194
|
"long"
|
|
40024
40195
|
],
|
|
40025
40196
|
"references": [
|
|
40026
40197
|
{
|
|
40027
|
-
"description": "Use for long animation duration.
|
|
40198
|
+
"description": "Use for significantly long animation duration.",
|
|
40028
40199
|
"type": "number",
|
|
40029
|
-
"value": "
|
|
40200
|
+
"value": "500ms",
|
|
40030
40201
|
"filePath": "tokens/default/semantic.motion.json",
|
|
40031
40202
|
"isSource": false,
|
|
40032
40203
|
"original": {
|
|
40033
|
-
"description": "Use for long animation duration.
|
|
40204
|
+
"description": "Use for significantly long animation duration.",
|
|
40034
40205
|
"type": "number",
|
|
40035
|
-
"value": "{global.duration.
|
|
40206
|
+
"value": "{global.duration.500}"
|
|
40036
40207
|
},
|
|
40037
|
-
"name": "pf-t--global--motion--duration--
|
|
40208
|
+
"name": "pf-t--global--motion--duration--2xl",
|
|
40038
40209
|
"attributes": {
|
|
40039
40210
|
"category": "global",
|
|
40040
40211
|
"type": "motion",
|
|
40041
40212
|
"item": "duration",
|
|
40042
|
-
"subitem": "
|
|
40213
|
+
"subitem": "2xl"
|
|
40043
40214
|
},
|
|
40044
40215
|
"path": [
|
|
40045
40216
|
"global",
|
|
40046
40217
|
"motion",
|
|
40047
40218
|
"duration",
|
|
40048
|
-
"
|
|
40219
|
+
"2xl"
|
|
40049
40220
|
],
|
|
40050
40221
|
"references": [
|
|
40051
40222
|
{
|
|
40052
40223
|
"type": "number",
|
|
40053
|
-
"value": "
|
|
40224
|
+
"value": "500ms",
|
|
40054
40225
|
"filePath": "tokens/default/base.motion.json",
|
|
40055
40226
|
"isSource": false,
|
|
40056
40227
|
"original": {
|
|
40057
40228
|
"type": "number",
|
|
40058
|
-
"value":
|
|
40229
|
+
"value": 500
|
|
40059
40230
|
},
|
|
40060
|
-
"name": "pf-t--global--duration--
|
|
40231
|
+
"name": "pf-t--global--duration--500",
|
|
40061
40232
|
"attributes": {
|
|
40062
40233
|
"category": "global",
|
|
40063
40234
|
"type": "duration",
|
|
40064
|
-
"item": "
|
|
40235
|
+
"item": "500"
|
|
40065
40236
|
},
|
|
40066
40237
|
"path": [
|
|
40067
40238
|
"global",
|
|
40068
40239
|
"duration",
|
|
40069
|
-
"
|
|
40240
|
+
"500"
|
|
40070
40241
|
]
|
|
40071
40242
|
}
|
|
40072
40243
|
]
|
|
@@ -40074,78 +40245,78 @@
|
|
|
40074
40245
|
]
|
|
40075
40246
|
}
|
|
40076
40247
|
},
|
|
40077
|
-
"pf-t--global--motion--duration--
|
|
40248
|
+
"pf-t--global--motion--duration--fade--short": {
|
|
40078
40249
|
"default": {
|
|
40079
|
-
"description": "Use a short
|
|
40250
|
+
"description": "Use a short/quick fade to transition color and/or opacity. Useful for fading in one or more elements. Short fades are used for small elements traveling short distances. Used in small interactions like buttons.",
|
|
40080
40251
|
"type": "number",
|
|
40081
|
-
"value": "
|
|
40252
|
+
"value": "100ms",
|
|
40082
40253
|
"filePath": "tokens/default/semantic.motion.json",
|
|
40083
40254
|
"isSource": false,
|
|
40084
40255
|
"original": {
|
|
40085
|
-
"description": "Use a short
|
|
40256
|
+
"description": "Use a short/quick fade to transition color and/or opacity. Useful for fading in one or more elements. Short fades are used for small elements traveling short distances. Used in small interactions like buttons.",
|
|
40086
40257
|
"type": "number",
|
|
40087
|
-
"value": "{global.motion.duration.
|
|
40258
|
+
"value": "{global.motion.duration.sm}"
|
|
40088
40259
|
},
|
|
40089
|
-
"name": "pf-t--global--motion--duration--
|
|
40260
|
+
"name": "pf-t--global--motion--duration--fade--short",
|
|
40090
40261
|
"attributes": {
|
|
40091
40262
|
"category": "global",
|
|
40092
40263
|
"type": "motion",
|
|
40093
40264
|
"item": "duration",
|
|
40094
|
-
"subitem": "
|
|
40265
|
+
"subitem": "fade",
|
|
40095
40266
|
"state": "short"
|
|
40096
40267
|
},
|
|
40097
40268
|
"path": [
|
|
40098
40269
|
"global",
|
|
40099
40270
|
"motion",
|
|
40100
40271
|
"duration",
|
|
40101
|
-
"
|
|
40272
|
+
"fade",
|
|
40102
40273
|
"short"
|
|
40103
40274
|
],
|
|
40104
40275
|
"references": [
|
|
40105
40276
|
{
|
|
40106
|
-
"description": "Use for
|
|
40277
|
+
"description": "Use for a short animation duration. Use for simple and/or small animations.",
|
|
40107
40278
|
"type": "number",
|
|
40108
|
-
"value": "
|
|
40279
|
+
"value": "100ms",
|
|
40109
40280
|
"filePath": "tokens/default/semantic.motion.json",
|
|
40110
40281
|
"isSource": false,
|
|
40111
40282
|
"original": {
|
|
40112
|
-
"description": "Use for
|
|
40283
|
+
"description": "Use for a short animation duration. Use for simple and/or small animations.",
|
|
40113
40284
|
"type": "number",
|
|
40114
|
-
"value": "{global.duration.
|
|
40285
|
+
"value": "{global.duration.100}"
|
|
40115
40286
|
},
|
|
40116
|
-
"name": "pf-t--global--motion--duration--
|
|
40287
|
+
"name": "pf-t--global--motion--duration--sm",
|
|
40117
40288
|
"attributes": {
|
|
40118
40289
|
"category": "global",
|
|
40119
40290
|
"type": "motion",
|
|
40120
40291
|
"item": "duration",
|
|
40121
|
-
"subitem": "
|
|
40292
|
+
"subitem": "sm"
|
|
40122
40293
|
},
|
|
40123
40294
|
"path": [
|
|
40124
40295
|
"global",
|
|
40125
40296
|
"motion",
|
|
40126
40297
|
"duration",
|
|
40127
|
-
"
|
|
40298
|
+
"sm"
|
|
40128
40299
|
],
|
|
40129
40300
|
"references": [
|
|
40130
40301
|
{
|
|
40131
40302
|
"type": "number",
|
|
40132
|
-
"value": "
|
|
40303
|
+
"value": "100ms",
|
|
40133
40304
|
"filePath": "tokens/default/base.motion.json",
|
|
40134
40305
|
"isSource": false,
|
|
40135
40306
|
"original": {
|
|
40136
40307
|
"type": "number",
|
|
40137
|
-
"value":
|
|
40308
|
+
"value": 100
|
|
40138
40309
|
},
|
|
40139
|
-
"name": "pf-t--global--duration--
|
|
40310
|
+
"name": "pf-t--global--duration--100",
|
|
40140
40311
|
"attributes": {
|
|
40141
40312
|
"category": "global",
|
|
40142
40313
|
"type": "duration",
|
|
40143
|
-
"item": "
|
|
40314
|
+
"item": "100"
|
|
40144
40315
|
},
|
|
40145
40316
|
"path": [
|
|
40146
40317
|
"global",
|
|
40147
40318
|
"duration",
|
|
40148
|
-
"
|
|
40319
|
+
"100"
|
|
40149
40320
|
]
|
|
40150
40321
|
}
|
|
40151
40322
|
]
|
|
@@ -40153,78 +40324,78 @@
|
|
|
40153
40324
|
]
|
|
40154
40325
|
}
|
|
40155
40326
|
},
|
|
40156
|
-
"pf-t--global--motion--duration--
|
|
40327
|
+
"pf-t--global--motion--duration--fade--default": {
|
|
40157
40328
|
"default": {
|
|
40158
|
-
"description": "Use a default
|
|
40329
|
+
"description": "Use a default fade to transition color and/or opacity. Useful for fading in one or more elements. Default fades are used for medium sized elements traveling medium distances. Used on alerts.",
|
|
40159
40330
|
"type": "number",
|
|
40160
|
-
"value": "
|
|
40331
|
+
"value": "200ms",
|
|
40161
40332
|
"filePath": "tokens/default/semantic.motion.json",
|
|
40162
40333
|
"isSource": false,
|
|
40163
40334
|
"original": {
|
|
40164
|
-
"description": "Use a default
|
|
40335
|
+
"description": "Use a default fade to transition color and/or opacity. Useful for fading in one or more elements. Default fades are used for medium sized elements traveling medium distances. Used on alerts.",
|
|
40165
40336
|
"type": "number",
|
|
40166
|
-
"value": "{global.motion.duration.
|
|
40337
|
+
"value": "{global.motion.duration.md}"
|
|
40167
40338
|
},
|
|
40168
|
-
"name": "pf-t--global--motion--duration--
|
|
40339
|
+
"name": "pf-t--global--motion--duration--fade--default",
|
|
40169
40340
|
"attributes": {
|
|
40170
40341
|
"category": "global",
|
|
40171
40342
|
"type": "motion",
|
|
40172
40343
|
"item": "duration",
|
|
40173
|
-
"subitem": "
|
|
40344
|
+
"subitem": "fade",
|
|
40174
40345
|
"state": "default"
|
|
40175
40346
|
},
|
|
40176
40347
|
"path": [
|
|
40177
40348
|
"global",
|
|
40178
40349
|
"motion",
|
|
40179
40350
|
"duration",
|
|
40180
|
-
"
|
|
40351
|
+
"fade",
|
|
40181
40352
|
"default"
|
|
40182
40353
|
],
|
|
40183
40354
|
"references": [
|
|
40184
40355
|
{
|
|
40185
|
-
"description": "Use for a
|
|
40356
|
+
"description": "Use for a medium animation duration.",
|
|
40186
40357
|
"type": "number",
|
|
40187
|
-
"value": "
|
|
40358
|
+
"value": "200ms",
|
|
40188
40359
|
"filePath": "tokens/default/semantic.motion.json",
|
|
40189
40360
|
"isSource": false,
|
|
40190
40361
|
"original": {
|
|
40191
|
-
"description": "Use for a
|
|
40362
|
+
"description": "Use for a medium animation duration.",
|
|
40192
40363
|
"type": "number",
|
|
40193
|
-
"value": "{global.duration.
|
|
40364
|
+
"value": "{global.duration.200}"
|
|
40194
40365
|
},
|
|
40195
|
-
"name": "pf-t--global--motion--duration--
|
|
40366
|
+
"name": "pf-t--global--motion--duration--md",
|
|
40196
40367
|
"attributes": {
|
|
40197
40368
|
"category": "global",
|
|
40198
40369
|
"type": "motion",
|
|
40199
40370
|
"item": "duration",
|
|
40200
|
-
"subitem": "
|
|
40371
|
+
"subitem": "md"
|
|
40201
40372
|
},
|
|
40202
40373
|
"path": [
|
|
40203
40374
|
"global",
|
|
40204
40375
|
"motion",
|
|
40205
40376
|
"duration",
|
|
40206
|
-
"
|
|
40377
|
+
"md"
|
|
40207
40378
|
],
|
|
40208
40379
|
"references": [
|
|
40209
40380
|
{
|
|
40210
40381
|
"type": "number",
|
|
40211
|
-
"value": "
|
|
40382
|
+
"value": "200ms",
|
|
40212
40383
|
"filePath": "tokens/default/base.motion.json",
|
|
40213
40384
|
"isSource": false,
|
|
40214
40385
|
"original": {
|
|
40215
40386
|
"type": "number",
|
|
40216
|
-
"value":
|
|
40387
|
+
"value": 200
|
|
40217
40388
|
},
|
|
40218
|
-
"name": "pf-t--global--duration--
|
|
40389
|
+
"name": "pf-t--global--duration--200",
|
|
40219
40390
|
"attributes": {
|
|
40220
40391
|
"category": "global",
|
|
40221
40392
|
"type": "duration",
|
|
40222
|
-
"item": "
|
|
40393
|
+
"item": "200"
|
|
40223
40394
|
},
|
|
40224
40395
|
"path": [
|
|
40225
40396
|
"global",
|
|
40226
40397
|
"duration",
|
|
40227
|
-
"
|
|
40398
|
+
"200"
|
|
40228
40399
|
]
|
|
40229
40400
|
}
|
|
40230
40401
|
]
|
|
@@ -40232,78 +40403,78 @@
|
|
|
40232
40403
|
]
|
|
40233
40404
|
}
|
|
40234
40405
|
},
|
|
40235
|
-
"pf-t--global--motion--duration--
|
|
40406
|
+
"pf-t--global--motion--duration--fade--long": {
|
|
40236
40407
|
"default": {
|
|
40237
|
-
"description": "Use a long
|
|
40408
|
+
"description": "Use a long fade to transition color and/or opacity. Useful for fading in one or more elements. Long fades are used for large elements traveling long distances.",
|
|
40238
40409
|
"type": "number",
|
|
40239
|
-
"value": "
|
|
40410
|
+
"value": "300ms",
|
|
40240
40411
|
"filePath": "tokens/default/semantic.motion.json",
|
|
40241
40412
|
"isSource": false,
|
|
40242
40413
|
"original": {
|
|
40243
|
-
"description": "Use a long
|
|
40414
|
+
"description": "Use a long fade to transition color and/or opacity. Useful for fading in one or more elements. Long fades are used for large elements traveling long distances.",
|
|
40244
40415
|
"type": "number",
|
|
40245
|
-
"value": "{global.motion.duration.
|
|
40416
|
+
"value": "{global.motion.duration.lg}"
|
|
40246
40417
|
},
|
|
40247
|
-
"name": "pf-t--global--motion--duration--
|
|
40418
|
+
"name": "pf-t--global--motion--duration--fade--long",
|
|
40248
40419
|
"attributes": {
|
|
40249
40420
|
"category": "global",
|
|
40250
40421
|
"type": "motion",
|
|
40251
40422
|
"item": "duration",
|
|
40252
|
-
"subitem": "
|
|
40423
|
+
"subitem": "fade",
|
|
40253
40424
|
"state": "long"
|
|
40254
40425
|
},
|
|
40255
40426
|
"path": [
|
|
40256
40427
|
"global",
|
|
40257
40428
|
"motion",
|
|
40258
40429
|
"duration",
|
|
40259
|
-
"
|
|
40430
|
+
"fade",
|
|
40260
40431
|
"long"
|
|
40261
40432
|
],
|
|
40262
40433
|
"references": [
|
|
40263
40434
|
{
|
|
40264
|
-
"description": "Use for
|
|
40435
|
+
"description": "Use for long animation duration. Use for larger, more expressive animations.",
|
|
40265
40436
|
"type": "number",
|
|
40266
|
-
"value": "
|
|
40437
|
+
"value": "300ms",
|
|
40267
40438
|
"filePath": "tokens/default/semantic.motion.json",
|
|
40268
40439
|
"isSource": false,
|
|
40269
40440
|
"original": {
|
|
40270
|
-
"description": "Use for
|
|
40441
|
+
"description": "Use for long animation duration. Use for larger, more expressive animations.",
|
|
40271
40442
|
"type": "number",
|
|
40272
|
-
"value": "{global.duration.
|
|
40443
|
+
"value": "{global.duration.300}"
|
|
40273
40444
|
},
|
|
40274
|
-
"name": "pf-t--global--motion--duration--
|
|
40445
|
+
"name": "pf-t--global--motion--duration--lg",
|
|
40275
40446
|
"attributes": {
|
|
40276
40447
|
"category": "global",
|
|
40277
40448
|
"type": "motion",
|
|
40278
40449
|
"item": "duration",
|
|
40279
|
-
"subitem": "
|
|
40450
|
+
"subitem": "lg"
|
|
40280
40451
|
},
|
|
40281
40452
|
"path": [
|
|
40282
40453
|
"global",
|
|
40283
40454
|
"motion",
|
|
40284
40455
|
"duration",
|
|
40285
|
-
"
|
|
40456
|
+
"lg"
|
|
40286
40457
|
],
|
|
40287
40458
|
"references": [
|
|
40288
40459
|
{
|
|
40289
40460
|
"type": "number",
|
|
40290
|
-
"value": "
|
|
40461
|
+
"value": "300ms",
|
|
40291
40462
|
"filePath": "tokens/default/base.motion.json",
|
|
40292
40463
|
"isSource": false,
|
|
40293
40464
|
"original": {
|
|
40294
40465
|
"type": "number",
|
|
40295
|
-
"value":
|
|
40466
|
+
"value": 300
|
|
40296
40467
|
},
|
|
40297
|
-
"name": "pf-t--global--duration--
|
|
40468
|
+
"name": "pf-t--global--duration--300",
|
|
40298
40469
|
"attributes": {
|
|
40299
40470
|
"category": "global",
|
|
40300
40471
|
"type": "duration",
|
|
40301
|
-
"item": "
|
|
40472
|
+
"item": "300"
|
|
40302
40473
|
},
|
|
40303
40474
|
"path": [
|
|
40304
40475
|
"global",
|
|
40305
40476
|
"duration",
|
|
40306
|
-
"
|
|
40477
|
+
"300"
|
|
40307
40478
|
]
|
|
40308
40479
|
}
|
|
40309
40480
|
]
|
|
@@ -40311,31 +40482,31 @@
|
|
|
40311
40482
|
]
|
|
40312
40483
|
}
|
|
40313
40484
|
},
|
|
40314
|
-
"pf-t--global--motion--duration--slide-
|
|
40485
|
+
"pf-t--global--motion--duration--slide-in--short": {
|
|
40315
40486
|
"default": {
|
|
40316
|
-
"description": "Use for a
|
|
40487
|
+
"description": "Use for a short duration of a slide-in animation, which moves an offscreen element into the viewport.",
|
|
40317
40488
|
"type": "number",
|
|
40318
40489
|
"value": "300ms",
|
|
40319
40490
|
"filePath": "tokens/default/semantic.motion.json",
|
|
40320
40491
|
"isSource": false,
|
|
40321
40492
|
"original": {
|
|
40322
|
-
"description": "Use for a
|
|
40493
|
+
"description": "Use for a short duration of a slide-in animation, which moves an offscreen element into the viewport.",
|
|
40323
40494
|
"type": "number",
|
|
40324
40495
|
"value": "{global.motion.duration.lg}"
|
|
40325
40496
|
},
|
|
40326
|
-
"name": "pf-t--global--motion--duration--slide-
|
|
40497
|
+
"name": "pf-t--global--motion--duration--slide-in--short",
|
|
40327
40498
|
"attributes": {
|
|
40328
40499
|
"category": "global",
|
|
40329
40500
|
"type": "motion",
|
|
40330
40501
|
"item": "duration",
|
|
40331
|
-
"subitem": "slide-
|
|
40502
|
+
"subitem": "slide-in",
|
|
40332
40503
|
"state": "short"
|
|
40333
40504
|
},
|
|
40334
40505
|
"path": [
|
|
40335
40506
|
"global",
|
|
40336
40507
|
"motion",
|
|
40337
40508
|
"duration",
|
|
40338
|
-
"slide-
|
|
40509
|
+
"slide-in",
|
|
40339
40510
|
"short"
|
|
40340
40511
|
],
|
|
40341
40512
|
"references": [
|
|
@@ -40390,31 +40561,31 @@
|
|
|
40390
40561
|
]
|
|
40391
40562
|
}
|
|
40392
40563
|
},
|
|
40393
|
-
"pf-t--global--motion--duration--slide-
|
|
40564
|
+
"pf-t--global--motion--duration--slide-in--default": {
|
|
40394
40565
|
"default": {
|
|
40395
|
-
"description": "Use
|
|
40566
|
+
"description": "Use for a default duration of a slide-in animation, which moves an offscreen element into the viewport.",
|
|
40396
40567
|
"type": "number",
|
|
40397
40568
|
"value": "400ms",
|
|
40398
40569
|
"filePath": "tokens/default/semantic.motion.json",
|
|
40399
40570
|
"isSource": false,
|
|
40400
40571
|
"original": {
|
|
40401
|
-
"description": "Use
|
|
40572
|
+
"description": "Use for a default duration of a slide-in animation, which moves an offscreen element into the viewport.",
|
|
40402
40573
|
"type": "number",
|
|
40403
40574
|
"value": "{global.motion.duration.xl}"
|
|
40404
40575
|
},
|
|
40405
|
-
"name": "pf-t--global--motion--duration--slide-
|
|
40576
|
+
"name": "pf-t--global--motion--duration--slide-in--default",
|
|
40406
40577
|
"attributes": {
|
|
40407
40578
|
"category": "global",
|
|
40408
40579
|
"type": "motion",
|
|
40409
40580
|
"item": "duration",
|
|
40410
|
-
"subitem": "slide-
|
|
40581
|
+
"subitem": "slide-in",
|
|
40411
40582
|
"state": "default"
|
|
40412
40583
|
},
|
|
40413
40584
|
"path": [
|
|
40414
40585
|
"global",
|
|
40415
40586
|
"motion",
|
|
40416
40587
|
"duration",
|
|
40417
|
-
"slide-
|
|
40588
|
+
"slide-in",
|
|
40418
40589
|
"default"
|
|
40419
40590
|
],
|
|
40420
40591
|
"references": [
|
|
@@ -40469,31 +40640,31 @@
|
|
|
40469
40640
|
]
|
|
40470
40641
|
}
|
|
40471
40642
|
},
|
|
40472
|
-
"pf-t--global--motion--duration--slide-
|
|
40643
|
+
"pf-t--global--motion--duration--slide-in--long": {
|
|
40473
40644
|
"default": {
|
|
40474
|
-
"description": "Use for a longer duration of a slide-
|
|
40645
|
+
"description": "Use for a longer duration of a slide-in animation, which moves an offscreen element into the viewport.",
|
|
40475
40646
|
"type": "number",
|
|
40476
40647
|
"value": "500ms",
|
|
40477
40648
|
"filePath": "tokens/default/semantic.motion.json",
|
|
40478
40649
|
"isSource": false,
|
|
40479
40650
|
"original": {
|
|
40480
|
-
"description": "Use for a longer duration of a slide-
|
|
40651
|
+
"description": "Use for a longer duration of a slide-in animation, which moves an offscreen element into the viewport.",
|
|
40481
40652
|
"type": "number",
|
|
40482
40653
|
"value": "{global.motion.duration.2xl}"
|
|
40483
40654
|
},
|
|
40484
|
-
"name": "pf-t--global--motion--duration--slide-
|
|
40655
|
+
"name": "pf-t--global--motion--duration--slide-in--long",
|
|
40485
40656
|
"attributes": {
|
|
40486
40657
|
"category": "global",
|
|
40487
40658
|
"type": "motion",
|
|
40488
40659
|
"item": "duration",
|
|
40489
|
-
"subitem": "slide-
|
|
40660
|
+
"subitem": "slide-in",
|
|
40490
40661
|
"state": "long"
|
|
40491
40662
|
},
|
|
40492
40663
|
"path": [
|
|
40493
40664
|
"global",
|
|
40494
40665
|
"motion",
|
|
40495
40666
|
"duration",
|
|
40496
|
-
"slide-
|
|
40667
|
+
"slide-in",
|
|
40497
40668
|
"long"
|
|
40498
40669
|
],
|
|
40499
40670
|
"references": [
|
|
@@ -41284,7 +41455,7 @@
|
|
|
41284
41455
|
]
|
|
41285
41456
|
}
|
|
41286
41457
|
},
|
|
41287
|
-
"pf-t--global--border--color--
|
|
41458
|
+
"pf-t--global--border--color--400": {
|
|
41288
41459
|
"default": {
|
|
41289
41460
|
"type": "color",
|
|
41290
41461
|
"value": "#4d4d4d",
|
|
@@ -41294,18 +41465,18 @@
|
|
|
41294
41465
|
"type": "color",
|
|
41295
41466
|
"value": "{color.gray.60}"
|
|
41296
41467
|
},
|
|
41297
|
-
"name": "pf-t--global--border--color--
|
|
41468
|
+
"name": "pf-t--global--border--color--400",
|
|
41298
41469
|
"attributes": {
|
|
41299
41470
|
"category": "global",
|
|
41300
41471
|
"type": "border",
|
|
41301
41472
|
"item": "color",
|
|
41302
|
-
"subitem": "
|
|
41473
|
+
"subitem": "400"
|
|
41303
41474
|
},
|
|
41304
41475
|
"path": [
|
|
41305
41476
|
"global",
|
|
41306
41477
|
"border",
|
|
41307
41478
|
"color",
|
|
41308
|
-
"
|
|
41479
|
+
"400"
|
|
41309
41480
|
],
|
|
41310
41481
|
"references": [
|
|
41311
41482
|
{
|
|
@@ -47588,160 +47759,160 @@
|
|
|
47588
47759
|
]
|
|
47589
47760
|
}
|
|
47590
47761
|
},
|
|
47591
|
-
"pf-t--global--dark--color--
|
|
47762
|
+
"pf-t--global--dark--color--severity--undefined--100": {
|
|
47592
47763
|
"dark": {
|
|
47593
47764
|
"type": "color",
|
|
47594
|
-
"value": "#
|
|
47765
|
+
"value": "#a3a3a3",
|
|
47595
47766
|
"filePath": "tokens/dark/base.dark.json",
|
|
47596
47767
|
"isSource": true,
|
|
47597
47768
|
"original": {
|
|
47598
47769
|
"type": "color",
|
|
47599
|
-
"value": "{color.
|
|
47770
|
+
"value": "{color.gray.40}"
|
|
47600
47771
|
},
|
|
47601
|
-
"name": "pf-t--global--dark--color--
|
|
47772
|
+
"name": "pf-t--global--dark--color--severity--undefined--100",
|
|
47602
47773
|
"attributes": {
|
|
47603
47774
|
"category": "global",
|
|
47604
47775
|
"type": "dark",
|
|
47605
47776
|
"item": "color",
|
|
47606
|
-
"subitem": "
|
|
47607
|
-
"state": "
|
|
47777
|
+
"subitem": "severity",
|
|
47778
|
+
"state": "undefined"
|
|
47608
47779
|
},
|
|
47609
47780
|
"path": [
|
|
47610
47781
|
"global",
|
|
47611
47782
|
"dark",
|
|
47612
47783
|
"color",
|
|
47613
|
-
"
|
|
47614
|
-
"
|
|
47784
|
+
"severity",
|
|
47785
|
+
"undefined",
|
|
47615
47786
|
"100"
|
|
47616
47787
|
],
|
|
47617
47788
|
"references": [
|
|
47618
47789
|
{
|
|
47619
47790
|
"type": "color",
|
|
47620
|
-
"value": "#
|
|
47791
|
+
"value": "#a3a3a3",
|
|
47621
47792
|
"filePath": "tokens/dark/palette.color.json",
|
|
47622
47793
|
"isSource": true,
|
|
47623
47794
|
"original": {
|
|
47624
47795
|
"type": "color",
|
|
47625
|
-
"value": "#
|
|
47796
|
+
"value": "#a3a3a3"
|
|
47626
47797
|
},
|
|
47627
|
-
"name": "pf-t--color--
|
|
47798
|
+
"name": "pf-t--color--gray--40",
|
|
47628
47799
|
"attributes": {
|
|
47629
47800
|
"category": "color",
|
|
47630
|
-
"type": "
|
|
47801
|
+
"type": "gray",
|
|
47631
47802
|
"item": "40"
|
|
47632
47803
|
},
|
|
47633
47804
|
"path": [
|
|
47634
47805
|
"color",
|
|
47635
|
-
"
|
|
47806
|
+
"gray",
|
|
47636
47807
|
"40"
|
|
47637
47808
|
]
|
|
47638
47809
|
}
|
|
47639
47810
|
]
|
|
47640
47811
|
}
|
|
47641
47812
|
},
|
|
47642
|
-
"pf-t--global--dark--color--
|
|
47813
|
+
"pf-t--global--dark--color--severity--none--100": {
|
|
47643
47814
|
"dark": {
|
|
47644
47815
|
"type": "color",
|
|
47645
|
-
"value": "#
|
|
47816
|
+
"value": "#92c5f9",
|
|
47646
47817
|
"filePath": "tokens/dark/base.dark.json",
|
|
47647
47818
|
"isSource": true,
|
|
47648
47819
|
"original": {
|
|
47649
47820
|
"type": "color",
|
|
47650
|
-
"value": "{color.
|
|
47821
|
+
"value": "{color.blue.30}"
|
|
47651
47822
|
},
|
|
47652
|
-
"name": "pf-t--global--dark--color--
|
|
47823
|
+
"name": "pf-t--global--dark--color--severity--none--100",
|
|
47653
47824
|
"attributes": {
|
|
47654
47825
|
"category": "global",
|
|
47655
47826
|
"type": "dark",
|
|
47656
47827
|
"item": "color",
|
|
47657
|
-
"subitem": "
|
|
47658
|
-
"state": "
|
|
47828
|
+
"subitem": "severity",
|
|
47829
|
+
"state": "none"
|
|
47659
47830
|
},
|
|
47660
47831
|
"path": [
|
|
47661
47832
|
"global",
|
|
47662
47833
|
"dark",
|
|
47663
47834
|
"color",
|
|
47664
|
-
"
|
|
47665
|
-
"
|
|
47666
|
-
"
|
|
47835
|
+
"severity",
|
|
47836
|
+
"none",
|
|
47837
|
+
"100"
|
|
47667
47838
|
],
|
|
47668
47839
|
"references": [
|
|
47669
47840
|
{
|
|
47670
47841
|
"type": "color",
|
|
47671
|
-
"value": "#
|
|
47842
|
+
"value": "#92c5f9",
|
|
47672
47843
|
"filePath": "tokens/dark/palette.color.json",
|
|
47673
47844
|
"isSource": true,
|
|
47674
47845
|
"original": {
|
|
47675
47846
|
"type": "color",
|
|
47676
|
-
"value": "#
|
|
47847
|
+
"value": "#92c5f9"
|
|
47677
47848
|
},
|
|
47678
|
-
"name": "pf-t--color--
|
|
47849
|
+
"name": "pf-t--color--blue--30",
|
|
47679
47850
|
"attributes": {
|
|
47680
47851
|
"category": "color",
|
|
47681
|
-
"type": "
|
|
47852
|
+
"type": "blue",
|
|
47682
47853
|
"item": "30"
|
|
47683
47854
|
},
|
|
47684
47855
|
"path": [
|
|
47685
47856
|
"color",
|
|
47686
|
-
"
|
|
47857
|
+
"blue",
|
|
47687
47858
|
"30"
|
|
47688
47859
|
]
|
|
47689
47860
|
}
|
|
47690
47861
|
]
|
|
47691
47862
|
}
|
|
47692
47863
|
},
|
|
47693
|
-
"pf-t--global--dark--color--
|
|
47864
|
+
"pf-t--global--dark--color--severity--minor--100": {
|
|
47694
47865
|
"dark": {
|
|
47695
47866
|
"type": "color",
|
|
47696
|
-
"value": "#
|
|
47867
|
+
"value": "#c7c7c7",
|
|
47697
47868
|
"filePath": "tokens/dark/base.dark.json",
|
|
47698
47869
|
"isSource": true,
|
|
47699
47870
|
"original": {
|
|
47700
47871
|
"type": "color",
|
|
47701
|
-
"value": "{color.
|
|
47872
|
+
"value": "{color.gray.30}"
|
|
47702
47873
|
},
|
|
47703
|
-
"name": "pf-t--global--dark--color--
|
|
47874
|
+
"name": "pf-t--global--dark--color--severity--minor--100",
|
|
47704
47875
|
"attributes": {
|
|
47705
47876
|
"category": "global",
|
|
47706
47877
|
"type": "dark",
|
|
47707
47878
|
"item": "color",
|
|
47708
|
-
"subitem": "
|
|
47709
|
-
"state": "
|
|
47879
|
+
"subitem": "severity",
|
|
47880
|
+
"state": "minor"
|
|
47710
47881
|
},
|
|
47711
47882
|
"path": [
|
|
47712
47883
|
"global",
|
|
47713
47884
|
"dark",
|
|
47714
47885
|
"color",
|
|
47715
|
-
"
|
|
47716
|
-
"
|
|
47717
|
-
"
|
|
47886
|
+
"severity",
|
|
47887
|
+
"minor",
|
|
47888
|
+
"100"
|
|
47718
47889
|
],
|
|
47719
47890
|
"references": [
|
|
47720
47891
|
{
|
|
47721
47892
|
"type": "color",
|
|
47722
|
-
"value": "#
|
|
47893
|
+
"value": "#c7c7c7",
|
|
47723
47894
|
"filePath": "tokens/dark/palette.color.json",
|
|
47724
47895
|
"isSource": true,
|
|
47725
47896
|
"original": {
|
|
47726
47897
|
"type": "color",
|
|
47727
|
-
"value": "#
|
|
47898
|
+
"value": "#c7c7c7"
|
|
47728
47899
|
},
|
|
47729
|
-
"name": "pf-t--color--
|
|
47900
|
+
"name": "pf-t--color--gray--30",
|
|
47730
47901
|
"attributes": {
|
|
47731
47902
|
"category": "color",
|
|
47732
|
-
"type": "
|
|
47733
|
-
"item": "
|
|
47903
|
+
"type": "gray",
|
|
47904
|
+
"item": "30"
|
|
47734
47905
|
},
|
|
47735
47906
|
"path": [
|
|
47736
47907
|
"color",
|
|
47737
|
-
"
|
|
47738
|
-
"
|
|
47908
|
+
"gray",
|
|
47909
|
+
"30"
|
|
47739
47910
|
]
|
|
47740
47911
|
}
|
|
47741
47912
|
]
|
|
47742
47913
|
}
|
|
47743
47914
|
},
|
|
47744
|
-
"pf-t--global--dark--color--
|
|
47915
|
+
"pf-t--global--dark--color--severity--moderate--100": {
|
|
47745
47916
|
"dark": {
|
|
47746
47917
|
"type": "color",
|
|
47747
47918
|
"value": "#ffcc17",
|
|
@@ -47751,20 +47922,20 @@
|
|
|
47751
47922
|
"type": "color",
|
|
47752
47923
|
"value": "{color.yellow.30}"
|
|
47753
47924
|
},
|
|
47754
|
-
"name": "pf-t--global--dark--color--
|
|
47925
|
+
"name": "pf-t--global--dark--color--severity--moderate--100",
|
|
47755
47926
|
"attributes": {
|
|
47756
47927
|
"category": "global",
|
|
47757
47928
|
"type": "dark",
|
|
47758
47929
|
"item": "color",
|
|
47759
|
-
"subitem": "
|
|
47760
|
-
"state": "
|
|
47930
|
+
"subitem": "severity",
|
|
47931
|
+
"state": "moderate"
|
|
47761
47932
|
},
|
|
47762
47933
|
"path": [
|
|
47763
47934
|
"global",
|
|
47764
47935
|
"dark",
|
|
47765
47936
|
"color",
|
|
47766
|
-
"
|
|
47767
|
-
"
|
|
47937
|
+
"severity",
|
|
47938
|
+
"moderate",
|
|
47768
47939
|
"100"
|
|
47769
47940
|
],
|
|
47770
47941
|
"references": [
|
|
@@ -47792,58 +47963,58 @@
|
|
|
47792
47963
|
]
|
|
47793
47964
|
}
|
|
47794
47965
|
},
|
|
47795
|
-
"pf-t--global--dark--color--
|
|
47966
|
+
"pf-t--global--dark--color--severity--important--100": {
|
|
47796
47967
|
"dark": {
|
|
47797
47968
|
"type": "color",
|
|
47798
|
-
"value": "#
|
|
47969
|
+
"value": "#f5921b",
|
|
47799
47970
|
"filePath": "tokens/dark/base.dark.json",
|
|
47800
47971
|
"isSource": true,
|
|
47801
47972
|
"original": {
|
|
47802
47973
|
"type": "color",
|
|
47803
|
-
"value": "{color.
|
|
47974
|
+
"value": "{color.orange.40}"
|
|
47804
47975
|
},
|
|
47805
|
-
"name": "pf-t--global--dark--color--
|
|
47976
|
+
"name": "pf-t--global--dark--color--severity--important--100",
|
|
47806
47977
|
"attributes": {
|
|
47807
47978
|
"category": "global",
|
|
47808
47979
|
"type": "dark",
|
|
47809
47980
|
"item": "color",
|
|
47810
|
-
"subitem": "
|
|
47811
|
-
"state": "
|
|
47981
|
+
"subitem": "severity",
|
|
47982
|
+
"state": "important"
|
|
47812
47983
|
},
|
|
47813
47984
|
"path": [
|
|
47814
47985
|
"global",
|
|
47815
47986
|
"dark",
|
|
47816
47987
|
"color",
|
|
47817
|
-
"
|
|
47818
|
-
"
|
|
47819
|
-
"
|
|
47988
|
+
"severity",
|
|
47989
|
+
"important",
|
|
47990
|
+
"100"
|
|
47820
47991
|
],
|
|
47821
47992
|
"references": [
|
|
47822
47993
|
{
|
|
47823
47994
|
"type": "color",
|
|
47824
|
-
"value": "#
|
|
47995
|
+
"value": "#f5921b",
|
|
47825
47996
|
"filePath": "tokens/dark/palette.color.json",
|
|
47826
47997
|
"isSource": true,
|
|
47827
47998
|
"original": {
|
|
47828
47999
|
"type": "color",
|
|
47829
|
-
"value": "#
|
|
48000
|
+
"value": "#f5921b"
|
|
47830
48001
|
},
|
|
47831
|
-
"name": "pf-t--color--
|
|
48002
|
+
"name": "pf-t--color--orange--40",
|
|
47832
48003
|
"attributes": {
|
|
47833
48004
|
"category": "color",
|
|
47834
|
-
"type": "
|
|
47835
|
-
"item": "
|
|
48005
|
+
"type": "orange",
|
|
48006
|
+
"item": "40"
|
|
47836
48007
|
},
|
|
47837
48008
|
"path": [
|
|
47838
48009
|
"color",
|
|
47839
|
-
"
|
|
47840
|
-
"
|
|
48010
|
+
"orange",
|
|
48011
|
+
"40"
|
|
47841
48012
|
]
|
|
47842
48013
|
}
|
|
47843
48014
|
]
|
|
47844
48015
|
}
|
|
47845
48016
|
},
|
|
47846
|
-
"pf-t--global--dark--color--
|
|
48017
|
+
"pf-t--global--dark--color--severity--critical--100": {
|
|
47847
48018
|
"dark": {
|
|
47848
48019
|
"type": "color",
|
|
47849
48020
|
"value": "#f0561d",
|
|
@@ -47853,20 +48024,20 @@
|
|
|
47853
48024
|
"type": "color",
|
|
47854
48025
|
"value": "{color.red-orange.50}"
|
|
47855
48026
|
},
|
|
47856
|
-
"name": "pf-t--global--dark--color--
|
|
48027
|
+
"name": "pf-t--global--dark--color--severity--critical--100",
|
|
47857
48028
|
"attributes": {
|
|
47858
48029
|
"category": "global",
|
|
47859
48030
|
"type": "dark",
|
|
47860
48031
|
"item": "color",
|
|
47861
|
-
"subitem": "
|
|
47862
|
-
"state": "
|
|
48032
|
+
"subitem": "severity",
|
|
48033
|
+
"state": "critical"
|
|
47863
48034
|
},
|
|
47864
48035
|
"path": [
|
|
47865
48036
|
"global",
|
|
47866
48037
|
"dark",
|
|
47867
48038
|
"color",
|
|
47868
|
-
"
|
|
47869
|
-
"
|
|
48039
|
+
"severity",
|
|
48040
|
+
"critical",
|
|
47870
48041
|
"100"
|
|
47871
48042
|
],
|
|
47872
48043
|
"references": [
|
|
@@ -47894,7 +48065,7 @@
|
|
|
47894
48065
|
]
|
|
47895
48066
|
}
|
|
47896
48067
|
},
|
|
47897
|
-
"pf-t--global--dark--color--
|
|
48068
|
+
"pf-t--global--dark--color--severity--critical--200": {
|
|
47898
48069
|
"dark": {
|
|
47899
48070
|
"type": "color",
|
|
47900
48071
|
"value": "#f4784a",
|
|
@@ -47904,20 +48075,20 @@
|
|
|
47904
48075
|
"type": "color",
|
|
47905
48076
|
"value": "{color.red-orange.40}"
|
|
47906
48077
|
},
|
|
47907
|
-
"name": "pf-t--global--dark--color--
|
|
48078
|
+
"name": "pf-t--global--dark--color--severity--critical--200",
|
|
47908
48079
|
"attributes": {
|
|
47909
48080
|
"category": "global",
|
|
47910
48081
|
"type": "dark",
|
|
47911
48082
|
"item": "color",
|
|
47912
|
-
"subitem": "
|
|
47913
|
-
"state": "
|
|
48083
|
+
"subitem": "severity",
|
|
48084
|
+
"state": "critical"
|
|
47914
48085
|
},
|
|
47915
48086
|
"path": [
|
|
47916
48087
|
"global",
|
|
47917
48088
|
"dark",
|
|
47918
48089
|
"color",
|
|
47919
|
-
"
|
|
47920
|
-
"
|
|
48090
|
+
"severity",
|
|
48091
|
+
"critical",
|
|
47921
48092
|
"200"
|
|
47922
48093
|
],
|
|
47923
48094
|
"references": [
|
|
@@ -47945,766 +48116,766 @@
|
|
|
47945
48116
|
]
|
|
47946
48117
|
}
|
|
47947
48118
|
},
|
|
47948
|
-
"pf-t--global--dark--color--status--
|
|
48119
|
+
"pf-t--global--dark--color--status--success--100": {
|
|
47949
48120
|
"dark": {
|
|
47950
48121
|
"type": "color",
|
|
47951
|
-
"value": "#
|
|
48122
|
+
"value": "#87bb62",
|
|
47952
48123
|
"filePath": "tokens/dark/base.dark.json",
|
|
47953
48124
|
"isSource": true,
|
|
47954
48125
|
"original": {
|
|
47955
48126
|
"type": "color",
|
|
47956
|
-
"value": "{color.
|
|
48127
|
+
"value": "{color.green.40}"
|
|
47957
48128
|
},
|
|
47958
|
-
"name": "pf-t--global--dark--color--status--
|
|
48129
|
+
"name": "pf-t--global--dark--color--status--success--100",
|
|
47959
48130
|
"attributes": {
|
|
47960
48131
|
"category": "global",
|
|
47961
48132
|
"type": "dark",
|
|
47962
48133
|
"item": "color",
|
|
47963
48134
|
"subitem": "status",
|
|
47964
|
-
"state": "
|
|
48135
|
+
"state": "success"
|
|
47965
48136
|
},
|
|
47966
48137
|
"path": [
|
|
47967
48138
|
"global",
|
|
47968
48139
|
"dark",
|
|
47969
48140
|
"color",
|
|
47970
48141
|
"status",
|
|
47971
|
-
"
|
|
47972
|
-
"
|
|
48142
|
+
"success",
|
|
48143
|
+
"100"
|
|
47973
48144
|
],
|
|
47974
48145
|
"references": [
|
|
47975
48146
|
{
|
|
47976
48147
|
"type": "color",
|
|
47977
|
-
"value": "#
|
|
48148
|
+
"value": "#87bb62",
|
|
47978
48149
|
"filePath": "tokens/dark/palette.color.json",
|
|
47979
48150
|
"isSource": true,
|
|
47980
48151
|
"original": {
|
|
47981
48152
|
"type": "color",
|
|
47982
|
-
"value": "#
|
|
48153
|
+
"value": "#87bb62"
|
|
47983
48154
|
},
|
|
47984
|
-
"name": "pf-t--color--
|
|
48155
|
+
"name": "pf-t--color--green--40",
|
|
47985
48156
|
"attributes": {
|
|
47986
48157
|
"category": "color",
|
|
47987
|
-
"type": "
|
|
47988
|
-
"item": "
|
|
48158
|
+
"type": "green",
|
|
48159
|
+
"item": "40"
|
|
47989
48160
|
},
|
|
47990
48161
|
"path": [
|
|
47991
48162
|
"color",
|
|
47992
|
-
"
|
|
47993
|
-
"
|
|
48163
|
+
"green",
|
|
48164
|
+
"40"
|
|
47994
48165
|
]
|
|
47995
48166
|
}
|
|
47996
48167
|
]
|
|
47997
48168
|
}
|
|
47998
48169
|
},
|
|
47999
|
-
"pf-t--global--dark--color--status--
|
|
48170
|
+
"pf-t--global--dark--color--status--success--200": {
|
|
48000
48171
|
"dark": {
|
|
48001
48172
|
"type": "color",
|
|
48002
|
-
"value": "#
|
|
48173
|
+
"value": "#afdc8f",
|
|
48003
48174
|
"filePath": "tokens/dark/base.dark.json",
|
|
48004
48175
|
"isSource": true,
|
|
48005
48176
|
"original": {
|
|
48006
48177
|
"type": "color",
|
|
48007
|
-
"value": "{color.
|
|
48178
|
+
"value": "{color.green.30}"
|
|
48008
48179
|
},
|
|
48009
|
-
"name": "pf-t--global--dark--color--status--
|
|
48180
|
+
"name": "pf-t--global--dark--color--status--success--200",
|
|
48010
48181
|
"attributes": {
|
|
48011
48182
|
"category": "global",
|
|
48012
48183
|
"type": "dark",
|
|
48013
48184
|
"item": "color",
|
|
48014
48185
|
"subitem": "status",
|
|
48015
|
-
"state": "
|
|
48186
|
+
"state": "success"
|
|
48016
48187
|
},
|
|
48017
48188
|
"path": [
|
|
48018
48189
|
"global",
|
|
48019
48190
|
"dark",
|
|
48020
48191
|
"color",
|
|
48021
48192
|
"status",
|
|
48022
|
-
"
|
|
48023
|
-
"
|
|
48193
|
+
"success",
|
|
48194
|
+
"200"
|
|
48024
48195
|
],
|
|
48025
48196
|
"references": [
|
|
48026
48197
|
{
|
|
48027
48198
|
"type": "color",
|
|
48028
|
-
"value": "#
|
|
48199
|
+
"value": "#afdc8f",
|
|
48029
48200
|
"filePath": "tokens/dark/palette.color.json",
|
|
48030
48201
|
"isSource": true,
|
|
48031
48202
|
"original": {
|
|
48032
48203
|
"type": "color",
|
|
48033
|
-
"value": "#
|
|
48204
|
+
"value": "#afdc8f"
|
|
48034
48205
|
},
|
|
48035
|
-
"name": "pf-t--color--
|
|
48206
|
+
"name": "pf-t--color--green--30",
|
|
48036
48207
|
"attributes": {
|
|
48037
48208
|
"category": "color",
|
|
48038
|
-
"type": "
|
|
48039
|
-
"item": "
|
|
48209
|
+
"type": "green",
|
|
48210
|
+
"item": "30"
|
|
48040
48211
|
},
|
|
48041
48212
|
"path": [
|
|
48042
48213
|
"color",
|
|
48043
|
-
"
|
|
48044
|
-
"
|
|
48214
|
+
"green",
|
|
48215
|
+
"30"
|
|
48045
48216
|
]
|
|
48046
48217
|
}
|
|
48047
48218
|
]
|
|
48048
48219
|
}
|
|
48049
48220
|
},
|
|
48050
|
-
"pf-t--global--dark--color--status--
|
|
48221
|
+
"pf-t--global--dark--color--status--success--300": {
|
|
48051
48222
|
"dark": {
|
|
48052
48223
|
"type": "color",
|
|
48053
|
-
"value": "#
|
|
48224
|
+
"value": "#d1f1bb",
|
|
48054
48225
|
"filePath": "tokens/dark/base.dark.json",
|
|
48055
48226
|
"isSource": true,
|
|
48056
48227
|
"original": {
|
|
48057
48228
|
"type": "color",
|
|
48058
|
-
"value": "{color.
|
|
48229
|
+
"value": "{color.green.20}"
|
|
48059
48230
|
},
|
|
48060
|
-
"name": "pf-t--global--dark--color--status--
|
|
48231
|
+
"name": "pf-t--global--dark--color--status--success--300",
|
|
48061
48232
|
"attributes": {
|
|
48062
48233
|
"category": "global",
|
|
48063
48234
|
"type": "dark",
|
|
48064
48235
|
"item": "color",
|
|
48065
48236
|
"subitem": "status",
|
|
48066
|
-
"state": "
|
|
48237
|
+
"state": "success"
|
|
48067
48238
|
},
|
|
48068
48239
|
"path": [
|
|
48069
48240
|
"global",
|
|
48070
48241
|
"dark",
|
|
48071
48242
|
"color",
|
|
48072
48243
|
"status",
|
|
48073
|
-
"
|
|
48074
|
-
"
|
|
48244
|
+
"success",
|
|
48245
|
+
"300"
|
|
48075
48246
|
],
|
|
48076
48247
|
"references": [
|
|
48077
48248
|
{
|
|
48078
48249
|
"type": "color",
|
|
48079
|
-
"value": "#
|
|
48250
|
+
"value": "#d1f1bb",
|
|
48080
48251
|
"filePath": "tokens/dark/palette.color.json",
|
|
48081
48252
|
"isSource": true,
|
|
48082
48253
|
"original": {
|
|
48083
48254
|
"type": "color",
|
|
48084
|
-
"value": "#
|
|
48255
|
+
"value": "#d1f1bb"
|
|
48085
48256
|
},
|
|
48086
|
-
"name": "pf-t--color--
|
|
48257
|
+
"name": "pf-t--color--green--20",
|
|
48087
48258
|
"attributes": {
|
|
48088
48259
|
"category": "color",
|
|
48089
|
-
"type": "
|
|
48090
|
-
"item": "
|
|
48260
|
+
"type": "green",
|
|
48261
|
+
"item": "20"
|
|
48091
48262
|
},
|
|
48092
48263
|
"path": [
|
|
48093
48264
|
"color",
|
|
48094
|
-
"
|
|
48095
|
-
"
|
|
48265
|
+
"green",
|
|
48266
|
+
"20"
|
|
48096
48267
|
]
|
|
48097
48268
|
}
|
|
48098
48269
|
]
|
|
48099
48270
|
}
|
|
48100
48271
|
},
|
|
48101
|
-
"pf-t--global--dark--color--status--
|
|
48272
|
+
"pf-t--global--dark--color--status--warning--100": {
|
|
48102
48273
|
"dark": {
|
|
48103
48274
|
"type": "color",
|
|
48104
|
-
"value": "#
|
|
48275
|
+
"value": "#ffcc17",
|
|
48105
48276
|
"filePath": "tokens/dark/base.dark.json",
|
|
48106
48277
|
"isSource": true,
|
|
48107
48278
|
"original": {
|
|
48108
48279
|
"type": "color",
|
|
48109
|
-
"value": "{color.
|
|
48280
|
+
"value": "{color.yellow.30}"
|
|
48110
48281
|
},
|
|
48111
|
-
"name": "pf-t--global--dark--color--status--
|
|
48282
|
+
"name": "pf-t--global--dark--color--status--warning--100",
|
|
48112
48283
|
"attributes": {
|
|
48113
48284
|
"category": "global",
|
|
48114
48285
|
"type": "dark",
|
|
48115
48286
|
"item": "color",
|
|
48116
48287
|
"subitem": "status",
|
|
48117
|
-
"state": "
|
|
48288
|
+
"state": "warning"
|
|
48118
48289
|
},
|
|
48119
48290
|
"path": [
|
|
48120
48291
|
"global",
|
|
48121
48292
|
"dark",
|
|
48122
48293
|
"color",
|
|
48123
48294
|
"status",
|
|
48124
|
-
"
|
|
48125
|
-
"
|
|
48295
|
+
"warning",
|
|
48296
|
+
"100"
|
|
48126
48297
|
],
|
|
48127
48298
|
"references": [
|
|
48128
48299
|
{
|
|
48129
48300
|
"type": "color",
|
|
48130
|
-
"value": "#
|
|
48301
|
+
"value": "#ffcc17",
|
|
48131
48302
|
"filePath": "tokens/dark/palette.color.json",
|
|
48132
48303
|
"isSource": true,
|
|
48133
48304
|
"original": {
|
|
48134
48305
|
"type": "color",
|
|
48135
|
-
"value": "#
|
|
48306
|
+
"value": "#ffcc17"
|
|
48136
48307
|
},
|
|
48137
|
-
"name": "pf-t--color--
|
|
48308
|
+
"name": "pf-t--color--yellow--30",
|
|
48138
48309
|
"attributes": {
|
|
48139
48310
|
"category": "color",
|
|
48140
|
-
"type": "
|
|
48141
|
-
"item": "
|
|
48311
|
+
"type": "yellow",
|
|
48312
|
+
"item": "30"
|
|
48142
48313
|
},
|
|
48143
48314
|
"path": [
|
|
48144
48315
|
"color",
|
|
48145
|
-
"
|
|
48146
|
-
"
|
|
48316
|
+
"yellow",
|
|
48317
|
+
"30"
|
|
48147
48318
|
]
|
|
48148
48319
|
}
|
|
48149
48320
|
]
|
|
48150
48321
|
}
|
|
48151
48322
|
},
|
|
48152
|
-
"pf-t--global--dark--color--status--
|
|
48323
|
+
"pf-t--global--dark--color--status--warning--200": {
|
|
48153
48324
|
"dark": {
|
|
48154
48325
|
"type": "color",
|
|
48155
|
-
"value": "#
|
|
48326
|
+
"value": "#ffe072",
|
|
48156
48327
|
"filePath": "tokens/dark/base.dark.json",
|
|
48157
48328
|
"isSource": true,
|
|
48158
48329
|
"original": {
|
|
48159
48330
|
"type": "color",
|
|
48160
|
-
"value": "{color.
|
|
48331
|
+
"value": "{color.yellow.20}"
|
|
48161
48332
|
},
|
|
48162
|
-
"name": "pf-t--global--dark--color--status--
|
|
48333
|
+
"name": "pf-t--global--dark--color--status--warning--200",
|
|
48163
48334
|
"attributes": {
|
|
48164
48335
|
"category": "global",
|
|
48165
48336
|
"type": "dark",
|
|
48166
48337
|
"item": "color",
|
|
48167
48338
|
"subitem": "status",
|
|
48168
|
-
"state": "
|
|
48339
|
+
"state": "warning"
|
|
48169
48340
|
},
|
|
48170
48341
|
"path": [
|
|
48171
48342
|
"global",
|
|
48172
48343
|
"dark",
|
|
48173
48344
|
"color",
|
|
48174
48345
|
"status",
|
|
48175
|
-
"
|
|
48176
|
-
"
|
|
48346
|
+
"warning",
|
|
48347
|
+
"200"
|
|
48177
48348
|
],
|
|
48178
48349
|
"references": [
|
|
48179
48350
|
{
|
|
48180
48351
|
"type": "color",
|
|
48181
|
-
"value": "#
|
|
48352
|
+
"value": "#ffe072",
|
|
48182
48353
|
"filePath": "tokens/dark/palette.color.json",
|
|
48183
48354
|
"isSource": true,
|
|
48184
48355
|
"original": {
|
|
48185
48356
|
"type": "color",
|
|
48186
|
-
"value": "#
|
|
48357
|
+
"value": "#ffe072"
|
|
48187
48358
|
},
|
|
48188
|
-
"name": "pf-t--color--
|
|
48359
|
+
"name": "pf-t--color--yellow--20",
|
|
48189
48360
|
"attributes": {
|
|
48190
48361
|
"category": "color",
|
|
48191
|
-
"type": "
|
|
48192
|
-
"item": "
|
|
48362
|
+
"type": "yellow",
|
|
48363
|
+
"item": "20"
|
|
48193
48364
|
},
|
|
48194
48365
|
"path": [
|
|
48195
48366
|
"color",
|
|
48196
|
-
"
|
|
48197
|
-
"
|
|
48367
|
+
"yellow",
|
|
48368
|
+
"20"
|
|
48198
48369
|
]
|
|
48199
48370
|
}
|
|
48200
48371
|
]
|
|
48201
48372
|
}
|
|
48202
48373
|
},
|
|
48203
|
-
"pf-t--global--dark--color--status--
|
|
48374
|
+
"pf-t--global--dark--color--status--danger--100": {
|
|
48204
48375
|
"dark": {
|
|
48205
48376
|
"type": "color",
|
|
48206
|
-
"value": "#
|
|
48377
|
+
"value": "#f0561d",
|
|
48207
48378
|
"filePath": "tokens/dark/base.dark.json",
|
|
48208
48379
|
"isSource": true,
|
|
48209
48380
|
"original": {
|
|
48210
48381
|
"type": "color",
|
|
48211
|
-
"value": "{color.
|
|
48382
|
+
"value": "{color.red-orange.50}"
|
|
48212
48383
|
},
|
|
48213
|
-
"name": "pf-t--global--dark--color--status--
|
|
48384
|
+
"name": "pf-t--global--dark--color--status--danger--100",
|
|
48214
48385
|
"attributes": {
|
|
48215
48386
|
"category": "global",
|
|
48216
48387
|
"type": "dark",
|
|
48217
48388
|
"item": "color",
|
|
48218
48389
|
"subitem": "status",
|
|
48219
|
-
"state": "
|
|
48390
|
+
"state": "danger"
|
|
48220
48391
|
},
|
|
48221
48392
|
"path": [
|
|
48222
48393
|
"global",
|
|
48223
48394
|
"dark",
|
|
48224
48395
|
"color",
|
|
48225
48396
|
"status",
|
|
48226
|
-
"
|
|
48397
|
+
"danger",
|
|
48227
48398
|
"100"
|
|
48228
48399
|
],
|
|
48229
48400
|
"references": [
|
|
48230
48401
|
{
|
|
48231
48402
|
"type": "color",
|
|
48232
|
-
"value": "#
|
|
48403
|
+
"value": "#f0561d",
|
|
48233
48404
|
"filePath": "tokens/dark/palette.color.json",
|
|
48234
48405
|
"isSource": true,
|
|
48235
48406
|
"original": {
|
|
48236
48407
|
"type": "color",
|
|
48237
|
-
"value": "#
|
|
48408
|
+
"value": "#f0561d"
|
|
48238
48409
|
},
|
|
48239
|
-
"name": "pf-t--color--
|
|
48410
|
+
"name": "pf-t--color--red-orange--50",
|
|
48240
48411
|
"attributes": {
|
|
48241
48412
|
"category": "color",
|
|
48242
|
-
"type": "
|
|
48243
|
-
"item": "
|
|
48413
|
+
"type": "red-orange",
|
|
48414
|
+
"item": "50"
|
|
48244
48415
|
},
|
|
48245
48416
|
"path": [
|
|
48246
48417
|
"color",
|
|
48247
|
-
"
|
|
48248
|
-
"
|
|
48418
|
+
"red-orange",
|
|
48419
|
+
"50"
|
|
48249
48420
|
]
|
|
48250
48421
|
}
|
|
48251
48422
|
]
|
|
48252
48423
|
}
|
|
48253
48424
|
},
|
|
48254
|
-
"pf-t--global--dark--color--status--
|
|
48425
|
+
"pf-t--global--dark--color--status--danger--200": {
|
|
48255
48426
|
"dark": {
|
|
48256
48427
|
"type": "color",
|
|
48257
|
-
"value": "#
|
|
48428
|
+
"value": "#f4784a",
|
|
48258
48429
|
"filePath": "tokens/dark/base.dark.json",
|
|
48259
48430
|
"isSource": true,
|
|
48260
48431
|
"original": {
|
|
48261
48432
|
"type": "color",
|
|
48262
|
-
"value": "{color.
|
|
48433
|
+
"value": "{color.red-orange.40}"
|
|
48263
48434
|
},
|
|
48264
|
-
"name": "pf-t--global--dark--color--status--
|
|
48435
|
+
"name": "pf-t--global--dark--color--status--danger--200",
|
|
48265
48436
|
"attributes": {
|
|
48266
48437
|
"category": "global",
|
|
48267
48438
|
"type": "dark",
|
|
48268
48439
|
"item": "color",
|
|
48269
48440
|
"subitem": "status",
|
|
48270
|
-
"state": "
|
|
48441
|
+
"state": "danger"
|
|
48271
48442
|
},
|
|
48272
48443
|
"path": [
|
|
48273
48444
|
"global",
|
|
48274
48445
|
"dark",
|
|
48275
48446
|
"color",
|
|
48276
48447
|
"status",
|
|
48277
|
-
"
|
|
48448
|
+
"danger",
|
|
48278
48449
|
"200"
|
|
48279
48450
|
],
|
|
48280
48451
|
"references": [
|
|
48281
48452
|
{
|
|
48282
48453
|
"type": "color",
|
|
48283
|
-
"value": "#
|
|
48454
|
+
"value": "#f4784a",
|
|
48284
48455
|
"filePath": "tokens/dark/palette.color.json",
|
|
48285
48456
|
"isSource": true,
|
|
48286
48457
|
"original": {
|
|
48287
48458
|
"type": "color",
|
|
48288
|
-
"value": "#
|
|
48459
|
+
"value": "#f4784a"
|
|
48289
48460
|
},
|
|
48290
|
-
"name": "pf-t--color--
|
|
48461
|
+
"name": "pf-t--color--red-orange--40",
|
|
48291
48462
|
"attributes": {
|
|
48292
48463
|
"category": "color",
|
|
48293
|
-
"type": "
|
|
48294
|
-
"item": "
|
|
48464
|
+
"type": "red-orange",
|
|
48465
|
+
"item": "40"
|
|
48295
48466
|
},
|
|
48296
48467
|
"path": [
|
|
48297
48468
|
"color",
|
|
48298
|
-
"
|
|
48299
|
-
"
|
|
48469
|
+
"red-orange",
|
|
48470
|
+
"40"
|
|
48300
48471
|
]
|
|
48301
48472
|
}
|
|
48302
48473
|
]
|
|
48303
48474
|
}
|
|
48304
48475
|
},
|
|
48305
|
-
"pf-t--global--dark--color--status--
|
|
48476
|
+
"pf-t--global--dark--color--status--danger--250": {
|
|
48306
48477
|
"dark": {
|
|
48307
48478
|
"type": "color",
|
|
48308
|
-
"value": "#
|
|
48479
|
+
"value": "#f89b78",
|
|
48309
48480
|
"filePath": "tokens/dark/base.dark.json",
|
|
48310
48481
|
"isSource": true,
|
|
48311
48482
|
"original": {
|
|
48312
48483
|
"type": "color",
|
|
48313
|
-
"value": "{color.
|
|
48484
|
+
"value": "{color.red-orange.30}"
|
|
48314
48485
|
},
|
|
48315
|
-
"name": "pf-t--global--dark--color--status--
|
|
48486
|
+
"name": "pf-t--global--dark--color--status--danger--250",
|
|
48316
48487
|
"attributes": {
|
|
48317
48488
|
"category": "global",
|
|
48318
48489
|
"type": "dark",
|
|
48319
48490
|
"item": "color",
|
|
48320
48491
|
"subitem": "status",
|
|
48321
|
-
"state": "
|
|
48492
|
+
"state": "danger"
|
|
48322
48493
|
},
|
|
48323
48494
|
"path": [
|
|
48324
48495
|
"global",
|
|
48325
48496
|
"dark",
|
|
48326
48497
|
"color",
|
|
48327
48498
|
"status",
|
|
48328
|
-
"
|
|
48329
|
-
"
|
|
48499
|
+
"danger",
|
|
48500
|
+
"250"
|
|
48330
48501
|
],
|
|
48331
48502
|
"references": [
|
|
48332
48503
|
{
|
|
48333
48504
|
"type": "color",
|
|
48334
|
-
"value": "#
|
|
48505
|
+
"value": "#f89b78",
|
|
48335
48506
|
"filePath": "tokens/dark/palette.color.json",
|
|
48336
48507
|
"isSource": true,
|
|
48337
48508
|
"original": {
|
|
48338
48509
|
"type": "color",
|
|
48339
|
-
"value": "#
|
|
48510
|
+
"value": "#f89b78"
|
|
48340
48511
|
},
|
|
48341
|
-
"name": "pf-t--color--
|
|
48512
|
+
"name": "pf-t--color--red-orange--30",
|
|
48342
48513
|
"attributes": {
|
|
48343
48514
|
"category": "color",
|
|
48344
|
-
"type": "
|
|
48345
|
-
"item": "
|
|
48515
|
+
"type": "red-orange",
|
|
48516
|
+
"item": "30"
|
|
48346
48517
|
},
|
|
48347
48518
|
"path": [
|
|
48348
48519
|
"color",
|
|
48349
|
-
"
|
|
48350
|
-
"
|
|
48520
|
+
"red-orange",
|
|
48521
|
+
"30"
|
|
48351
48522
|
]
|
|
48352
48523
|
}
|
|
48353
48524
|
]
|
|
48354
48525
|
}
|
|
48355
48526
|
},
|
|
48356
|
-
"pf-t--global--dark--color--
|
|
48527
|
+
"pf-t--global--dark--color--status--danger--300": {
|
|
48357
48528
|
"dark": {
|
|
48358
48529
|
"type": "color",
|
|
48359
|
-
"value": "#
|
|
48530
|
+
"value": "#fbbea8",
|
|
48360
48531
|
"filePath": "tokens/dark/base.dark.json",
|
|
48361
48532
|
"isSource": true,
|
|
48362
48533
|
"original": {
|
|
48363
48534
|
"type": "color",
|
|
48364
|
-
"value": "{color.
|
|
48535
|
+
"value": "{color.red-orange.20}"
|
|
48365
48536
|
},
|
|
48366
|
-
"name": "pf-t--global--dark--color--
|
|
48537
|
+
"name": "pf-t--global--dark--color--status--danger--300",
|
|
48367
48538
|
"attributes": {
|
|
48368
48539
|
"category": "global",
|
|
48369
48540
|
"type": "dark",
|
|
48370
48541
|
"item": "color",
|
|
48371
|
-
"subitem": "
|
|
48372
|
-
"state": "
|
|
48542
|
+
"subitem": "status",
|
|
48543
|
+
"state": "danger"
|
|
48373
48544
|
},
|
|
48374
48545
|
"path": [
|
|
48375
48546
|
"global",
|
|
48376
48547
|
"dark",
|
|
48377
48548
|
"color",
|
|
48378
|
-
"
|
|
48379
|
-
"
|
|
48380
|
-
"
|
|
48549
|
+
"status",
|
|
48550
|
+
"danger",
|
|
48551
|
+
"300"
|
|
48381
48552
|
],
|
|
48382
48553
|
"references": [
|
|
48383
48554
|
{
|
|
48384
48555
|
"type": "color",
|
|
48385
|
-
"value": "#
|
|
48556
|
+
"value": "#fbbea8",
|
|
48386
48557
|
"filePath": "tokens/dark/palette.color.json",
|
|
48387
48558
|
"isSource": true,
|
|
48388
48559
|
"original": {
|
|
48389
48560
|
"type": "color",
|
|
48390
|
-
"value": "#
|
|
48561
|
+
"value": "#fbbea8"
|
|
48391
48562
|
},
|
|
48392
|
-
"name": "pf-t--color--
|
|
48563
|
+
"name": "pf-t--color--red-orange--20",
|
|
48393
48564
|
"attributes": {
|
|
48394
48565
|
"category": "color",
|
|
48395
|
-
"type": "
|
|
48396
|
-
"item": "
|
|
48566
|
+
"type": "red-orange",
|
|
48567
|
+
"item": "20"
|
|
48397
48568
|
},
|
|
48398
48569
|
"path": [
|
|
48399
48570
|
"color",
|
|
48400
|
-
"
|
|
48401
|
-
"
|
|
48571
|
+
"red-orange",
|
|
48572
|
+
"20"
|
|
48402
48573
|
]
|
|
48403
48574
|
}
|
|
48404
48575
|
]
|
|
48405
48576
|
}
|
|
48406
48577
|
},
|
|
48407
|
-
"pf-t--global--dark--color--
|
|
48578
|
+
"pf-t--global--dark--color--status--info--100": {
|
|
48408
48579
|
"dark": {
|
|
48409
48580
|
"type": "color",
|
|
48410
|
-
"value": "#
|
|
48581
|
+
"value": "#b6a6e9",
|
|
48411
48582
|
"filePath": "tokens/dark/base.dark.json",
|
|
48412
48583
|
"isSource": true,
|
|
48413
48584
|
"original": {
|
|
48414
48585
|
"type": "color",
|
|
48415
|
-
"value": "{color.
|
|
48586
|
+
"value": "{color.purple.30}"
|
|
48416
48587
|
},
|
|
48417
|
-
"name": "pf-t--global--dark--color--
|
|
48588
|
+
"name": "pf-t--global--dark--color--status--info--100",
|
|
48418
48589
|
"attributes": {
|
|
48419
48590
|
"category": "global",
|
|
48420
48591
|
"type": "dark",
|
|
48421
48592
|
"item": "color",
|
|
48422
|
-
"subitem": "
|
|
48423
|
-
"state": "
|
|
48593
|
+
"subitem": "status",
|
|
48594
|
+
"state": "info"
|
|
48424
48595
|
},
|
|
48425
48596
|
"path": [
|
|
48426
48597
|
"global",
|
|
48427
48598
|
"dark",
|
|
48428
48599
|
"color",
|
|
48429
|
-
"
|
|
48430
|
-
"
|
|
48600
|
+
"status",
|
|
48601
|
+
"info",
|
|
48431
48602
|
"100"
|
|
48432
48603
|
],
|
|
48433
48604
|
"references": [
|
|
48434
48605
|
{
|
|
48435
48606
|
"type": "color",
|
|
48436
|
-
"value": "#
|
|
48607
|
+
"value": "#b6a6e9",
|
|
48437
48608
|
"filePath": "tokens/dark/palette.color.json",
|
|
48438
48609
|
"isSource": true,
|
|
48439
48610
|
"original": {
|
|
48440
48611
|
"type": "color",
|
|
48441
|
-
"value": "#
|
|
48612
|
+
"value": "#b6a6e9"
|
|
48442
48613
|
},
|
|
48443
|
-
"name": "pf-t--color--
|
|
48614
|
+
"name": "pf-t--color--purple--30",
|
|
48444
48615
|
"attributes": {
|
|
48445
48616
|
"category": "color",
|
|
48446
|
-
"type": "
|
|
48617
|
+
"type": "purple",
|
|
48447
48618
|
"item": "30"
|
|
48448
48619
|
},
|
|
48449
48620
|
"path": [
|
|
48450
48621
|
"color",
|
|
48451
|
-
"
|
|
48622
|
+
"purple",
|
|
48452
48623
|
"30"
|
|
48453
48624
|
]
|
|
48454
48625
|
}
|
|
48455
48626
|
]
|
|
48456
48627
|
}
|
|
48457
48628
|
},
|
|
48458
|
-
"pf-t--global--dark--color--
|
|
48629
|
+
"pf-t--global--dark--color--status--info--200": {
|
|
48459
48630
|
"dark": {
|
|
48460
48631
|
"type": "color",
|
|
48461
|
-
"value": "#
|
|
48632
|
+
"value": "#d0c5f4",
|
|
48462
48633
|
"filePath": "tokens/dark/base.dark.json",
|
|
48463
48634
|
"isSource": true,
|
|
48464
48635
|
"original": {
|
|
48465
48636
|
"type": "color",
|
|
48466
|
-
"value": "{color.
|
|
48637
|
+
"value": "{color.purple.20}"
|
|
48467
48638
|
},
|
|
48468
|
-
"name": "pf-t--global--dark--color--
|
|
48639
|
+
"name": "pf-t--global--dark--color--status--info--200",
|
|
48469
48640
|
"attributes": {
|
|
48470
48641
|
"category": "global",
|
|
48471
48642
|
"type": "dark",
|
|
48472
48643
|
"item": "color",
|
|
48473
|
-
"subitem": "
|
|
48474
|
-
"state": "
|
|
48644
|
+
"subitem": "status",
|
|
48645
|
+
"state": "info"
|
|
48475
48646
|
},
|
|
48476
48647
|
"path": [
|
|
48477
48648
|
"global",
|
|
48478
48649
|
"dark",
|
|
48479
48650
|
"color",
|
|
48480
|
-
"
|
|
48481
|
-
"
|
|
48482
|
-
"
|
|
48651
|
+
"status",
|
|
48652
|
+
"info",
|
|
48653
|
+
"200"
|
|
48483
48654
|
],
|
|
48484
48655
|
"references": [
|
|
48485
48656
|
{
|
|
48486
48657
|
"type": "color",
|
|
48487
|
-
"value": "#
|
|
48658
|
+
"value": "#d0c5f4",
|
|
48488
48659
|
"filePath": "tokens/dark/palette.color.json",
|
|
48489
48660
|
"isSource": true,
|
|
48490
48661
|
"original": {
|
|
48491
48662
|
"type": "color",
|
|
48492
|
-
"value": "#
|
|
48663
|
+
"value": "#d0c5f4"
|
|
48493
48664
|
},
|
|
48494
|
-
"name": "pf-t--color--
|
|
48665
|
+
"name": "pf-t--color--purple--20",
|
|
48495
48666
|
"attributes": {
|
|
48496
48667
|
"category": "color",
|
|
48497
|
-
"type": "
|
|
48498
|
-
"item": "
|
|
48668
|
+
"type": "purple",
|
|
48669
|
+
"item": "20"
|
|
48499
48670
|
},
|
|
48500
48671
|
"path": [
|
|
48501
48672
|
"color",
|
|
48502
|
-
"
|
|
48503
|
-
"
|
|
48673
|
+
"purple",
|
|
48674
|
+
"20"
|
|
48504
48675
|
]
|
|
48505
48676
|
}
|
|
48506
48677
|
]
|
|
48507
48678
|
}
|
|
48508
48679
|
},
|
|
48509
|
-
"pf-t--global--dark--color--
|
|
48680
|
+
"pf-t--global--dark--color--status--info--300": {
|
|
48510
48681
|
"dark": {
|
|
48511
48682
|
"type": "color",
|
|
48512
|
-
"value": "#
|
|
48683
|
+
"value": "#ece6ff",
|
|
48513
48684
|
"filePath": "tokens/dark/base.dark.json",
|
|
48514
48685
|
"isSource": true,
|
|
48515
48686
|
"original": {
|
|
48516
48687
|
"type": "color",
|
|
48517
|
-
"value": "{color.
|
|
48688
|
+
"value": "{color.purple.10}"
|
|
48518
48689
|
},
|
|
48519
|
-
"name": "pf-t--global--dark--color--
|
|
48690
|
+
"name": "pf-t--global--dark--color--status--info--300",
|
|
48520
48691
|
"attributes": {
|
|
48521
48692
|
"category": "global",
|
|
48522
48693
|
"type": "dark",
|
|
48523
48694
|
"item": "color",
|
|
48524
|
-
"subitem": "
|
|
48525
|
-
"state": "
|
|
48695
|
+
"subitem": "status",
|
|
48696
|
+
"state": "info"
|
|
48526
48697
|
},
|
|
48527
48698
|
"path": [
|
|
48528
48699
|
"global",
|
|
48529
48700
|
"dark",
|
|
48530
48701
|
"color",
|
|
48531
|
-
"
|
|
48532
|
-
"
|
|
48533
|
-
"
|
|
48702
|
+
"status",
|
|
48703
|
+
"info",
|
|
48704
|
+
"300"
|
|
48534
48705
|
],
|
|
48535
48706
|
"references": [
|
|
48536
48707
|
{
|
|
48537
48708
|
"type": "color",
|
|
48538
|
-
"value": "#
|
|
48709
|
+
"value": "#ece6ff",
|
|
48539
48710
|
"filePath": "tokens/dark/palette.color.json",
|
|
48540
48711
|
"isSource": true,
|
|
48541
48712
|
"original": {
|
|
48542
48713
|
"type": "color",
|
|
48543
|
-
"value": "#
|
|
48714
|
+
"value": "#ece6ff"
|
|
48544
48715
|
},
|
|
48545
|
-
"name": "pf-t--color--
|
|
48716
|
+
"name": "pf-t--color--purple--10",
|
|
48546
48717
|
"attributes": {
|
|
48547
48718
|
"category": "color",
|
|
48548
|
-
"type": "
|
|
48549
|
-
"item": "
|
|
48719
|
+
"type": "purple",
|
|
48720
|
+
"item": "10"
|
|
48550
48721
|
},
|
|
48551
48722
|
"path": [
|
|
48552
48723
|
"color",
|
|
48553
|
-
"
|
|
48554
|
-
"
|
|
48724
|
+
"purple",
|
|
48725
|
+
"10"
|
|
48555
48726
|
]
|
|
48556
48727
|
}
|
|
48557
48728
|
]
|
|
48558
48729
|
}
|
|
48559
48730
|
},
|
|
48560
|
-
"pf-t--global--dark--color--
|
|
48731
|
+
"pf-t--global--dark--color--status--custom--100": {
|
|
48561
48732
|
"dark": {
|
|
48562
48733
|
"type": "color",
|
|
48563
|
-
"value": "#
|
|
48734
|
+
"value": "#63bdbd",
|
|
48564
48735
|
"filePath": "tokens/dark/base.dark.json",
|
|
48565
48736
|
"isSource": true,
|
|
48566
48737
|
"original": {
|
|
48567
48738
|
"type": "color",
|
|
48568
|
-
"value": "{color.
|
|
48739
|
+
"value": "{color.teal.40}"
|
|
48569
48740
|
},
|
|
48570
|
-
"name": "pf-t--global--dark--color--
|
|
48741
|
+
"name": "pf-t--global--dark--color--status--custom--100",
|
|
48571
48742
|
"attributes": {
|
|
48572
48743
|
"category": "global",
|
|
48573
48744
|
"type": "dark",
|
|
48574
48745
|
"item": "color",
|
|
48575
|
-
"subitem": "
|
|
48576
|
-
"state": "
|
|
48746
|
+
"subitem": "status",
|
|
48747
|
+
"state": "custom"
|
|
48577
48748
|
},
|
|
48578
48749
|
"path": [
|
|
48579
48750
|
"global",
|
|
48580
48751
|
"dark",
|
|
48581
48752
|
"color",
|
|
48582
|
-
"
|
|
48583
|
-
"
|
|
48753
|
+
"status",
|
|
48754
|
+
"custom",
|
|
48584
48755
|
"100"
|
|
48585
48756
|
],
|
|
48586
48757
|
"references": [
|
|
48587
48758
|
{
|
|
48588
48759
|
"type": "color",
|
|
48589
|
-
"value": "#
|
|
48760
|
+
"value": "#63bdbd",
|
|
48590
48761
|
"filePath": "tokens/dark/palette.color.json",
|
|
48591
48762
|
"isSource": true,
|
|
48592
48763
|
"original": {
|
|
48593
48764
|
"type": "color",
|
|
48594
|
-
"value": "#
|
|
48765
|
+
"value": "#63bdbd"
|
|
48595
48766
|
},
|
|
48596
|
-
"name": "pf-t--color--
|
|
48767
|
+
"name": "pf-t--color--teal--40",
|
|
48597
48768
|
"attributes": {
|
|
48598
48769
|
"category": "color",
|
|
48599
|
-
"type": "
|
|
48770
|
+
"type": "teal",
|
|
48600
48771
|
"item": "40"
|
|
48601
48772
|
},
|
|
48602
48773
|
"path": [
|
|
48603
48774
|
"color",
|
|
48604
|
-
"
|
|
48775
|
+
"teal",
|
|
48605
48776
|
"40"
|
|
48606
48777
|
]
|
|
48607
48778
|
}
|
|
48608
48779
|
]
|
|
48609
48780
|
}
|
|
48610
48781
|
},
|
|
48611
|
-
"pf-t--global--dark--color--
|
|
48782
|
+
"pf-t--global--dark--color--status--custom--200": {
|
|
48612
48783
|
"dark": {
|
|
48613
48784
|
"type": "color",
|
|
48614
|
-
"value": "#
|
|
48785
|
+
"value": "#9ad8d8",
|
|
48615
48786
|
"filePath": "tokens/dark/base.dark.json",
|
|
48616
48787
|
"isSource": true,
|
|
48617
48788
|
"original": {
|
|
48618
48789
|
"type": "color",
|
|
48619
|
-
"value": "{color.
|
|
48790
|
+
"value": "{color.teal.30}"
|
|
48620
48791
|
},
|
|
48621
|
-
"name": "pf-t--global--dark--color--
|
|
48792
|
+
"name": "pf-t--global--dark--color--status--custom--200",
|
|
48622
48793
|
"attributes": {
|
|
48623
48794
|
"category": "global",
|
|
48624
48795
|
"type": "dark",
|
|
48625
48796
|
"item": "color",
|
|
48626
|
-
"subitem": "
|
|
48627
|
-
"state": "
|
|
48797
|
+
"subitem": "status",
|
|
48798
|
+
"state": "custom"
|
|
48628
48799
|
},
|
|
48629
48800
|
"path": [
|
|
48630
48801
|
"global",
|
|
48631
48802
|
"dark",
|
|
48632
48803
|
"color",
|
|
48633
|
-
"
|
|
48634
|
-
"
|
|
48635
|
-
"
|
|
48804
|
+
"status",
|
|
48805
|
+
"custom",
|
|
48806
|
+
"200"
|
|
48636
48807
|
],
|
|
48637
48808
|
"references": [
|
|
48638
48809
|
{
|
|
48639
48810
|
"type": "color",
|
|
48640
|
-
"value": "#
|
|
48811
|
+
"value": "#9ad8d8",
|
|
48641
48812
|
"filePath": "tokens/dark/palette.color.json",
|
|
48642
48813
|
"isSource": true,
|
|
48643
48814
|
"original": {
|
|
48644
48815
|
"type": "color",
|
|
48645
|
-
"value": "#
|
|
48816
|
+
"value": "#9ad8d8"
|
|
48646
48817
|
},
|
|
48647
|
-
"name": "pf-t--color--
|
|
48818
|
+
"name": "pf-t--color--teal--30",
|
|
48648
48819
|
"attributes": {
|
|
48649
48820
|
"category": "color",
|
|
48650
|
-
"type": "
|
|
48651
|
-
"item": "
|
|
48821
|
+
"type": "teal",
|
|
48822
|
+
"item": "30"
|
|
48652
48823
|
},
|
|
48653
48824
|
"path": [
|
|
48654
48825
|
"color",
|
|
48655
|
-
"
|
|
48656
|
-
"
|
|
48826
|
+
"teal",
|
|
48827
|
+
"30"
|
|
48657
48828
|
]
|
|
48658
48829
|
}
|
|
48659
48830
|
]
|
|
48660
48831
|
}
|
|
48661
48832
|
},
|
|
48662
|
-
"pf-t--global--dark--color--
|
|
48833
|
+
"pf-t--global--dark--color--status--custom--300": {
|
|
48663
48834
|
"dark": {
|
|
48664
48835
|
"type": "color",
|
|
48665
|
-
"value": "#
|
|
48836
|
+
"value": "#b9e5e5",
|
|
48666
48837
|
"filePath": "tokens/dark/base.dark.json",
|
|
48667
48838
|
"isSource": true,
|
|
48668
48839
|
"original": {
|
|
48669
48840
|
"type": "color",
|
|
48670
|
-
"value": "{color.
|
|
48841
|
+
"value": "{color.teal.20}"
|
|
48671
48842
|
},
|
|
48672
|
-
"name": "pf-t--global--dark--color--
|
|
48843
|
+
"name": "pf-t--global--dark--color--status--custom--300",
|
|
48673
48844
|
"attributes": {
|
|
48674
48845
|
"category": "global",
|
|
48675
48846
|
"type": "dark",
|
|
48676
48847
|
"item": "color",
|
|
48677
|
-
"subitem": "
|
|
48678
|
-
"state": "
|
|
48848
|
+
"subitem": "status",
|
|
48849
|
+
"state": "custom"
|
|
48679
48850
|
},
|
|
48680
48851
|
"path": [
|
|
48681
48852
|
"global",
|
|
48682
48853
|
"dark",
|
|
48683
48854
|
"color",
|
|
48684
|
-
"
|
|
48685
|
-
"
|
|
48686
|
-
"
|
|
48855
|
+
"status",
|
|
48856
|
+
"custom",
|
|
48857
|
+
"300"
|
|
48687
48858
|
],
|
|
48688
48859
|
"references": [
|
|
48689
48860
|
{
|
|
48690
48861
|
"type": "color",
|
|
48691
|
-
"value": "#
|
|
48862
|
+
"value": "#b9e5e5",
|
|
48692
48863
|
"filePath": "tokens/dark/palette.color.json",
|
|
48693
48864
|
"isSource": true,
|
|
48694
48865
|
"original": {
|
|
48695
48866
|
"type": "color",
|
|
48696
|
-
"value": "#
|
|
48867
|
+
"value": "#b9e5e5"
|
|
48697
48868
|
},
|
|
48698
|
-
"name": "pf-t--color--
|
|
48869
|
+
"name": "pf-t--color--teal--20",
|
|
48699
48870
|
"attributes": {
|
|
48700
48871
|
"category": "color",
|
|
48701
|
-
"type": "
|
|
48702
|
-
"item": "
|
|
48872
|
+
"type": "teal",
|
|
48873
|
+
"item": "20"
|
|
48703
48874
|
},
|
|
48704
48875
|
"path": [
|
|
48705
48876
|
"color",
|
|
48706
|
-
"
|
|
48707
|
-
"
|
|
48877
|
+
"teal",
|
|
48878
|
+
"20"
|
|
48708
48879
|
]
|
|
48709
48880
|
}
|
|
48710
48881
|
]
|
|
@@ -50288,6 +50459,56 @@
|
|
|
50288
50459
|
]
|
|
50289
50460
|
}
|
|
50290
50461
|
},
|
|
50462
|
+
"pf-t--global--dark--border--color--300": {
|
|
50463
|
+
"dark": {
|
|
50464
|
+
"type": "color",
|
|
50465
|
+
"value": "#c7c7c7",
|
|
50466
|
+
"filePath": "tokens/dark/base.dark.json",
|
|
50467
|
+
"isSource": true,
|
|
50468
|
+
"original": {
|
|
50469
|
+
"type": "color",
|
|
50470
|
+
"value": "{color.gray.30}"
|
|
50471
|
+
},
|
|
50472
|
+
"name": "pf-t--global--dark--border--color--300",
|
|
50473
|
+
"attributes": {
|
|
50474
|
+
"category": "global",
|
|
50475
|
+
"type": "dark",
|
|
50476
|
+
"item": "border",
|
|
50477
|
+
"subitem": "color",
|
|
50478
|
+
"state": "300"
|
|
50479
|
+
},
|
|
50480
|
+
"path": [
|
|
50481
|
+
"global",
|
|
50482
|
+
"dark",
|
|
50483
|
+
"border",
|
|
50484
|
+
"color",
|
|
50485
|
+
"300"
|
|
50486
|
+
],
|
|
50487
|
+
"references": [
|
|
50488
|
+
{
|
|
50489
|
+
"type": "color",
|
|
50490
|
+
"value": "#c7c7c7",
|
|
50491
|
+
"filePath": "tokens/dark/palette.color.json",
|
|
50492
|
+
"isSource": true,
|
|
50493
|
+
"original": {
|
|
50494
|
+
"type": "color",
|
|
50495
|
+
"value": "#c7c7c7"
|
|
50496
|
+
},
|
|
50497
|
+
"name": "pf-t--color--gray--30",
|
|
50498
|
+
"attributes": {
|
|
50499
|
+
"category": "color",
|
|
50500
|
+
"type": "gray",
|
|
50501
|
+
"item": "30"
|
|
50502
|
+
},
|
|
50503
|
+
"path": [
|
|
50504
|
+
"color",
|
|
50505
|
+
"gray",
|
|
50506
|
+
"30"
|
|
50507
|
+
]
|
|
50508
|
+
}
|
|
50509
|
+
]
|
|
50510
|
+
}
|
|
50511
|
+
},
|
|
50291
50512
|
"pf-t--global--dark--text--color--100": {
|
|
50292
50513
|
"dark": {
|
|
50293
50514
|
"type": "color",
|
|
@@ -57941,6 +58162,29 @@
|
|
|
57941
58162
|
]
|
|
57942
58163
|
}
|
|
57943
58164
|
},
|
|
58165
|
+
"pf-t--chart--global--stroke-line-cap": {
|
|
58166
|
+
"dark": {
|
|
58167
|
+
"type": "string",
|
|
58168
|
+
"value": "round",
|
|
58169
|
+
"filePath": "tokens/dark/charts.dark.json",
|
|
58170
|
+
"isSource": true,
|
|
58171
|
+
"original": {
|
|
58172
|
+
"type": "string",
|
|
58173
|
+
"value": "round"
|
|
58174
|
+
},
|
|
58175
|
+
"name": "pf-t--chart--global--stroke-line-cap",
|
|
58176
|
+
"attributes": {
|
|
58177
|
+
"category": "chart",
|
|
58178
|
+
"type": "global",
|
|
58179
|
+
"item": "stroke-line-cap"
|
|
58180
|
+
},
|
|
58181
|
+
"path": [
|
|
58182
|
+
"chart",
|
|
58183
|
+
"global",
|
|
58184
|
+
"stroke-line-cap"
|
|
58185
|
+
]
|
|
58186
|
+
}
|
|
58187
|
+
},
|
|
57944
58188
|
"pf-t--chart--global--label--padding": {
|
|
57945
58189
|
"dark": {
|
|
57946
58190
|
"type": "number",
|
|
@@ -58099,29 +58343,6 @@
|
|
|
58099
58343
|
]
|
|
58100
58344
|
}
|
|
58101
58345
|
},
|
|
58102
|
-
"pf-t--chart--global--stroke-line-cap": {
|
|
58103
|
-
"dark": {
|
|
58104
|
-
"type": "string",
|
|
58105
|
-
"value": "round",
|
|
58106
|
-
"filePath": "tokens/dark/charts.dark.json",
|
|
58107
|
-
"isSource": true,
|
|
58108
|
-
"original": {
|
|
58109
|
-
"type": "string",
|
|
58110
|
-
"value": "round"
|
|
58111
|
-
},
|
|
58112
|
-
"name": "pf-t--chart--global--stroke-line-cap",
|
|
58113
|
-
"attributes": {
|
|
58114
|
-
"category": "chart",
|
|
58115
|
-
"type": "global",
|
|
58116
|
-
"item": "stroke-line-cap"
|
|
58117
|
-
},
|
|
58118
|
-
"path": [
|
|
58119
|
-
"chart",
|
|
58120
|
-
"global",
|
|
58121
|
-
"stroke-line-cap"
|
|
58122
|
-
]
|
|
58123
|
-
}
|
|
58124
|
-
},
|
|
58125
58346
|
"pf-t--chart--global--stroke-line-join": {
|
|
58126
58347
|
"dark": {
|
|
58127
58348
|
"type": "string",
|