|
14 | 14 | limitations under the License. |
15 | 15 | */ |
16 | 16 |
|
17 | | -import { v0_8 } from "@a2ui/lit"; |
| 17 | +import { Styles, type Types } from "@a2ui/lit/0.8"; |
18 | 18 |
|
19 | 19 | /** Elements */ |
20 | 20 |
|
@@ -159,27 +159,27 @@ const video = { |
159 | 159 | "layout-el-cv": true, |
160 | 160 | }; |
161 | 161 |
|
162 | | -const aLight = v0_8.Styles.merge(a, { "color-c-n5": true }); |
163 | | -const inputLight = v0_8.Styles.merge(input, { "color-c-n5": true }); |
164 | | -const textareaLight = v0_8.Styles.merge(textarea, { "color-c-n5": true }); |
165 | | -const buttonLight = v0_8.Styles.merge(button, { "color-c-n100": true }); |
166 | | -const h1Light = v0_8.Styles.merge(h1, { "color-c-n5": true }); |
167 | | -const h2Light = v0_8.Styles.merge(h2, { "color-c-n5": true }); |
168 | | -const h3Light = v0_8.Styles.merge(h3, { "color-c-n5": true }); |
169 | | -const bodyLight = v0_8.Styles.merge(body, { "color-c-n5": true }); |
170 | | -const pLight = v0_8.Styles.merge(p, { "color-c-n35": true }); |
171 | | -const preLight = v0_8.Styles.merge(pre, { "color-c-n35": true }); |
172 | | -const orderedListLight = v0_8.Styles.merge(orderedList, { |
| 162 | +const aLight = Styles.merge(a, { "color-c-n5": true }); |
| 163 | +const inputLight = Styles.merge(input, { "color-c-n5": true }); |
| 164 | +const textareaLight = Styles.merge(textarea, { "color-c-n5": true }); |
| 165 | +const buttonLight = Styles.merge(button, { "color-c-n100": true }); |
| 166 | +const h1Light = Styles.merge(h1, { "color-c-n5": true }); |
| 167 | +const h2Light = Styles.merge(h2, { "color-c-n5": true }); |
| 168 | +const h3Light = Styles.merge(h3, { "color-c-n5": true }); |
| 169 | +const bodyLight = Styles.merge(body, { "color-c-n5": true }); |
| 170 | +const pLight = Styles.merge(p, { "color-c-n35": true }); |
| 171 | +const preLight = Styles.merge(pre, { "color-c-n35": true }); |
| 172 | +const orderedListLight = Styles.merge(orderedList, { |
173 | 173 | "color-c-n35": true, |
174 | 174 | }); |
175 | | -const unorderedListLight = v0_8.Styles.merge(unorderedList, { |
| 175 | +const unorderedListLight = Styles.merge(unorderedList, { |
176 | 176 | "color-c-n35": true, |
177 | 177 | }); |
178 | | -const listItemLight = v0_8.Styles.merge(listItem, { |
| 178 | +const listItemLight = Styles.merge(listItem, { |
179 | 179 | "color-c-n35": true, |
180 | 180 | }); |
181 | 181 |
|
182 | | -export const theme: v0_8.Types.Theme = { |
| 182 | +export const theme: Types.Theme = { |
183 | 183 | additionalStyles: { |
184 | 184 | Button: { |
185 | 185 | background: "var(--primary, oklch(0.205 0 0))", |
|
0 commit comments