@gtk-js/theme-fluent 0.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.
package/dist/index.ts ADDED
@@ -0,0 +1,8 @@
1
+ export { default as light_circular_default } from "./light_circular_default.css" with { type: "text" };
2
+ export { default as light_circular_round } from "./light_circular_round.css" with { type: "text" };
3
+ export { default as light_square_default } from "./light_square_default.css" with { type: "text" };
4
+ export { default as light_square_round } from "./light_square_round.css" with { type: "text" };
5
+ export { default as dark_circular_default } from "./dark_circular_default.css" with { type: "text" };
6
+ export { default as dark_circular_round } from "./dark_circular_round.css" with { type: "text" };
7
+ export { default as dark_square_default } from "./dark_square_default.css" with { type: "text" };
8
+ export { default as dark_square_round } from "./dark_square_round.css" with { type: "text" };