@workday/canvas-tokens-web 1.0.0 → 1.0.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.
@@ -1,176 +0,0 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:29 GMT
4
- */
5
-
6
- export const depth = {
7
- "1": "--cnvs-sys-depth-1",
8
- "2": "--cnvs-sys-depth-2",
9
- "3": "--cnvs-sys-depth-3",
10
- "4": "--cnvs-sys-depth-4",
11
- "5": "--cnvs-sys-depth-5",
12
- "6": "--cnvs-sys-depth-6"
13
- };
14
- export const opacity = {
15
- "disabled": "--cnvs-sys-opacity-disabled"
16
- };
17
- export const shape = {
18
- "zero": "--cnvs-sys-shape-zero",
19
- "half": "--cnvs-sys-shape-half",
20
- "x1": "--cnvs-sys-shape-x1",
21
- "x2": "--cnvs-sys-shape-x2",
22
- "round": "--cnvs-sys-shape-round"
23
- };
24
- export const space = {
25
- "zero": "--cnvs-sys-space-zero",
26
- "x1": "--cnvs-sys-space-x1",
27
- "x2": "--cnvs-sys-space-x2",
28
- "x3": "--cnvs-sys-space-x3",
29
- "x4": "--cnvs-sys-space-x4",
30
- "x6": "--cnvs-sys-space-x6",
31
- "x8": "--cnvs-sys-space-x8",
32
- "x10": "--cnvs-sys-space-x10",
33
- "x16": "--cnvs-sys-space-x16",
34
- "x20": "--cnvs-sys-space-x20"
35
- };
36
- export const fontFamily = {
37
- "default": "--cnvs-sys-font-family-default",
38
- "mono": "--cnvs-sys-font-family-mono",
39
- "global": "--cnvs-sys-font-family-global"
40
- };
41
- export const fontSize = {
42
- "subtext": {
43
- "small": "--cnvs-sys-font-size-subtext-small",
44
- "medium": "--cnvs-sys-font-size-subtext-medium",
45
- "large": "--cnvs-sys-font-size-subtext-large"
46
- },
47
- "body": {
48
- "small": "--cnvs-sys-font-size-body-small",
49
- "medium": "--cnvs-sys-font-size-body-medium",
50
- "large": "--cnvs-sys-font-size-body-large"
51
- },
52
- "heading": {
53
- "small": "--cnvs-sys-font-size-heading-small",
54
- "medium": "--cnvs-sys-font-size-heading-medium",
55
- "large": "--cnvs-sys-font-size-heading-large"
56
- },
57
- "title": {
58
- "small": "--cnvs-sys-font-size-title-small",
59
- "medium": "--cnvs-sys-font-size-title-medium",
60
- "large": "--cnvs-sys-font-size-title-large"
61
- }
62
- };
63
- export const lineHeight = {
64
- "subtext": {
65
- "small": "--cnvs-sys-line-height-subtext-small",
66
- "medium": "--cnvs-sys-line-height-subtext-medium",
67
- "large": "--cnvs-sys-line-height-subtext-large"
68
- },
69
- "body": {
70
- "small": "--cnvs-sys-line-height-body-small",
71
- "medium": "--cnvs-sys-line-height-body-medium",
72
- "large": "--cnvs-sys-line-height-body-large"
73
- },
74
- "heading": {
75
- "small": "--cnvs-sys-line-height-heading-small",
76
- "medium": "--cnvs-sys-line-height-heading-medium",
77
- "large": "--cnvs-sys-line-height-heading-large"
78
- },
79
- "title": {
80
- "small": "--cnvs-sys-line-height-title-small",
81
- "medium": "--cnvs-sys-line-height-title-medium",
82
- "large": "--cnvs-sys-line-height-title-large"
83
- }
84
- };
85
- export const fontWeight = {
86
- "light": "--cnvs-sys-font-weight-light",
87
- "normal": "--cnvs-sys-font-weight-normal",
88
- "medium": "--cnvs-sys-font-weight-medium",
89
- "bold": "--cnvs-sys-font-weight-bold"
90
- };
91
- export const type = {
92
- "subtext": {
93
- "small": {
94
- "fontFamily": "--cnvs-base-font-family-50",
95
- "fontWeight": "--cnvs-base-font-weight-400",
96
- "lineHeight": "--cnvs-base-line-height-50",
97
- "fontSize": "--cnvs-base-font-size-25",
98
- "letterSpacing": "--cnvs-base-letter-spacing-50"
99
- },
100
- "medium": {
101
- "fontFamily": "--cnvs-base-font-family-50",
102
- "fontWeight": "--cnvs-base-font-weight-400",
103
- "lineHeight": "--cnvs-base-line-height-50",
104
- "fontSize": "--cnvs-base-font-size-50",
105
- "letterSpacing": "--cnvs-base-letter-spacing-100"
106
- },
107
- "large": {
108
- "fontFamily": "--cnvs-base-font-family-50",
109
- "fontWeight": "--cnvs-base-font-weight-400",
110
- "lineHeight": "--cnvs-base-line-height-100",
111
- "fontSize": "--cnvs-base-font-size-75",
112
- "letterSpacing": "--cnvs-base-letter-spacing-150"
113
- }
114
- },
115
- "body": {
116
- "small": {
117
- "fontFamily": "--cnvs-base-font-family-50",
118
- "fontWeight": "--cnvs-base-font-weight-400",
119
- "lineHeight": "--cnvs-base-line-height-150",
120
- "fontSize": "--cnvs-base-font-size-100",
121
- "letterSpacing": "--cnvs-base-letter-spacing-200"
122
- },
123
- "medium": {
124
- "fontFamily": "--cnvs-base-font-family-50",
125
- "fontWeight": "--cnvs-base-font-weight-400",
126
- "lineHeight": "--cnvs-base-line-height-200",
127
- "fontSize": "--cnvs-base-font-size-125"
128
- },
129
- "large": {
130
- "fontFamily": "--cnvs-base-font-family-50",
131
- "fontWeight": "--cnvs-base-font-weight-400",
132
- "lineHeight": "--cnvs-base-line-height-200",
133
- "fontSize": "--cnvs-base-font-size-150"
134
- }
135
- },
136
- "heading": {
137
- "small": {
138
- "fontFamily": "--cnvs-base-font-family-50",
139
- "fontWeight": "--cnvs-base-font-weight-700",
140
- "lineHeight": "--cnvs-base-line-height-250",
141
- "fontSize": "--cnvs-base-font-size-200"
142
- },
143
- "medium": {
144
- "fontFamily": "--cnvs-base-font-family-50",
145
- "fontWeight": "--cnvs-base-font-weight-700",
146
- "lineHeight": "--cnvs-base-line-height-300",
147
- "fontSize": "--cnvs-base-font-size-250"
148
- },
149
- "large": {
150
- "fontFamily": "--cnvs-base-font-family-50",
151
- "fontWeight": "--cnvs-base-font-weight-700",
152
- "lineHeight": "--cnvs-base-line-height-350",
153
- "fontSize": "--cnvs-base-font-size-300"
154
- }
155
- },
156
- "title": {
157
- "small": {
158
- "fontFamily": "--cnvs-base-font-family-50",
159
- "fontWeight": "--cnvs-base-font-weight-700",
160
- "lineHeight": "--cnvs-base-line-height-400",
161
- "fontSize": "--cnvs-base-font-size-400"
162
- },
163
- "medium": {
164
- "fontFamily": "--cnvs-base-font-family-50",
165
- "fontWeight": "--cnvs-base-font-weight-700",
166
- "lineHeight": "--cnvs-base-line-height-500",
167
- "fontSize": "--cnvs-base-font-size-500"
168
- },
169
- "large": {
170
- "fontFamily": "--cnvs-base-font-family-50",
171
- "fontWeight": "--cnvs-base-font-weight-700",
172
- "lineHeight": "--cnvs-base-line-height-600",
173
- "fontSize": "--cnvs-base-font-size-600"
174
- }
175
- }
176
- };