@lundal/zed-css 0.0.6 → 0.0.7
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.js +0 -22
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,25 +1,3 @@
|
|
|
1
1
|
import './style.css';
|
|
2
2
|
import "@fontsource/inter/400.css";
|
|
3
3
|
import "@fontsource/inter/500.css";
|
|
4
|
-
const Reset = "";
|
|
5
|
-
const Button = "";
|
|
6
|
-
const Card = "";
|
|
7
|
-
const CheckBox = "";
|
|
8
|
-
const Column = "";
|
|
9
|
-
const Dialog = "";
|
|
10
|
-
const Error = "";
|
|
11
|
-
const Field = "";
|
|
12
|
-
const Fieldset = "";
|
|
13
|
-
const Focus = "";
|
|
14
|
-
const Header = "";
|
|
15
|
-
const Headings = "";
|
|
16
|
-
const Link = "";
|
|
17
|
-
const Nav = "";
|
|
18
|
-
const Page = "";
|
|
19
|
-
const RadioButton = "";
|
|
20
|
-
const Row = "";
|
|
21
|
-
const Scrollbar = "";
|
|
22
|
-
const Select = "";
|
|
23
|
-
const Spinner = "";
|
|
24
|
-
const TextBox = "";
|
|
25
|
-
const Theme = "";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lundal/zed-css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"license": "LGPL-3.0-or-later",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"prettier": "3",
|
|
18
18
|
"typescript": "5",
|
|
19
|
-
"vite": "
|
|
19
|
+
"vite": "5",
|
|
20
20
|
"vite-plugin-libcss": "1"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|