@workday/canvas-tokens-web 4.4.0-beta.0 → 4.4.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/css/base/_variables.css +1 -1
  2. package/css/brand/_variables.css +1 -1
  3. package/css/component/_variables.css +1 -1
  4. package/css/legacy/base.css +1 -1
  5. package/css/legacy/brand.css +1 -1
  6. package/css/legacy/component.css +1 -1
  7. package/css/legacy/system.css +1 -1
  8. package/css/sana/_variables.css +17 -89
  9. package/css/system/_variables.css +1 -1
  10. package/dist/common-js/base/index.d.ts +1 -1
  11. package/dist/common-js/base/index.js +1 -1
  12. package/dist/common-js/base/sana.d.ts +1 -1
  13. package/dist/common-js/base/sana.js +1 -1
  14. package/dist/common-js/brand/index.d.ts +1 -1
  15. package/dist/common-js/brand/index.js +1 -1
  16. package/dist/common-js/brand/sana.d.ts +1 -1
  17. package/dist/common-js/brand/sana.js +1 -1
  18. package/dist/common-js/component/index.d.ts +1 -1
  19. package/dist/common-js/component/index.js +1 -1
  20. package/dist/common-js/index.d.ts +1 -1
  21. package/dist/common-js/index.js +1 -1
  22. package/dist/common-js/system/index.d.ts +53 -53
  23. package/dist/common-js/system/index.js +53 -53
  24. package/dist/common-js/system/sana.d.ts +23 -139
  25. package/dist/common-js/system/sana.js +23 -139
  26. package/dist/es6/base/index.d.ts +1 -1
  27. package/dist/es6/base/index.js +1 -1
  28. package/dist/es6/base/sana.d.ts +1 -1
  29. package/dist/es6/base/sana.js +1 -1
  30. package/dist/es6/brand/index.d.ts +1 -1
  31. package/dist/es6/brand/index.js +1 -1
  32. package/dist/es6/brand/sana.d.ts +1 -1
  33. package/dist/es6/brand/sana.js +1 -1
  34. package/dist/es6/component/index.d.ts +1 -1
  35. package/dist/es6/component/index.js +1 -1
  36. package/dist/es6/index.d.ts +1 -1
  37. package/dist/es6/index.js +1 -1
  38. package/dist/es6/system/index.d.ts +53 -53
  39. package/dist/es6/system/index.js +53 -53
  40. package/dist/es6/system/sana.d.ts +23 -139
  41. package/dist/es6/system/sana.js +23 -139
  42. package/less/base/_variables.less +1 -1
  43. package/less/brand/_variables.less +1 -1
  44. package/less/component/_variables.less +1 -1
  45. package/less/sana/_variables.less +17 -89
  46. package/less/system/_variables.less +1 -1
  47. package/package.json +1 -1
  48. package/scss/base/_variables.sass +1 -1
  49. package/scss/base/_variables.scss +1 -1
  50. package/scss/brand/_variables.sass +1 -1
  51. package/scss/brand/_variables.scss +1 -1
  52. package/scss/component/_variables.sass +1 -1
  53. package/scss/component/_variables.scss +1 -1
  54. package/scss/sana/_variables.sass +17 -89
  55. package/scss/sana/_variables.scss +17 -89
  56. package/scss/system/_variables.sass +1 -1
  57. package/scss/system/_variables.scss +1 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jun 2026 16:53:29 GMT
3
+ * Generated on Mon, 29 Jun 2026 21:36:07 GMT
4
4
  */
5
5
 
6
6
  export declare const fontSize = "--cnvs-base-font-size";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jun 2026 16:53:29 GMT
3
+ * Generated on Mon, 29 Jun 2026 21:36:07 GMT
4
4
  */
5
5
 
6
6
  export const fontSize = "--cnvs-base-font-size";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jun 2026 16:53:30 GMT
3
+ * Generated on Mon, 29 Jun 2026 21:36:08 GMT
4
4
  */
5
5
 
6
6
  export declare const sana: {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jun 2026 16:53:30 GMT
3
+ * Generated on Mon, 29 Jun 2026 21:36:08 GMT
4
4
  */
5
5
 
6
6
  export const sana = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jun 2026 16:53:29 GMT
3
+ * Generated on Mon, 29 Jun 2026 21:36:07 GMT
4
4
  */
5
5
 
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jun 2026 16:53:29 GMT
3
+ * Generated on Mon, 29 Jun 2026 21:36:07 GMT
4
4
  */
5
5
 
6
6
  export const primary25 = "--cnvs-brand-primary-25";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jun 2026 16:53:30 GMT
3
+ * Generated on Mon, 29 Jun 2026 21:36:08 GMT
4
4
  */
5
5
 
6
6
  export declare const sana: {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jun 2026 16:53:30 GMT
3
+ * Generated on Mon, 29 Jun 2026 21:36:08 GMT
4
4
  */
5
5
 
6
6
  export const sana = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jun 2026 16:53:29 GMT
3
+ * Generated on Mon, 29 Jun 2026 21:36:07 GMT
4
4
  */
5
5
 
6
6
  export declare const expressiveIcon: {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jun 2026 16:53:29 GMT
3
+ * Generated on Mon, 29 Jun 2026 21:36:07 GMT
4
4
  */
5
5
 
6
6
  export const expressiveIcon = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jun 2026 16:53:29 GMT
3
+ * Generated on Mon, 29 Jun 2026 21:36:07 GMT
4
4
  */
5
5
 
6
6
  import * as base from "./base";
package/dist/es6/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jun 2026 16:53:29 GMT
3
+ * Generated on Mon, 29 Jun 2026 21:36:07 GMT
4
4
  */
5
5
 
6
6
  import * as base from "./base";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jun 2026 16:53:29 GMT
3
+ * Generated on Mon, 29 Jun 2026 21:36:07 GMT
4
4
  */
5
5
 
6
6
  export declare const breakpoints: {
@@ -4843,86 +4843,86 @@ export declare const legacy: {
4843
4843
  "type": {
4844
4844
  "subtext": {
4845
4845
  "sm": {
4846
- "fontFamily": "var(--cnvs-sys-type-subtext-sm, var(--cnvs-sys-type-subtext-small))",
4847
- "fontWeight": "var(--cnvs-sys-type-subtext-sm, var(--cnvs-sys-type-subtext-small))",
4848
- "lineHeight": "var(--cnvs-sys-type-subtext-sm, var(--cnvs-sys-type-subtext-small))",
4849
- "fontSize": "var(--cnvs-sys-type-subtext-sm, var(--cnvs-sys-type-subtext-small))",
4850
- "letterSpacing": "var(--cnvs-sys-type-subtext-sm, var(--cnvs-sys-type-subtext-small))"
4846
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
4847
+ "fontWeight": "var(--cnvs-sys-font-weight-normal, 400)",
4848
+ "lineHeight": "var(--cnvs-sys-line-height-subtext-sm, 1rem)",
4849
+ "fontSize": "var(--cnvs-sys-font-size-subtext-sm, 0.625rem)",
4850
+ "letterSpacing": "var(--cnvs-sys-letter-spacing-subtext-sm, 0.025rem)"
4851
4851
  },
4852
4852
  "md": {
4853
- "fontFamily": "var(--cnvs-sys-type-subtext-md, var(--cnvs-sys-type-subtext-medium))",
4854
- "fontWeight": "var(--cnvs-sys-type-subtext-md, var(--cnvs-sys-type-subtext-medium))",
4855
- "lineHeight": "var(--cnvs-sys-type-subtext-md, var(--cnvs-sys-type-subtext-medium))",
4856
- "fontSize": "var(--cnvs-sys-type-subtext-md, var(--cnvs-sys-type-subtext-medium))",
4857
- "letterSpacing": "var(--cnvs-sys-type-subtext-md, var(--cnvs-sys-type-subtext-medium))"
4853
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
4854
+ "fontWeight": "var(--cnvs-sys-font-weight-normal, 400)",
4855
+ "lineHeight": "var(--cnvs-sys-line-height-subtext-md, 1rem)",
4856
+ "fontSize": "var(--cnvs-sys-font-size-subtext-md, 0.75rem)",
4857
+ "letterSpacing": "var(--cnvs-sys-letter-spacing-subtext-md, 0.02rem)"
4858
4858
  },
4859
4859
  "lg": {
4860
- "fontFamily": "var(--cnvs-sys-type-subtext-lg, var(--cnvs-sys-type-subtext-large))",
4861
- "fontWeight": "var(--cnvs-sys-type-subtext-lg, var(--cnvs-sys-type-subtext-large))",
4862
- "lineHeight": "var(--cnvs-sys-type-subtext-lg, var(--cnvs-sys-type-subtext-large))",
4863
- "fontSize": "var(--cnvs-sys-type-subtext-lg, var(--cnvs-sys-type-subtext-large))",
4864
- "letterSpacing": "var(--cnvs-sys-type-subtext-lg, var(--cnvs-sys-type-subtext-large))"
4860
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
4861
+ "fontWeight": "var(--cnvs-sys-font-weight-normal, 400)",
4862
+ "lineHeight": "var(--cnvs-sys-line-height-subtext-lg, 1.25rem)",
4863
+ "fontSize": "var(--cnvs-sys-font-size-subtext-lg, 0.875rem)",
4864
+ "letterSpacing": "var(--cnvs-sys-letter-spacing-subtext-lg, 0.015rem)"
4865
4865
  }
4866
4866
  },
4867
4867
  "body": {
4868
4868
  "sm": {
4869
- "fontFamily": "var(--cnvs-sys-type-body-sm, var(--cnvs-sys-type-body-small))",
4870
- "fontWeight": "var(--cnvs-sys-type-body-sm, var(--cnvs-sys-type-body-small))",
4871
- "lineHeight": "var(--cnvs-sys-type-body-sm, var(--cnvs-sys-type-body-small))",
4872
- "fontSize": "var(--cnvs-sys-type-body-sm, var(--cnvs-sys-type-body-small))",
4873
- "letterSpacing": "var(--cnvs-sys-type-body-sm, var(--cnvs-sys-type-body-small))"
4869
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
4870
+ "fontWeight": "var(--cnvs-sys-font-weight-normal, 400)",
4871
+ "lineHeight": "var(--cnvs-sys-line-height-body-sm, 1.5rem)",
4872
+ "fontSize": "var(--cnvs-sys-font-size-body-sm, 1rem)",
4873
+ "letterSpacing": "var(--cnvs-sys-letter-spacing-body-sm, 0.01rem)"
4874
4874
  },
4875
4875
  "md": {
4876
- "fontFamily": "var(--cnvs-sys-type-body-md, var(--cnvs-sys-type-body-medium))",
4877
- "fontWeight": "var(--cnvs-sys-type-body-md, var(--cnvs-sys-type-body-medium))",
4878
- "lineHeight": "var(--cnvs-sys-type-body-md, var(--cnvs-sys-type-body-medium))",
4879
- "fontSize": "var(--cnvs-sys-type-body-md, var(--cnvs-sys-type-body-medium))"
4876
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
4877
+ "fontWeight": "var(--cnvs-sys-font-weight-normal, 400)",
4878
+ "lineHeight": "var(--cnvs-sys-line-height-body-md, 1.75rem)",
4879
+ "fontSize": "var(--cnvs-sys-font-size-body-md, 1.125rem)"
4880
4880
  },
4881
4881
  "lg": {
4882
- "fontFamily": "var(--cnvs-sys-type-body-lg, var(--cnvs-sys-type-body-large))",
4883
- "fontWeight": "var(--cnvs-sys-type-body-lg, var(--cnvs-sys-type-body-large))",
4884
- "lineHeight": "var(--cnvs-sys-type-body-lg, var(--cnvs-sys-type-body-large))",
4885
- "fontSize": "var(--cnvs-sys-type-body-lg, var(--cnvs-sys-type-body-large))"
4882
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
4883
+ "fontWeight": "var(--cnvs-sys-font-weight-normal, 400)",
4884
+ "lineHeight": "var(--cnvs-sys-line-height-body-lg, 1.75rem)",
4885
+ "fontSize": "var(--cnvs-sys-font-size-body-lg, 1.25rem)"
4886
4886
  }
4887
4887
  },
4888
4888
  "heading": {
4889
4889
  "sm": {
4890
- "fontFamily": "var(--cnvs-sys-type-heading-sm, var(--cnvs-sys-type-heading-small))",
4891
- "fontWeight": "var(--cnvs-sys-type-heading-sm, var(--cnvs-sys-type-heading-small))",
4892
- "lineHeight": "var(--cnvs-sys-type-heading-sm, var(--cnvs-sys-type-heading-small))",
4893
- "fontSize": "var(--cnvs-sys-type-heading-sm, var(--cnvs-sys-type-heading-small))"
4890
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
4891
+ "fontWeight": "var(--cnvs-sys-font-weight-bold, 700)",
4892
+ "lineHeight": "var(--cnvs-sys-line-height-heading-sm, 2rem)",
4893
+ "fontSize": "var(--cnvs-sys-font-size-heading-sm, 1.5rem)"
4894
4894
  },
4895
4895
  "md": {
4896
- "fontFamily": "var(--cnvs-sys-type-heading-md, var(--cnvs-sys-type-heading-medium))",
4897
- "fontWeight": "var(--cnvs-sys-type-heading-md, var(--cnvs-sys-type-heading-medium))",
4898
- "lineHeight": "var(--cnvs-sys-type-heading-md, var(--cnvs-sys-type-heading-medium))",
4899
- "fontSize": "var(--cnvs-sys-type-heading-md, var(--cnvs-sys-type-heading-medium))"
4896
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
4897
+ "fontWeight": "var(--cnvs-sys-font-weight-bold, 700)",
4898
+ "lineHeight": "var(--cnvs-sys-line-height-heading-md, 2.25rem)",
4899
+ "fontSize": "var(--cnvs-sys-font-size-heading-md, 1.75rem)"
4900
4900
  },
4901
4901
  "lg": {
4902
- "fontFamily": "var(--cnvs-sys-type-heading-lg, var(--cnvs-sys-type-heading-large))",
4903
- "fontWeight": "var(--cnvs-sys-type-heading-lg, var(--cnvs-sys-type-heading-large))",
4904
- "lineHeight": "var(--cnvs-sys-type-heading-lg, var(--cnvs-sys-type-heading-large))",
4905
- "fontSize": "var(--cnvs-sys-type-heading-lg, var(--cnvs-sys-type-heading-large))"
4902
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
4903
+ "fontWeight": "var(--cnvs-sys-font-weight-bold, 700)",
4904
+ "lineHeight": "var(--cnvs-sys-line-height-heading-lg, 2.5rem)",
4905
+ "fontSize": "var(--cnvs-sys-font-size-heading-lg, 2rem)"
4906
4906
  }
4907
4907
  },
4908
4908
  "title": {
4909
4909
  "sm": {
4910
- "fontFamily": "var(--cnvs-sys-type-title-sm, var(--cnvs-sys-type-title-small))",
4911
- "fontWeight": "var(--cnvs-sys-type-title-sm, var(--cnvs-sys-type-title-small))",
4912
- "lineHeight": "var(--cnvs-sys-type-title-sm, var(--cnvs-sys-type-title-small))",
4913
- "fontSize": "var(--cnvs-sys-type-title-sm, var(--cnvs-sys-type-title-small))"
4910
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
4911
+ "fontWeight": "var(--cnvs-sys-font-weight-bold, 700)",
4912
+ "lineHeight": "var(--cnvs-sys-line-height-title-sm, 3rem)",
4913
+ "fontSize": "var(--cnvs-sys-font-size-title-sm, 2.5rem)"
4914
4914
  },
4915
4915
  "md": {
4916
- "fontFamily": "var(--cnvs-sys-type-title-md, var(--cnvs-sys-type-title-medium))",
4917
- "fontWeight": "var(--cnvs-sys-type-title-md, var(--cnvs-sys-type-title-medium))",
4918
- "lineHeight": "var(--cnvs-sys-type-title-md, var(--cnvs-sys-type-title-medium))",
4919
- "fontSize": "var(--cnvs-sys-type-title-md, var(--cnvs-sys-type-title-medium))"
4916
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
4917
+ "fontWeight": "var(--cnvs-sys-font-weight-bold, 700)",
4918
+ "lineHeight": "var(--cnvs-sys-line-height-title-md, 3.5rem)",
4919
+ "fontSize": "var(--cnvs-sys-font-size-title-md, 3rem)"
4920
4920
  },
4921
4921
  "lg": {
4922
- "fontFamily": "var(--cnvs-sys-type-title-lg, var(--cnvs-sys-type-title-large))",
4923
- "fontWeight": "var(--cnvs-sys-type-title-lg, var(--cnvs-sys-type-title-large))",
4924
- "lineHeight": "var(--cnvs-sys-type-title-lg, var(--cnvs-sys-type-title-large))",
4925
- "fontSize": "var(--cnvs-sys-type-title-lg, var(--cnvs-sys-type-title-large))"
4922
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
4923
+ "fontWeight": "var(--cnvs-sys-font-weight-bold, 700)",
4924
+ "lineHeight": "var(--cnvs-sys-line-height-title-lg, 4rem)",
4925
+ "fontSize": "var(--cnvs-sys-font-size-title-lg, 3.5rem)"
4926
4926
  }
4927
4927
  }
4928
4928
  },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jun 2026 16:53:29 GMT
3
+ * Generated on Mon, 29 Jun 2026 21:36:07 GMT
4
4
  */
5
5
 
6
6
  export const breakpoints = {
@@ -888,86 +888,86 @@ export const legacy = {
888
888
  "type": {
889
889
  "subtext": {
890
890
  "sm": {
891
- "fontFamily": "var(--cnvs-sys-type-subtext-sm, var(--cnvs-sys-type-subtext-small))",
892
- "fontWeight": "var(--cnvs-sys-type-subtext-sm, var(--cnvs-sys-type-subtext-small))",
893
- "lineHeight": "var(--cnvs-sys-type-subtext-sm, var(--cnvs-sys-type-subtext-small))",
894
- "fontSize": "var(--cnvs-sys-type-subtext-sm, var(--cnvs-sys-type-subtext-small))",
895
- "letterSpacing": "var(--cnvs-sys-type-subtext-sm, var(--cnvs-sys-type-subtext-small))"
891
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
892
+ "fontWeight": "var(--cnvs-sys-font-weight-normal, 400)",
893
+ "lineHeight": "var(--cnvs-sys-line-height-subtext-sm, 1rem)",
894
+ "fontSize": "var(--cnvs-sys-font-size-subtext-sm, 0.625rem)",
895
+ "letterSpacing": "var(--cnvs-sys-letter-spacing-subtext-sm, 0.025rem)"
896
896
  },
897
897
  "md": {
898
- "fontFamily": "var(--cnvs-sys-type-subtext-md, var(--cnvs-sys-type-subtext-medium))",
899
- "fontWeight": "var(--cnvs-sys-type-subtext-md, var(--cnvs-sys-type-subtext-medium))",
900
- "lineHeight": "var(--cnvs-sys-type-subtext-md, var(--cnvs-sys-type-subtext-medium))",
901
- "fontSize": "var(--cnvs-sys-type-subtext-md, var(--cnvs-sys-type-subtext-medium))",
902
- "letterSpacing": "var(--cnvs-sys-type-subtext-md, var(--cnvs-sys-type-subtext-medium))"
898
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
899
+ "fontWeight": "var(--cnvs-sys-font-weight-normal, 400)",
900
+ "lineHeight": "var(--cnvs-sys-line-height-subtext-md, 1rem)",
901
+ "fontSize": "var(--cnvs-sys-font-size-subtext-md, 0.75rem)",
902
+ "letterSpacing": "var(--cnvs-sys-letter-spacing-subtext-md, 0.02rem)"
903
903
  },
904
904
  "lg": {
905
- "fontFamily": "var(--cnvs-sys-type-subtext-lg, var(--cnvs-sys-type-subtext-large))",
906
- "fontWeight": "var(--cnvs-sys-type-subtext-lg, var(--cnvs-sys-type-subtext-large))",
907
- "lineHeight": "var(--cnvs-sys-type-subtext-lg, var(--cnvs-sys-type-subtext-large))",
908
- "fontSize": "var(--cnvs-sys-type-subtext-lg, var(--cnvs-sys-type-subtext-large))",
909
- "letterSpacing": "var(--cnvs-sys-type-subtext-lg, var(--cnvs-sys-type-subtext-large))"
905
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
906
+ "fontWeight": "var(--cnvs-sys-font-weight-normal, 400)",
907
+ "lineHeight": "var(--cnvs-sys-line-height-subtext-lg, 1.25rem)",
908
+ "fontSize": "var(--cnvs-sys-font-size-subtext-lg, 0.875rem)",
909
+ "letterSpacing": "var(--cnvs-sys-letter-spacing-subtext-lg, 0.015rem)"
910
910
  }
911
911
  },
912
912
  "body": {
913
913
  "sm": {
914
- "fontFamily": "var(--cnvs-sys-type-body-sm, var(--cnvs-sys-type-body-small))",
915
- "fontWeight": "var(--cnvs-sys-type-body-sm, var(--cnvs-sys-type-body-small))",
916
- "lineHeight": "var(--cnvs-sys-type-body-sm, var(--cnvs-sys-type-body-small))",
917
- "fontSize": "var(--cnvs-sys-type-body-sm, var(--cnvs-sys-type-body-small))",
918
- "letterSpacing": "var(--cnvs-sys-type-body-sm, var(--cnvs-sys-type-body-small))"
914
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
915
+ "fontWeight": "var(--cnvs-sys-font-weight-normal, 400)",
916
+ "lineHeight": "var(--cnvs-sys-line-height-body-sm, 1.5rem)",
917
+ "fontSize": "var(--cnvs-sys-font-size-body-sm, 1rem)",
918
+ "letterSpacing": "var(--cnvs-sys-letter-spacing-body-sm, 0.01rem)"
919
919
  },
920
920
  "md": {
921
- "fontFamily": "var(--cnvs-sys-type-body-md, var(--cnvs-sys-type-body-medium))",
922
- "fontWeight": "var(--cnvs-sys-type-body-md, var(--cnvs-sys-type-body-medium))",
923
- "lineHeight": "var(--cnvs-sys-type-body-md, var(--cnvs-sys-type-body-medium))",
924
- "fontSize": "var(--cnvs-sys-type-body-md, var(--cnvs-sys-type-body-medium))"
921
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
922
+ "fontWeight": "var(--cnvs-sys-font-weight-normal, 400)",
923
+ "lineHeight": "var(--cnvs-sys-line-height-body-md, 1.75rem)",
924
+ "fontSize": "var(--cnvs-sys-font-size-body-md, 1.125rem)"
925
925
  },
926
926
  "lg": {
927
- "fontFamily": "var(--cnvs-sys-type-body-lg, var(--cnvs-sys-type-body-large))",
928
- "fontWeight": "var(--cnvs-sys-type-body-lg, var(--cnvs-sys-type-body-large))",
929
- "lineHeight": "var(--cnvs-sys-type-body-lg, var(--cnvs-sys-type-body-large))",
930
- "fontSize": "var(--cnvs-sys-type-body-lg, var(--cnvs-sys-type-body-large))"
927
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
928
+ "fontWeight": "var(--cnvs-sys-font-weight-normal, 400)",
929
+ "lineHeight": "var(--cnvs-sys-line-height-body-lg, 1.75rem)",
930
+ "fontSize": "var(--cnvs-sys-font-size-body-lg, 1.25rem)"
931
931
  }
932
932
  },
933
933
  "heading": {
934
934
  "sm": {
935
- "fontFamily": "var(--cnvs-sys-type-heading-sm, var(--cnvs-sys-type-heading-small))",
936
- "fontWeight": "var(--cnvs-sys-type-heading-sm, var(--cnvs-sys-type-heading-small))",
937
- "lineHeight": "var(--cnvs-sys-type-heading-sm, var(--cnvs-sys-type-heading-small))",
938
- "fontSize": "var(--cnvs-sys-type-heading-sm, var(--cnvs-sys-type-heading-small))"
935
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
936
+ "fontWeight": "var(--cnvs-sys-font-weight-bold, 700)",
937
+ "lineHeight": "var(--cnvs-sys-line-height-heading-sm, 2rem)",
938
+ "fontSize": "var(--cnvs-sys-font-size-heading-sm, 1.5rem)"
939
939
  },
940
940
  "md": {
941
- "fontFamily": "var(--cnvs-sys-type-heading-md, var(--cnvs-sys-type-heading-medium))",
942
- "fontWeight": "var(--cnvs-sys-type-heading-md, var(--cnvs-sys-type-heading-medium))",
943
- "lineHeight": "var(--cnvs-sys-type-heading-md, var(--cnvs-sys-type-heading-medium))",
944
- "fontSize": "var(--cnvs-sys-type-heading-md, var(--cnvs-sys-type-heading-medium))"
941
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
942
+ "fontWeight": "var(--cnvs-sys-font-weight-bold, 700)",
943
+ "lineHeight": "var(--cnvs-sys-line-height-heading-md, 2.25rem)",
944
+ "fontSize": "var(--cnvs-sys-font-size-heading-md, 1.75rem)"
945
945
  },
946
946
  "lg": {
947
- "fontFamily": "var(--cnvs-sys-type-heading-lg, var(--cnvs-sys-type-heading-large))",
948
- "fontWeight": "var(--cnvs-sys-type-heading-lg, var(--cnvs-sys-type-heading-large))",
949
- "lineHeight": "var(--cnvs-sys-type-heading-lg, var(--cnvs-sys-type-heading-large))",
950
- "fontSize": "var(--cnvs-sys-type-heading-lg, var(--cnvs-sys-type-heading-large))"
947
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
948
+ "fontWeight": "var(--cnvs-sys-font-weight-bold, 700)",
949
+ "lineHeight": "var(--cnvs-sys-line-height-heading-lg, 2.5rem)",
950
+ "fontSize": "var(--cnvs-sys-font-size-heading-lg, 2rem)"
951
951
  }
952
952
  },
953
953
  "title": {
954
954
  "sm": {
955
- "fontFamily": "var(--cnvs-sys-type-title-sm, var(--cnvs-sys-type-title-small))",
956
- "fontWeight": "var(--cnvs-sys-type-title-sm, var(--cnvs-sys-type-title-small))",
957
- "lineHeight": "var(--cnvs-sys-type-title-sm, var(--cnvs-sys-type-title-small))",
958
- "fontSize": "var(--cnvs-sys-type-title-sm, var(--cnvs-sys-type-title-small))"
955
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
956
+ "fontWeight": "var(--cnvs-sys-font-weight-bold, 700)",
957
+ "lineHeight": "var(--cnvs-sys-line-height-title-sm, 3rem)",
958
+ "fontSize": "var(--cnvs-sys-font-size-title-sm, 2.5rem)"
959
959
  },
960
960
  "md": {
961
- "fontFamily": "var(--cnvs-sys-type-title-md, var(--cnvs-sys-type-title-medium))",
962
- "fontWeight": "var(--cnvs-sys-type-title-md, var(--cnvs-sys-type-title-medium))",
963
- "lineHeight": "var(--cnvs-sys-type-title-md, var(--cnvs-sys-type-title-medium))",
964
- "fontSize": "var(--cnvs-sys-type-title-md, var(--cnvs-sys-type-title-medium))"
961
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
962
+ "fontWeight": "var(--cnvs-sys-font-weight-bold, 700)",
963
+ "lineHeight": "var(--cnvs-sys-line-height-title-md, 3.5rem)",
964
+ "fontSize": "var(--cnvs-sys-font-size-title-md, 3rem)"
965
965
  },
966
966
  "lg": {
967
- "fontFamily": "var(--cnvs-sys-type-title-lg, var(--cnvs-sys-type-title-large))",
968
- "fontWeight": "var(--cnvs-sys-type-title-lg, var(--cnvs-sys-type-title-large))",
969
- "lineHeight": "var(--cnvs-sys-type-title-lg, var(--cnvs-sys-type-title-large))",
970
- "fontSize": "var(--cnvs-sys-type-title-lg, var(--cnvs-sys-type-title-large))"
967
+ "fontFamily": "var(--cnvs-sys-font-family-default, \"Roboto\")",
968
+ "fontWeight": "var(--cnvs-sys-font-weight-bold, 700)",
969
+ "lineHeight": "var(--cnvs-sys-line-height-title-lg, 4rem)",
970
+ "fontSize": "var(--cnvs-sys-font-size-title-lg, 3.5rem)"
971
971
  }
972
972
  }
973
973
  },