|
6 | 6 | vertical: { value: '{size.m}' }
|
7 | 7 | },
|
8 | 8 | border: {
|
9 |
| - radius: { value: '{size.s}'} |
| 9 | + radius: { value: '{size.s}' } |
10 | 10 | }
|
11 | 11 | },
|
12 | 12 | header: {
|
13 | 13 | padding: {
|
14 |
| - horizontal: { value: '{size.xxs}'} |
| 14 | + horizontal: { value: '{size.xxs}' } |
15 | 15 | },
|
16 | 16 | margin: {
|
17 |
| - bottom: { value: '{size.3xs}'} |
| 17 | + bottom: { value: '{size.3xs}' } |
18 | 18 | }
|
19 | 19 | },
|
20 | 20 | grid: {
|
21 | 21 | padding: {
|
22 |
| - horizontal: { value: '{size.m}'} |
| 22 | + horizontal: { value: '{size.m}' } |
23 | 23 | },
|
24 | 24 | 'content-gap': {
|
25 | 25 | vertical: { value: '{size.3xs}' }
|
|
30 | 30 | cell: {
|
31 | 31 | padding: {
|
32 | 32 | horizontal: { value: '{size.s}' },
|
33 |
| - vertical: { value: '{size.s}'} |
34 |
| - }, |
35 |
| - border: { |
36 |
| - radius: { value: '{size.s}'} |
37 |
| - } |
| 33 | + vertical: { value: '{size.s}' } |
| 34 | + }, |
| 35 | + border: { |
| 36 | + radius: { value: '{size.s}' } |
| 37 | + } |
38 | 38 | }
|
39 | 39 | }
|
40 | 40 | },
|
41 | 41 | font: {
|
42 | 42 | text: {
|
43 |
| - "font-size": { value: '{typography.text-normal.font-size}' }, |
44 |
| - "line-height": { value: '{typography.text-normal.line-height}' }, |
45 |
| - "letter-spacing": { value: '{typography.text-normal.letter-spacing}' }, |
46 |
| - "font-weight": { value: '{typography.text-normal.font-weight}' }, |
47 |
| - "font-family": { value: '{typography.text-normal.font-family}' }, |
48 |
| - "text-transform": { value: '{typography.text-normal.text-transform}' }, |
49 |
| - "font-feature-settings": { value: '{typography.text-normal.font-feature-settings}' } |
| 43 | + 'font-size': { value: '{typography.text-normal.font-size}' }, |
| 44 | + 'line-height': { value: '{typography.text-normal.line-height}' }, |
| 45 | + 'letter-spacing': { value: '{typography.text-normal.letter-spacing}' }, |
| 46 | + 'font-weight': { value: '{typography.text-normal.font-weight}' }, |
| 47 | + 'font-family': { value: '{typography.text-normal.font-family}' }, |
| 48 | + 'text-transform': { value: '{typography.text-normal.text-transform}' }, |
| 49 | + 'font-feature-settings': { value: '{typography.text-normal.font-feature-settings}' } |
50 | 50 | }
|
51 | 51 | },
|
52 | 52 | light: {
|
53 | 53 | container: {
|
54 |
| - background: {value: '{light.background.card}'}, |
55 |
| - 'box-shadow': { value: '{shadow.light.popup}' } |
| 54 | + background: { value: '{light.background.card}' }, |
| 55 | + shadow: { value: '{shadow.light.popup}' } |
56 | 56 | },
|
57 | 57 | header: {
|
58 |
| - text: {value: '{light.foreground.contrast-tertiary}'}, |
59 |
| - divider: {value: '{light.line.contrast-less}'} |
| 58 | + text: { value: '{light.foreground.contrast-tertiary}' }, |
| 59 | + divider: { value: '{light.line.contrast-less}' } |
60 | 60 | },
|
61 | 61 | grid: {
|
62 | 62 | cell: {
|
63 | 63 | default: {
|
64 |
| - background: {value: 'transparent'}, |
| 64 | + background: { value: 'transparent' }, |
65 | 65 | text: { value: '{light.foreground.contrast}' }
|
66 | 66 | },
|
67 | 67 | today: {
|
68 |
| - background: {value: 'transparent'}, |
| 68 | + background: { value: 'transparent' }, |
69 | 69 | text: { value: '{light.foreground.theme}' }
|
70 | 70 | },
|
71 | 71 | states: {
|
72 | 72 | hover: {
|
73 |
| - background: {value: '{light.states.background.transparent-hover}'} |
| 73 | + background: { value: '{light.states.background.transparent-hover}' } |
74 | 74 | },
|
75 | 75 | active: {
|
76 |
| - background: {value: '{light.states.background.transparent-active}'} |
| 76 | + background: { value: '{light.states.background.transparent-active}' } |
77 | 77 | },
|
78 | 78 | selected: {
|
79 |
| - background: {value: '{light.background.contrast}'}, |
| 79 | + background: { value: '{light.background.contrast}' }, |
80 | 80 | text: { value: '{light.foreground.white}' }
|
81 | 81 | },
|
82 | 82 | 'selected-hover': {
|
83 |
| - background: {value: '{light.states.background.contrast-active}'} |
| 83 | + background: { value: '{light.states.background.contrast-active}' } |
84 | 84 | },
|
85 | 85 | disabled: {
|
86 |
| - background: {value: 'transparent'}, |
| 86 | + background: { value: 'transparent' }, |
87 | 87 | text: { value: '{light.states.foreground.disabled}' }
|
88 | 88 | }
|
89 | 89 | }
|
|
92 | 92 | },
|
93 | 93 | dark: {
|
94 | 94 | container: {
|
95 |
| - background: {value: '{dark.background.card}'}, |
96 |
| - 'box-shadow': { value: '{shadow.dark.popup}' } |
| 95 | + background: { value: '{dark.background.card}' }, |
| 96 | + shadow: { value: '{shadow.dark.popup}' } |
97 | 97 | },
|
98 | 98 | header: {
|
99 |
| - text: {value: '{dark.foreground.contrast-tertiary}'}, |
100 |
| - divider: {value: '{dark.line.contrast-less}'} |
| 99 | + text: { value: '{dark.foreground.contrast-tertiary}' }, |
| 100 | + divider: { value: '{dark.line.contrast-less}' } |
101 | 101 | },
|
102 | 102 | grid: {
|
103 | 103 | cell: {
|
104 | 104 | default: {
|
105 |
| - background: {value: 'transparent'}, |
| 105 | + background: { value: 'transparent' }, |
106 | 106 | text: { value: '{dark.foreground.contrast}' }
|
107 | 107 | },
|
108 | 108 | today: {
|
109 |
| - background: {value: 'transparent'}, |
| 109 | + background: { value: 'transparent' }, |
110 | 110 | text: { value: '{dark.foreground.theme}' }
|
111 | 111 | },
|
112 | 112 | states: {
|
113 | 113 | hover: {
|
114 |
| - background: {value: '{dark.states.background.transparent-hover}'} |
| 114 | + background: { value: '{dark.states.background.transparent-hover}' } |
115 | 115 | },
|
116 | 116 | active: {
|
117 |
| - background: {value: '{dark.states.background.transparent-active}'} |
| 117 | + background: { value: '{dark.states.background.transparent-active}' } |
118 | 118 | },
|
119 | 119 | selected: {
|
120 |
| - background: {value: '{dark.background.contrast}'}, |
| 120 | + background: { value: '{dark.background.contrast}' }, |
121 | 121 | text: { value: '{dark.foreground.on-contrast}' }
|
122 | 122 | },
|
123 | 123 | 'selected-hover': {
|
124 |
| - background: {value: '{dark.states.background.contrast-active}'} |
| 124 | + background: { value: '{dark.states.background.contrast-active}' } |
125 | 125 | },
|
126 | 126 | disabled: {
|
127 |
| - background: {value: 'transparent'}, |
| 127 | + background: { value: 'transparent' }, |
128 | 128 | text: { value: '{dark.states.foreground.disabled}' }
|
129 | 129 | }
|
130 | 130 | }
|
|
0 commit comments