@atlaskit/tokens 13.3.1 → 13.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/cjs/artifacts/generated-pairs.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +5 -1
- package/dist/cjs/artifacts/token-names.js +5 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +89 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +89 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +89 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +89 -1
- package/dist/cjs/entry-points/token-metadata.codegen.js +37 -1
- package/dist/cjs/utils/token-order.js +1 -1
- package/dist/cjs/utils/token-usage-guidelines.js +3 -0
- package/dist/es2019/artifacts/generated-pairs.js +2 -2
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +5 -1
- package/dist/es2019/artifacts/themes/atlassian-dark.js +5 -1
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +5 -1
- package/dist/es2019/artifacts/themes/atlassian-light.js +5 -1
- package/dist/es2019/artifacts/token-default-values.js +5 -1
- package/dist/es2019/artifacts/token-names.js +5 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +89 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +89 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +89 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +89 -1
- package/dist/es2019/entry-points/token-metadata.codegen.js +37 -1
- package/dist/es2019/utils/token-order.js +1 -1
- package/dist/es2019/utils/token-usage-guidelines.js +3 -0
- package/dist/esm/artifacts/generated-pairs.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +5 -1
- package/dist/esm/artifacts/token-names.js +5 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +89 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +89 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +89 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +89 -1
- package/dist/esm/entry-points/token-metadata.codegen.js +37 -1
- package/dist/esm/utils/token-order.js +1 -1
- package/dist/esm/utils/token-usage-guidelines.js +3 -0
- package/dist/types/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +5 -1
- package/dist/types/artifacts/token-names.d.ts +9 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +4 -4
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/types.d.ts +24 -6
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +5 -1
- package/dist/types-ts4.5/artifacts/token-names.d.ts +9 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +4 -4
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +24 -6
- package/figma/atlassian-dark-increased-contrast.json +36 -0
- package/figma/atlassian-dark.json +36 -0
- package/figma/atlassian-light-increased-contrast.json +36 -0
- package/figma/atlassian-light.json +36 -0
- package/package.json +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::752e02e8e29137a62066be0c96969094>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -9354,6 +9354,28 @@ var tokens = [{
|
|
|
9354
9354
|
"name": "elevation.surface.[default].pressed",
|
|
9355
9355
|
"path": ["elevation", "surface", "[default]", "pressed"],
|
|
9356
9356
|
"cleanName": "elevation.surface.pressed"
|
|
9357
|
+
}, {
|
|
9358
|
+
"attributes": {
|
|
9359
|
+
"group": "paint",
|
|
9360
|
+
"state": "active",
|
|
9361
|
+
"introduced": "13.3.0",
|
|
9362
|
+
"description": "Use as a neutral container surface background."
|
|
9363
|
+
},
|
|
9364
|
+
"value": "#303134",
|
|
9365
|
+
"filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
|
|
9366
|
+
"isSource": true,
|
|
9367
|
+
"original": {
|
|
9368
|
+
"attributes": {
|
|
9369
|
+
"group": "paint",
|
|
9370
|
+
"state": "active",
|
|
9371
|
+
"introduced": "13.3.0",
|
|
9372
|
+
"description": "Use as a neutral container surface background."
|
|
9373
|
+
},
|
|
9374
|
+
"value": "DarkNeutral300"
|
|
9375
|
+
},
|
|
9376
|
+
"name": "elevation.surface.container",
|
|
9377
|
+
"path": ["elevation", "surface", "container"],
|
|
9378
|
+
"cleanName": "elevation.surface.container"
|
|
9357
9379
|
}, {
|
|
9358
9380
|
"attributes": {
|
|
9359
9381
|
"group": "paint",
|
|
@@ -9508,6 +9530,72 @@ var tokens = [{
|
|
|
9508
9530
|
"name": "elevation.surface.sunken",
|
|
9509
9531
|
"path": ["elevation", "surface", "sunken"],
|
|
9510
9532
|
"cleanName": "elevation.surface.sunken"
|
|
9533
|
+
}, {
|
|
9534
|
+
"attributes": {
|
|
9535
|
+
"group": "paint",
|
|
9536
|
+
"state": "active",
|
|
9537
|
+
"introduced": "13.3.0",
|
|
9538
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9539
|
+
},
|
|
9540
|
+
"value": "#242528",
|
|
9541
|
+
"filePath": "schema/themes/atlassian-dark/elevation/rovo/surface.tsx",
|
|
9542
|
+
"isSource": true,
|
|
9543
|
+
"original": {
|
|
9544
|
+
"attributes": {
|
|
9545
|
+
"group": "paint",
|
|
9546
|
+
"state": "active",
|
|
9547
|
+
"introduced": "13.3.0",
|
|
9548
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9549
|
+
},
|
|
9550
|
+
"value": "DarkNeutral200"
|
|
9551
|
+
},
|
|
9552
|
+
"name": "elevation.rovo.surface.overlay.[default]",
|
|
9553
|
+
"path": ["elevation", "rovo", "surface", "overlay", "[default]"],
|
|
9554
|
+
"cleanName": "elevation.rovo.surface.overlay"
|
|
9555
|
+
}, {
|
|
9556
|
+
"attributes": {
|
|
9557
|
+
"group": "paint",
|
|
9558
|
+
"state": "active",
|
|
9559
|
+
"introduced": "13.3.0",
|
|
9560
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9561
|
+
},
|
|
9562
|
+
"value": "#2B2C2F",
|
|
9563
|
+
"filePath": "schema/themes/atlassian-dark/elevation/rovo/surface.tsx",
|
|
9564
|
+
"isSource": true,
|
|
9565
|
+
"original": {
|
|
9566
|
+
"attributes": {
|
|
9567
|
+
"group": "paint",
|
|
9568
|
+
"state": "active",
|
|
9569
|
+
"introduced": "13.3.0",
|
|
9570
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9571
|
+
},
|
|
9572
|
+
"value": "DarkNeutral250"
|
|
9573
|
+
},
|
|
9574
|
+
"name": "elevation.rovo.surface.overlay.hovered",
|
|
9575
|
+
"path": ["elevation", "rovo", "surface", "overlay", "hovered"],
|
|
9576
|
+
"cleanName": "elevation.rovo.surface.overlay.hovered"
|
|
9577
|
+
}, {
|
|
9578
|
+
"attributes": {
|
|
9579
|
+
"group": "paint",
|
|
9580
|
+
"state": "active",
|
|
9581
|
+
"introduced": "13.3.0",
|
|
9582
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9583
|
+
},
|
|
9584
|
+
"value": "#303134",
|
|
9585
|
+
"filePath": "schema/themes/atlassian-dark/elevation/rovo/surface.tsx",
|
|
9586
|
+
"isSource": true,
|
|
9587
|
+
"original": {
|
|
9588
|
+
"attributes": {
|
|
9589
|
+
"group": "paint",
|
|
9590
|
+
"state": "active",
|
|
9591
|
+
"introduced": "13.3.0",
|
|
9592
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9593
|
+
},
|
|
9594
|
+
"value": "DarkNeutral300"
|
|
9595
|
+
},
|
|
9596
|
+
"name": "elevation.rovo.surface.overlay.pressed",
|
|
9597
|
+
"path": ["elevation", "rovo", "surface", "overlay", "pressed"],
|
|
9598
|
+
"cleanName": "elevation.rovo.surface.overlay.pressed"
|
|
9511
9599
|
}, {
|
|
9512
9600
|
"attributes": {
|
|
9513
9601
|
"group": "shadow",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::64ea7d47282565d7455a13230e33ce8b>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -9354,6 +9354,28 @@ var tokens = [{
|
|
|
9354
9354
|
"name": "elevation.surface.[default].pressed",
|
|
9355
9355
|
"path": ["elevation", "surface", "[default]", "pressed"],
|
|
9356
9356
|
"cleanName": "elevation.surface.pressed"
|
|
9357
|
+
}, {
|
|
9358
|
+
"value": "#F0F1F2",
|
|
9359
|
+
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
9360
|
+
"isSource": false,
|
|
9361
|
+
"attributes": {
|
|
9362
|
+
"group": "paint",
|
|
9363
|
+
"state": "active",
|
|
9364
|
+
"introduced": "13.3.0",
|
|
9365
|
+
"description": "Use as a neutral container surface background."
|
|
9366
|
+
},
|
|
9367
|
+
"original": {
|
|
9368
|
+
"value": "Neutral200",
|
|
9369
|
+
"attributes": {
|
|
9370
|
+
"group": "paint",
|
|
9371
|
+
"state": "active",
|
|
9372
|
+
"introduced": "13.3.0",
|
|
9373
|
+
"description": "Use as a neutral container surface background."
|
|
9374
|
+
}
|
|
9375
|
+
},
|
|
9376
|
+
"name": "elevation.surface.container",
|
|
9377
|
+
"path": ["elevation", "surface", "container"],
|
|
9378
|
+
"cleanName": "elevation.surface.container"
|
|
9357
9379
|
}, {
|
|
9358
9380
|
"value": "#FFFFFF",
|
|
9359
9381
|
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
@@ -9508,6 +9530,72 @@ var tokens = [{
|
|
|
9508
9530
|
"name": "elevation.surface.sunken",
|
|
9509
9531
|
"path": ["elevation", "surface", "sunken"],
|
|
9510
9532
|
"cleanName": "elevation.surface.sunken"
|
|
9533
|
+
}, {
|
|
9534
|
+
"value": "#F8F8F8",
|
|
9535
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/elevation/rovo/surface.tsx",
|
|
9536
|
+
"isSource": true,
|
|
9537
|
+
"attributes": {
|
|
9538
|
+
"group": "paint",
|
|
9539
|
+
"state": "active",
|
|
9540
|
+
"introduced": "13.3.0",
|
|
9541
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9542
|
+
},
|
|
9543
|
+
"original": {
|
|
9544
|
+
"value": "Neutral100",
|
|
9545
|
+
"attributes": {
|
|
9546
|
+
"group": "paint",
|
|
9547
|
+
"state": "active",
|
|
9548
|
+
"introduced": "13.3.0",
|
|
9549
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9550
|
+
}
|
|
9551
|
+
},
|
|
9552
|
+
"name": "elevation.rovo.surface.overlay.[default]",
|
|
9553
|
+
"path": ["elevation", "rovo", "surface", "overlay", "[default]"],
|
|
9554
|
+
"cleanName": "elevation.rovo.surface.overlay"
|
|
9555
|
+
}, {
|
|
9556
|
+
"value": "#F0F1F2",
|
|
9557
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/elevation/rovo/surface.tsx",
|
|
9558
|
+
"isSource": true,
|
|
9559
|
+
"attributes": {
|
|
9560
|
+
"group": "paint",
|
|
9561
|
+
"state": "active",
|
|
9562
|
+
"introduced": "13.3.0",
|
|
9563
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9564
|
+
},
|
|
9565
|
+
"original": {
|
|
9566
|
+
"value": "Neutral200",
|
|
9567
|
+
"attributes": {
|
|
9568
|
+
"group": "paint",
|
|
9569
|
+
"state": "active",
|
|
9570
|
+
"introduced": "13.3.0",
|
|
9571
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9572
|
+
}
|
|
9573
|
+
},
|
|
9574
|
+
"name": "elevation.rovo.surface.overlay.hovered",
|
|
9575
|
+
"path": ["elevation", "rovo", "surface", "overlay", "hovered"],
|
|
9576
|
+
"cleanName": "elevation.rovo.surface.overlay.hovered"
|
|
9577
|
+
}, {
|
|
9578
|
+
"value": "#DDDEE1",
|
|
9579
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/elevation/rovo/surface.tsx",
|
|
9580
|
+
"isSource": true,
|
|
9581
|
+
"attributes": {
|
|
9582
|
+
"group": "paint",
|
|
9583
|
+
"state": "active",
|
|
9584
|
+
"introduced": "13.3.0",
|
|
9585
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9586
|
+
},
|
|
9587
|
+
"original": {
|
|
9588
|
+
"value": "Neutral300",
|
|
9589
|
+
"attributes": {
|
|
9590
|
+
"group": "paint",
|
|
9591
|
+
"state": "active",
|
|
9592
|
+
"introduced": "13.3.0",
|
|
9593
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9594
|
+
}
|
|
9595
|
+
},
|
|
9596
|
+
"name": "elevation.rovo.surface.overlay.pressed",
|
|
9597
|
+
"path": ["elevation", "rovo", "surface", "overlay", "pressed"],
|
|
9598
|
+
"cleanName": "elevation.rovo.surface.overlay.pressed"
|
|
9511
9599
|
}, {
|
|
9512
9600
|
"value": [{
|
|
9513
9601
|
"radius": 8,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::a1882f4b4e3305935325d612a706f4d0>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -9354,6 +9354,28 @@ var tokens = [{
|
|
|
9354
9354
|
"name": "elevation.surface.[default].pressed",
|
|
9355
9355
|
"path": ["elevation", "surface", "[default]", "pressed"],
|
|
9356
9356
|
"cleanName": "elevation.surface.pressed"
|
|
9357
|
+
}, {
|
|
9358
|
+
"attributes": {
|
|
9359
|
+
"group": "paint",
|
|
9360
|
+
"state": "active",
|
|
9361
|
+
"introduced": "13.3.0",
|
|
9362
|
+
"description": "Use as a neutral container surface background."
|
|
9363
|
+
},
|
|
9364
|
+
"value": "#F0F1F2",
|
|
9365
|
+
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
9366
|
+
"isSource": true,
|
|
9367
|
+
"original": {
|
|
9368
|
+
"attributes": {
|
|
9369
|
+
"group": "paint",
|
|
9370
|
+
"state": "active",
|
|
9371
|
+
"introduced": "13.3.0",
|
|
9372
|
+
"description": "Use as a neutral container surface background."
|
|
9373
|
+
},
|
|
9374
|
+
"value": "Neutral200"
|
|
9375
|
+
},
|
|
9376
|
+
"name": "elevation.surface.container",
|
|
9377
|
+
"path": ["elevation", "surface", "container"],
|
|
9378
|
+
"cleanName": "elevation.surface.container"
|
|
9357
9379
|
}, {
|
|
9358
9380
|
"attributes": {
|
|
9359
9381
|
"group": "paint",
|
|
@@ -9508,6 +9530,72 @@ var tokens = [{
|
|
|
9508
9530
|
"name": "elevation.surface.sunken",
|
|
9509
9531
|
"path": ["elevation", "surface", "sunken"],
|
|
9510
9532
|
"cleanName": "elevation.surface.sunken"
|
|
9533
|
+
}, {
|
|
9534
|
+
"attributes": {
|
|
9535
|
+
"group": "paint",
|
|
9536
|
+
"state": "active",
|
|
9537
|
+
"introduced": "13.3.0",
|
|
9538
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9539
|
+
},
|
|
9540
|
+
"value": "#F8F8F8",
|
|
9541
|
+
"filePath": "schema/themes/atlassian-light/elevation/rovo/surface.tsx",
|
|
9542
|
+
"isSource": true,
|
|
9543
|
+
"original": {
|
|
9544
|
+
"attributes": {
|
|
9545
|
+
"group": "paint",
|
|
9546
|
+
"state": "active",
|
|
9547
|
+
"introduced": "13.3.0",
|
|
9548
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9549
|
+
},
|
|
9550
|
+
"value": "Neutral100"
|
|
9551
|
+
},
|
|
9552
|
+
"name": "elevation.rovo.surface.overlay.[default]",
|
|
9553
|
+
"path": ["elevation", "rovo", "surface", "overlay", "[default]"],
|
|
9554
|
+
"cleanName": "elevation.rovo.surface.overlay"
|
|
9555
|
+
}, {
|
|
9556
|
+
"attributes": {
|
|
9557
|
+
"group": "paint",
|
|
9558
|
+
"state": "active",
|
|
9559
|
+
"introduced": "13.3.0",
|
|
9560
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9561
|
+
},
|
|
9562
|
+
"value": "#F0F1F2",
|
|
9563
|
+
"filePath": "schema/themes/atlassian-light/elevation/rovo/surface.tsx",
|
|
9564
|
+
"isSource": true,
|
|
9565
|
+
"original": {
|
|
9566
|
+
"attributes": {
|
|
9567
|
+
"group": "paint",
|
|
9568
|
+
"state": "active",
|
|
9569
|
+
"introduced": "13.3.0",
|
|
9570
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9571
|
+
},
|
|
9572
|
+
"value": "Neutral200"
|
|
9573
|
+
},
|
|
9574
|
+
"name": "elevation.rovo.surface.overlay.hovered",
|
|
9575
|
+
"path": ["elevation", "rovo", "surface", "overlay", "hovered"],
|
|
9576
|
+
"cleanName": "elevation.rovo.surface.overlay.hovered"
|
|
9577
|
+
}, {
|
|
9578
|
+
"attributes": {
|
|
9579
|
+
"group": "paint",
|
|
9580
|
+
"state": "active",
|
|
9581
|
+
"introduced": "13.3.0",
|
|
9582
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9583
|
+
},
|
|
9584
|
+
"value": "#DDDEE1",
|
|
9585
|
+
"filePath": "schema/themes/atlassian-light/elevation/rovo/surface.tsx",
|
|
9586
|
+
"isSource": true,
|
|
9587
|
+
"original": {
|
|
9588
|
+
"attributes": {
|
|
9589
|
+
"group": "paint",
|
|
9590
|
+
"state": "active",
|
|
9591
|
+
"introduced": "13.3.0",
|
|
9592
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9593
|
+
},
|
|
9594
|
+
"value": "Neutral300"
|
|
9595
|
+
},
|
|
9596
|
+
"name": "elevation.rovo.surface.overlay.pressed",
|
|
9597
|
+
"path": ["elevation", "rovo", "surface", "overlay", "pressed"],
|
|
9598
|
+
"cleanName": "elevation.rovo.surface.overlay.pressed"
|
|
9511
9599
|
}, {
|
|
9512
9600
|
"attributes": {
|
|
9513
9601
|
"group": "shadow",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Metadata for generation of `@atlaskit/ads-mcp` and https://atlassian.design/llms-tokens.txt.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::ae4acbb8ddfe6f3a0c28dc3479fd9d0d>>
|
|
7
7
|
* @codegenCommand yarn build tokens
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -4264,6 +4264,15 @@ export var tokens = [{
|
|
|
4264
4264
|
usage: 'The base color for app and component surfaces. Raised and overlay surfaces should be used in concert with shadows (e.g. elevation.surface.raised should be used with elevation.shadow.raised)',
|
|
4265
4265
|
cssProperties: ['background-color']
|
|
4266
4266
|
}
|
|
4267
|
+
}, {
|
|
4268
|
+
name: 'elevation.surface.container',
|
|
4269
|
+
path: ['elevation', 'surface', 'container'],
|
|
4270
|
+
description: 'Use as a neutral container surface background.',
|
|
4271
|
+
exampleValue: '#F0F1F2',
|
|
4272
|
+
usageGuidelines: {
|
|
4273
|
+
usage: 'The base color for app and component surfaces. Raised and overlay surfaces should be used in concert with shadows (e.g. elevation.surface.raised should be used with elevation.shadow.raised)',
|
|
4274
|
+
cssProperties: ['background-color']
|
|
4275
|
+
}
|
|
4267
4276
|
}, {
|
|
4268
4277
|
name: 'elevation.surface.overlay',
|
|
4269
4278
|
path: ['elevation', 'surface', 'overlay', '[default]'],
|
|
@@ -4327,6 +4336,33 @@ export var tokens = [{
|
|
|
4327
4336
|
usage: 'The base color for app and component surfaces. Raised and overlay surfaces should be used in concert with shadows (e.g. elevation.surface.raised should be used with elevation.shadow.raised)',
|
|
4328
4337
|
cssProperties: ['background-color']
|
|
4329
4338
|
}
|
|
4339
|
+
}, {
|
|
4340
|
+
name: 'elevation.rovo.surface.overlay',
|
|
4341
|
+
path: ['elevation', 'rovo', 'surface', 'overlay', '[default]'],
|
|
4342
|
+
description: 'Use for Rovo overlay surface backgrounds.',
|
|
4343
|
+
exampleValue: '#F8F8F8',
|
|
4344
|
+
usageGuidelines: {
|
|
4345
|
+
usage: 'The base color for app and component surfaces. Raised and overlay surfaces should be used in concert with shadows (e.g. elevation.surface.raised should be used with elevation.shadow.raised)',
|
|
4346
|
+
cssProperties: ['background-color']
|
|
4347
|
+
}
|
|
4348
|
+
}, {
|
|
4349
|
+
name: 'elevation.rovo.surface.overlay.hovered',
|
|
4350
|
+
path: ['elevation', 'rovo', 'surface', 'overlay', 'hovered'],
|
|
4351
|
+
description: 'Hovered state of elevation.rovo.surface.overlay.',
|
|
4352
|
+
exampleValue: '#F0F1F2',
|
|
4353
|
+
usageGuidelines: {
|
|
4354
|
+
usage: 'The base color for app and component surfaces. Raised and overlay surfaces should be used in concert with shadows (e.g. elevation.surface.raised should be used with elevation.shadow.raised)',
|
|
4355
|
+
cssProperties: ['background-color']
|
|
4356
|
+
}
|
|
4357
|
+
}, {
|
|
4358
|
+
name: 'elevation.rovo.surface.overlay.pressed',
|
|
4359
|
+
path: ['elevation', 'rovo', 'surface', 'overlay', 'pressed'],
|
|
4360
|
+
description: 'Pressed state of elevation.rovo.surface.overlay.',
|
|
4361
|
+
exampleValue: '#DDDEE1',
|
|
4362
|
+
usageGuidelines: {
|
|
4363
|
+
usage: 'The base color for app and component surfaces. Raised and overlay surfaces should be used in concert with shadows (e.g. elevation.surface.raised should be used with elevation.shadow.raised)',
|
|
4364
|
+
cssProperties: ['background-color']
|
|
4365
|
+
}
|
|
4330
4366
|
}, {
|
|
4331
4367
|
name: 'elevation.shadow.overflow',
|
|
4332
4368
|
path: ['elevation', 'shadow', 'overflow', '[default]'],
|
|
@@ -8,6 +8,9 @@ var getTokenCategoryId = function getTokenCategoryId(tokenId) {
|
|
|
8
8
|
if (tokenId.startsWith('color.rovo.icon.')) {
|
|
9
9
|
return tokenId.replace('color.rovo.icon.', 'color.icon.');
|
|
10
10
|
}
|
|
11
|
+
if (tokenId.startsWith('elevation.rovo.surface.')) {
|
|
12
|
+
return tokenId.replace('elevation.rovo.surface.', 'elevation.surface.');
|
|
13
|
+
}
|
|
11
14
|
return tokenId;
|
|
12
15
|
};
|
|
13
16
|
export var getTokenUsageGuidelines = function getTokenUsageGuidelines(tokenId) {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Auto-generated list of token pairings that may need to have sufficient contrast.
|
|
5
5
|
* Not currently used by tests, but is used by the custom theme contrast checker example
|
|
6
6
|
*
|
|
7
|
-
* @codegen <<SignedSource::
|
|
7
|
+
* @codegen <<SignedSource::682e81f04ffba60e01ca346c30b835af>>
|
|
8
8
|
* @codegenCommand yarn build tokens
|
|
9
9
|
*/
|
|
10
10
|
export declare const generatedPairs: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::33900fd52d27e09cb7c76ecc5427a2f0>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark-increased-contrast\"], [data-subtree-theme][data-color-mode=\"light\"][data-theme~=\"light:dark-increased-contrast\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark-increased-contrast\"], [data-subtree-theme][data-color-mode=\"dark\"][data-theme~=\"dark:dark-increased-contrast\"],\nhtml[data-color-mode=\"light\"][data-contrast-mode=\"more\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-contrast-mode=\"more\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-background-accent-lime-subtlest: #28311B;\n --ds-background-accent-lime-subtlest-hovered: #37471F;\n --ds-background-accent-lime-subtlest-pressed: #3F5224;\n --ds-background-accent-lime-subtler: #37471F;\n --ds-background-accent-lime-subtler-hovered: #3F5224;\n --ds-background-accent-lime-subtler-pressed: #4C6B1F;\n --ds-background-accent-lime-subtle: #4C6B1F;\n --ds-background-accent-lime-subtle-hovered: #3F5224;\n --ds-background-accent-lime-subtle-pressed: #37471F;\n --ds-background-accent-lime-bolder: #D3F1A7;\n --ds-background-accent-lime-bolder-hovered: #EFFFD6;\n --ds-background-accent-lime-bolder-pressed: #BDE97C;\n --ds-background-accent-red-subtlest: #42221F;\n --ds-background-accent-red-subtlest-hovered: #5D1F1A;\n --ds-background-accent-red-subtlest-pressed: #872821;\n --ds-background-accent-red-subtler: #5D1F1A;\n --ds-background-accent-red-subtler-hovered: #872821;\n --ds-background-accent-red-subtler-pressed: #AE2E24;\n --ds-background-accent-red-subtle: #AE2E24;\n --ds-background-accent-red-subtle-hovered: #872821;\n --ds-background-accent-red-subtle-pressed: #5D1F1A;\n --ds-background-accent-red-bolder: #FFD5D2;\n --ds-background-accent-red-bolder-hovered: #FFECEB;\n --ds-background-accent-red-bolder-pressed: #FFB8B2;\n --ds-background-accent-orange-subtlest: #3A2C1F;\n --ds-background-accent-orange-subtlest-hovered: #693200;\n --ds-background-accent-orange-subtlest-pressed: #7A3B00;\n --ds-background-accent-orange-subtler: #693200;\n --ds-background-accent-orange-subtler-hovered: #7A3B00;\n --ds-background-accent-orange-subtler-pressed: #9E4C00;\n --ds-background-accent-orange-subtle: #9E4C00;\n --ds-background-accent-orange-subtle-hovered: #7A3B00;\n --ds-background-accent-orange-subtle-pressed: #693200;\n --ds-background-accent-orange-bolder: #FCE4A6;\n --ds-background-accent-orange-bolder-hovered: #FFF5DB;\n --ds-background-accent-orange-bolder-pressed: #FBD779;\n --ds-background-accent-yellow-subtlest: #332E1B;\n --ds-background-accent-yellow-subtlest-hovered: #533F04;\n --ds-background-accent-yellow-subtlest-pressed: #614A05;\n --ds-background-accent-yellow-subtler: #533F04;\n --ds-background-accent-yellow-subtler-hovered: #614A05;\n --ds-background-accent-yellow-subtler-pressed: #7F5F01;\n --ds-background-accent-yellow-subtle: #7F5F01;\n --ds-background-accent-yellow-subtle-hovered: #614A05;\n --ds-background-accent-yellow-subtle-pressed: #533F04;\n --ds-background-accent-yellow-bolder: #F5E989;\n --ds-background-accent-yellow-bolder-hovered: #FEF7C8;\n --ds-background-accent-yellow-bolder-pressed: #EFDD4E;\n --ds-background-accent-green-subtlest: #1C3329;\n --ds-background-accent-green-subtlest-hovered: #164B35;\n --ds-background-accent-green-subtlest-pressed: #19573D;\n --ds-background-accent-green-subtler: #164B35;\n --ds-background-accent-green-subtler-hovered: #19573D;\n --ds-background-accent-green-subtler-pressed: #216E4E;\n --ds-background-accent-green-subtle: #216E4E;\n --ds-background-accent-green-subtle-hovered: #19573D;\n --ds-background-accent-green-subtle-pressed: #164B35;\n --ds-background-accent-green-bolder: #BAF3DB;\n --ds-background-accent-green-bolder-hovered: #DCFFF1;\n --ds-background-accent-green-bolder-pressed: #97EDC9;\n --ds-background-accent-teal-subtlest: #1E3137;\n --ds-background-accent-teal-subtlest-hovered: #164555;\n --ds-background-accent-teal-subtlest-pressed: #1A5265;\n --ds-background-accent-teal-subtler: #164555;\n --ds-background-accent-teal-subtler-hovered: #1A5265;\n --ds-background-accent-teal-subtler-pressed: #206A83;\n --ds-background-accent-teal-subtle: #206A83;\n --ds-background-accent-teal-subtle-hovered: #1A5265;\n --ds-background-accent-teal-subtle-pressed: #164555;\n --ds-background-accent-teal-bolder: #C6EDFB;\n --ds-background-accent-teal-bolder-hovered: #E7F9FF;\n --ds-background-accent-teal-bolder-pressed: #B1E4F7;\n --ds-background-accent-blue-subtlest: #1C2B42;\n --ds-background-accent-blue-subtlest-hovered: #123263;\n --ds-background-accent-blue-subtlest-pressed: #144794;\n --ds-background-accent-blue-subtler: #123263;\n --ds-background-accent-blue-subtler-hovered: #144794;\n --ds-background-accent-blue-subtler-pressed: #1558BC;\n --ds-background-accent-blue-subtle: #1558BC;\n --ds-background-accent-blue-subtle-hovered: #144794;\n --ds-background-accent-blue-subtle-pressed: #123263;\n --ds-background-accent-blue-bolder: #669DF1;\n --ds-background-accent-blue-bolder-hovered: #8FB8F6;\n --ds-background-accent-blue-bolder-pressed: #ADCBFB;\n --ds-background-accent-purple-subtlest: #35243F;\n --ds-background-accent-purple-subtlest-hovered: #48245D;\n --ds-background-accent-purple-subtlest-pressed: #673286;\n --ds-background-accent-purple-subtler: #48245D;\n --ds-background-accent-purple-subtler-hovered: #673286;\n --ds-background-accent-purple-subtler-pressed: #803FA5;\n --ds-background-accent-purple-subtle: #803FA5;\n --ds-background-accent-purple-subtle-hovered: #673286;\n --ds-background-accent-purple-subtle-pressed: #48245D;\n --ds-background-accent-purple-bolder: #EED7FC;\n --ds-background-accent-purple-bolder-hovered: #F8EEFE;\n --ds-background-accent-purple-bolder-pressed: #E3BDFA;\n --ds-background-accent-magenta-subtlest: #3D2232;\n --ds-background-accent-magenta-subtlest-hovered: #50253F;\n --ds-background-accent-magenta-subtlest-pressed: #77325B;\n --ds-background-accent-magenta-subtler: #50253F;\n --ds-background-accent-magenta-subtler-hovered: #77325B;\n --ds-background-accent-magenta-subtler-pressed: #943D73;\n --ds-background-accent-magenta-subtle: #943D73;\n --ds-background-accent-magenta-subtle-hovered: #77325B;\n --ds-background-accent-magenta-subtle-pressed: #50253F;\n --ds-background-accent-magenta-bolder: #FDD0EC;\n --ds-background-accent-magenta-bolder-hovered: #FFECF8;\n --ds-background-accent-magenta-bolder-pressed: #FCB6E1;\n --ds-background-accent-gray-subtlest: #303134;\n --ds-background-accent-gray-subtlest-hovered: #3D3F43;\n --ds-background-accent-gray-subtlest-pressed: #4B4D51;\n --ds-background-accent-gray-subtler: #4B4D51;\n --ds-background-accent-gray-subtler-hovered: #63666B;\n --ds-background-accent-gray-subtler-pressed: #7E8188;\n --ds-background-accent-gray-subtle: #4B4D51;\n --ds-background-accent-gray-subtle-hovered: #303134;\n --ds-background-accent-gray-subtle-pressed: #242528;\n --ds-background-accent-gray-bolder: #A9ABAF;\n --ds-background-accent-gray-bolder-hovered: #BFC1C4;\n --ds-background-accent-gray-bolder-pressed: #CECFD2;\n --ds-background-disabled: #E3E4F21F;\n --ds-background-input: #242528;\n --ds-background-input-hovered: #2B2C2F;\n --ds-background-input-pressed: #242528;\n --ds-background-inverse-subtle: #FFFFFF29;\n --ds-background-inverse-subtle-hovered: #FFFFFF3D;\n --ds-background-inverse-subtle-pressed: #FFFFFF52;\n --ds-background-neutral: #CECED912;\n --ds-background-neutral-hovered: #E3E4F21F;\n --ds-background-neutral-pressed: #E5E9F640;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #CECED912;\n --ds-background-neutral-subtle-pressed: #E3E4F21F;\n --ds-background-neutral-bold: #CECFD2;\n --ds-background-neutral-bold-hovered: #BFC1C4;\n --ds-background-neutral-bold-pressed: #A9ABAF;\n --ds-background-selected: #1C2B42;\n --ds-background-selected-hovered: #123263;\n --ds-background-selected-pressed: #1558BC;\n --ds-background-selected-bold: #CFE1FD;\n --ds-background-selected-bold-hovered: #E9F2FE;\n --ds-background-selected-bold-pressed: #E2E3E4;\n --ds-background-brand-subtlest: #1C2B42;\n --ds-background-brand-subtlest-hovered: #123263;\n --ds-background-brand-subtlest-pressed: #144794;\n --ds-background-brand-bold: #CFE1FD;\n --ds-background-brand-bold-hovered: #E9F2FE;\n --ds-background-brand-bold-pressed: #E2E3E4;\n --ds-background-brand-boldest: #E9F2FE;\n --ds-background-brand-boldest-hovered: #CFE1FD;\n --ds-background-brand-boldest-pressed: #ADCBFB;\n --ds-background-danger: #42221F;\n --ds-background-danger-hovered: #5D1F1A;\n --ds-background-danger-pressed: #872821;\n --ds-background-danger-subtler: #5D1F1A;\n --ds-background-danger-subtler-hovered: #872821;\n --ds-background-danger-subtler-pressed: #AE2E24;\n --ds-background-danger-subtle: #AE2E24;\n --ds-background-danger-bold: #FFD5D2;\n --ds-background-danger-bold-hovered: #FFECEB;\n --ds-background-danger-bold-pressed: #E2E3E4;\n --ds-background-warning: #3A2C1F;\n --ds-background-warning-hovered: #693200;\n --ds-background-warning-pressed: #7A3B00;\n --ds-background-warning-subtler: #693200;\n --ds-background-warning-subtler-hovered: #7A3B00;\n --ds-background-warning-subtler-pressed: #9E4C00;\n --ds-background-warning-subtle: #9E4C00;\n --ds-background-warning-bold: #F5E989;\n --ds-background-warning-bold-hovered: #FEF7C8;\n --ds-background-warning-bold-pressed: #E2E3E4;\n --ds-background-success: #28311B;\n --ds-background-success-hovered: #37471F;\n --ds-background-success-pressed: #3F5224;\n --ds-background-success-subtler: #37471F;\n --ds-background-success-subtler-hovered: #3F5224;\n --ds-background-success-subtler-pressed: #4C6B1F;\n --ds-background-success-subtle: #4C6B1F;\n --ds-background-success-bold: #BAF3DB;\n --ds-background-success-bold-hovered: #DCFFF1;\n --ds-background-success-bold-pressed: #E2E3E4;\n --ds-background-discovery: #35243F;\n --ds-background-discovery-hovered: #48245D;\n --ds-background-discovery-pressed: #673286;\n --ds-background-discovery-subtler: #48245D;\n --ds-background-discovery-subtler-hovered: #673286;\n --ds-background-discovery-subtler-pressed: #803FA5;\n --ds-background-discovery-subtle: #803FA5;\n --ds-background-discovery-bold: #EED7FC;\n --ds-background-discovery-bold-hovered: #F8EEFE;\n --ds-background-discovery-bold-pressed: #E2E3E4;\n --ds-background-information: #1C2B42;\n --ds-background-information-hovered: #123263;\n --ds-background-information-pressed: #144794;\n --ds-background-information-subtler: #123263;\n --ds-background-information-subtler-hovered: #144794;\n --ds-background-information-subtler-pressed: #1558BC;\n --ds-background-information-subtle: #1558BC;\n --ds-background-information-bold: #CFE1FD;\n --ds-background-information-bold-hovered: #E9F2FE;\n --ds-background-information-bold-pressed: #E2E3E4;\n --ds-border: #E9F0FB5C;\n --ds-border-accent-lime: #B3DF72;\n --ds-border-accent-lime-subtle: #4C6B1F;\n --ds-border-accent-red: #FD9891;\n --ds-border-accent-red-subtle: #AE2E24;\n --ds-border-accent-orange: #FBC828;\n --ds-border-accent-orange-subtle: #9E4C00;\n --ds-border-accent-yellow: #EED12B;\n --ds-border-accent-yellow-subtle: #7F5F01;\n --ds-border-accent-green: #7EE2B8;\n --ds-border-accent-green-subtle: #216E4E;\n --ds-border-accent-teal: #9DD9EE;\n --ds-border-accent-teal-subtle: #206A83;\n --ds-border-accent-blue: #8FB8F6;\n --ds-border-accent-blue-subtle: #1558BC;\n --ds-border-accent-purple: #D8A0F7;\n --ds-border-accent-purple-subtle: #803FA5;\n --ds-border-accent-magenta: #F797D2;\n --ds-border-accent-magenta-subtle: #943D73;\n --ds-border-accent-gray: #A9ABAF;\n --ds-border-accent-gray-subtle: #4B4D51;\n --ds-border-disabled: #E3E4F21F;\n --ds-border-focused: #8FB8F6;\n --ds-border-input: #A9ABAF;\n --ds-border-inverse: #18191A;\n --ds-border-selected: #8FB8F6;\n --ds-border-brand: #8FB8F6;\n --ds-border-danger: #F87168;\n --ds-border-danger-subtle: #AE2E24;\n --ds-border-warning: #FBC828;\n --ds-border-warning-subtle: #9E4C00;\n --ds-border-success: #7EE2B8;\n --ds-border-success-subtle: #4C6B1F;\n --ds-border-discovery: #C97CF4;\n --ds-border-discovery-subtle: #803FA5;\n --ds-border-information: #8FB8F6;\n --ds-border-information-subtle: #1558BC;\n --ds-border-bold: #A9ABAF;\n --ds-text: #E2E3E4;\n --ds-text-accent-lime: #D3F1A7;\n --ds-text-accent-lime-bolder: #EFFFD6;\n --ds-text-accent-red: #FFD5D2;\n --ds-text-accent-red-bolder: #FFECEB;\n --ds-text-accent-orange: #FCE4A6;\n --ds-text-accent-orange-bolder: #FFF5DB;\n --ds-text-accent-yellow: #F5E989;\n --ds-text-accent-yellow-bolder: #FEF7C8;\n --ds-text-accent-green: #BAF3DB;\n --ds-text-accent-green-bolder: #DCFFF1;\n --ds-text-accent-teal: #C6EDFB;\n --ds-text-accent-teal-bolder: #E7F9FF;\n --ds-text-accent-blue: #CFE1FD;\n --ds-text-accent-blue-bolder: #E9F2FE;\n --ds-text-accent-purple: #EED7FC;\n --ds-text-accent-purple-bolder: #F8EEFE;\n --ds-text-accent-magenta: #FDD0EC;\n --ds-text-accent-magenta-bolder: #FFECF8;\n --ds-text-accent-gray: #BFC1C4;\n --ds-text-accent-gray-bolder: #E2E3E4;\n --ds-text-disabled: #E5E9F640;\n --ds-text-inverse: #1F1F21;\n --ds-text-selected: #CFE1FD;\n --ds-text-brand: #CFE1FD;\n --ds-text-danger: #FFD5D2;\n --ds-text-danger-bolder: #FFECEB;\n --ds-text-warning: #FCE4A6;\n --ds-text-warning-inverse: #18191A;\n --ds-text-warning-bolder: #FFF5DB;\n --ds-text-success: #BAF3DB;\n --ds-text-success-bolder: #DCFFF1;\n --ds-text-discovery: #EED7FC;\n --ds-text-discovery-bolder: #F8EEFE;\n --ds-text-information: #CFE1FD;\n --ds-text-information-bolder: #E9F2FE;\n --ds-text-subtlest: #BFC1C4;\n --ds-text-subtle: #CECFD2;\n --ds-icon: #CECFD2;\n --ds-icon-accent-lime: #B3DF72;\n --ds-icon-accent-red: #FD9891;\n --ds-icon-accent-orange: #FBC828;\n --ds-icon-accent-yellow: #EED12B;\n --ds-icon-accent-green: #7EE2B8;\n --ds-icon-accent-teal: #9DD9EE;\n --ds-icon-accent-blue: #8FB8F6;\n --ds-icon-accent-purple: #D8A0F7;\n --ds-icon-accent-magenta: #F797D2;\n --ds-icon-accent-gray: #A9ABAF;\n --ds-icon-disabled: #E5E9F640;\n --ds-icon-inverse: #1F1F21;\n --ds-icon-selected: #8FB8F6;\n --ds-icon-brand: #8FB8F6;\n --ds-icon-danger: #F87168;\n --ds-icon-warning: #FBC828;\n --ds-icon-warning-inverse: #18191A;\n --ds-icon-success: #7EE2B8;\n --ds-icon-discovery: #C97CF4;\n --ds-icon-information: #8FB8F6;\n --ds-icon-subtlest: #BFC1C4;\n --ds-icon-subtle: #BFC1C4;\n --ds-link: #CFE1FD;\n --ds-link-pressed: #CFE1FD;\n --ds-link-visited: #D8A0F7;\n --ds-link-visited-pressed: #EED7FC;\n --ds-interaction-hovered: #ffffff33;\n --ds-interaction-pressed: #ffffff5c;\n --ds-skeleton: #CECED912;\n --ds-skeleton-subtle: #BDBDBD0A;\n --ds-blanket: #10121499;\n --ds-blanket-selected: #1D7AFC14;\n --ds-blanket-danger: #E3493514;\n --ds-chart-categorical-1: #9DD9EE;\n --ds-chart-categorical-1-hovered: #C6EDFB;\n --ds-chart-categorical-2: #94C748;\n --ds-chart-categorical-2-hovered: #B3DF72;\n --ds-chart-categorical-3: #FBC828;\n --ds-chart-categorical-3-hovered: #FCE4A6;\n --ds-chart-categorical-4: #FCA700;\n --ds-chart-categorical-4-hovered: #FBC828;\n --ds-chart-categorical-5: #1558BC;\n --ds-chart-categorical-5-hovered: #1868DB;\n --ds-chart-categorical-6: #D8A0F7;\n --ds-chart-categorical-6-hovered: #EED7FC;\n --ds-chart-categorical-7: #42B2D7;\n --ds-chart-categorical-7-hovered: #6CC3E0;\n --ds-chart-categorical-8: #E06C00;\n --ds-chart-categorical-8-hovered: #FBD779;\n --ds-chart-lime-bold: #B3DF72;\n --ds-chart-lime-bold-hovered: #D3F1A7;\n --ds-chart-lime-bolder: #D3F1A7;\n --ds-chart-lime-bolder-hovered: #EFFFD6;\n --ds-chart-lime-boldest: #EFFFD6;\n --ds-chart-lime-boldest-hovered: #D3F1A7;\n --ds-chart-neutral: #96999E;\n --ds-chart-neutral-hovered: #A9ABAF;\n --ds-chart-red-bold: #FD9891;\n --ds-chart-red-bold-hovered: #FFD5D2;\n --ds-chart-red-bolder: #FFD5D2;\n --ds-chart-red-bolder-hovered: #FFECEB;\n --ds-chart-red-boldest: #FFECEB;\n --ds-chart-red-boldest-hovered: #FFD5D2;\n --ds-chart-orange-bold: #FBC828;\n --ds-chart-orange-bold-hovered: #FCE4A6;\n --ds-chart-orange-bolder: #FCE4A6;\n --ds-chart-orange-bolder-hovered: #FFF5DB;\n --ds-chart-orange-boldest: #FFF5DB;\n --ds-chart-orange-boldest-hovered: #FCE4A6;\n --ds-chart-yellow-bold: #EED12B;\n --ds-chart-yellow-bold-hovered: #F5E989;\n --ds-chart-yellow-bolder: #F5E989;\n --ds-chart-yellow-bolder-hovered: #FEF7C8;\n --ds-chart-yellow-boldest: #FEF7C8;\n --ds-chart-yellow-boldest-hovered: #F5E989;\n --ds-chart-green-bold: #7EE2B8;\n --ds-chart-green-bold-hovered: #4BCE97;\n --ds-chart-green-bolder: #BAF3DB;\n --ds-chart-green-bolder-hovered: #DCFFF1;\n --ds-chart-green-boldest: #DCFFF1;\n --ds-chart-green-boldest-hovered: #BAF3DB;\n --ds-chart-teal-bold: #9DD9EE;\n --ds-chart-teal-bold-hovered: #C6EDFB;\n --ds-chart-teal-bolder: #C6EDFB;\n --ds-chart-teal-bolder-hovered: #E7F9FF;\n --ds-chart-teal-boldest: #E7F9FF;\n --ds-chart-teal-boldest-hovered: #C6EDFB;\n --ds-chart-blue-bold: #8FB8F6;\n --ds-chart-blue-bold-hovered: #CFE1FD;\n --ds-chart-blue-bolder: #CFE1FD;\n --ds-chart-blue-bolder-hovered: #E9F2FE;\n --ds-chart-blue-boldest: #E9F2FE;\n --ds-chart-blue-boldest-hovered: #CFE1FD;\n --ds-chart-purple-bold: #D8A0F7;\n --ds-chart-purple-bold-hovered: #EED7FC;\n --ds-chart-purple-bolder: #EED7FC;\n --ds-chart-purple-bolder-hovered: #F8EEFE;\n --ds-chart-purple-boldest: #F8EEFE;\n --ds-chart-purple-boldest-hovered: #EED7FC;\n --ds-chart-magenta-bold: #F797D2;\n --ds-chart-magenta-bold-hovered: #FDD0EC;\n --ds-chart-magenta-bolder: #FDD0EC;\n --ds-chart-magenta-bolder-hovered: #FFECF8;\n --ds-chart-magenta-boldest: #FFECF8;\n --ds-chart-magenta-boldest-hovered: #FDD0EC;\n --ds-chart-gray-bold: #96999E;\n --ds-chart-gray-bold-hovered: #A9ABAF;\n --ds-chart-gray-bolder: #A9ABAF;\n --ds-chart-gray-bolder-hovered: #BFC1C4;\n --ds-chart-gray-boldest: #BFC1C4;\n --ds-chart-gray-boldest-hovered: #CECFD2;\n --ds-chart-brand: #669DF1;\n --ds-chart-brand-hovered: #8FB8F6;\n --ds-chart-danger: #F87168;\n --ds-chart-danger-hovered: #F15B50;\n --ds-chart-danger-bold: #FFB8B2;\n --ds-chart-danger-bold-hovered: #FD9891;\n --ds-chart-warning: #F68909;\n --ds-chart-warning-hovered: #FCA700;\n --ds-chart-warning-bold: #FBC828;\n --ds-chart-warning-bold-hovered: #FCE4A6;\n --ds-chart-success: #82B536;\n --ds-chart-success-hovered: #94C748;\n --ds-chart-success-bold: #B3DF72;\n --ds-chart-success-bold-hovered: #D3F1A7;\n --ds-chart-discovery: #C97CF4;\n --ds-chart-discovery-hovered: #C97CF4;\n --ds-chart-discovery-bold: #D8A0F7;\n --ds-chart-discovery-bold-hovered: #EED7FC;\n --ds-chart-information: #669DF1;\n --ds-chart-information-hovered: #669DF1;\n --ds-chart-information-bold: #8FB8F6;\n --ds-chart-information-bold-hovered: #CFE1FD;\n --ds-rovo-background-brand-bold: #FFFFFF;\n --ds-rovo-background-brand-bold-hovered: #E2E3E4;\n --ds-rovo-background-brand-bold-pressed: #CECFD2;\n --ds-rovo-border-lime: #82B536;\n --ds-rovo-border-saffron: #FCA700;\n --ds-rovo-border-blue: #357DE8;\n --ds-rovo-border-purple: #BF63F3;\n --ds-rovo-icon-lime: #82B536;\n --ds-rovo-icon-saffron: #FCA700;\n --ds-rovo-icon-blue: #357DE8;\n --ds-rovo-icon-purple: #BF63F3;\n --ds-surface: #1F1F21;\n --ds-surface-hovered: #242528;\n --ds-surface-pressed: #2B2C2F;\n --ds-surface-overlay: #2B2C2F;\n --ds-surface-overlay-hovered: #303134;\n --ds-surface-overlay-pressed: #3D3F43;\n --ds-surface-raised: #242528;\n --ds-surface-raised-hovered: #2B2C2F;\n --ds-surface-raised-pressed: #303134;\n --ds-surface-sunken: #18191A;\n --ds-shadow-overflow: 0px 0px 12px #0104048F;\n --ds-shadow-overflow-perimeter: #01040480;\n --ds-shadow-overflow-spread: #0104048f;\n --ds-shadow-overlay: inset 0px 0px 0px 1px #E9F0FB80;\n --ds-shadow-raised: inset 0px 0px 0px 1px #E9F0FB80;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #1F1F21;\n}\n";
|
|
6
|
+
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark-increased-contrast\"], [data-subtree-theme][data-color-mode=\"light\"][data-theme~=\"light:dark-increased-contrast\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark-increased-contrast\"], [data-subtree-theme][data-color-mode=\"dark\"][data-theme~=\"dark:dark-increased-contrast\"],\nhtml[data-color-mode=\"light\"][data-contrast-mode=\"more\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-contrast-mode=\"more\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-background-accent-lime-subtlest: #28311B;\n --ds-background-accent-lime-subtlest-hovered: #37471F;\n --ds-background-accent-lime-subtlest-pressed: #3F5224;\n --ds-background-accent-lime-subtler: #37471F;\n --ds-background-accent-lime-subtler-hovered: #3F5224;\n --ds-background-accent-lime-subtler-pressed: #4C6B1F;\n --ds-background-accent-lime-subtle: #4C6B1F;\n --ds-background-accent-lime-subtle-hovered: #3F5224;\n --ds-background-accent-lime-subtle-pressed: #37471F;\n --ds-background-accent-lime-bolder: #D3F1A7;\n --ds-background-accent-lime-bolder-hovered: #EFFFD6;\n --ds-background-accent-lime-bolder-pressed: #BDE97C;\n --ds-background-accent-red-subtlest: #42221F;\n --ds-background-accent-red-subtlest-hovered: #5D1F1A;\n --ds-background-accent-red-subtlest-pressed: #872821;\n --ds-background-accent-red-subtler: #5D1F1A;\n --ds-background-accent-red-subtler-hovered: #872821;\n --ds-background-accent-red-subtler-pressed: #AE2E24;\n --ds-background-accent-red-subtle: #AE2E24;\n --ds-background-accent-red-subtle-hovered: #872821;\n --ds-background-accent-red-subtle-pressed: #5D1F1A;\n --ds-background-accent-red-bolder: #FFD5D2;\n --ds-background-accent-red-bolder-hovered: #FFECEB;\n --ds-background-accent-red-bolder-pressed: #FFB8B2;\n --ds-background-accent-orange-subtlest: #3A2C1F;\n --ds-background-accent-orange-subtlest-hovered: #693200;\n --ds-background-accent-orange-subtlest-pressed: #7A3B00;\n --ds-background-accent-orange-subtler: #693200;\n --ds-background-accent-orange-subtler-hovered: #7A3B00;\n --ds-background-accent-orange-subtler-pressed: #9E4C00;\n --ds-background-accent-orange-subtle: #9E4C00;\n --ds-background-accent-orange-subtle-hovered: #7A3B00;\n --ds-background-accent-orange-subtle-pressed: #693200;\n --ds-background-accent-orange-bolder: #FCE4A6;\n --ds-background-accent-orange-bolder-hovered: #FFF5DB;\n --ds-background-accent-orange-bolder-pressed: #FBD779;\n --ds-background-accent-yellow-subtlest: #332E1B;\n --ds-background-accent-yellow-subtlest-hovered: #533F04;\n --ds-background-accent-yellow-subtlest-pressed: #614A05;\n --ds-background-accent-yellow-subtler: #533F04;\n --ds-background-accent-yellow-subtler-hovered: #614A05;\n --ds-background-accent-yellow-subtler-pressed: #7F5F01;\n --ds-background-accent-yellow-subtle: #7F5F01;\n --ds-background-accent-yellow-subtle-hovered: #614A05;\n --ds-background-accent-yellow-subtle-pressed: #533F04;\n --ds-background-accent-yellow-bolder: #F5E989;\n --ds-background-accent-yellow-bolder-hovered: #FEF7C8;\n --ds-background-accent-yellow-bolder-pressed: #EFDD4E;\n --ds-background-accent-green-subtlest: #1C3329;\n --ds-background-accent-green-subtlest-hovered: #164B35;\n --ds-background-accent-green-subtlest-pressed: #19573D;\n --ds-background-accent-green-subtler: #164B35;\n --ds-background-accent-green-subtler-hovered: #19573D;\n --ds-background-accent-green-subtler-pressed: #216E4E;\n --ds-background-accent-green-subtle: #216E4E;\n --ds-background-accent-green-subtle-hovered: #19573D;\n --ds-background-accent-green-subtle-pressed: #164B35;\n --ds-background-accent-green-bolder: #BAF3DB;\n --ds-background-accent-green-bolder-hovered: #DCFFF1;\n --ds-background-accent-green-bolder-pressed: #97EDC9;\n --ds-background-accent-teal-subtlest: #1E3137;\n --ds-background-accent-teal-subtlest-hovered: #164555;\n --ds-background-accent-teal-subtlest-pressed: #1A5265;\n --ds-background-accent-teal-subtler: #164555;\n --ds-background-accent-teal-subtler-hovered: #1A5265;\n --ds-background-accent-teal-subtler-pressed: #206A83;\n --ds-background-accent-teal-subtle: #206A83;\n --ds-background-accent-teal-subtle-hovered: #1A5265;\n --ds-background-accent-teal-subtle-pressed: #164555;\n --ds-background-accent-teal-bolder: #C6EDFB;\n --ds-background-accent-teal-bolder-hovered: #E7F9FF;\n --ds-background-accent-teal-bolder-pressed: #B1E4F7;\n --ds-background-accent-blue-subtlest: #1C2B42;\n --ds-background-accent-blue-subtlest-hovered: #123263;\n --ds-background-accent-blue-subtlest-pressed: #144794;\n --ds-background-accent-blue-subtler: #123263;\n --ds-background-accent-blue-subtler-hovered: #144794;\n --ds-background-accent-blue-subtler-pressed: #1558BC;\n --ds-background-accent-blue-subtle: #1558BC;\n --ds-background-accent-blue-subtle-hovered: #144794;\n --ds-background-accent-blue-subtle-pressed: #123263;\n --ds-background-accent-blue-bolder: #669DF1;\n --ds-background-accent-blue-bolder-hovered: #8FB8F6;\n --ds-background-accent-blue-bolder-pressed: #ADCBFB;\n --ds-background-accent-purple-subtlest: #35243F;\n --ds-background-accent-purple-subtlest-hovered: #48245D;\n --ds-background-accent-purple-subtlest-pressed: #673286;\n --ds-background-accent-purple-subtler: #48245D;\n --ds-background-accent-purple-subtler-hovered: #673286;\n --ds-background-accent-purple-subtler-pressed: #803FA5;\n --ds-background-accent-purple-subtle: #803FA5;\n --ds-background-accent-purple-subtle-hovered: #673286;\n --ds-background-accent-purple-subtle-pressed: #48245D;\n --ds-background-accent-purple-bolder: #EED7FC;\n --ds-background-accent-purple-bolder-hovered: #F8EEFE;\n --ds-background-accent-purple-bolder-pressed: #E3BDFA;\n --ds-background-accent-magenta-subtlest: #3D2232;\n --ds-background-accent-magenta-subtlest-hovered: #50253F;\n --ds-background-accent-magenta-subtlest-pressed: #77325B;\n --ds-background-accent-magenta-subtler: #50253F;\n --ds-background-accent-magenta-subtler-hovered: #77325B;\n --ds-background-accent-magenta-subtler-pressed: #943D73;\n --ds-background-accent-magenta-subtle: #943D73;\n --ds-background-accent-magenta-subtle-hovered: #77325B;\n --ds-background-accent-magenta-subtle-pressed: #50253F;\n --ds-background-accent-magenta-bolder: #FDD0EC;\n --ds-background-accent-magenta-bolder-hovered: #FFECF8;\n --ds-background-accent-magenta-bolder-pressed: #FCB6E1;\n --ds-background-accent-gray-subtlest: #303134;\n --ds-background-accent-gray-subtlest-hovered: #3D3F43;\n --ds-background-accent-gray-subtlest-pressed: #4B4D51;\n --ds-background-accent-gray-subtler: #4B4D51;\n --ds-background-accent-gray-subtler-hovered: #63666B;\n --ds-background-accent-gray-subtler-pressed: #7E8188;\n --ds-background-accent-gray-subtle: #4B4D51;\n --ds-background-accent-gray-subtle-hovered: #303134;\n --ds-background-accent-gray-subtle-pressed: #242528;\n --ds-background-accent-gray-bolder: #A9ABAF;\n --ds-background-accent-gray-bolder-hovered: #BFC1C4;\n --ds-background-accent-gray-bolder-pressed: #CECFD2;\n --ds-background-disabled: #E3E4F21F;\n --ds-background-input: #242528;\n --ds-background-input-hovered: #2B2C2F;\n --ds-background-input-pressed: #242528;\n --ds-background-inverse-subtle: #FFFFFF29;\n --ds-background-inverse-subtle-hovered: #FFFFFF3D;\n --ds-background-inverse-subtle-pressed: #FFFFFF52;\n --ds-background-neutral: #CECED912;\n --ds-background-neutral-hovered: #E3E4F21F;\n --ds-background-neutral-pressed: #E5E9F640;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #CECED912;\n --ds-background-neutral-subtle-pressed: #E3E4F21F;\n --ds-background-neutral-bold: #CECFD2;\n --ds-background-neutral-bold-hovered: #BFC1C4;\n --ds-background-neutral-bold-pressed: #A9ABAF;\n --ds-background-selected: #1C2B42;\n --ds-background-selected-hovered: #123263;\n --ds-background-selected-pressed: #1558BC;\n --ds-background-selected-bold: #CFE1FD;\n --ds-background-selected-bold-hovered: #E9F2FE;\n --ds-background-selected-bold-pressed: #E2E3E4;\n --ds-background-brand-subtlest: #1C2B42;\n --ds-background-brand-subtlest-hovered: #123263;\n --ds-background-brand-subtlest-pressed: #144794;\n --ds-background-brand-bold: #CFE1FD;\n --ds-background-brand-bold-hovered: #E9F2FE;\n --ds-background-brand-bold-pressed: #E2E3E4;\n --ds-background-brand-boldest: #E9F2FE;\n --ds-background-brand-boldest-hovered: #CFE1FD;\n --ds-background-brand-boldest-pressed: #ADCBFB;\n --ds-background-danger: #42221F;\n --ds-background-danger-hovered: #5D1F1A;\n --ds-background-danger-pressed: #872821;\n --ds-background-danger-subtler: #5D1F1A;\n --ds-background-danger-subtler-hovered: #872821;\n --ds-background-danger-subtler-pressed: #AE2E24;\n --ds-background-danger-subtle: #AE2E24;\n --ds-background-danger-bold: #FFD5D2;\n --ds-background-danger-bold-hovered: #FFECEB;\n --ds-background-danger-bold-pressed: #E2E3E4;\n --ds-background-warning: #3A2C1F;\n --ds-background-warning-hovered: #693200;\n --ds-background-warning-pressed: #7A3B00;\n --ds-background-warning-subtler: #693200;\n --ds-background-warning-subtler-hovered: #7A3B00;\n --ds-background-warning-subtler-pressed: #9E4C00;\n --ds-background-warning-subtle: #9E4C00;\n --ds-background-warning-bold: #F5E989;\n --ds-background-warning-bold-hovered: #FEF7C8;\n --ds-background-warning-bold-pressed: #E2E3E4;\n --ds-background-success: #28311B;\n --ds-background-success-hovered: #37471F;\n --ds-background-success-pressed: #3F5224;\n --ds-background-success-subtler: #37471F;\n --ds-background-success-subtler-hovered: #3F5224;\n --ds-background-success-subtler-pressed: #4C6B1F;\n --ds-background-success-subtle: #4C6B1F;\n --ds-background-success-bold: #BAF3DB;\n --ds-background-success-bold-hovered: #DCFFF1;\n --ds-background-success-bold-pressed: #E2E3E4;\n --ds-background-discovery: #35243F;\n --ds-background-discovery-hovered: #48245D;\n --ds-background-discovery-pressed: #673286;\n --ds-background-discovery-subtler: #48245D;\n --ds-background-discovery-subtler-hovered: #673286;\n --ds-background-discovery-subtler-pressed: #803FA5;\n --ds-background-discovery-subtle: #803FA5;\n --ds-background-discovery-bold: #EED7FC;\n --ds-background-discovery-bold-hovered: #F8EEFE;\n --ds-background-discovery-bold-pressed: #E2E3E4;\n --ds-background-information: #1C2B42;\n --ds-background-information-hovered: #123263;\n --ds-background-information-pressed: #144794;\n --ds-background-information-subtler: #123263;\n --ds-background-information-subtler-hovered: #144794;\n --ds-background-information-subtler-pressed: #1558BC;\n --ds-background-information-subtle: #1558BC;\n --ds-background-information-bold: #CFE1FD;\n --ds-background-information-bold-hovered: #E9F2FE;\n --ds-background-information-bold-pressed: #E2E3E4;\n --ds-border: #E9F0FB5C;\n --ds-border-accent-lime: #B3DF72;\n --ds-border-accent-lime-subtle: #4C6B1F;\n --ds-border-accent-red: #FD9891;\n --ds-border-accent-red-subtle: #AE2E24;\n --ds-border-accent-orange: #FBC828;\n --ds-border-accent-orange-subtle: #9E4C00;\n --ds-border-accent-yellow: #EED12B;\n --ds-border-accent-yellow-subtle: #7F5F01;\n --ds-border-accent-green: #7EE2B8;\n --ds-border-accent-green-subtle: #216E4E;\n --ds-border-accent-teal: #9DD9EE;\n --ds-border-accent-teal-subtle: #206A83;\n --ds-border-accent-blue: #8FB8F6;\n --ds-border-accent-blue-subtle: #1558BC;\n --ds-border-accent-purple: #D8A0F7;\n --ds-border-accent-purple-subtle: #803FA5;\n --ds-border-accent-magenta: #F797D2;\n --ds-border-accent-magenta-subtle: #943D73;\n --ds-border-accent-gray: #A9ABAF;\n --ds-border-accent-gray-subtle: #4B4D51;\n --ds-border-disabled: #E3E4F21F;\n --ds-border-focused: #8FB8F6;\n --ds-border-input: #A9ABAF;\n --ds-border-inverse: #18191A;\n --ds-border-selected: #8FB8F6;\n --ds-border-brand: #8FB8F6;\n --ds-border-danger: #F87168;\n --ds-border-danger-subtle: #AE2E24;\n --ds-border-warning: #FBC828;\n --ds-border-warning-subtle: #9E4C00;\n --ds-border-success: #7EE2B8;\n --ds-border-success-subtle: #4C6B1F;\n --ds-border-discovery: #C97CF4;\n --ds-border-discovery-subtle: #803FA5;\n --ds-border-information: #8FB8F6;\n --ds-border-information-subtle: #1558BC;\n --ds-border-bold: #A9ABAF;\n --ds-text: #E2E3E4;\n --ds-text-accent-lime: #D3F1A7;\n --ds-text-accent-lime-bolder: #EFFFD6;\n --ds-text-accent-red: #FFD5D2;\n --ds-text-accent-red-bolder: #FFECEB;\n --ds-text-accent-orange: #FCE4A6;\n --ds-text-accent-orange-bolder: #FFF5DB;\n --ds-text-accent-yellow: #F5E989;\n --ds-text-accent-yellow-bolder: #FEF7C8;\n --ds-text-accent-green: #BAF3DB;\n --ds-text-accent-green-bolder: #DCFFF1;\n --ds-text-accent-teal: #C6EDFB;\n --ds-text-accent-teal-bolder: #E7F9FF;\n --ds-text-accent-blue: #CFE1FD;\n --ds-text-accent-blue-bolder: #E9F2FE;\n --ds-text-accent-purple: #EED7FC;\n --ds-text-accent-purple-bolder: #F8EEFE;\n --ds-text-accent-magenta: #FDD0EC;\n --ds-text-accent-magenta-bolder: #FFECF8;\n --ds-text-accent-gray: #BFC1C4;\n --ds-text-accent-gray-bolder: #E2E3E4;\n --ds-text-disabled: #E5E9F640;\n --ds-text-inverse: #1F1F21;\n --ds-text-selected: #CFE1FD;\n --ds-text-brand: #CFE1FD;\n --ds-text-danger: #FFD5D2;\n --ds-text-danger-bolder: #FFECEB;\n --ds-text-warning: #FCE4A6;\n --ds-text-warning-inverse: #18191A;\n --ds-text-warning-bolder: #FFF5DB;\n --ds-text-success: #BAF3DB;\n --ds-text-success-bolder: #DCFFF1;\n --ds-text-discovery: #EED7FC;\n --ds-text-discovery-bolder: #F8EEFE;\n --ds-text-information: #CFE1FD;\n --ds-text-information-bolder: #E9F2FE;\n --ds-text-subtlest: #BFC1C4;\n --ds-text-subtle: #CECFD2;\n --ds-icon: #CECFD2;\n --ds-icon-accent-lime: #B3DF72;\n --ds-icon-accent-red: #FD9891;\n --ds-icon-accent-orange: #FBC828;\n --ds-icon-accent-yellow: #EED12B;\n --ds-icon-accent-green: #7EE2B8;\n --ds-icon-accent-teal: #9DD9EE;\n --ds-icon-accent-blue: #8FB8F6;\n --ds-icon-accent-purple: #D8A0F7;\n --ds-icon-accent-magenta: #F797D2;\n --ds-icon-accent-gray: #A9ABAF;\n --ds-icon-disabled: #E5E9F640;\n --ds-icon-inverse: #1F1F21;\n --ds-icon-selected: #8FB8F6;\n --ds-icon-brand: #8FB8F6;\n --ds-icon-danger: #F87168;\n --ds-icon-warning: #FBC828;\n --ds-icon-warning-inverse: #18191A;\n --ds-icon-success: #7EE2B8;\n --ds-icon-discovery: #C97CF4;\n --ds-icon-information: #8FB8F6;\n --ds-icon-subtlest: #BFC1C4;\n --ds-icon-subtle: #BFC1C4;\n --ds-link: #CFE1FD;\n --ds-link-pressed: #CFE1FD;\n --ds-link-visited: #D8A0F7;\n --ds-link-visited-pressed: #EED7FC;\n --ds-interaction-hovered: #ffffff33;\n --ds-interaction-pressed: #ffffff5c;\n --ds-skeleton: #CECED912;\n --ds-skeleton-subtle: #BDBDBD0A;\n --ds-blanket: #10121499;\n --ds-blanket-selected: #1D7AFC14;\n --ds-blanket-danger: #E3493514;\n --ds-chart-categorical-1: #9DD9EE;\n --ds-chart-categorical-1-hovered: #C6EDFB;\n --ds-chart-categorical-2: #94C748;\n --ds-chart-categorical-2-hovered: #B3DF72;\n --ds-chart-categorical-3: #FBC828;\n --ds-chart-categorical-3-hovered: #FCE4A6;\n --ds-chart-categorical-4: #FCA700;\n --ds-chart-categorical-4-hovered: #FBC828;\n --ds-chart-categorical-5: #1558BC;\n --ds-chart-categorical-5-hovered: #1868DB;\n --ds-chart-categorical-6: #D8A0F7;\n --ds-chart-categorical-6-hovered: #EED7FC;\n --ds-chart-categorical-7: #42B2D7;\n --ds-chart-categorical-7-hovered: #6CC3E0;\n --ds-chart-categorical-8: #E06C00;\n --ds-chart-categorical-8-hovered: #FBD779;\n --ds-chart-lime-bold: #B3DF72;\n --ds-chart-lime-bold-hovered: #D3F1A7;\n --ds-chart-lime-bolder: #D3F1A7;\n --ds-chart-lime-bolder-hovered: #EFFFD6;\n --ds-chart-lime-boldest: #EFFFD6;\n --ds-chart-lime-boldest-hovered: #D3F1A7;\n --ds-chart-neutral: #96999E;\n --ds-chart-neutral-hovered: #A9ABAF;\n --ds-chart-red-bold: #FD9891;\n --ds-chart-red-bold-hovered: #FFD5D2;\n --ds-chart-red-bolder: #FFD5D2;\n --ds-chart-red-bolder-hovered: #FFECEB;\n --ds-chart-red-boldest: #FFECEB;\n --ds-chart-red-boldest-hovered: #FFD5D2;\n --ds-chart-orange-bold: #FBC828;\n --ds-chart-orange-bold-hovered: #FCE4A6;\n --ds-chart-orange-bolder: #FCE4A6;\n --ds-chart-orange-bolder-hovered: #FFF5DB;\n --ds-chart-orange-boldest: #FFF5DB;\n --ds-chart-orange-boldest-hovered: #FCE4A6;\n --ds-chart-yellow-bold: #EED12B;\n --ds-chart-yellow-bold-hovered: #F5E989;\n --ds-chart-yellow-bolder: #F5E989;\n --ds-chart-yellow-bolder-hovered: #FEF7C8;\n --ds-chart-yellow-boldest: #FEF7C8;\n --ds-chart-yellow-boldest-hovered: #F5E989;\n --ds-chart-green-bold: #7EE2B8;\n --ds-chart-green-bold-hovered: #4BCE97;\n --ds-chart-green-bolder: #BAF3DB;\n --ds-chart-green-bolder-hovered: #DCFFF1;\n --ds-chart-green-boldest: #DCFFF1;\n --ds-chart-green-boldest-hovered: #BAF3DB;\n --ds-chart-teal-bold: #9DD9EE;\n --ds-chart-teal-bold-hovered: #C6EDFB;\n --ds-chart-teal-bolder: #C6EDFB;\n --ds-chart-teal-bolder-hovered: #E7F9FF;\n --ds-chart-teal-boldest: #E7F9FF;\n --ds-chart-teal-boldest-hovered: #C6EDFB;\n --ds-chart-blue-bold: #8FB8F6;\n --ds-chart-blue-bold-hovered: #CFE1FD;\n --ds-chart-blue-bolder: #CFE1FD;\n --ds-chart-blue-bolder-hovered: #E9F2FE;\n --ds-chart-blue-boldest: #E9F2FE;\n --ds-chart-blue-boldest-hovered: #CFE1FD;\n --ds-chart-purple-bold: #D8A0F7;\n --ds-chart-purple-bold-hovered: #EED7FC;\n --ds-chart-purple-bolder: #EED7FC;\n --ds-chart-purple-bolder-hovered: #F8EEFE;\n --ds-chart-purple-boldest: #F8EEFE;\n --ds-chart-purple-boldest-hovered: #EED7FC;\n --ds-chart-magenta-bold: #F797D2;\n --ds-chart-magenta-bold-hovered: #FDD0EC;\n --ds-chart-magenta-bolder: #FDD0EC;\n --ds-chart-magenta-bolder-hovered: #FFECF8;\n --ds-chart-magenta-boldest: #FFECF8;\n --ds-chart-magenta-boldest-hovered: #FDD0EC;\n --ds-chart-gray-bold: #96999E;\n --ds-chart-gray-bold-hovered: #A9ABAF;\n --ds-chart-gray-bolder: #A9ABAF;\n --ds-chart-gray-bolder-hovered: #BFC1C4;\n --ds-chart-gray-boldest: #BFC1C4;\n --ds-chart-gray-boldest-hovered: #CECFD2;\n --ds-chart-brand: #669DF1;\n --ds-chart-brand-hovered: #8FB8F6;\n --ds-chart-danger: #F87168;\n --ds-chart-danger-hovered: #F15B50;\n --ds-chart-danger-bold: #FFB8B2;\n --ds-chart-danger-bold-hovered: #FD9891;\n --ds-chart-warning: #F68909;\n --ds-chart-warning-hovered: #FCA700;\n --ds-chart-warning-bold: #FBC828;\n --ds-chart-warning-bold-hovered: #FCE4A6;\n --ds-chart-success: #82B536;\n --ds-chart-success-hovered: #94C748;\n --ds-chart-success-bold: #B3DF72;\n --ds-chart-success-bold-hovered: #D3F1A7;\n --ds-chart-discovery: #C97CF4;\n --ds-chart-discovery-hovered: #C97CF4;\n --ds-chart-discovery-bold: #D8A0F7;\n --ds-chart-discovery-bold-hovered: #EED7FC;\n --ds-chart-information: #669DF1;\n --ds-chart-information-hovered: #669DF1;\n --ds-chart-information-bold: #8FB8F6;\n --ds-chart-information-bold-hovered: #CFE1FD;\n --ds-rovo-background-brand-bold: #FFFFFF;\n --ds-rovo-background-brand-bold-hovered: #E2E3E4;\n --ds-rovo-background-brand-bold-pressed: #CECFD2;\n --ds-rovo-border-lime: #82B536;\n --ds-rovo-border-saffron: #FCA700;\n --ds-rovo-border-blue: #357DE8;\n --ds-rovo-border-purple: #BF63F3;\n --ds-rovo-icon-lime: #82B536;\n --ds-rovo-icon-saffron: #FCA700;\n --ds-rovo-icon-blue: #357DE8;\n --ds-rovo-icon-purple: #BF63F3;\n --ds-surface: #1F1F21;\n --ds-surface-hovered: #242528;\n --ds-surface-pressed: #2B2C2F;\n --ds-surface-container: #303134;\n --ds-surface-overlay: #2B2C2F;\n --ds-surface-overlay-hovered: #303134;\n --ds-surface-overlay-pressed: #3D3F43;\n --ds-surface-raised: #242528;\n --ds-surface-raised-hovered: #2B2C2F;\n --ds-surface-raised-pressed: #303134;\n --ds-surface-sunken: #18191A;\n --ds-rovo-surface-overlay: #242528;\n --ds-rovo-surface-overlay-hovered: #2B2C2F;\n --ds-rovo-surface-overlay-pressed: #303134;\n --ds-shadow-overflow: 0px 0px 12px #0104048F;\n --ds-shadow-overflow-perimeter: #01040480;\n --ds-shadow-overflow-spread: #0104048f;\n --ds-shadow-overlay: inset 0px 0px 0px 1px #E9F0FB80;\n --ds-shadow-raised: inset 0px 0px 0px 1px #E9F0FB80;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #1F1F21;\n}\n";
|
|
7
7
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::4723b11f5313ece049517fb2c288ebe3>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark\"], [data-subtree-theme][data-color-mode=\"light\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark\"], [data-subtree-theme][data-color-mode=\"dark\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-background-accent-lime-subtlest: #28311B;\n --ds-background-accent-lime-subtlest-hovered: #37471F;\n --ds-background-accent-lime-subtlest-pressed: #3F5224;\n --ds-background-accent-lime-subtler: #37471F;\n --ds-background-accent-lime-subtler-hovered: #3F5224;\n --ds-background-accent-lime-subtler-pressed: #4C6B1F;\n --ds-background-accent-lime-subtle: #4C6B1F;\n --ds-background-accent-lime-subtle-hovered: #3F5224;\n --ds-background-accent-lime-subtle-pressed: #37471F;\n --ds-background-accent-lime-bolder: #94C748;\n --ds-background-accent-lime-bolder-hovered: #B3DF72;\n --ds-background-accent-lime-bolder-pressed: #BDE97C;\n --ds-background-accent-red-subtlest: #42221F;\n --ds-background-accent-red-subtlest-hovered: #5D1F1A;\n --ds-background-accent-red-subtlest-pressed: #872821;\n --ds-background-accent-red-subtler: #5D1F1A;\n --ds-background-accent-red-subtler-hovered: #872821;\n --ds-background-accent-red-subtler-pressed: #AE2E24;\n --ds-background-accent-red-subtle: #AE2E24;\n --ds-background-accent-red-subtle-hovered: #872821;\n --ds-background-accent-red-subtle-pressed: #5D1F1A;\n --ds-background-accent-red-bolder: #F87168;\n --ds-background-accent-red-bolder-hovered: #FD9891;\n --ds-background-accent-red-bolder-pressed: #FFB8B2;\n --ds-background-accent-orange-subtlest: #3A2C1F;\n --ds-background-accent-orange-subtlest-hovered: #693200;\n --ds-background-accent-orange-subtlest-pressed: #7A3B00;\n --ds-background-accent-orange-subtler: #693200;\n --ds-background-accent-orange-subtler-hovered: #7A3B00;\n --ds-background-accent-orange-subtler-pressed: #9E4C00;\n --ds-background-accent-orange-subtle: #9E4C00;\n --ds-background-accent-orange-subtle-hovered: #7A3B00;\n --ds-background-accent-orange-subtle-pressed: #693200;\n --ds-background-accent-orange-bolder: #FCA700;\n --ds-background-accent-orange-bolder-hovered: #FBC828;\n --ds-background-accent-orange-bolder-pressed: #FBD779;\n --ds-background-accent-yellow-subtlest: #332E1B;\n --ds-background-accent-yellow-subtlest-hovered: #533F04;\n --ds-background-accent-yellow-subtlest-pressed: #614A05;\n --ds-background-accent-yellow-subtler: #533F04;\n --ds-background-accent-yellow-subtler-hovered: #614A05;\n --ds-background-accent-yellow-subtler-pressed: #7F5F01;\n --ds-background-accent-yellow-subtle: #7F5F01;\n --ds-background-accent-yellow-subtle-hovered: #614A05;\n --ds-background-accent-yellow-subtle-pressed: #533F04;\n --ds-background-accent-yellow-bolder: #DDB30E;\n --ds-background-accent-yellow-bolder-hovered: #EED12B;\n --ds-background-accent-yellow-bolder-pressed: #EFDD4E;\n --ds-background-accent-green-subtlest: #1C3329;\n --ds-background-accent-green-subtlest-hovered: #164B35;\n --ds-background-accent-green-subtlest-pressed: #19573D;\n --ds-background-accent-green-subtler: #164B35;\n --ds-background-accent-green-subtler-hovered: #19573D;\n --ds-background-accent-green-subtler-pressed: #216E4E;\n --ds-background-accent-green-subtle: #216E4E;\n --ds-background-accent-green-subtle-hovered: #19573D;\n --ds-background-accent-green-subtle-pressed: #164B35;\n --ds-background-accent-green-bolder: #4BCE97;\n --ds-background-accent-green-bolder-hovered: #7EE2B8;\n --ds-background-accent-green-bolder-pressed: #97EDC9;\n --ds-background-accent-teal-subtlest: #1E3137;\n --ds-background-accent-teal-subtlest-hovered: #164555;\n --ds-background-accent-teal-subtlest-pressed: #1A5265;\n --ds-background-accent-teal-subtler: #164555;\n --ds-background-accent-teal-subtler-hovered: #1A5265;\n --ds-background-accent-teal-subtler-pressed: #206A83;\n --ds-background-accent-teal-subtle: #206A83;\n --ds-background-accent-teal-subtle-hovered: #1A5265;\n --ds-background-accent-teal-subtle-pressed: #164555;\n --ds-background-accent-teal-bolder: #6CC3E0;\n --ds-background-accent-teal-bolder-hovered: #9DD9EE;\n --ds-background-accent-teal-bolder-pressed: #B1E4F7;\n --ds-background-accent-blue-subtlest: #1C2B42;\n --ds-background-accent-blue-subtlest-hovered: #123263;\n --ds-background-accent-blue-subtlest-pressed: #144794;\n --ds-background-accent-blue-subtler: #123263;\n --ds-background-accent-blue-subtler-hovered: #144794;\n --ds-background-accent-blue-subtler-pressed: #1558BC;\n --ds-background-accent-blue-subtle: #1558BC;\n --ds-background-accent-blue-subtle-hovered: #144794;\n --ds-background-accent-blue-subtle-pressed: #123263;\n --ds-background-accent-blue-bolder: #669DF1;\n --ds-background-accent-blue-bolder-hovered: #8FB8F6;\n --ds-background-accent-blue-bolder-pressed: #ADCBFB;\n --ds-background-accent-purple-subtlest: #35243F;\n --ds-background-accent-purple-subtlest-hovered: #48245D;\n --ds-background-accent-purple-subtlest-pressed: #673286;\n --ds-background-accent-purple-subtler: #48245D;\n --ds-background-accent-purple-subtler-hovered: #673286;\n --ds-background-accent-purple-subtler-pressed: #803FA5;\n --ds-background-accent-purple-subtle: #803FA5;\n --ds-background-accent-purple-subtle-hovered: #673286;\n --ds-background-accent-purple-subtle-pressed: #48245D;\n --ds-background-accent-purple-bolder: #C97CF4;\n --ds-background-accent-purple-bolder-hovered: #D8A0F7;\n --ds-background-accent-purple-bolder-pressed: #E3BDFA;\n --ds-background-accent-magenta-subtlest: #3D2232;\n --ds-background-accent-magenta-subtlest-hovered: #50253F;\n --ds-background-accent-magenta-subtlest-pressed: #77325B;\n --ds-background-accent-magenta-subtler: #50253F;\n --ds-background-accent-magenta-subtler-hovered: #77325B;\n --ds-background-accent-magenta-subtler-pressed: #943D73;\n --ds-background-accent-magenta-subtle: #943D73;\n --ds-background-accent-magenta-subtle-hovered: #77325B;\n --ds-background-accent-magenta-subtle-pressed: #50253F;\n --ds-background-accent-magenta-bolder: #E774BB;\n --ds-background-accent-magenta-bolder-hovered: #F797D2;\n --ds-background-accent-magenta-bolder-pressed: #FCB6E1;\n --ds-background-accent-gray-subtlest: #303134;\n --ds-background-accent-gray-subtlest-hovered: #3D3F43;\n --ds-background-accent-gray-subtlest-pressed: #4B4D51;\n --ds-background-accent-gray-subtler: #4B4D51;\n --ds-background-accent-gray-subtler-hovered: #63666B;\n --ds-background-accent-gray-subtler-pressed: #7E8188;\n --ds-background-accent-gray-subtle: #63666B;\n --ds-background-accent-gray-subtle-hovered: #4B4D51;\n --ds-background-accent-gray-subtle-pressed: #3D3F43;\n --ds-background-accent-gray-bolder: #96999E;\n --ds-background-accent-gray-bolder-hovered: #A9ABAF;\n --ds-background-accent-gray-bolder-pressed: #BFC1C4;\n --ds-background-disabled: #E3E4F21F;\n --ds-background-input: #242528;\n --ds-background-input-hovered: #2B2C2F;\n --ds-background-input-pressed: #242528;\n --ds-background-inverse-subtle: #FFFFFF29;\n --ds-background-inverse-subtle-hovered: #FFFFFF3D;\n --ds-background-inverse-subtle-pressed: #FFFFFF52;\n --ds-background-neutral: #CECED912;\n --ds-background-neutral-hovered: #E3E4F21F;\n --ds-background-neutral-pressed: #E5E9F640;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #CECED912;\n --ds-background-neutral-subtle-pressed: #E3E4F21F;\n --ds-background-neutral-bold: #CECFD2;\n --ds-background-neutral-bold-hovered: #BFC1C4;\n --ds-background-neutral-bold-pressed: #A9ABAF;\n --ds-background-selected: #1C2B42;\n --ds-background-selected-hovered: #123263;\n --ds-background-selected-pressed: #1558BC;\n --ds-background-selected-bold: #669DF1;\n --ds-background-selected-bold-hovered: #8FB8F6;\n --ds-background-selected-bold-pressed: #CFE1FD;\n --ds-background-brand-subtlest: #1C2B42;\n --ds-background-brand-subtlest-hovered: #123263;\n --ds-background-brand-subtlest-pressed: #144794;\n --ds-background-brand-bold: #669DF1;\n --ds-background-brand-bold-hovered: #8FB8F6;\n --ds-background-brand-bold-pressed: #ADCBFB;\n --ds-background-brand-boldest: #E9F2FE;\n --ds-background-brand-boldest-hovered: #CFE1FD;\n --ds-background-brand-boldest-pressed: #ADCBFB;\n --ds-background-danger: #42221F;\n --ds-background-danger-hovered: #5D1F1A;\n --ds-background-danger-pressed: #872821;\n --ds-background-danger-subtler: #5D1F1A;\n --ds-background-danger-subtler-hovered: #872821;\n --ds-background-danger-subtler-pressed: #AE2E24;\n --ds-background-danger-subtle: #AE2E24;\n --ds-background-danger-bold: #F87168;\n --ds-background-danger-bold-hovered: #FD9891;\n --ds-background-danger-bold-pressed: #FFB8B2;\n --ds-background-warning: #3A2C1F;\n --ds-background-warning-hovered: #693200;\n --ds-background-warning-pressed: #7A3B00;\n --ds-background-warning-subtler: #693200;\n --ds-background-warning-subtler-hovered: #7A3B00;\n --ds-background-warning-subtler-pressed: #9E4C00;\n --ds-background-warning-subtle: #9E4C00;\n --ds-background-warning-bold: #FBC828;\n --ds-background-warning-bold-hovered: #FCA700;\n --ds-background-warning-bold-pressed: #F68909;\n --ds-background-success: #28311B;\n --ds-background-success-hovered: #37471F;\n --ds-background-success-pressed: #3F5224;\n --ds-background-success-subtler: #37471F;\n --ds-background-success-subtler-hovered: #3F5224;\n --ds-background-success-subtler-pressed: #4C6B1F;\n --ds-background-success-subtle: #4C6B1F;\n --ds-background-success-bold: #94C748;\n --ds-background-success-bold-hovered: #B3DF72;\n --ds-background-success-bold-pressed: #BDE97C;\n --ds-background-discovery: #35243F;\n --ds-background-discovery-hovered: #48245D;\n --ds-background-discovery-pressed: #673286;\n --ds-background-discovery-subtler: #48245D;\n --ds-background-discovery-subtler-hovered: #673286;\n --ds-background-discovery-subtler-pressed: #803FA5;\n --ds-background-discovery-subtle: #803FA5;\n --ds-background-discovery-bold: #C97CF4;\n --ds-background-discovery-bold-hovered: #D8A0F7;\n --ds-background-discovery-bold-pressed: #E3BDFA;\n --ds-background-information: #1C2B42;\n --ds-background-information-hovered: #123263;\n --ds-background-information-pressed: #144794;\n --ds-background-information-subtler: #123263;\n --ds-background-information-subtler-hovered: #144794;\n --ds-background-information-subtler-pressed: #1558BC;\n --ds-background-information-subtle: #1558BC;\n --ds-background-information-bold: #669DF1;\n --ds-background-information-bold-hovered: #8FB8F6;\n --ds-background-information-bold-pressed: #ADCBFB;\n --ds-border: #E3E4F21F;\n --ds-border-accent-lime: #82B536;\n --ds-border-accent-lime-subtle: #4C6B1F;\n --ds-border-accent-red: #F15B50;\n --ds-border-accent-red-subtle: #AE2E24;\n --ds-border-accent-orange: #F68909;\n --ds-border-accent-orange-subtle: #9E4C00;\n --ds-border-accent-yellow: #CF9F02;\n --ds-border-accent-yellow-subtle: #7F5F01;\n --ds-border-accent-green: #2ABB7F;\n --ds-border-accent-green-subtle: #216E4E;\n --ds-border-accent-teal: #42B2D7;\n --ds-border-accent-teal-subtle: #206A83;\n --ds-border-accent-blue: #4688EC;\n --ds-border-accent-blue-subtle: #1558BC;\n --ds-border-accent-purple: #BF63F3;\n --ds-border-accent-purple-subtle: #803FA5;\n --ds-border-accent-magenta: #DA62AC;\n --ds-border-accent-magenta-subtle: #943D73;\n --ds-border-accent-gray: #7E8188;\n --ds-border-accent-gray-subtle: #4B4D51;\n --ds-border-disabled: #CECED912;\n --ds-border-focused: #8FB8F6;\n --ds-border-input: #7E8188;\n --ds-border-inverse: #18191A;\n --ds-border-selected: #669DF1;\n --ds-border-brand: #669DF1;\n --ds-border-danger: #F15B50;\n --ds-border-danger-subtle: #AE2E24;\n --ds-border-warning: #F68909;\n --ds-border-warning-subtle: #9E4C00;\n --ds-border-success: #82B536;\n --ds-border-success-subtle: #4C6B1F;\n --ds-border-discovery: #BF63F3;\n --ds-border-discovery-subtle: #803FA5;\n --ds-border-information: #4688EC;\n --ds-border-information-subtle: #1558BC;\n --ds-border-bold: #7E8188;\n --ds-text: #CECFD2;\n --ds-text-accent-lime: #B3DF72;\n --ds-text-accent-lime-bolder: #D3F1A7;\n --ds-text-accent-red: #FD9891;\n --ds-text-accent-red-bolder: #FFD5D2;\n --ds-text-accent-orange: #FBC828;\n --ds-text-accent-orange-bolder: #FCE4A6;\n --ds-text-accent-yellow: #EED12B;\n --ds-text-accent-yellow-bolder: #F5E989;\n --ds-text-accent-green: #7EE2B8;\n --ds-text-accent-green-bolder: #BAF3DB;\n --ds-text-accent-teal: #9DD9EE;\n --ds-text-accent-teal-bolder: #C6EDFB;\n --ds-text-accent-blue: #8FB8F6;\n --ds-text-accent-blue-bolder: #CFE1FD;\n --ds-text-accent-purple: #D8A0F7;\n --ds-text-accent-purple-bolder: #EED7FC;\n --ds-text-accent-magenta: #F797D2;\n --ds-text-accent-magenta-bolder: #FDD0EC;\n --ds-text-accent-gray: #A9ABAF;\n --ds-text-accent-gray-bolder: #E2E3E4;\n --ds-text-disabled: #E5E9F640;\n --ds-text-inverse: #1F1F21;\n --ds-text-selected: #669DF1;\n --ds-text-brand: #669DF1;\n --ds-text-danger: #FD9891;\n --ds-text-danger-bolder: #FFD5D2;\n --ds-text-warning: #FBC828;\n --ds-text-warning-inverse: #1F1F21;\n --ds-text-warning-bolder: #FCE4A6;\n --ds-text-success: #B3DF72;\n --ds-text-success-bolder: #D3F1A7;\n --ds-text-discovery: #D8A0F7;\n --ds-text-discovery-bolder: #EED7FC;\n --ds-text-information: #8FB8F6;\n --ds-text-information-bolder: #CFE1FD;\n --ds-text-subtlest: #96999E;\n --ds-text-subtle: #A9ABAF;\n --ds-icon: #CECFD2;\n --ds-icon-accent-lime: #82B536;\n --ds-icon-accent-red: #E2483D;\n --ds-icon-accent-orange: #F68909;\n --ds-icon-accent-yellow: #EED12B;\n --ds-icon-accent-green: #2ABB7F;\n --ds-icon-accent-teal: #42B2D7;\n --ds-icon-accent-blue: #4688EC;\n --ds-icon-accent-purple: #BF63F3;\n --ds-icon-accent-magenta: #DA62AC;\n --ds-icon-accent-gray: #7E8188;\n --ds-icon-disabled: #E5E9F640;\n --ds-icon-inverse: #1F1F21;\n --ds-icon-selected: #669DF1;\n --ds-icon-brand: #669DF1;\n --ds-icon-danger: #F15B50;\n --ds-icon-warning: #FBC828;\n --ds-icon-warning-inverse: #1F1F21;\n --ds-icon-success: #82B536;\n --ds-icon-discovery: #BF63F3;\n --ds-icon-information: #4688EC;\n --ds-icon-subtlest: #96999E;\n --ds-icon-subtle: #A9ABAF;\n --ds-link: #669DF1;\n --ds-link-pressed: #8FB8F6;\n --ds-link-visited: #D8A0F7;\n --ds-link-visited-pressed: #EED7FC;\n --ds-interaction-hovered: #ffffff33;\n --ds-interaction-pressed: #ffffff5c;\n --ds-skeleton: #CECED912;\n --ds-skeleton-subtle: #BDBDBD0A;\n --ds-blanket: #10121499;\n --ds-blanket-selected: #1D7AFC14;\n --ds-blanket-danger: #E3493514;\n --ds-chart-categorical-1: #4688EC;\n --ds-chart-categorical-1-hovered: #669DF1;\n --ds-chart-categorical-2: #94C748;\n --ds-chart-categorical-2-hovered: #B3DF72;\n --ds-chart-categorical-3: #C97CF4;\n --ds-chart-categorical-3-hovered: #D8A0F7;\n --ds-chart-categorical-4: #FCA700;\n --ds-chart-categorical-4-hovered: #FBC828;\n --ds-chart-categorical-5: #1558BC;\n --ds-chart-categorical-5-hovered: #1868DB;\n --ds-chart-categorical-6: #964AC0;\n --ds-chart-categorical-6-hovered: #AF59E1;\n --ds-chart-categorical-7: #42B2D7;\n --ds-chart-categorical-7-hovered: #6CC3E0;\n --ds-chart-categorical-8: #E06C00;\n --ds-chart-categorical-8-hovered: #FBD779;\n --ds-chart-lime-bold: #82B536;\n --ds-chart-lime-bold-hovered: #94C748;\n --ds-chart-lime-bolder: #94C748;\n --ds-chart-lime-bolder-hovered: #B3DF72;\n --ds-chart-lime-boldest: #B3DF72;\n --ds-chart-lime-boldest-hovered: #D3F1A7;\n --ds-chart-neutral: #7E8188;\n --ds-chart-neutral-hovered: #96999E;\n --ds-chart-red-bold: #E2483D;\n --ds-chart-red-bold-hovered: #F15B50;\n --ds-chart-red-bolder: #F15B50;\n --ds-chart-red-bolder-hovered: #F87168;\n --ds-chart-red-boldest: #FD9891;\n --ds-chart-red-boldest-hovered: #FFD5D2;\n --ds-chart-orange-bold: #F68909;\n --ds-chart-orange-bold-hovered: #FCA700;\n --ds-chart-orange-bolder: #FCA700;\n --ds-chart-orange-bolder-hovered: #FBC828;\n --ds-chart-orange-boldest: #FBD779;\n --ds-chart-orange-boldest-hovered: #FCE4A6;\n --ds-chart-yellow-bold: #CF9F02;\n --ds-chart-yellow-bold-hovered: #DDB30E;\n --ds-chart-yellow-bolder: #DDB30E;\n --ds-chart-yellow-bolder-hovered: #EED12B;\n --ds-chart-yellow-boldest: #EED12B;\n --ds-chart-yellow-boldest-hovered: #F5E989;\n --ds-chart-green-bold: #2ABB7F;\n --ds-chart-green-bold-hovered: #4BCE97;\n --ds-chart-green-bolder: #4BCE97;\n --ds-chart-green-bolder-hovered: #7EE2B8;\n --ds-chart-green-boldest: #7EE2B8;\n --ds-chart-green-boldest-hovered: #BAF3DB;\n --ds-chart-teal-bold: #42B2D7;\n --ds-chart-teal-bold-hovered: #6CC3E0;\n --ds-chart-teal-bolder: #6CC3E0;\n --ds-chart-teal-bolder-hovered: #9DD9EE;\n --ds-chart-teal-boldest: #9DD9EE;\n --ds-chart-teal-boldest-hovered: #C6EDFB;\n --ds-chart-blue-bold: #357DE8;\n --ds-chart-blue-bold-hovered: #4688EC;\n --ds-chart-blue-bolder: #4688EC;\n --ds-chart-blue-bolder-hovered: #669DF1;\n --ds-chart-blue-boldest: #8FB8F6;\n --ds-chart-blue-boldest-hovered: #CFE1FD;\n --ds-chart-purple-bold: #AF59E1;\n --ds-chart-purple-bold-hovered: #BF63F3;\n --ds-chart-purple-bolder: #BF63F3;\n --ds-chart-purple-bolder-hovered: #C97CF4;\n --ds-chart-purple-boldest: #D8A0F7;\n --ds-chart-purple-boldest-hovered: #EED7FC;\n --ds-chart-magenta-bold: #CD519D;\n --ds-chart-magenta-bold-hovered: #DA62AC;\n --ds-chart-magenta-bolder: #DA62AC;\n --ds-chart-magenta-bolder-hovered: #E774BB;\n --ds-chart-magenta-boldest: #F797D2;\n --ds-chart-magenta-boldest-hovered: #FDD0EC;\n --ds-chart-gray-bold: #7E8188;\n --ds-chart-gray-bold-hovered: #96999E;\n --ds-chart-gray-bolder: #96999E;\n --ds-chart-gray-bolder-hovered: #A9ABAF;\n --ds-chart-gray-boldest: #A9ABAF;\n --ds-chart-gray-boldest-hovered: #BFC1C4;\n --ds-chart-brand: #4688EC;\n --ds-chart-brand-hovered: #669DF1;\n --ds-chart-danger: #E2483D;\n --ds-chart-danger-hovered: #F15B50;\n --ds-chart-danger-bold: #FFB8B2;\n --ds-chart-danger-bold-hovered: #FD9891;\n --ds-chart-warning: #F68909;\n --ds-chart-warning-hovered: #FCA700;\n --ds-chart-warning-bold: #FBC828;\n --ds-chart-warning-bold-hovered: #FCE4A6;\n --ds-chart-success: #82B536;\n --ds-chart-success-hovered: #94C748;\n --ds-chart-success-bold: #B3DF72;\n --ds-chart-success-bold-hovered: #D3F1A7;\n --ds-chart-discovery: #BF63F3;\n --ds-chart-discovery-hovered: #C97CF4;\n --ds-chart-discovery-bold: #D8A0F7;\n --ds-chart-discovery-bold-hovered: #EED7FC;\n --ds-chart-information: #4688EC;\n --ds-chart-information-hovered: #669DF1;\n --ds-chart-information-bold: #8FB8F6;\n --ds-chart-information-bold-hovered: #CFE1FD;\n --ds-rovo-background-brand-bold: #FFFFFF;\n --ds-rovo-background-brand-bold-hovered: #E2E3E4;\n --ds-rovo-background-brand-bold-pressed: #CECFD2;\n --ds-rovo-border-lime: #82B536;\n --ds-rovo-border-saffron: #FCA700;\n --ds-rovo-border-blue: #357DE8;\n --ds-rovo-border-purple: #BF63F3;\n --ds-rovo-icon-lime: #82B536;\n --ds-rovo-icon-saffron: #FCA700;\n --ds-rovo-icon-blue: #357DE8;\n --ds-rovo-icon-purple: #BF63F3;\n --ds-surface: #1F1F21;\n --ds-surface-hovered: #242528;\n --ds-surface-pressed: #2B2C2F;\n --ds-surface-overlay: #2B2C2F;\n --ds-surface-overlay-hovered: #303134;\n --ds-surface-overlay-pressed: #3D3F43;\n --ds-surface-raised: #242528;\n --ds-surface-raised-hovered: #2B2C2F;\n --ds-surface-raised-pressed: #303134;\n --ds-surface-sunken: #18191A;\n --ds-shadow-overflow: 0px 0px 12px #0104048F, 0px 0px 1px #01040480;\n --ds-shadow-overflow-perimeter: #01040480;\n --ds-shadow-overflow-spread: #0104048f;\n --ds-shadow-overlay: 0px 0px 0px 1px #BDBDBD1F, 0px 8px 12px #0104045C, 0px 0px 1px 1px #01040480;\n --ds-shadow-raised: 0px 0px 0px 1px #00000000, 0px 1px 1px #01040480, 0px 0px 1px #01040480;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #1F1F21;\n}\n";
|
|
6
|
+
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark\"], [data-subtree-theme][data-color-mode=\"light\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark\"], [data-subtree-theme][data-color-mode=\"dark\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-background-accent-lime-subtlest: #28311B;\n --ds-background-accent-lime-subtlest-hovered: #37471F;\n --ds-background-accent-lime-subtlest-pressed: #3F5224;\n --ds-background-accent-lime-subtler: #37471F;\n --ds-background-accent-lime-subtler-hovered: #3F5224;\n --ds-background-accent-lime-subtler-pressed: #4C6B1F;\n --ds-background-accent-lime-subtle: #4C6B1F;\n --ds-background-accent-lime-subtle-hovered: #3F5224;\n --ds-background-accent-lime-subtle-pressed: #37471F;\n --ds-background-accent-lime-bolder: #94C748;\n --ds-background-accent-lime-bolder-hovered: #B3DF72;\n --ds-background-accent-lime-bolder-pressed: #BDE97C;\n --ds-background-accent-red-subtlest: #42221F;\n --ds-background-accent-red-subtlest-hovered: #5D1F1A;\n --ds-background-accent-red-subtlest-pressed: #872821;\n --ds-background-accent-red-subtler: #5D1F1A;\n --ds-background-accent-red-subtler-hovered: #872821;\n --ds-background-accent-red-subtler-pressed: #AE2E24;\n --ds-background-accent-red-subtle: #AE2E24;\n --ds-background-accent-red-subtle-hovered: #872821;\n --ds-background-accent-red-subtle-pressed: #5D1F1A;\n --ds-background-accent-red-bolder: #F87168;\n --ds-background-accent-red-bolder-hovered: #FD9891;\n --ds-background-accent-red-bolder-pressed: #FFB8B2;\n --ds-background-accent-orange-subtlest: #3A2C1F;\n --ds-background-accent-orange-subtlest-hovered: #693200;\n --ds-background-accent-orange-subtlest-pressed: #7A3B00;\n --ds-background-accent-orange-subtler: #693200;\n --ds-background-accent-orange-subtler-hovered: #7A3B00;\n --ds-background-accent-orange-subtler-pressed: #9E4C00;\n --ds-background-accent-orange-subtle: #9E4C00;\n --ds-background-accent-orange-subtle-hovered: #7A3B00;\n --ds-background-accent-orange-subtle-pressed: #693200;\n --ds-background-accent-orange-bolder: #FCA700;\n --ds-background-accent-orange-bolder-hovered: #FBC828;\n --ds-background-accent-orange-bolder-pressed: #FBD779;\n --ds-background-accent-yellow-subtlest: #332E1B;\n --ds-background-accent-yellow-subtlest-hovered: #533F04;\n --ds-background-accent-yellow-subtlest-pressed: #614A05;\n --ds-background-accent-yellow-subtler: #533F04;\n --ds-background-accent-yellow-subtler-hovered: #614A05;\n --ds-background-accent-yellow-subtler-pressed: #7F5F01;\n --ds-background-accent-yellow-subtle: #7F5F01;\n --ds-background-accent-yellow-subtle-hovered: #614A05;\n --ds-background-accent-yellow-subtle-pressed: #533F04;\n --ds-background-accent-yellow-bolder: #DDB30E;\n --ds-background-accent-yellow-bolder-hovered: #EED12B;\n --ds-background-accent-yellow-bolder-pressed: #EFDD4E;\n --ds-background-accent-green-subtlest: #1C3329;\n --ds-background-accent-green-subtlest-hovered: #164B35;\n --ds-background-accent-green-subtlest-pressed: #19573D;\n --ds-background-accent-green-subtler: #164B35;\n --ds-background-accent-green-subtler-hovered: #19573D;\n --ds-background-accent-green-subtler-pressed: #216E4E;\n --ds-background-accent-green-subtle: #216E4E;\n --ds-background-accent-green-subtle-hovered: #19573D;\n --ds-background-accent-green-subtle-pressed: #164B35;\n --ds-background-accent-green-bolder: #4BCE97;\n --ds-background-accent-green-bolder-hovered: #7EE2B8;\n --ds-background-accent-green-bolder-pressed: #97EDC9;\n --ds-background-accent-teal-subtlest: #1E3137;\n --ds-background-accent-teal-subtlest-hovered: #164555;\n --ds-background-accent-teal-subtlest-pressed: #1A5265;\n --ds-background-accent-teal-subtler: #164555;\n --ds-background-accent-teal-subtler-hovered: #1A5265;\n --ds-background-accent-teal-subtler-pressed: #206A83;\n --ds-background-accent-teal-subtle: #206A83;\n --ds-background-accent-teal-subtle-hovered: #1A5265;\n --ds-background-accent-teal-subtle-pressed: #164555;\n --ds-background-accent-teal-bolder: #6CC3E0;\n --ds-background-accent-teal-bolder-hovered: #9DD9EE;\n --ds-background-accent-teal-bolder-pressed: #B1E4F7;\n --ds-background-accent-blue-subtlest: #1C2B42;\n --ds-background-accent-blue-subtlest-hovered: #123263;\n --ds-background-accent-blue-subtlest-pressed: #144794;\n --ds-background-accent-blue-subtler: #123263;\n --ds-background-accent-blue-subtler-hovered: #144794;\n --ds-background-accent-blue-subtler-pressed: #1558BC;\n --ds-background-accent-blue-subtle: #1558BC;\n --ds-background-accent-blue-subtle-hovered: #144794;\n --ds-background-accent-blue-subtle-pressed: #123263;\n --ds-background-accent-blue-bolder: #669DF1;\n --ds-background-accent-blue-bolder-hovered: #8FB8F6;\n --ds-background-accent-blue-bolder-pressed: #ADCBFB;\n --ds-background-accent-purple-subtlest: #35243F;\n --ds-background-accent-purple-subtlest-hovered: #48245D;\n --ds-background-accent-purple-subtlest-pressed: #673286;\n --ds-background-accent-purple-subtler: #48245D;\n --ds-background-accent-purple-subtler-hovered: #673286;\n --ds-background-accent-purple-subtler-pressed: #803FA5;\n --ds-background-accent-purple-subtle: #803FA5;\n --ds-background-accent-purple-subtle-hovered: #673286;\n --ds-background-accent-purple-subtle-pressed: #48245D;\n --ds-background-accent-purple-bolder: #C97CF4;\n --ds-background-accent-purple-bolder-hovered: #D8A0F7;\n --ds-background-accent-purple-bolder-pressed: #E3BDFA;\n --ds-background-accent-magenta-subtlest: #3D2232;\n --ds-background-accent-magenta-subtlest-hovered: #50253F;\n --ds-background-accent-magenta-subtlest-pressed: #77325B;\n --ds-background-accent-magenta-subtler: #50253F;\n --ds-background-accent-magenta-subtler-hovered: #77325B;\n --ds-background-accent-magenta-subtler-pressed: #943D73;\n --ds-background-accent-magenta-subtle: #943D73;\n --ds-background-accent-magenta-subtle-hovered: #77325B;\n --ds-background-accent-magenta-subtle-pressed: #50253F;\n --ds-background-accent-magenta-bolder: #E774BB;\n --ds-background-accent-magenta-bolder-hovered: #F797D2;\n --ds-background-accent-magenta-bolder-pressed: #FCB6E1;\n --ds-background-accent-gray-subtlest: #303134;\n --ds-background-accent-gray-subtlest-hovered: #3D3F43;\n --ds-background-accent-gray-subtlest-pressed: #4B4D51;\n --ds-background-accent-gray-subtler: #4B4D51;\n --ds-background-accent-gray-subtler-hovered: #63666B;\n --ds-background-accent-gray-subtler-pressed: #7E8188;\n --ds-background-accent-gray-subtle: #63666B;\n --ds-background-accent-gray-subtle-hovered: #4B4D51;\n --ds-background-accent-gray-subtle-pressed: #3D3F43;\n --ds-background-accent-gray-bolder: #96999E;\n --ds-background-accent-gray-bolder-hovered: #A9ABAF;\n --ds-background-accent-gray-bolder-pressed: #BFC1C4;\n --ds-background-disabled: #E3E4F21F;\n --ds-background-input: #242528;\n --ds-background-input-hovered: #2B2C2F;\n --ds-background-input-pressed: #242528;\n --ds-background-inverse-subtle: #FFFFFF29;\n --ds-background-inverse-subtle-hovered: #FFFFFF3D;\n --ds-background-inverse-subtle-pressed: #FFFFFF52;\n --ds-background-neutral: #CECED912;\n --ds-background-neutral-hovered: #E3E4F21F;\n --ds-background-neutral-pressed: #E5E9F640;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #CECED912;\n --ds-background-neutral-subtle-pressed: #E3E4F21F;\n --ds-background-neutral-bold: #CECFD2;\n --ds-background-neutral-bold-hovered: #BFC1C4;\n --ds-background-neutral-bold-pressed: #A9ABAF;\n --ds-background-selected: #1C2B42;\n --ds-background-selected-hovered: #123263;\n --ds-background-selected-pressed: #1558BC;\n --ds-background-selected-bold: #669DF1;\n --ds-background-selected-bold-hovered: #8FB8F6;\n --ds-background-selected-bold-pressed: #CFE1FD;\n --ds-background-brand-subtlest: #1C2B42;\n --ds-background-brand-subtlest-hovered: #123263;\n --ds-background-brand-subtlest-pressed: #144794;\n --ds-background-brand-bold: #669DF1;\n --ds-background-brand-bold-hovered: #8FB8F6;\n --ds-background-brand-bold-pressed: #ADCBFB;\n --ds-background-brand-boldest: #E9F2FE;\n --ds-background-brand-boldest-hovered: #CFE1FD;\n --ds-background-brand-boldest-pressed: #ADCBFB;\n --ds-background-danger: #42221F;\n --ds-background-danger-hovered: #5D1F1A;\n --ds-background-danger-pressed: #872821;\n --ds-background-danger-subtler: #5D1F1A;\n --ds-background-danger-subtler-hovered: #872821;\n --ds-background-danger-subtler-pressed: #AE2E24;\n --ds-background-danger-subtle: #AE2E24;\n --ds-background-danger-bold: #F87168;\n --ds-background-danger-bold-hovered: #FD9891;\n --ds-background-danger-bold-pressed: #FFB8B2;\n --ds-background-warning: #3A2C1F;\n --ds-background-warning-hovered: #693200;\n --ds-background-warning-pressed: #7A3B00;\n --ds-background-warning-subtler: #693200;\n --ds-background-warning-subtler-hovered: #7A3B00;\n --ds-background-warning-subtler-pressed: #9E4C00;\n --ds-background-warning-subtle: #9E4C00;\n --ds-background-warning-bold: #FBC828;\n --ds-background-warning-bold-hovered: #FCA700;\n --ds-background-warning-bold-pressed: #F68909;\n --ds-background-success: #28311B;\n --ds-background-success-hovered: #37471F;\n --ds-background-success-pressed: #3F5224;\n --ds-background-success-subtler: #37471F;\n --ds-background-success-subtler-hovered: #3F5224;\n --ds-background-success-subtler-pressed: #4C6B1F;\n --ds-background-success-subtle: #4C6B1F;\n --ds-background-success-bold: #94C748;\n --ds-background-success-bold-hovered: #B3DF72;\n --ds-background-success-bold-pressed: #BDE97C;\n --ds-background-discovery: #35243F;\n --ds-background-discovery-hovered: #48245D;\n --ds-background-discovery-pressed: #673286;\n --ds-background-discovery-subtler: #48245D;\n --ds-background-discovery-subtler-hovered: #673286;\n --ds-background-discovery-subtler-pressed: #803FA5;\n --ds-background-discovery-subtle: #803FA5;\n --ds-background-discovery-bold: #C97CF4;\n --ds-background-discovery-bold-hovered: #D8A0F7;\n --ds-background-discovery-bold-pressed: #E3BDFA;\n --ds-background-information: #1C2B42;\n --ds-background-information-hovered: #123263;\n --ds-background-information-pressed: #144794;\n --ds-background-information-subtler: #123263;\n --ds-background-information-subtler-hovered: #144794;\n --ds-background-information-subtler-pressed: #1558BC;\n --ds-background-information-subtle: #1558BC;\n --ds-background-information-bold: #669DF1;\n --ds-background-information-bold-hovered: #8FB8F6;\n --ds-background-information-bold-pressed: #ADCBFB;\n --ds-border: #E3E4F21F;\n --ds-border-accent-lime: #82B536;\n --ds-border-accent-lime-subtle: #4C6B1F;\n --ds-border-accent-red: #F15B50;\n --ds-border-accent-red-subtle: #AE2E24;\n --ds-border-accent-orange: #F68909;\n --ds-border-accent-orange-subtle: #9E4C00;\n --ds-border-accent-yellow: #CF9F02;\n --ds-border-accent-yellow-subtle: #7F5F01;\n --ds-border-accent-green: #2ABB7F;\n --ds-border-accent-green-subtle: #216E4E;\n --ds-border-accent-teal: #42B2D7;\n --ds-border-accent-teal-subtle: #206A83;\n --ds-border-accent-blue: #4688EC;\n --ds-border-accent-blue-subtle: #1558BC;\n --ds-border-accent-purple: #BF63F3;\n --ds-border-accent-purple-subtle: #803FA5;\n --ds-border-accent-magenta: #DA62AC;\n --ds-border-accent-magenta-subtle: #943D73;\n --ds-border-accent-gray: #7E8188;\n --ds-border-accent-gray-subtle: #4B4D51;\n --ds-border-disabled: #CECED912;\n --ds-border-focused: #8FB8F6;\n --ds-border-input: #7E8188;\n --ds-border-inverse: #18191A;\n --ds-border-selected: #669DF1;\n --ds-border-brand: #669DF1;\n --ds-border-danger: #F15B50;\n --ds-border-danger-subtle: #AE2E24;\n --ds-border-warning: #F68909;\n --ds-border-warning-subtle: #9E4C00;\n --ds-border-success: #82B536;\n --ds-border-success-subtle: #4C6B1F;\n --ds-border-discovery: #BF63F3;\n --ds-border-discovery-subtle: #803FA5;\n --ds-border-information: #4688EC;\n --ds-border-information-subtle: #1558BC;\n --ds-border-bold: #7E8188;\n --ds-text: #CECFD2;\n --ds-text-accent-lime: #B3DF72;\n --ds-text-accent-lime-bolder: #D3F1A7;\n --ds-text-accent-red: #FD9891;\n --ds-text-accent-red-bolder: #FFD5D2;\n --ds-text-accent-orange: #FBC828;\n --ds-text-accent-orange-bolder: #FCE4A6;\n --ds-text-accent-yellow: #EED12B;\n --ds-text-accent-yellow-bolder: #F5E989;\n --ds-text-accent-green: #7EE2B8;\n --ds-text-accent-green-bolder: #BAF3DB;\n --ds-text-accent-teal: #9DD9EE;\n --ds-text-accent-teal-bolder: #C6EDFB;\n --ds-text-accent-blue: #8FB8F6;\n --ds-text-accent-blue-bolder: #CFE1FD;\n --ds-text-accent-purple: #D8A0F7;\n --ds-text-accent-purple-bolder: #EED7FC;\n --ds-text-accent-magenta: #F797D2;\n --ds-text-accent-magenta-bolder: #FDD0EC;\n --ds-text-accent-gray: #A9ABAF;\n --ds-text-accent-gray-bolder: #E2E3E4;\n --ds-text-disabled: #E5E9F640;\n --ds-text-inverse: #1F1F21;\n --ds-text-selected: #669DF1;\n --ds-text-brand: #669DF1;\n --ds-text-danger: #FD9891;\n --ds-text-danger-bolder: #FFD5D2;\n --ds-text-warning: #FBC828;\n --ds-text-warning-inverse: #1F1F21;\n --ds-text-warning-bolder: #FCE4A6;\n --ds-text-success: #B3DF72;\n --ds-text-success-bolder: #D3F1A7;\n --ds-text-discovery: #D8A0F7;\n --ds-text-discovery-bolder: #EED7FC;\n --ds-text-information: #8FB8F6;\n --ds-text-information-bolder: #CFE1FD;\n --ds-text-subtlest: #96999E;\n --ds-text-subtle: #A9ABAF;\n --ds-icon: #CECFD2;\n --ds-icon-accent-lime: #82B536;\n --ds-icon-accent-red: #E2483D;\n --ds-icon-accent-orange: #F68909;\n --ds-icon-accent-yellow: #EED12B;\n --ds-icon-accent-green: #2ABB7F;\n --ds-icon-accent-teal: #42B2D7;\n --ds-icon-accent-blue: #4688EC;\n --ds-icon-accent-purple: #BF63F3;\n --ds-icon-accent-magenta: #DA62AC;\n --ds-icon-accent-gray: #7E8188;\n --ds-icon-disabled: #E5E9F640;\n --ds-icon-inverse: #1F1F21;\n --ds-icon-selected: #669DF1;\n --ds-icon-brand: #669DF1;\n --ds-icon-danger: #F15B50;\n --ds-icon-warning: #FBC828;\n --ds-icon-warning-inverse: #1F1F21;\n --ds-icon-success: #82B536;\n --ds-icon-discovery: #BF63F3;\n --ds-icon-information: #4688EC;\n --ds-icon-subtlest: #96999E;\n --ds-icon-subtle: #A9ABAF;\n --ds-link: #669DF1;\n --ds-link-pressed: #8FB8F6;\n --ds-link-visited: #D8A0F7;\n --ds-link-visited-pressed: #EED7FC;\n --ds-interaction-hovered: #ffffff33;\n --ds-interaction-pressed: #ffffff5c;\n --ds-skeleton: #CECED912;\n --ds-skeleton-subtle: #BDBDBD0A;\n --ds-blanket: #10121499;\n --ds-blanket-selected: #1D7AFC14;\n --ds-blanket-danger: #E3493514;\n --ds-chart-categorical-1: #4688EC;\n --ds-chart-categorical-1-hovered: #669DF1;\n --ds-chart-categorical-2: #94C748;\n --ds-chart-categorical-2-hovered: #B3DF72;\n --ds-chart-categorical-3: #C97CF4;\n --ds-chart-categorical-3-hovered: #D8A0F7;\n --ds-chart-categorical-4: #FCA700;\n --ds-chart-categorical-4-hovered: #FBC828;\n --ds-chart-categorical-5: #1558BC;\n --ds-chart-categorical-5-hovered: #1868DB;\n --ds-chart-categorical-6: #964AC0;\n --ds-chart-categorical-6-hovered: #AF59E1;\n --ds-chart-categorical-7: #42B2D7;\n --ds-chart-categorical-7-hovered: #6CC3E0;\n --ds-chart-categorical-8: #E06C00;\n --ds-chart-categorical-8-hovered: #FBD779;\n --ds-chart-lime-bold: #82B536;\n --ds-chart-lime-bold-hovered: #94C748;\n --ds-chart-lime-bolder: #94C748;\n --ds-chart-lime-bolder-hovered: #B3DF72;\n --ds-chart-lime-boldest: #B3DF72;\n --ds-chart-lime-boldest-hovered: #D3F1A7;\n --ds-chart-neutral: #7E8188;\n --ds-chart-neutral-hovered: #96999E;\n --ds-chart-red-bold: #E2483D;\n --ds-chart-red-bold-hovered: #F15B50;\n --ds-chart-red-bolder: #F15B50;\n --ds-chart-red-bolder-hovered: #F87168;\n --ds-chart-red-boldest: #FD9891;\n --ds-chart-red-boldest-hovered: #FFD5D2;\n --ds-chart-orange-bold: #F68909;\n --ds-chart-orange-bold-hovered: #FCA700;\n --ds-chart-orange-bolder: #FCA700;\n --ds-chart-orange-bolder-hovered: #FBC828;\n --ds-chart-orange-boldest: #FBD779;\n --ds-chart-orange-boldest-hovered: #FCE4A6;\n --ds-chart-yellow-bold: #CF9F02;\n --ds-chart-yellow-bold-hovered: #DDB30E;\n --ds-chart-yellow-bolder: #DDB30E;\n --ds-chart-yellow-bolder-hovered: #EED12B;\n --ds-chart-yellow-boldest: #EED12B;\n --ds-chart-yellow-boldest-hovered: #F5E989;\n --ds-chart-green-bold: #2ABB7F;\n --ds-chart-green-bold-hovered: #4BCE97;\n --ds-chart-green-bolder: #4BCE97;\n --ds-chart-green-bolder-hovered: #7EE2B8;\n --ds-chart-green-boldest: #7EE2B8;\n --ds-chart-green-boldest-hovered: #BAF3DB;\n --ds-chart-teal-bold: #42B2D7;\n --ds-chart-teal-bold-hovered: #6CC3E0;\n --ds-chart-teal-bolder: #6CC3E0;\n --ds-chart-teal-bolder-hovered: #9DD9EE;\n --ds-chart-teal-boldest: #9DD9EE;\n --ds-chart-teal-boldest-hovered: #C6EDFB;\n --ds-chart-blue-bold: #357DE8;\n --ds-chart-blue-bold-hovered: #4688EC;\n --ds-chart-blue-bolder: #4688EC;\n --ds-chart-blue-bolder-hovered: #669DF1;\n --ds-chart-blue-boldest: #8FB8F6;\n --ds-chart-blue-boldest-hovered: #CFE1FD;\n --ds-chart-purple-bold: #AF59E1;\n --ds-chart-purple-bold-hovered: #BF63F3;\n --ds-chart-purple-bolder: #BF63F3;\n --ds-chart-purple-bolder-hovered: #C97CF4;\n --ds-chart-purple-boldest: #D8A0F7;\n --ds-chart-purple-boldest-hovered: #EED7FC;\n --ds-chart-magenta-bold: #CD519D;\n --ds-chart-magenta-bold-hovered: #DA62AC;\n --ds-chart-magenta-bolder: #DA62AC;\n --ds-chart-magenta-bolder-hovered: #E774BB;\n --ds-chart-magenta-boldest: #F797D2;\n --ds-chart-magenta-boldest-hovered: #FDD0EC;\n --ds-chart-gray-bold: #7E8188;\n --ds-chart-gray-bold-hovered: #96999E;\n --ds-chart-gray-bolder: #96999E;\n --ds-chart-gray-bolder-hovered: #A9ABAF;\n --ds-chart-gray-boldest: #A9ABAF;\n --ds-chart-gray-boldest-hovered: #BFC1C4;\n --ds-chart-brand: #4688EC;\n --ds-chart-brand-hovered: #669DF1;\n --ds-chart-danger: #E2483D;\n --ds-chart-danger-hovered: #F15B50;\n --ds-chart-danger-bold: #FFB8B2;\n --ds-chart-danger-bold-hovered: #FD9891;\n --ds-chart-warning: #F68909;\n --ds-chart-warning-hovered: #FCA700;\n --ds-chart-warning-bold: #FBC828;\n --ds-chart-warning-bold-hovered: #FCE4A6;\n --ds-chart-success: #82B536;\n --ds-chart-success-hovered: #94C748;\n --ds-chart-success-bold: #B3DF72;\n --ds-chart-success-bold-hovered: #D3F1A7;\n --ds-chart-discovery: #BF63F3;\n --ds-chart-discovery-hovered: #C97CF4;\n --ds-chart-discovery-bold: #D8A0F7;\n --ds-chart-discovery-bold-hovered: #EED7FC;\n --ds-chart-information: #4688EC;\n --ds-chart-information-hovered: #669DF1;\n --ds-chart-information-bold: #8FB8F6;\n --ds-chart-information-bold-hovered: #CFE1FD;\n --ds-rovo-background-brand-bold: #FFFFFF;\n --ds-rovo-background-brand-bold-hovered: #E2E3E4;\n --ds-rovo-background-brand-bold-pressed: #CECFD2;\n --ds-rovo-border-lime: #82B536;\n --ds-rovo-border-saffron: #FCA700;\n --ds-rovo-border-blue: #357DE8;\n --ds-rovo-border-purple: #BF63F3;\n --ds-rovo-icon-lime: #82B536;\n --ds-rovo-icon-saffron: #FCA700;\n --ds-rovo-icon-blue: #357DE8;\n --ds-rovo-icon-purple: #BF63F3;\n --ds-surface: #1F1F21;\n --ds-surface-hovered: #242528;\n --ds-surface-pressed: #2B2C2F;\n --ds-surface-container: #303134;\n --ds-surface-overlay: #2B2C2F;\n --ds-surface-overlay-hovered: #303134;\n --ds-surface-overlay-pressed: #3D3F43;\n --ds-surface-raised: #242528;\n --ds-surface-raised-hovered: #2B2C2F;\n --ds-surface-raised-pressed: #303134;\n --ds-surface-sunken: #18191A;\n --ds-rovo-surface-overlay: #242528;\n --ds-rovo-surface-overlay-hovered: #2B2C2F;\n --ds-rovo-surface-overlay-pressed: #303134;\n --ds-shadow-overflow: 0px 0px 12px #0104048F, 0px 0px 1px #01040480;\n --ds-shadow-overflow-perimeter: #01040480;\n --ds-shadow-overflow-spread: #0104048f;\n --ds-shadow-overlay: 0px 0px 0px 1px #BDBDBD1F, 0px 8px 12px #0104045C, 0px 0px 1px 1px #01040480;\n --ds-shadow-raised: 0px 0px 0px 1px #00000000, 0px 1px 1px #01040480, 0px 0px 1px #01040480;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #1F1F21;\n}\n";
|
|
7
7
|
export default _default;
|