@workday/canvas-tokens-web 1.0.0 → 1.0.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:30 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  export declare const cinnamon100 = "--cnvs-base-palette-cinnamon-100" as const;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:30 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:30 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  export declare const primary = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:30 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:30 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 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 Mon, 23 Oct 2023 23:15:30 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  "use strict";
@@ -1,137 +1,159 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:30 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  export declare const depth = {
7
7
  /**
8
+ * 0 0.0625rem 0.25rem 0 rgba(#1f262e,0.12), 0 0.125rem 0.5rem 0 rgba(#1f262e,0.08)
9
+ *
8
10
  * Standard card depth
9
- * 0 0.0625rem 0.25rem 0 rgba(#1f262e,0.12), 0 0.125rem 0.5rem 0 rgba(#1f262e,0.08)
10
11
  */
11
12
  "1": "--cnvs-sys-depth-1",
12
13
  /**
14
+ * 0 0.125rem 0.5rem 0 rgba(#1f262e,0.12), 0 0.25rem 1rem 0 rgba(#1f262e,0.08)
15
+ *
13
16
  * Top navigation, Bottom Navigation
14
- * 0 0.125rem 0.5rem 0 rgba(#1f262e,0.12), 0 0.25rem 1rem 0 rgba(#1f262e,0.08)
15
17
  */
16
18
  "2": "--cnvs-sys-depth-2",
17
19
  /**
20
+ * 0 0.1875rem 0.75rem 0 rgba(#1f262e,0.12), 0 0.375rem 1.5rem 0 rgba(#1f262e,0.08)
21
+ *
18
22
  * Floating Action Buttons (FAB), Menus
19
- * 0 0.1875rem 0.75rem 0 rgba(#1f262e,0.12), 0 0.375rem 1.5rem 0 rgba(#1f262e,0.08)
20
23
  */
21
24
  "3": "--cnvs-sys-depth-3",
22
25
  /**
26
+ * 0 0.25rem 1rem 0 rgba(#1f262e,0.12), 0 0.5rem 2rem 0 rgba(#1f262e,0.08)
27
+ *
23
28
  * Bottom Sheets
24
- * 0 0.25rem 1rem 0 rgba(#1f262e,0.12), 0 0.5rem 2rem 0 rgba(#1f262e,0.08)
25
29
  */
26
30
  "4": "--cnvs-sys-depth-4",
27
31
  /**
32
+ * 0 0.3125rem 1.25rem 0 rgba(#1f262e,0.12), 0 0.625rem 2.5rem 0 rgba(#1f262e,0.08)
33
+ *
28
34
  * Banners, Snackbars, Toast Messages, Non modal Dialogs,
29
35
  * Side Panels (when opacity overlay behaviour is not applied)
30
- * 0 0.3125rem 1.25rem 0 rgba(#1f262e,0.12), 0 0.625rem 2.5rem 0 rgba(#1f262e,0.08)
31
36
  */
32
37
  "5": "--cnvs-sys-depth-5",
33
38
  /**
39
+ * 0 0.375rem 1.5rem 0 rgba(#1f262e,0.12), 0 0.75rem 3rem 0 rgba(#1f262e,0.08)
40
+ *
34
41
  * Modal Dialogs, Side Panels (when opacity overlay behaviour
35
42
  * is applied)
36
- * 0 0.375rem 1.5rem 0 rgba(#1f262e,0.12), 0 0.75rem 3rem 0 rgba(#1f262e,0.08)
37
43
  */
38
44
  "6": "--cnvs-sys-depth-6",
39
45
  } as const;
40
46
 
41
47
  export declare const opacity = {
42
48
  /**
49
+ * 0.4
50
+ *
43
51
  * State layer added on top of disabled elements.
44
- * 0.4
45
52
  */
46
53
  "disabled": "--cnvs-sys-opacity-disabled",
47
54
  } as const;
48
55
 
49
56
  export declare const shape = {
50
57
  /**
58
+ * 0rem
59
+ *
51
60
  * This is the initial shape of every new element. Use this for backgrounds screens and fixed navigation containers such as headers, and side-panels.
52
- * 0rem
53
61
  */
54
62
  "zero": "--cnvs-sys-shape-zero",
55
63
  /**
64
+ * 0.125rem (2px)
65
+ *
56
66
  * Use this for subtle and small components that don’t require to group complex information like Status Indicators, Checkboxes and Color Swatches.
57
- * 0.125rem (2px)
58
67
  */
59
68
  "half": "--cnvs-sys-shape-half",
60
69
  /**
70
+ * 0.25rem (4px)
71
+ *
61
72
  * Use this for form components presenting text information or inputs: Text Inputs and Text Area, Dropdowns, Menus and Banners.
62
- * 0.25rem (4px)
63
73
  */
64
74
  "x1": "--cnvs-sys-shape-x1",
65
75
  /**
76
+ * 0.5rem (8px)
77
+ *
66
78
  * Use this for all the containers and popups: All Cards, Modals, Tooltips and Toasts.
67
- * 0.5rem (8px)
68
79
  */
69
80
  "x2": "--cnvs-sys-shape-x2",
70
81
  /**
82
+ * 62.5rem (1000px)
83
+ *
71
84
  * Commonly used for our standard buttons and profile avatars: All Primary, Secondary Buttons, Radio Buttons and Notification Badges.
72
- * 62.5rem (1000px)
73
85
  */
74
86
  "round": "--cnvs-sys-shape-round",
75
87
  } as const;
76
88
 
77
89
  export declare const space = {
78
90
  /**
91
+ * 0
92
+ *
79
93
  * Stacks, rows in tables
80
- * 0
81
94
  */
82
95
  "zero": "--cnvs-sys-space-zero",
83
96
  /**
97
+ * 0.25rem (4px)
98
+ *
84
99
  * Compact spacing between text or icons
85
- * 0.25rem (4px)
86
100
  */
87
101
  "x1": "--cnvs-sys-space-x1",
88
102
  /**
103
+ * 0.5rem (8px)
104
+ *
89
105
  * Commonly used to group compact elements like icon buttons
90
- * 0.5rem (8px)
91
106
  */
92
107
  "x2": "--cnvs-sys-space-x2",
93
108
  /**
109
+ * 0.75rem (12px)
110
+ *
94
111
  * Use when compact padding is required
95
- * 0.75rem (12px)
96
112
  */
97
113
  "x3": "--cnvs-sys-space-x3",
98
114
  /**
115
+ * 1rem (16px)
116
+ *
99
117
  * Default space token. Used to group Inputs with related data
100
- * 1rem (16px)
101
118
  */
102
119
  "x4": "--cnvs-sys-space-x4",
103
120
  /**
121
+ * 1.5rem (24px)
122
+ *
104
123
  * • Padding around card content
105
124
  * • Related elements where more space between them can be afforded
106
125
  * • Separate section headings or titles from body text or inputs
107
- * 1.5rem (24px)
108
126
  */
109
127
  "x6": "--cnvs-sys-space-x6",
110
128
  /**
129
+ * 2rem (32px)
130
+ *
111
131
  * • Standard spacing between cards
112
132
  * • Used to separate groups of content
113
133
  * • Separate section headings or titles from body text or inputs
114
- * 2rem (32px)
115
134
  */
116
135
  "x8": "--cnvs-sys-space-x8",
117
136
  /**
137
+ * 2.5rem (40px)
138
+ *
118
139
  * • Used for outer margins on the overall page content
119
140
  * • Used for inner margins on large items such as page sections
120
- * 2.5rem (40px)
121
141
  */
122
142
  "x10": "--cnvs-sys-space-x10",
123
143
  /**
144
+ * 4rem (64px)
145
+ *
124
146
  * - Use to de-clutter your UI when a lot of space is available
125
147
  * - Separate banner sections from page content
126
148
  * - Use to differentiate page content like page sections
127
- * 4rem (64px)
128
149
  */
129
150
  "x16": "--cnvs-sys-space-x16",
130
151
  /**
152
+ * 5rem (80px)
153
+ *
131
154
  * - Use sparingly
132
155
  * - Helps to put focus on the primary element within your page
133
156
  * - Use to de-clutter your UI when a lot of space is available
134
- * 5rem (80px)
135
157
  */
136
158
  "x20": "--cnvs-sys-space-x20",
137
159
  } as const;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:30 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  export declare const cinnamon100 = "--cnvs-base-palette-cinnamon-100" as const;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  export const cinnamon100 = "--cnvs-base-palette-cinnamon-100";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  export declare const primary = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  export const primary = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 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 Mon, 23 Oct 2023 23:15:29 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  import * as base from "./base";
@@ -1,137 +1,159 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  export declare const depth = {
7
7
  /**
8
+ * 0 0.0625rem 0.25rem 0 rgba(#1f262e,0.12), 0 0.125rem 0.5rem 0 rgba(#1f262e,0.08)
9
+ *
8
10
  * Standard card depth
9
- * 0 0.0625rem 0.25rem 0 rgba(#1f262e,0.12), 0 0.125rem 0.5rem 0 rgba(#1f262e,0.08)
10
11
  */
11
12
  "1": "--cnvs-sys-depth-1",
12
13
  /**
14
+ * 0 0.125rem 0.5rem 0 rgba(#1f262e,0.12), 0 0.25rem 1rem 0 rgba(#1f262e,0.08)
15
+ *
13
16
  * Top navigation, Bottom Navigation
14
- * 0 0.125rem 0.5rem 0 rgba(#1f262e,0.12), 0 0.25rem 1rem 0 rgba(#1f262e,0.08)
15
17
  */
16
18
  "2": "--cnvs-sys-depth-2",
17
19
  /**
20
+ * 0 0.1875rem 0.75rem 0 rgba(#1f262e,0.12), 0 0.375rem 1.5rem 0 rgba(#1f262e,0.08)
21
+ *
18
22
  * Floating Action Buttons (FAB), Menus
19
- * 0 0.1875rem 0.75rem 0 rgba(#1f262e,0.12), 0 0.375rem 1.5rem 0 rgba(#1f262e,0.08)
20
23
  */
21
24
  "3": "--cnvs-sys-depth-3",
22
25
  /**
26
+ * 0 0.25rem 1rem 0 rgba(#1f262e,0.12), 0 0.5rem 2rem 0 rgba(#1f262e,0.08)
27
+ *
23
28
  * Bottom Sheets
24
- * 0 0.25rem 1rem 0 rgba(#1f262e,0.12), 0 0.5rem 2rem 0 rgba(#1f262e,0.08)
25
29
  */
26
30
  "4": "--cnvs-sys-depth-4",
27
31
  /**
32
+ * 0 0.3125rem 1.25rem 0 rgba(#1f262e,0.12), 0 0.625rem 2.5rem 0 rgba(#1f262e,0.08)
33
+ *
28
34
  * Banners, Snackbars, Toast Messages, Non modal Dialogs,
29
35
  * Side Panels (when opacity overlay behaviour is not applied)
30
- * 0 0.3125rem 1.25rem 0 rgba(#1f262e,0.12), 0 0.625rem 2.5rem 0 rgba(#1f262e,0.08)
31
36
  */
32
37
  "5": "--cnvs-sys-depth-5",
33
38
  /**
39
+ * 0 0.375rem 1.5rem 0 rgba(#1f262e,0.12), 0 0.75rem 3rem 0 rgba(#1f262e,0.08)
40
+ *
34
41
  * Modal Dialogs, Side Panels (when opacity overlay behaviour
35
42
  * is applied)
36
- * 0 0.375rem 1.5rem 0 rgba(#1f262e,0.12), 0 0.75rem 3rem 0 rgba(#1f262e,0.08)
37
43
  */
38
44
  "6": "--cnvs-sys-depth-6",
39
45
  } as const;
40
46
 
41
47
  export declare const opacity = {
42
48
  /**
49
+ * 0.4
50
+ *
43
51
  * State layer added on top of disabled elements.
44
- * 0.4
45
52
  */
46
53
  "disabled": "--cnvs-sys-opacity-disabled",
47
54
  } as const;
48
55
 
49
56
  export declare const shape = {
50
57
  /**
58
+ * 0rem
59
+ *
51
60
  * This is the initial shape of every new element. Use this for backgrounds screens and fixed navigation containers such as headers, and side-panels.
52
- * 0rem
53
61
  */
54
62
  "zero": "--cnvs-sys-shape-zero",
55
63
  /**
64
+ * 0.125rem (2px)
65
+ *
56
66
  * Use this for subtle and small components that don’t require to group complex information like Status Indicators, Checkboxes and Color Swatches.
57
- * 0.125rem (2px)
58
67
  */
59
68
  "half": "--cnvs-sys-shape-half",
60
69
  /**
70
+ * 0.25rem (4px)
71
+ *
61
72
  * Use this for form components presenting text information or inputs: Text Inputs and Text Area, Dropdowns, Menus and Banners.
62
- * 0.25rem (4px)
63
73
  */
64
74
  "x1": "--cnvs-sys-shape-x1",
65
75
  /**
76
+ * 0.5rem (8px)
77
+ *
66
78
  * Use this for all the containers and popups: All Cards, Modals, Tooltips and Toasts.
67
- * 0.5rem (8px)
68
79
  */
69
80
  "x2": "--cnvs-sys-shape-x2",
70
81
  /**
82
+ * 62.5rem (1000px)
83
+ *
71
84
  * Commonly used for our standard buttons and profile avatars: All Primary, Secondary Buttons, Radio Buttons and Notification Badges.
72
- * 62.5rem (1000px)
73
85
  */
74
86
  "round": "--cnvs-sys-shape-round",
75
87
  } as const;
76
88
 
77
89
  export declare const space = {
78
90
  /**
91
+ * 0
92
+ *
79
93
  * Stacks, rows in tables
80
- * 0
81
94
  */
82
95
  "zero": "--cnvs-sys-space-zero",
83
96
  /**
97
+ * 0.25rem (4px)
98
+ *
84
99
  * Compact spacing between text or icons
85
- * 0.25rem (4px)
86
100
  */
87
101
  "x1": "--cnvs-sys-space-x1",
88
102
  /**
103
+ * 0.5rem (8px)
104
+ *
89
105
  * Commonly used to group compact elements like icon buttons
90
- * 0.5rem (8px)
91
106
  */
92
107
  "x2": "--cnvs-sys-space-x2",
93
108
  /**
109
+ * 0.75rem (12px)
110
+ *
94
111
  * Use when compact padding is required
95
- * 0.75rem (12px)
96
112
  */
97
113
  "x3": "--cnvs-sys-space-x3",
98
114
  /**
115
+ * 1rem (16px)
116
+ *
99
117
  * Default space token. Used to group Inputs with related data
100
- * 1rem (16px)
101
118
  */
102
119
  "x4": "--cnvs-sys-space-x4",
103
120
  /**
121
+ * 1.5rem (24px)
122
+ *
104
123
  * • Padding around card content
105
124
  * • Related elements where more space between them can be afforded
106
125
  * • Separate section headings or titles from body text or inputs
107
- * 1.5rem (24px)
108
126
  */
109
127
  "x6": "--cnvs-sys-space-x6",
110
128
  /**
129
+ * 2rem (32px)
130
+ *
111
131
  * • Standard spacing between cards
112
132
  * • Used to separate groups of content
113
133
  * • Separate section headings or titles from body text or inputs
114
- * 2rem (32px)
115
134
  */
116
135
  "x8": "--cnvs-sys-space-x8",
117
136
  /**
137
+ * 2.5rem (40px)
138
+ *
118
139
  * • Used for outer margins on the overall page content
119
140
  * • Used for inner margins on large items such as page sections
120
- * 2.5rem (40px)
121
141
  */
122
142
  "x10": "--cnvs-sys-space-x10",
123
143
  /**
144
+ * 4rem (64px)
145
+ *
124
146
  * - Use to de-clutter your UI when a lot of space is available
125
147
  * - Separate banner sections from page content
126
148
  * - Use to differentiate page content like page sections
127
- * 4rem (64px)
128
149
  */
129
150
  "x16": "--cnvs-sys-space-x16",
130
151
  /**
152
+ * 5rem (80px)
153
+ *
131
154
  * - Use sparingly
132
155
  * - Helps to put focus on the primary element within your page
133
156
  * - Use to de-clutter your UI when a lot of space is available
134
- * 5rem (80px)
135
157
  */
136
158
  "x20": "--cnvs-sys-space-x20",
137
159
  } as const;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ * Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
  */
5
5
 
6
6
  export const depth = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ // Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
 
5
5
  @cnvs-base-palette-cinnamon-100: rgba(255,239,238,1);
6
6
  @cnvs-base-palette-cinnamon-200: rgba(252,201,197,1);
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ // Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
 
5
5
  @cnvs-brand-error-darkest: rgba(128,22,14,1);
6
6
  @cnvs-brand-common-alert-inner: @cnvs-base-palette-cantaloupe-400;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ // Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
 
5
5
  @cnvs-sys-space-zero: 0; // Stacks, rows in tables
6
6
  @cnvs-sys-shape-zero: 0rem; // This is the initial shape of every new element. Use this for backgrounds screens and fixed navigation containers such as headers, and side-panels.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-tokens-web",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Canvas design tokens for web",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "CC-BY-ND-4.0",
@@ -9,7 +9,7 @@
9
9
  "sideEffects": false,
10
10
  "types": "dist/es6/index.d.ts",
11
11
  "scripts": {
12
- "clean": "rimraf dist"
12
+ "clean": "rimraf dist css less scss"
13
13
  },
14
14
  "files": [
15
15
  "dist/",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ // Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
 
5
5
  $cnvs-base-palette-cinnamon-100: rgba(255,239,238,1);
6
6
  $cnvs-base-palette-cinnamon-200: rgba(252,201,197,1);
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ // Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
 
5
5
  $cnvs-base-palette-cinnamon-100: rgba(255,239,238,1);
6
6
  $cnvs-base-palette-cinnamon-200: rgba(252,201,197,1);
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ // Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
 
5
5
  $cnvs-brand-error-darkest: rgba(128,22,14,1);
6
6
  $cnvs-brand-common-alert-inner: $cnvs-base-palette-cantaloupe-400;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ // Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
 
5
5
  $cnvs-brand-error-darkest: rgba(128,22,14,1);
6
6
  $cnvs-brand-common-alert-inner: $cnvs-base-palette-cantaloupe-400;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ // Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
 
5
5
  $cnvs-sys-space-zero: 0; // Stacks, rows in tables
6
6
  $cnvs-sys-shape-zero: 0rem; // This is the initial shape of every new element. Use this for backgrounds screens and fixed navigation containers such as headers, and side-panels.
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 23 Oct 2023 23:15:29 GMT
3
+ // Generated on Fri, 08 Dec 2023 16:59:24 GMT
4
4
 
5
5
  $cnvs-sys-space-zero: 0; // Stacks, rows in tables
6
6
  $cnvs-sys-shape-zero: 0rem; // This is the initial shape of every new element. Use this for backgrounds screens and fixed navigation containers such as headers, and side-panels.