@aurodesignsystem/design-tokens 4.5.0 → 4.6.1
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 +21 -0
- package/README.md +5 -1
- package/dist/tokens/CSSCustomProperties.css +10 -10
- package/dist/tokens/CSSSizeCustomProperties.css +1 -1
- package/dist/tokens/JSData--color.js +239 -221
- package/dist/tokens/JSONVariablesFlat.json +9 -9
- package/dist/tokens/JSONVariablesNested.json +18 -16
- package/dist/tokens/JSObject--allTokens.js +239 -221
- package/dist/tokens/JSObject--deprecated.js +1 -1
- package/dist/tokens/JSVariables--color.js +10 -10
- package/dist/tokens/SCSSVariableMap.scss +1 -1
- package/dist/tokens/SCSSVariables.scss +10 -10
- package/dist/tokens/SCSSVariablesMapFlat.scss +10 -10
- package/dist/tokens/SassCustomProperties.scss +10 -10
- package/dist/tokens/SassSizeCustomProperties.scss +1 -1
- package/dist/tokens/darkmode/CSSCustomProperties.css +1 -1
- package/dist/tokens/darkmode/JSDataColor.js +1 -1
- package/dist/tokens/darkmode/JSObject--deprecatedDark.js +1 -1
- package/dist/tokens/darkmode/JSVariablesColor.js +1 -1
- package/dist/tokens/darkmode/SCSSVariables.scss +1 -1
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +1 -1
- package/dist/tokens/darkmode/SassCustomProperties.scss +1 -1
- package/dist/tokens/excursion/JSONVariablesFlat.json +699 -30
- package/dist/tokens/excursion/JSONVariablesNested.json +1156 -39
- package/package.json +1 -1
- package/src/color/background.json +69 -67
- package/src/color/icon.json +1 -1
- package/src/themes/excursion/animation.json +21 -0
- package/src/themes/excursion/asset/font.json +35 -0
- package/src/themes/excursion/color/alert.json +90 -0
- package/src/themes/excursion/color/background.json +208 -1
- package/src/themes/excursion/color/base.json +1295 -226
- package/src/themes/excursion/color/border.json +288 -0
- package/src/themes/excursion/color/brand.json +1388 -93
- package/src/themes/excursion/color/container.json +464 -0
- package/src/themes/excursion/color/excursion.json +254 -0
- package/src/themes/excursion/color/icon.json +476 -0
- package/src/themes/excursion/color/text.json +270 -0
- package/src/themes/excursion/color/tier.json +180 -0
- package/src/themes/excursion/color/ui.json +125 -0
- package/src/themes/excursion/comments.json +34 -0
- package/src/themes/excursion/depth copy.json +22 -0
- package/src/themes/excursion/elevation.json +22 -0
- package/src/themes/excursion/grid-breakpoint.json +29 -0
- package/src/themes/excursion/grid-column.json +29 -0
- package/src/themes/excursion/grid-gutter.json +29 -0
- package/src/themes/excursion/grid-margin.json +29 -0
- package/src/themes/excursion/size/radius.json +9 -0
- package/src/themes/excursion/size/scale.json +234 -0
- package/src/themes/excursion/size/unitless-scale.json +82 -0
- package/src/themes/excursion/text.json +572 -0
|
@@ -298,21 +298,23 @@
|
|
|
298
298
|
}
|
|
299
299
|
},
|
|
300
300
|
"background": {
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
"
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
"
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
"
|
|
315
|
-
|
|
301
|
+
"primary": {
|
|
302
|
+
"100": {
|
|
303
|
+
"default": "#ffffff",
|
|
304
|
+
"inverse": "#0e2b4f"
|
|
305
|
+
},
|
|
306
|
+
"200": {
|
|
307
|
+
"default": "#f7f7f7",
|
|
308
|
+
"inverse": "#194069"
|
|
309
|
+
},
|
|
310
|
+
"300": {
|
|
311
|
+
"default": "#e4e8ec",
|
|
312
|
+
"inverse": "#265688"
|
|
313
|
+
},
|
|
314
|
+
"400": {
|
|
315
|
+
"default": "#dddddd",
|
|
316
|
+
"inverse": "#326aa5"
|
|
317
|
+
}
|
|
316
318
|
},
|
|
317
319
|
"success": {
|
|
318
320
|
"default": "#eef8f5",
|
|
@@ -983,7 +985,7 @@
|
|
|
983
985
|
"inverse": "#f2c153"
|
|
984
986
|
},
|
|
985
987
|
"success": {
|
|
986
|
-
"default": "#
|
|
988
|
+
"default": "#40a080",
|
|
987
989
|
"inverse": "#8eceb9"
|
|
988
990
|
},
|
|
989
991
|
"subtle": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 28 May 2024 20:49:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -3862,260 +3862,278 @@ module.exports = {
|
|
|
3862
3862
|
},
|
|
3863
3863
|
"color": {
|
|
3864
3864
|
"background": {
|
|
3865
|
-
"
|
|
3866
|
-
"
|
|
3867
|
-
"
|
|
3868
|
-
|
|
3869
|
-
"default": true,
|
|
3870
|
-
"usage": "Used for creating light backgrounds",
|
|
3871
|
-
"wcag": "n/a",
|
|
3872
|
-
"deprecated": false,
|
|
3873
|
-
"filePath": "src/color/background.json",
|
|
3874
|
-
"isSource": true,
|
|
3875
|
-
"original": {
|
|
3876
|
-
"value": "{color.base.white.value}",
|
|
3865
|
+
"primary": {
|
|
3866
|
+
"100": {
|
|
3867
|
+
"default": {
|
|
3868
|
+
"value": "#ffffff",
|
|
3877
3869
|
"public": true,
|
|
3878
3870
|
"default": true,
|
|
3879
3871
|
"usage": "Used for creating light backgrounds",
|
|
3880
3872
|
"wcag": "n/a",
|
|
3881
|
-
"deprecated": false
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3873
|
+
"deprecated": false,
|
|
3874
|
+
"filePath": "src/color/background.json",
|
|
3875
|
+
"isSource": true,
|
|
3876
|
+
"original": {
|
|
3877
|
+
"value": "{color.base.white.value}",
|
|
3878
|
+
"public": true,
|
|
3879
|
+
"default": true,
|
|
3880
|
+
"usage": "Used for creating light backgrounds",
|
|
3881
|
+
"wcag": "n/a",
|
|
3882
|
+
"deprecated": false
|
|
3883
|
+
},
|
|
3884
|
+
"name": "ds-color-background-primary-100-default",
|
|
3885
|
+
"attributes": {
|
|
3886
|
+
"category": "color",
|
|
3887
|
+
"type": "background",
|
|
3888
|
+
"item": "primary",
|
|
3889
|
+
"subitem": "100",
|
|
3890
|
+
"state": "default"
|
|
3891
|
+
},
|
|
3892
|
+
"path": [
|
|
3893
|
+
"color",
|
|
3894
|
+
"background",
|
|
3895
|
+
"primary",
|
|
3896
|
+
"100",
|
|
3897
|
+
"default"
|
|
3898
|
+
]
|
|
3889
3899
|
},
|
|
3890
|
-
"
|
|
3891
|
-
"
|
|
3892
|
-
"background",
|
|
3893
|
-
"100",
|
|
3894
|
-
"default"
|
|
3895
|
-
]
|
|
3896
|
-
},
|
|
3897
|
-
"inverse": {
|
|
3898
|
-
"value": "#0e2b4f",
|
|
3899
|
-
"public": true,
|
|
3900
|
-
"inverse": true,
|
|
3901
|
-
"usage": "Used for creating dark backgrounds",
|
|
3902
|
-
"wcag": "n/a",
|
|
3903
|
-
"deprecated": false,
|
|
3904
|
-
"filePath": "src/color/background.json",
|
|
3905
|
-
"isSource": true,
|
|
3906
|
-
"original": {
|
|
3907
|
-
"value": "{color.brand.navy.1000.value}",
|
|
3900
|
+
"inverse": {
|
|
3901
|
+
"value": "#0e2b4f",
|
|
3908
3902
|
"public": true,
|
|
3909
3903
|
"inverse": true,
|
|
3910
3904
|
"usage": "Used for creating dark backgrounds",
|
|
3911
3905
|
"wcag": "n/a",
|
|
3912
|
-
"deprecated": false
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
"background",
|
|
3924
|
-
"
|
|
3925
|
-
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3906
|
+
"deprecated": false,
|
|
3907
|
+
"filePath": "src/color/background.json",
|
|
3908
|
+
"isSource": true,
|
|
3909
|
+
"original": {
|
|
3910
|
+
"value": "{color.brand.navy.1000.value}",
|
|
3911
|
+
"public": true,
|
|
3912
|
+
"inverse": true,
|
|
3913
|
+
"usage": "Used for creating dark backgrounds",
|
|
3914
|
+
"wcag": "n/a",
|
|
3915
|
+
"deprecated": false
|
|
3916
|
+
},
|
|
3917
|
+
"name": "ds-color-background-primary-100-inverse",
|
|
3918
|
+
"attributes": {
|
|
3919
|
+
"category": "color",
|
|
3920
|
+
"type": "background",
|
|
3921
|
+
"item": "primary",
|
|
3922
|
+
"subitem": "100",
|
|
3923
|
+
"state": "inverse"
|
|
3924
|
+
},
|
|
3925
|
+
"path": [
|
|
3926
|
+
"color",
|
|
3927
|
+
"background",
|
|
3928
|
+
"primary",
|
|
3929
|
+
"100",
|
|
3930
|
+
"inverse"
|
|
3931
|
+
]
|
|
3932
|
+
}
|
|
3933
|
+
},
|
|
3934
|
+
"200": {
|
|
3935
|
+
"default": {
|
|
3936
|
+
"value": "#f7f7f7",
|
|
3941
3937
|
"public": true,
|
|
3942
3938
|
"default": true,
|
|
3943
3939
|
"usage": "Used for creating light backgrounds",
|
|
3944
3940
|
"wcag": "n/a",
|
|
3945
|
-
"deprecated": false
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3941
|
+
"deprecated": false,
|
|
3942
|
+
"filePath": "src/color/background.json",
|
|
3943
|
+
"isSource": true,
|
|
3944
|
+
"original": {
|
|
3945
|
+
"value": "{color.brand.gray.100.value}",
|
|
3946
|
+
"public": true,
|
|
3947
|
+
"default": true,
|
|
3948
|
+
"usage": "Used for creating light backgrounds",
|
|
3949
|
+
"wcag": "n/a",
|
|
3950
|
+
"deprecated": false
|
|
3951
|
+
},
|
|
3952
|
+
"name": "ds-color-background-primary-200-default",
|
|
3953
|
+
"attributes": {
|
|
3954
|
+
"category": "color",
|
|
3955
|
+
"type": "background",
|
|
3956
|
+
"item": "primary",
|
|
3957
|
+
"subitem": "200",
|
|
3958
|
+
"state": "default"
|
|
3959
|
+
},
|
|
3960
|
+
"path": [
|
|
3961
|
+
"color",
|
|
3962
|
+
"background",
|
|
3963
|
+
"primary",
|
|
3964
|
+
"200",
|
|
3965
|
+
"default"
|
|
3966
|
+
]
|
|
3953
3967
|
},
|
|
3954
|
-
"
|
|
3955
|
-
"
|
|
3956
|
-
"background",
|
|
3957
|
-
"200",
|
|
3958
|
-
"default"
|
|
3959
|
-
]
|
|
3960
|
-
},
|
|
3961
|
-
"inverse": {
|
|
3962
|
-
"value": "#194069",
|
|
3963
|
-
"public": true,
|
|
3964
|
-
"inverse": true,
|
|
3965
|
-
"usage": "Used for creating dark backgrounds",
|
|
3966
|
-
"wcag": "n/a",
|
|
3967
|
-
"deprecated": false,
|
|
3968
|
-
"filePath": "src/color/background.json",
|
|
3969
|
-
"isSource": true,
|
|
3970
|
-
"original": {
|
|
3971
|
-
"value": "{color.brand.navy.900.value}",
|
|
3968
|
+
"inverse": {
|
|
3969
|
+
"value": "#194069",
|
|
3972
3970
|
"public": true,
|
|
3973
3971
|
"inverse": true,
|
|
3974
3972
|
"usage": "Used for creating dark backgrounds",
|
|
3975
3973
|
"wcag": "n/a",
|
|
3976
|
-
"deprecated": false
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
"background",
|
|
3988
|
-
"
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
3974
|
+
"deprecated": false,
|
|
3975
|
+
"filePath": "src/color/background.json",
|
|
3976
|
+
"isSource": true,
|
|
3977
|
+
"original": {
|
|
3978
|
+
"value": "{color.brand.navy.900.value}",
|
|
3979
|
+
"public": true,
|
|
3980
|
+
"inverse": true,
|
|
3981
|
+
"usage": "Used for creating dark backgrounds",
|
|
3982
|
+
"wcag": "n/a",
|
|
3983
|
+
"deprecated": false
|
|
3984
|
+
},
|
|
3985
|
+
"name": "ds-color-background-primary-200-inverse",
|
|
3986
|
+
"attributes": {
|
|
3987
|
+
"category": "color",
|
|
3988
|
+
"type": "background",
|
|
3989
|
+
"item": "primary",
|
|
3990
|
+
"subitem": "200",
|
|
3991
|
+
"state": "inverse"
|
|
3992
|
+
},
|
|
3993
|
+
"path": [
|
|
3994
|
+
"color",
|
|
3995
|
+
"background",
|
|
3996
|
+
"primary",
|
|
3997
|
+
"200",
|
|
3998
|
+
"inverse"
|
|
3999
|
+
]
|
|
4000
|
+
}
|
|
4001
|
+
},
|
|
4002
|
+
"300": {
|
|
4003
|
+
"default": {
|
|
4004
|
+
"value": "#e4e8ec",
|
|
4005
4005
|
"public": true,
|
|
4006
4006
|
"default": true,
|
|
4007
4007
|
"usage": "Used for creating light backgrounds",
|
|
4008
4008
|
"wcag": "n/a",
|
|
4009
|
-
"deprecated": false
|
|
4010
|
-
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
|
|
4016
|
-
|
|
4009
|
+
"deprecated": false,
|
|
4010
|
+
"filePath": "src/color/background.json",
|
|
4011
|
+
"isSource": true,
|
|
4012
|
+
"original": {
|
|
4013
|
+
"value": "{color.brand.neutral.200.value}",
|
|
4014
|
+
"public": true,
|
|
4015
|
+
"default": true,
|
|
4016
|
+
"usage": "Used for creating light backgrounds",
|
|
4017
|
+
"wcag": "n/a",
|
|
4018
|
+
"deprecated": false
|
|
4019
|
+
},
|
|
4020
|
+
"name": "ds-color-background-primary-300-default",
|
|
4021
|
+
"attributes": {
|
|
4022
|
+
"category": "color",
|
|
4023
|
+
"type": "background",
|
|
4024
|
+
"item": "primary",
|
|
4025
|
+
"subitem": "300",
|
|
4026
|
+
"state": "default"
|
|
4027
|
+
},
|
|
4028
|
+
"path": [
|
|
4029
|
+
"color",
|
|
4030
|
+
"background",
|
|
4031
|
+
"primary",
|
|
4032
|
+
"300",
|
|
4033
|
+
"default"
|
|
4034
|
+
]
|
|
4017
4035
|
},
|
|
4018
|
-
"
|
|
4019
|
-
"
|
|
4020
|
-
"background",
|
|
4021
|
-
"300",
|
|
4022
|
-
"default"
|
|
4023
|
-
]
|
|
4024
|
-
},
|
|
4025
|
-
"inverse": {
|
|
4026
|
-
"value": "#265688",
|
|
4027
|
-
"public": true,
|
|
4028
|
-
"inverse": true,
|
|
4029
|
-
"usage": "Used for creating dark backgrounds",
|
|
4030
|
-
"wcag": "n/a",
|
|
4031
|
-
"deprecated": false,
|
|
4032
|
-
"filePath": "src/color/background.json",
|
|
4033
|
-
"isSource": true,
|
|
4034
|
-
"original": {
|
|
4035
|
-
"value": "{color.brand.navy.800.value}",
|
|
4036
|
+
"inverse": {
|
|
4037
|
+
"value": "#265688",
|
|
4036
4038
|
"public": true,
|
|
4037
4039
|
"inverse": true,
|
|
4038
4040
|
"usage": "Used for creating dark backgrounds",
|
|
4039
4041
|
"wcag": "n/a",
|
|
4040
|
-
"deprecated": false
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
"background",
|
|
4052
|
-
"
|
|
4053
|
-
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4042
|
+
"deprecated": false,
|
|
4043
|
+
"filePath": "src/color/background.json",
|
|
4044
|
+
"isSource": true,
|
|
4045
|
+
"original": {
|
|
4046
|
+
"value": "{color.brand.navy.800.value}",
|
|
4047
|
+
"public": true,
|
|
4048
|
+
"inverse": true,
|
|
4049
|
+
"usage": "Used for creating dark backgrounds",
|
|
4050
|
+
"wcag": "n/a",
|
|
4051
|
+
"deprecated": false
|
|
4052
|
+
},
|
|
4053
|
+
"name": "ds-color-background-primary-300-inverse",
|
|
4054
|
+
"attributes": {
|
|
4055
|
+
"category": "color",
|
|
4056
|
+
"type": "background",
|
|
4057
|
+
"item": "primary",
|
|
4058
|
+
"subitem": "300",
|
|
4059
|
+
"state": "inverse"
|
|
4060
|
+
},
|
|
4061
|
+
"path": [
|
|
4062
|
+
"color",
|
|
4063
|
+
"background",
|
|
4064
|
+
"primary",
|
|
4065
|
+
"300",
|
|
4066
|
+
"inverse"
|
|
4067
|
+
]
|
|
4068
|
+
}
|
|
4069
|
+
},
|
|
4070
|
+
"400": {
|
|
4071
|
+
"default": {
|
|
4072
|
+
"value": "#dddddd",
|
|
4069
4073
|
"public": true,
|
|
4070
4074
|
"default": true,
|
|
4071
4075
|
"usage": "Used for creating light backgrounds",
|
|
4072
4076
|
"wcag": "n/a",
|
|
4073
|
-
"deprecated": false
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4077
|
+
"deprecated": false,
|
|
4078
|
+
"filePath": "src/color/background.json",
|
|
4079
|
+
"isSource": true,
|
|
4080
|
+
"original": {
|
|
4081
|
+
"value": "{color.brand.gray.200.value}",
|
|
4082
|
+
"public": true,
|
|
4083
|
+
"default": true,
|
|
4084
|
+
"usage": "Used for creating light backgrounds",
|
|
4085
|
+
"wcag": "n/a",
|
|
4086
|
+
"deprecated": false
|
|
4087
|
+
},
|
|
4088
|
+
"name": "ds-color-background-primary-400-default",
|
|
4089
|
+
"attributes": {
|
|
4090
|
+
"category": "color",
|
|
4091
|
+
"type": "background",
|
|
4092
|
+
"item": "primary",
|
|
4093
|
+
"subitem": "400",
|
|
4094
|
+
"state": "default"
|
|
4095
|
+
},
|
|
4096
|
+
"path": [
|
|
4097
|
+
"color",
|
|
4098
|
+
"background",
|
|
4099
|
+
"primary",
|
|
4100
|
+
"400",
|
|
4101
|
+
"default"
|
|
4102
|
+
]
|
|
4081
4103
|
},
|
|
4082
|
-
"
|
|
4083
|
-
"
|
|
4084
|
-
"background",
|
|
4085
|
-
"400",
|
|
4086
|
-
"default"
|
|
4087
|
-
]
|
|
4088
|
-
},
|
|
4089
|
-
"inverse": {
|
|
4090
|
-
"value": "#326aa5",
|
|
4091
|
-
"public": true,
|
|
4092
|
-
"inverse": true,
|
|
4093
|
-
"usage": "Used for creating dark backgrounds",
|
|
4094
|
-
"wcag": "n/a",
|
|
4095
|
-
"deprecated": false,
|
|
4096
|
-
"filePath": "src/color/background.json",
|
|
4097
|
-
"isSource": true,
|
|
4098
|
-
"original": {
|
|
4099
|
-
"value": "{color.brand.navy.700.value}",
|
|
4104
|
+
"inverse": {
|
|
4105
|
+
"value": "#326aa5",
|
|
4100
4106
|
"public": true,
|
|
4101
4107
|
"inverse": true,
|
|
4102
4108
|
"usage": "Used for creating dark backgrounds",
|
|
4103
4109
|
"wcag": "n/a",
|
|
4104
|
-
"deprecated": false
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
"background",
|
|
4116
|
-
"
|
|
4117
|
-
|
|
4118
|
-
|
|
4110
|
+
"deprecated": false,
|
|
4111
|
+
"filePath": "src/color/background.json",
|
|
4112
|
+
"isSource": true,
|
|
4113
|
+
"original": {
|
|
4114
|
+
"value": "{color.brand.navy.700.value}",
|
|
4115
|
+
"public": true,
|
|
4116
|
+
"inverse": true,
|
|
4117
|
+
"usage": "Used for creating dark backgrounds",
|
|
4118
|
+
"wcag": "n/a",
|
|
4119
|
+
"deprecated": false
|
|
4120
|
+
},
|
|
4121
|
+
"name": "ds-color-background-primary-400-inverse",
|
|
4122
|
+
"attributes": {
|
|
4123
|
+
"category": "color",
|
|
4124
|
+
"type": "background",
|
|
4125
|
+
"item": "primary",
|
|
4126
|
+
"subitem": "400",
|
|
4127
|
+
"state": "inverse"
|
|
4128
|
+
},
|
|
4129
|
+
"path": [
|
|
4130
|
+
"color",
|
|
4131
|
+
"background",
|
|
4132
|
+
"primary",
|
|
4133
|
+
"400",
|
|
4134
|
+
"inverse"
|
|
4135
|
+
]
|
|
4136
|
+
}
|
|
4119
4137
|
}
|
|
4120
4138
|
},
|
|
4121
4139
|
"success": {
|
|
@@ -16205,7 +16223,7 @@ module.exports = {
|
|
|
16205
16223
|
},
|
|
16206
16224
|
"success": {
|
|
16207
16225
|
"default": {
|
|
16208
|
-
"value": "#
|
|
16226
|
+
"value": "#40a080",
|
|
16209
16227
|
"public": true,
|
|
16210
16228
|
"default": true,
|
|
16211
16229
|
"usage": "Success icon color on light backgrounds",
|
|
@@ -16214,7 +16232,7 @@ module.exports = {
|
|
|
16214
16232
|
"filePath": "src/color/icon.json",
|
|
16215
16233
|
"isSource": true,
|
|
16216
16234
|
"original": {
|
|
16217
|
-
"value": "{color.base.success.
|
|
16235
|
+
"value": "{color.base.success.300.value}",
|
|
16218
16236
|
"public": true,
|
|
16219
16237
|
"default": true,
|
|
16220
16238
|
"usage": "Success icon color on light backgrounds",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 28 May 2024 20:49:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const DsColorAlertNotificationDefault = "#0074c8";
|
|
@@ -10,14 +10,14 @@ export const DsColorAlertSuccessDefault = "#00805d";
|
|
|
10
10
|
export const DsColorAlertAdvisoryDefault = "#fff0cd";
|
|
11
11
|
export const DsColorAlertBkgSuccessDefault = "#ddf6e8";
|
|
12
12
|
export const DsColorAlertBkgErrorDefault = "#ffedf1";
|
|
13
|
-
export const
|
|
14
|
-
export const
|
|
15
|
-
export const
|
|
16
|
-
export const
|
|
17
|
-
export const
|
|
18
|
-
export const
|
|
19
|
-
export const
|
|
20
|
-
export const
|
|
13
|
+
export const DsColorBackgroundPrimary100Default = "#ffffff";
|
|
14
|
+
export const DsColorBackgroundPrimary100Inverse = "#0e2b4f";
|
|
15
|
+
export const DsColorBackgroundPrimary200Default = "#f7f7f7";
|
|
16
|
+
export const DsColorBackgroundPrimary200Inverse = "#194069";
|
|
17
|
+
export const DsColorBackgroundPrimary300Default = "#e4e8ec";
|
|
18
|
+
export const DsColorBackgroundPrimary300Inverse = "#265688";
|
|
19
|
+
export const DsColorBackgroundPrimary400Default = "#dddddd";
|
|
20
|
+
export const DsColorBackgroundPrimary400Inverse = "#326aa5";
|
|
21
21
|
export const DsColorBackgroundSuccessDefault = "#eef8f5";
|
|
22
22
|
export const DsColorBackgroundSuccessInverse = "#173c30";
|
|
23
23
|
export const DsColorBackgroundErrorDefault = "#fff4f4";
|
|
@@ -771,7 +771,7 @@ export const DsColorIconErrorDefault = "#cc1816";
|
|
|
771
771
|
export const DsColorIconErrorInverse = "#f9aca6";
|
|
772
772
|
export const DsColorIconWarningDefault = "#fef8e9";
|
|
773
773
|
export const DsColorIconWarningInverse = "#f2c153";
|
|
774
|
-
export const DsColorIconSuccessDefault = "#
|
|
774
|
+
export const DsColorIconSuccessDefault = "#40a080";
|
|
775
775
|
export const DsColorIconSuccessInverse = "#8eceb9";
|
|
776
776
|
export const DsColorIconSubtleDefault = "#a0c9f1";
|
|
777
777
|
export const DsColorIconSubtleInverse = "#326aa5";
|