@workday/canvas-tokens-web 4.3.0-beta.2 → 4.3.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/css/base/_variables.css +2 -2
- package/css/brand/_variables.css +1 -1
- package/css/component/_variables.css +1 -1
- package/css/legacy/base.css +298 -0
- package/css/legacy/brand.css +105 -0
- package/css/legacy/component.css +23 -0
- package/css/legacy/system.css +163 -0
- package/css/system/_variables.css +4 -4
- package/dist/common-js/base/index.d.ts +825 -732
- package/dist/common-js/base/index.js +295 -1
- package/dist/common-js/brand/index.d.ts +149 -40
- package/dist/common-js/brand/index.js +105 -1
- package/dist/common-js/component/index.d.ts +36 -1
- package/dist/common-js/component/index.js +31 -1
- package/dist/common-js/index.d.ts +1 -1
- package/dist/common-js/index.js +1 -1
- package/dist/common-js/system/index.d.ts +391 -18
- package/dist/common-js/system/index.js +369 -1
- package/dist/es6/base/index.d.ts +825 -732
- package/dist/es6/base/index.js +295 -1
- package/dist/es6/brand/index.d.ts +149 -40
- package/dist/es6/brand/index.js +105 -1
- package/dist/es6/component/index.d.ts +36 -1
- package/dist/es6/component/index.js +31 -1
- package/dist/es6/index.d.ts +1 -1
- package/dist/es6/index.js +1 -1
- package/dist/es6/system/index.d.ts +391 -18
- package/dist/es6/system/index.js +369 -1
- package/less/base/_variables.less +2 -2
- package/less/brand/_variables.less +1 -1
- package/less/component/_variables.less +1 -1
- package/less/system/_variables.less +4 -4
- package/package.json +1 -1
- package/scss/base/_variables.sass +2 -2
- package/scss/base/_variables.scss +2 -2
- package/scss/brand/_variables.sass +1 -1
- package/scss/brand/_variables.scss +1 -1
- package/scss/component/_variables.sass +1 -1
- package/scss/component/_variables.scss +1 -1
- package/scss/system/_variables.sass +4 -4
- package/scss/system/_variables.scss +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 28 Apr 2026 18:05:05 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
"use strict";
|
|
@@ -828,3 +828,371 @@ exports.fontWeight = {
|
|
|
828
828
|
"medium": "--cnvs-sys-font-weight-medium",
|
|
829
829
|
"bold": "--cnvs-sys-font-weight-bold"
|
|
830
830
|
};
|
|
831
|
+
exports.legacy = {
|
|
832
|
+
"breakpoints": {
|
|
833
|
+
"sm": "var(--cnvs-sys-breakpoints-sm, var(--cnvs-sys-breakpoints-s, 320px))",
|
|
834
|
+
"md": "var(--cnvs-sys-breakpoints-md, var(--cnvs-sys-breakpoints-m, 768px))",
|
|
835
|
+
"lg": "var(--cnvs-sys-breakpoints-lg, var(--cnvs-sys-breakpoints-l, 1024px))"
|
|
836
|
+
},
|
|
837
|
+
"shape": {
|
|
838
|
+
"none": "var(--cnvs-sys-shape-none, var(--cnvs-sys-shape-zero, 0))",
|
|
839
|
+
"sm": "var(--cnvs-sys-shape-sm, var(--cnvs-sys-shape-x1, 0.25rem))",
|
|
840
|
+
"md": "var(--cnvs-sys-shape-md, var(--cnvs-sys-shape-x2, 0.5rem))",
|
|
841
|
+
"lg": "var(--cnvs-sys-shape-lg, 0.75rem)",
|
|
842
|
+
"xl": "var(--cnvs-sys-shape-xl, var(--cnvs-sys-shape-x4, 1rem))",
|
|
843
|
+
"xxl": "var(--cnvs-sys-shape-xxl, var(--cnvs-sys-shape-x6, 1.5rem))",
|
|
844
|
+
"xxxl": "var(--cnvs-sys-shape-xxxl, 2rem)",
|
|
845
|
+
"full": "var(--cnvs-sys-shape-full, var(--cnvs-sys-shape-round, 65rem))"
|
|
846
|
+
},
|
|
847
|
+
"fontSize": {
|
|
848
|
+
"subtext": {
|
|
849
|
+
"sm": "var(--cnvs-sys-font-size-subtext-sm, var(--cnvs-sys-font-size-subtext-small, 0.625rem))",
|
|
850
|
+
"md": "var(--cnvs-sys-font-size-subtext-md, var(--cnvs-sys-font-size-subtext-medium, 0.75rem))",
|
|
851
|
+
"lg": "var(--cnvs-sys-font-size-subtext-lg, var(--cnvs-sys-font-size-subtext-large, 0.875rem))"
|
|
852
|
+
},
|
|
853
|
+
"body": {
|
|
854
|
+
"sm": "var(--cnvs-sys-font-size-body-sm, var(--cnvs-sys-font-size-body-small, 1rem))",
|
|
855
|
+
"md": "var(--cnvs-sys-font-size-body-md, var(--cnvs-sys-font-size-body-medium, 1.125rem))",
|
|
856
|
+
"lg": "var(--cnvs-sys-font-size-body-lg, var(--cnvs-sys-font-size-body-large, 1.25rem))"
|
|
857
|
+
},
|
|
858
|
+
"heading": {
|
|
859
|
+
"sm": "var(--cnvs-sys-font-size-heading-sm, var(--cnvs-sys-font-size-heading-small, 1.5rem))",
|
|
860
|
+
"md": "var(--cnvs-sys-font-size-heading-md, var(--cnvs-sys-font-size-heading-medium, 1.75rem))",
|
|
861
|
+
"lg": "var(--cnvs-sys-font-size-heading-lg, var(--cnvs-sys-font-size-heading-large, 2rem))"
|
|
862
|
+
},
|
|
863
|
+
"title": {
|
|
864
|
+
"sm": "var(--cnvs-sys-font-size-title-sm, var(--cnvs-sys-font-size-title-small, 2.5rem))",
|
|
865
|
+
"md": "var(--cnvs-sys-font-size-title-md, var(--cnvs-sys-font-size-title-medium, 3rem))",
|
|
866
|
+
"lg": "var(--cnvs-sys-font-size-title-lg, var(--cnvs-sys-font-size-title-large, 3.5rem))"
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
"lineHeight": {
|
|
870
|
+
"subtext": {
|
|
871
|
+
"sm": "var(--cnvs-sys-line-height-subtext-sm, var(--cnvs-sys-line-height-subtext-small, 1rem))",
|
|
872
|
+
"md": "var(--cnvs-sys-line-height-subtext-md, var(--cnvs-sys-line-height-subtext-medium, 1rem))",
|
|
873
|
+
"lg": "var(--cnvs-sys-line-height-subtext-lg, var(--cnvs-sys-line-height-subtext-large, 1.25rem))"
|
|
874
|
+
},
|
|
875
|
+
"body": {
|
|
876
|
+
"sm": "var(--cnvs-sys-line-height-body-sm, var(--cnvs-sys-line-height-body-small, 1.5rem))",
|
|
877
|
+
"md": "var(--cnvs-sys-line-height-body-md, var(--cnvs-sys-line-height-body-medium, 1.75rem))",
|
|
878
|
+
"lg": "var(--cnvs-sys-line-height-body-lg, var(--cnvs-sys-line-height-body-large, 1.75rem))"
|
|
879
|
+
},
|
|
880
|
+
"heading": {
|
|
881
|
+
"sm": "var(--cnvs-sys-line-height-heading-sm, var(--cnvs-sys-line-height-heading-small, 2rem))",
|
|
882
|
+
"md": "var(--cnvs-sys-line-height-heading-md, var(--cnvs-sys-line-height-heading-medium, 2.25rem))",
|
|
883
|
+
"lg": "var(--cnvs-sys-line-height-heading-lg, var(--cnvs-sys-line-height-heading-large, 2.5rem))"
|
|
884
|
+
},
|
|
885
|
+
"title": {
|
|
886
|
+
"sm": "var(--cnvs-sys-line-height-title-sm, var(--cnvs-sys-line-height-title-small, 3rem))",
|
|
887
|
+
"md": "var(--cnvs-sys-line-height-title-md, var(--cnvs-sys-line-height-title-medium, 3.5rem))",
|
|
888
|
+
"lg": "var(--cnvs-sys-line-height-title-lg, var(--cnvs-sys-line-height-title-large, 4rem))"
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
"type": {
|
|
892
|
+
"subtext": {
|
|
893
|
+
"sm": {
|
|
894
|
+
"fontFamily": "var(--cnvs-sys-type-subtext-sm, var(--cnvs-sys-type-subtext-small))",
|
|
895
|
+
"fontWeight": "var(--cnvs-sys-type-subtext-sm, var(--cnvs-sys-type-subtext-small))",
|
|
896
|
+
"lineHeight": "var(--cnvs-sys-type-subtext-sm, var(--cnvs-sys-type-subtext-small))",
|
|
897
|
+
"fontSize": "var(--cnvs-sys-type-subtext-sm, var(--cnvs-sys-type-subtext-small))",
|
|
898
|
+
"letterSpacing": "var(--cnvs-sys-type-subtext-sm, var(--cnvs-sys-type-subtext-small))"
|
|
899
|
+
},
|
|
900
|
+
"md": {
|
|
901
|
+
"fontFamily": "var(--cnvs-sys-type-subtext-md, var(--cnvs-sys-type-subtext-medium))",
|
|
902
|
+
"fontWeight": "var(--cnvs-sys-type-subtext-md, var(--cnvs-sys-type-subtext-medium))",
|
|
903
|
+
"lineHeight": "var(--cnvs-sys-type-subtext-md, var(--cnvs-sys-type-subtext-medium))",
|
|
904
|
+
"fontSize": "var(--cnvs-sys-type-subtext-md, var(--cnvs-sys-type-subtext-medium))",
|
|
905
|
+
"letterSpacing": "var(--cnvs-sys-type-subtext-md, var(--cnvs-sys-type-subtext-medium))"
|
|
906
|
+
},
|
|
907
|
+
"lg": {
|
|
908
|
+
"fontFamily": "var(--cnvs-sys-type-subtext-lg, var(--cnvs-sys-type-subtext-large))",
|
|
909
|
+
"fontWeight": "var(--cnvs-sys-type-subtext-lg, var(--cnvs-sys-type-subtext-large))",
|
|
910
|
+
"lineHeight": "var(--cnvs-sys-type-subtext-lg, var(--cnvs-sys-type-subtext-large))",
|
|
911
|
+
"fontSize": "var(--cnvs-sys-type-subtext-lg, var(--cnvs-sys-type-subtext-large))",
|
|
912
|
+
"letterSpacing": "var(--cnvs-sys-type-subtext-lg, var(--cnvs-sys-type-subtext-large))"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
"body": {
|
|
916
|
+
"sm": {
|
|
917
|
+
"fontFamily": "var(--cnvs-sys-type-body-sm, var(--cnvs-sys-type-body-small))",
|
|
918
|
+
"fontWeight": "var(--cnvs-sys-type-body-sm, var(--cnvs-sys-type-body-small))",
|
|
919
|
+
"lineHeight": "var(--cnvs-sys-type-body-sm, var(--cnvs-sys-type-body-small))",
|
|
920
|
+
"fontSize": "var(--cnvs-sys-type-body-sm, var(--cnvs-sys-type-body-small))",
|
|
921
|
+
"letterSpacing": "var(--cnvs-sys-type-body-sm, var(--cnvs-sys-type-body-small))"
|
|
922
|
+
},
|
|
923
|
+
"md": {
|
|
924
|
+
"fontFamily": "var(--cnvs-sys-type-body-md, var(--cnvs-sys-type-body-medium))",
|
|
925
|
+
"fontWeight": "var(--cnvs-sys-type-body-md, var(--cnvs-sys-type-body-medium))",
|
|
926
|
+
"lineHeight": "var(--cnvs-sys-type-body-md, var(--cnvs-sys-type-body-medium))",
|
|
927
|
+
"fontSize": "var(--cnvs-sys-type-body-md, var(--cnvs-sys-type-body-medium))"
|
|
928
|
+
},
|
|
929
|
+
"lg": {
|
|
930
|
+
"fontFamily": "var(--cnvs-sys-type-body-lg, var(--cnvs-sys-type-body-large))",
|
|
931
|
+
"fontWeight": "var(--cnvs-sys-type-body-lg, var(--cnvs-sys-type-body-large))",
|
|
932
|
+
"lineHeight": "var(--cnvs-sys-type-body-lg, var(--cnvs-sys-type-body-large))",
|
|
933
|
+
"fontSize": "var(--cnvs-sys-type-body-lg, var(--cnvs-sys-type-body-large))"
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
"heading": {
|
|
937
|
+
"sm": {
|
|
938
|
+
"fontFamily": "var(--cnvs-sys-type-heading-sm, var(--cnvs-sys-type-heading-small))",
|
|
939
|
+
"fontWeight": "var(--cnvs-sys-type-heading-sm, var(--cnvs-sys-type-heading-small))",
|
|
940
|
+
"lineHeight": "var(--cnvs-sys-type-heading-sm, var(--cnvs-sys-type-heading-small))",
|
|
941
|
+
"fontSize": "var(--cnvs-sys-type-heading-sm, var(--cnvs-sys-type-heading-small))"
|
|
942
|
+
},
|
|
943
|
+
"md": {
|
|
944
|
+
"fontFamily": "var(--cnvs-sys-type-heading-md, var(--cnvs-sys-type-heading-medium))",
|
|
945
|
+
"fontWeight": "var(--cnvs-sys-type-heading-md, var(--cnvs-sys-type-heading-medium))",
|
|
946
|
+
"lineHeight": "var(--cnvs-sys-type-heading-md, var(--cnvs-sys-type-heading-medium))",
|
|
947
|
+
"fontSize": "var(--cnvs-sys-type-heading-md, var(--cnvs-sys-type-heading-medium))"
|
|
948
|
+
},
|
|
949
|
+
"lg": {
|
|
950
|
+
"fontFamily": "var(--cnvs-sys-type-heading-lg, var(--cnvs-sys-type-heading-large))",
|
|
951
|
+
"fontWeight": "var(--cnvs-sys-type-heading-lg, var(--cnvs-sys-type-heading-large))",
|
|
952
|
+
"lineHeight": "var(--cnvs-sys-type-heading-lg, var(--cnvs-sys-type-heading-large))",
|
|
953
|
+
"fontSize": "var(--cnvs-sys-type-heading-lg, var(--cnvs-sys-type-heading-large))"
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
"title": {
|
|
957
|
+
"sm": {
|
|
958
|
+
"fontFamily": "var(--cnvs-sys-type-title-sm, var(--cnvs-sys-type-title-small))",
|
|
959
|
+
"fontWeight": "var(--cnvs-sys-type-title-sm, var(--cnvs-sys-type-title-small))",
|
|
960
|
+
"lineHeight": "var(--cnvs-sys-type-title-sm, var(--cnvs-sys-type-title-small))",
|
|
961
|
+
"fontSize": "var(--cnvs-sys-type-title-sm, var(--cnvs-sys-type-title-small))"
|
|
962
|
+
},
|
|
963
|
+
"md": {
|
|
964
|
+
"fontFamily": "var(--cnvs-sys-type-title-md, var(--cnvs-sys-type-title-medium))",
|
|
965
|
+
"fontWeight": "var(--cnvs-sys-type-title-md, var(--cnvs-sys-type-title-medium))",
|
|
966
|
+
"lineHeight": "var(--cnvs-sys-type-title-md, var(--cnvs-sys-type-title-medium))",
|
|
967
|
+
"fontSize": "var(--cnvs-sys-type-title-md, var(--cnvs-sys-type-title-medium))"
|
|
968
|
+
},
|
|
969
|
+
"lg": {
|
|
970
|
+
"fontFamily": "var(--cnvs-sys-type-title-lg, var(--cnvs-sys-type-title-large))",
|
|
971
|
+
"fontWeight": "var(--cnvs-sys-type-title-lg, var(--cnvs-sys-type-title-large))",
|
|
972
|
+
"lineHeight": "var(--cnvs-sys-type-title-lg, var(--cnvs-sys-type-title-large))",
|
|
973
|
+
"fontSize": "var(--cnvs-sys-type-title-lg, var(--cnvs-sys-type-title-large))"
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
},
|
|
977
|
+
"color": {
|
|
978
|
+
"fg": {
|
|
979
|
+
"info": {
|
|
980
|
+
"default": "var(--cnvs-sys-color-fg-info-default, var(--cnvs-sys-color-fg-primary-default, oklch(0.5198 0.1782 256.11 / 1)))",
|
|
981
|
+
"strong": "var(--cnvs-sys-color-fg-info-strong, var(--cnvs-sys-color-fg-primary-strong, oklch(0.4658 0.1562 255.5 / 1)))"
|
|
982
|
+
},
|
|
983
|
+
"danger": {
|
|
984
|
+
"default": "var(--cnvs-sys-color-fg-danger-default, var(--cnvs-sys-color-fg-critical-default, oklch(0.5342 0.2172 29.53 / 1)))",
|
|
985
|
+
"strong": "var(--cnvs-sys-color-fg-danger-strong, var(--cnvs-sys-color-fg-critical-strong, oklch(0.4517 0.1847 28.2 / 1)))"
|
|
986
|
+
},
|
|
987
|
+
"warning": {
|
|
988
|
+
"default": "var(--cnvs-sys-color-fg-warning-default, oklch(0.5505 0.1439 50.78 / 1))",
|
|
989
|
+
"strong": "var(--cnvs-sys-color-fg-warning-strong, oklch(0.4824 0.1353 46.11 / 1))"
|
|
990
|
+
},
|
|
991
|
+
"success": {
|
|
992
|
+
"default": "var(--cnvs-sys-color-fg-success-default, oklch(0.5069 0.1569 145.56 / 1))",
|
|
993
|
+
"strong": "var(--cnvs-sys-color-fg-success-strong, oklch(0.4463 0.1422 144.58 / 1))"
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
"border": {
|
|
997
|
+
"input": {
|
|
998
|
+
"hover": "var(--cnvs-sys-color-border-input-hover, var(--cnvs-sys-color-border-input-strong, oklch(0.1595 0.0431 250.87 / 0.7)))"
|
|
999
|
+
},
|
|
1000
|
+
"default": "var(--cnvs-sys-color-border-default, var(--cnvs-sys-color-border-divider, oklch(0.3057 0.079 256.22 / 0.13)))",
|
|
1001
|
+
"strong": "var(--cnvs-sys-color-border-strong, var(--cnvs-sys-color-border-container, oklch(0.2442 0.0693 257.66 / 0.21)))",
|
|
1002
|
+
"info": {
|
|
1003
|
+
"default": "var(--cnvs-sys-color-border-info-default, var(--cnvs-sys-color-border-primary-default, oklch(0.6023 0.2032 255.68 / 1)))"
|
|
1004
|
+
},
|
|
1005
|
+
"danger": "var(--cnvs-sys-color-border-danger, var(--cnvs-sys-color-border-critical-default, oklch(0.6495 0.2369 30.04 / 1)))",
|
|
1006
|
+
"warning": "var(--cnvs-sys-color-border-warning, var(--cnvs-sys-color-border-caution-default, oklch(0.7909 0.1711 70.15 / 1)))",
|
|
1007
|
+
"inverse": {
|
|
1008
|
+
"default": "var(--cnvs-sys-color-border-inverse-default, var(--cnvs-sys-color-border-inverse, oklch(1 0 0 / 1)))",
|
|
1009
|
+
"strong": "var(--cnvs-sys-color-border-inverse-strong, oklch(1 0 0 / 0.67))"
|
|
1010
|
+
}
|
|
1011
|
+
},
|
|
1012
|
+
"shadow": {
|
|
1013
|
+
"base": "var(--cnvs-sys-color-shadow-base, oklch(0.3057 0.079 256.22 / 0.13))",
|
|
1014
|
+
"ambient": "var(--cnvs-sys-color-shadow-ambient, oklch(0.3337 0.0688 250.79 / 0.09))"
|
|
1015
|
+
},
|
|
1016
|
+
"surface": {
|
|
1017
|
+
"default": "var(--cnvs-sys-color-surface-default, var(--cnvs-sys-color-bg-default, oklch(1 0 0 / 1)))",
|
|
1018
|
+
"navigation": "var(--cnvs-sys-color-surface-navigation, oklch(0.9692 0.0035 248.23 / 1))",
|
|
1019
|
+
"popover": "var(--cnvs-sys-color-surface-popover, var(--cnvs-sys-color-bg-default, oklch(1 0 0 / 1)))",
|
|
1020
|
+
"modal": "var(--cnvs-sys-color-surface-modal, var(--cnvs-sys-color-bg-default, oklch(1 0 0 / 1)))",
|
|
1021
|
+
"raised": "var(--cnvs-sys-color-surface-raised, var(--cnvs-sys-color-bg-alt-softer, oklch(0.4688 0.0781 250.43 / 0.03)))",
|
|
1022
|
+
"alt": {
|
|
1023
|
+
"default": "var(--cnvs-sys-color-surface-alt-default, var(--cnvs-sys-color-bg-alt-soft, oklch(0.3343 0.0951 253.3 / 0.05)))",
|
|
1024
|
+
"strong": "var(--cnvs-sys-color-surface-alt-strong, var(--cnvs-sys-color-bg-alt-default, oklch(0.3337 0.0688 250.79 / 0.09)))"
|
|
1025
|
+
},
|
|
1026
|
+
"loading": "var(--cnvs-sys-color-surface-loading, oklch(0.3057 0.079 256.22 / 0.13))",
|
|
1027
|
+
"info": {
|
|
1028
|
+
"default": "var(--cnvs-sys-color-surface-info-default, var(--cnvs-sys-color-bg-info-softest, oklch(0.6499 0.1912 253.52 / 0.08)))",
|
|
1029
|
+
"strong": "var(--cnvs-sys-color-surface-info-strong, var(--cnvs-sys-color-bg-info-softer, oklch(0.6152 0.2108 256.1 / 0.11)))"
|
|
1030
|
+
},
|
|
1031
|
+
"danger": {
|
|
1032
|
+
"default": "var(--cnvs-sys-color-surface-danger-default, oklch(0.6289 0.2567 29.11 / 0.04))",
|
|
1033
|
+
"strong": "var(--cnvs-sys-color-surface-danger-strong, oklch(0.6434 0.2428 30.17 / 0.1))"
|
|
1034
|
+
},
|
|
1035
|
+
"warning": {
|
|
1036
|
+
"default": "var(--cnvs-sys-color-surface-warning-default, var(--cnvs-sys-color-static-amber-softest, oklch(0.7982 0.159 92.57 / 0.1)))",
|
|
1037
|
+
"strong": "var(--cnvs-sys-color-surface-warning-strong, var(--cnvs-sys-color-static-amber-stronger, oklch(0.8864 0.1845 100.28 / 0.22)))"
|
|
1038
|
+
},
|
|
1039
|
+
"success": {
|
|
1040
|
+
"default": "var(--cnvs-sys-color-surface-success-default, oklch(0.8695 0.2801 143.52 / 0.08))",
|
|
1041
|
+
"strong": "var(--cnvs-sys-color-surface-success-strong, oklch(0.8685 0.2814 143.77 / 0.15))"
|
|
1042
|
+
},
|
|
1043
|
+
"ai": {
|
|
1044
|
+
"default": "var(--cnvs-sys-color-surface-ai-default, var(--cnvs-sys-color-bg-ai-default, oklch(0.6225 0.2064 255.9 / 0.17)))",
|
|
1045
|
+
"hover": "var(--cnvs-sys-color-surface-ai-hover, var(--cnvs-sys-color-bg-ai-strong, oklch(0.6048 0.2166 257.21 / 0.31)))",
|
|
1046
|
+
"pressed": "var(--cnvs-sys-color-surface-ai-pressed, var(--cnvs-sys-color-bg-ai-stronger, oklch(0.708 0.1549 255.41 / 1)))"
|
|
1047
|
+
},
|
|
1048
|
+
"transparent": "var(--cnvs-sys-color-surface-transparent, var(--cnvs-sys-color-bg-transparent-default, oklch(0 0 0 / 0)))",
|
|
1049
|
+
"inverse": "var(--cnvs-sys-color-surface-inverse, var(--cnvs-sys-color-bg-default, oklch(1 0 0 / 1)))",
|
|
1050
|
+
"contrast": {
|
|
1051
|
+
"default": "var(--cnvs-sys-color-surface-contrast-default, var(--cnvs-sys-color-bg-contrast-default, oklch(0.0969 0 0 / 0.84)))",
|
|
1052
|
+
"strong": "var(--cnvs-sys-color-surface-contrast-strong, var(--cnvs-sys-color-bg-contrast-strong, oklch(0.0672 0 0 / 0.89)))"
|
|
1053
|
+
},
|
|
1054
|
+
"overlay": {
|
|
1055
|
+
"hover": {
|
|
1056
|
+
"default": "var(--cnvs-sys-color-surface-overlay-hover-default, oklch(0.3343 0.0951 253.3 / 0.05))",
|
|
1057
|
+
"inverse": "var(--cnvs-sys-color-surface-overlay-hover-inverse, oklch(1 0 0 / 0.16))"
|
|
1058
|
+
},
|
|
1059
|
+
"mixin": "var(--cnvs-sys-color-surface-overlay-mixin, oklch(0.629 0.0281 255.62 / 1))",
|
|
1060
|
+
"pressed": {
|
|
1061
|
+
"default": "var(--cnvs-sys-color-surface-overlay-pressed-default, oklch(0.3337 0.0688 250.79 / 0.09))",
|
|
1062
|
+
"inverse": "var(--cnvs-sys-color-surface-overlay-pressed-inverse, oklch(1 0 0 / 0.26))"
|
|
1063
|
+
},
|
|
1064
|
+
"scrim": "var(--cnvs-sys-color-surface-overlay-scrim, oklch(0.0847 0 0 / 0.36))"
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
"accent": {
|
|
1068
|
+
"ai": "var(--cnvs-sys-color-accent-ai, var(--cnvs-sys-color-bg-ai-stronger, oklch(0.2452 0.0752 254.55 / 1)))",
|
|
1069
|
+
"info": "var(--cnvs-sys-color-accent-info, var(--cnvs-sys-color-bg-info-default, oklch(0.5198 0.1782 256.11 / 1)))",
|
|
1070
|
+
"danger": "var(--cnvs-sys-color-accent-danger, var(--cnvs-sys-color-bg-critical-default, oklch(0.5342 0.2172 29.53 / 1)))",
|
|
1071
|
+
"warning": "var(--cnvs-sys-color-accent-warning, oklch(0.7909 0.1711 70.15 / 1))",
|
|
1072
|
+
"success": "var(--cnvs-sys-color-accent-success, var(--cnvs-sys-color-bg-positive-default, oklch(0.5069 0.1569 145.56 / 1)))",
|
|
1073
|
+
"contrast": "var(--cnvs-sys-color-accent-contrast, oklch(0.0969 0 0 / 0.84))",
|
|
1074
|
+
"muted": {
|
|
1075
|
+
"default": "var(--cnvs-sys-color-accent-muted-default, var(--cnvs-sys-color-bg-muted-default, oklch(0.5103 0.0255 256.8 / 1)))",
|
|
1076
|
+
"soft": "var(--cnvs-sys-color-accent-muted-soft, var(--cnvs-sys-color-bg-muted-softer, oklch(0.754 0.0181 256.33 / 1)))"
|
|
1077
|
+
},
|
|
1078
|
+
"overlay": {
|
|
1079
|
+
"hover": "var(--cnvs-sys-color-accent-overlay-hover, oklch(0.0847 0 0 / 0.17))",
|
|
1080
|
+
"pressed": "var(--cnvs-sys-color-accent-overlay-pressed, oklch(0.0847 0 0 / 0.36))",
|
|
1081
|
+
"mixin": "var(--cnvs-sys-color-accent-overlay-mixin, oklch(0 0 0 / 1))"
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
"brand": {
|
|
1085
|
+
"focus": {
|
|
1086
|
+
"primary": "var(--cnvs-sys-color-brand-focus-primary, var(--cnvs-brand-common-focus-outline, oklch(0.6023 0.2032 255.68 / 1)))",
|
|
1087
|
+
"critical": "var(--cnvs-sys-color-brand-focus-critical, var(--cnvs-brand-common-error-inner, oklch(0.6495 0.2369 30.04 / 1)))",
|
|
1088
|
+
"caution": {
|
|
1089
|
+
"outer": "var(--cnvs-sys-color-brand-focus-caution-outer, var(--cnvs-brand-common-alert-outer, oklch(0.6601 0.1537 60.7 / 1)))",
|
|
1090
|
+
"inner": "var(--cnvs-sys-color-brand-focus-caution-inner, var(--cnvs-brand-common-alert-inner, oklch(0.7909 0.1711 70.15 / 1)))"
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"surface": {
|
|
1094
|
+
"primary": {
|
|
1095
|
+
"default": "var(--cnvs-sys-color-brand-surface-primary-default, oklch(0.6499 0.1912 253.52 / 0.08))",
|
|
1096
|
+
"strong": "var(--cnvs-sys-color-brand-surface-primary-strong, oklch(0.6152 0.2108 256.1 / 0.11))"
|
|
1097
|
+
},
|
|
1098
|
+
"critical": {
|
|
1099
|
+
"default": "var(--cnvs-sys-color-brand-surface-critical-default, oklch(0.6289 0.2567 29.11 / 0.04))",
|
|
1100
|
+
"strong": "var(--cnvs-sys-color-brand-surface-critical-strong, oklch(0.6434 0.2428 30.17 / 0.1))"
|
|
1101
|
+
},
|
|
1102
|
+
"caution": {
|
|
1103
|
+
"default": "var(--cnvs-sys-color-brand-surface-caution-default, oklch(0.7982 0.159 92.57 / 0.1))",
|
|
1104
|
+
"strong": "var(--cnvs-sys-color-brand-surface-caution-strong, oklch(0.8864 0.1845 100.28 / 0.22))"
|
|
1105
|
+
},
|
|
1106
|
+
"positive": {
|
|
1107
|
+
"default": "var(--cnvs-sys-color-brand-surface-positive-default, oklch(0.8695 0.2801 143.52 / 0.08))",
|
|
1108
|
+
"strong": "var(--cnvs-sys-color-brand-surface-positive-strong, oklch(0.8685 0.2814 143.77 / 0.15))"
|
|
1109
|
+
},
|
|
1110
|
+
"selected": "var(--cnvs-sys-color-brand-surface-selected, oklch(0.6152 0.2108 256.1 / 0.11))"
|
|
1111
|
+
},
|
|
1112
|
+
"accent": {
|
|
1113
|
+
"primary": "var(--cnvs-sys-color-brand-accent-primary, var(--cnvs-brand-primary-base, oklch(0.5198 0.1782 256.11 / 1)))",
|
|
1114
|
+
"critical": "var(--cnvs-sys-color-brand-accent-critical, var(--cnvs-brand-error-base, oklch(0.5342 0.2172 29.53 / 1)))",
|
|
1115
|
+
"caution": "var(--cnvs-sys-color-brand-accent-caution, oklch(0.7909 0.1711 70.15 / 1))",
|
|
1116
|
+
"positive": "var(--cnvs-sys-color-brand-accent-positive, var(--cnvs-brand-success-base, oklch(0.5069 0.1569 145.56 / 1)))",
|
|
1117
|
+
"action": "var(--cnvs-sys-color-brand-accent-action, var(--cnvs-brand-primary-base, oklch(0.5198 0.1782 256.11 / 1)))"
|
|
1118
|
+
},
|
|
1119
|
+
"fg": {
|
|
1120
|
+
"primary": {
|
|
1121
|
+
"default": "var(--cnvs-sys-color-brand-fg-primary-default, var(--cnvs-brand-primary-base, oklch(0.5198 0.1782 256.11 / 1)))",
|
|
1122
|
+
"strong": "var(--cnvs-sys-color-brand-fg-primary-strong, var(--cnvs-brand-primary-dark, oklch(0.4658 0.1562 255.5 / 1)))"
|
|
1123
|
+
},
|
|
1124
|
+
"critical": {
|
|
1125
|
+
"default": "var(--cnvs-sys-color-brand-fg-critical-default, var(--cnvs-brand-error-base, oklch(0.5342 0.2172 29.53 / 1)))",
|
|
1126
|
+
"strong": "var(--cnvs-sys-color-brand-fg-critical-strong, var(--cnvs-brand-error-dark, oklch(0.4517 0.1847 28.2 / 1)))"
|
|
1127
|
+
},
|
|
1128
|
+
"caution": {
|
|
1129
|
+
"default": "var(--cnvs-sys-color-brand-fg-caution-default, var(--cnvs-brand-alert-darkest, oklch(0.5505 0.1439 50.78 / 1)))",
|
|
1130
|
+
"strong": "var(--cnvs-sys-color-brand-fg-caution-strong, oklch(0.4824 0.1353 46.11 / 1))"
|
|
1131
|
+
},
|
|
1132
|
+
"positive": {
|
|
1133
|
+
"default": "var(--cnvs-sys-color-brand-fg-positive-default, var(--cnvs-brand-success-base, oklch(0.5069 0.1569 145.56 / 1)))",
|
|
1134
|
+
"strong": "var(--cnvs-sys-color-brand-fg-positive-strong, var(--cnvs-brand-success-dark, oklch(0.4463 0.1422 144.58 / 1)))"
|
|
1135
|
+
},
|
|
1136
|
+
"selected": "var(--cnvs-sys-color-brand-fg-selected, var(--cnvs-brand-primary-dark, oklch(0.4658 0.1562 255.5 / 1)))"
|
|
1137
|
+
},
|
|
1138
|
+
"border": {
|
|
1139
|
+
"primary": "var(--cnvs-sys-color-brand-border-primary, oklch(0.6023 0.2032 255.68 / 1))",
|
|
1140
|
+
"critical": "var(--cnvs-sys-color-brand-border-critical, oklch(0.6495 0.2369 30.04 / 1))",
|
|
1141
|
+
"caution": "var(--cnvs-sys-color-brand-border-caution, var(--cnvs-brand-alert-dark, oklch(0.6601 0.1537 60.7 / 1)))"
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
"focus": {
|
|
1145
|
+
"inverse": "var(--cnvs-sys-color-focus-inverse, var(--cnvs-sys-color-border-input-inverse, oklch(1 0 0 / 1)))",
|
|
1146
|
+
"contrast": "var(--cnvs-sys-color-focus-contrast, oklch(0.0969 0 0 / 0.84))"
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
"opacity": {
|
|
1150
|
+
"surface": {
|
|
1151
|
+
"hover": "var(--cnvs-sys-opacity-surface-hover, 0.08)",
|
|
1152
|
+
"pressed": "var(--cnvs-sys-opacity-surface-pressed, 0.18)"
|
|
1153
|
+
},
|
|
1154
|
+
"accent": {
|
|
1155
|
+
"hover": "var(--cnvs-sys-opacity-accent-hover, 0.18)",
|
|
1156
|
+
"pressed": "var(--cnvs-sys-opacity-accent-pressed, 0.36)"
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
1159
|
+
"size": {
|
|
1160
|
+
"xxxs": "var(--cnvs-sys-size-xxxs, var(--cnvs-sys-space-x4, 1rem))",
|
|
1161
|
+
"xxs": "var(--cnvs-sys-size-xxs, var(--cnvs-sys-space-x5, 1.25rem))",
|
|
1162
|
+
"xs": "var(--cnvs-sys-size-xs, var(--cnvs-sys-space-x6, 1.5rem))",
|
|
1163
|
+
"sm": "var(--cnvs-sys-size-sm, var(--cnvs-sys-space-x8, 2rem))",
|
|
1164
|
+
"md": "var(--cnvs-sys-size-md, var(--cnvs-sys-space-x10, 2.5rem))",
|
|
1165
|
+
"lg": "var(--cnvs-sys-size-lg, 3rem)",
|
|
1166
|
+
"xl": "var(--cnvs-sys-size-xl, var(--cnvs-sys-space-x14, 3.5rem))",
|
|
1167
|
+
"xxl": "var(--cnvs-sys-size-xxl, var(--cnvs-sys-space-x16, 4rem))"
|
|
1168
|
+
},
|
|
1169
|
+
"padding": {
|
|
1170
|
+
"none": "var(--cnvs-sys-padding-none, var(--cnvs-sys-space-zero, 0))",
|
|
1171
|
+
"xxs": "var(--cnvs-sys-padding-xxs, var(--cnvs-sys-space-x1, 0.25rem))",
|
|
1172
|
+
"xs": "var(--cnvs-sys-padding-xs, var(--cnvs-sys-space-x2, 0.5rem))",
|
|
1173
|
+
"sm": "var(--cnvs-sys-padding-sm, var(--cnvs-sys-space-x3, 0.75rem))",
|
|
1174
|
+
"md": "var(--cnvs-sys-padding-md, var(--cnvs-sys-space-x4, 1rem))",
|
|
1175
|
+
"lg": "var(--cnvs-sys-padding-lg, var(--cnvs-sys-space-x5, 1.25rem))",
|
|
1176
|
+
"xl": "var(--cnvs-sys-padding-xl, var(--cnvs-sys-space-x6, 1.5rem))",
|
|
1177
|
+
"xxl": "var(--cnvs-sys-padding-xxl, var(--cnvs-sys-space-x8, 2rem))"
|
|
1178
|
+
},
|
|
1179
|
+
"gap": {
|
|
1180
|
+
"none": "var(--cnvs-sys-gap-none, var(--cnvs-sys-space-zero, 0))",
|
|
1181
|
+
"xs": "var(--cnvs-sys-gap-xs, var(--cnvs-sys-space-x1, 0.25rem))",
|
|
1182
|
+
"sm": "var(--cnvs-sys-gap-sm, var(--cnvs-sys-space-x2, 0.5rem))",
|
|
1183
|
+
"md": "var(--cnvs-sys-gap-md, var(--cnvs-sys-space-x4, 1rem))",
|
|
1184
|
+
"lg": "var(--cnvs-sys-gap-lg, var(--cnvs-sys-space-x6, 1.5rem))",
|
|
1185
|
+
"xl": "var(--cnvs-sys-gap-xl, var(--cnvs-sys-space-x8, 2rem))",
|
|
1186
|
+
"xxl": "var(--cnvs-sys-gap-xxl, var(--cnvs-sys-space-x16, 4rem))"
|
|
1187
|
+
},
|
|
1188
|
+
"letterSpacing": {
|
|
1189
|
+
"subtext": {
|
|
1190
|
+
"sm": "var(--cnvs-sys-letter-spacing-subtext-sm, var(--cnvs-sys-type-letter-spacing-subtext-small))",
|
|
1191
|
+
"md": "var(--cnvs-sys-letter-spacing-subtext-md, var(--cnvs-sys-type-letter-spacing-subtext-medium))",
|
|
1192
|
+
"lg": "var(--cnvs-sys-letter-spacing-subtext-lg, var(--cnvs-sys-type-letter-spacing-subtext-large))"
|
|
1193
|
+
},
|
|
1194
|
+
"body": {
|
|
1195
|
+
"sm": "var(--cnvs-sys-letter-spacing-body-sm, var(--cnvs-sys-type-letter-spacing-body-small))"
|
|
1196
|
+
}
|
|
1197
|
+
}
|
|
1198
|
+
};
|