@koide-labs/ui 0.1.6 → 0.1.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/components/spinner/spinner.js +4 -4
- package/dist/spinner.css +1 -1
- package/package.json +16 -19
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
2
|
+
import { c as o } from "../../clsx-OuTLNxxd.js";
|
|
3
3
|
import { View as s } from "../view/view.js";
|
|
4
4
|
import { Icon as i } from "../icon/icon.js";
|
|
5
|
-
import '../../spinner.css';const m = "
|
|
5
|
+
import '../../spinner.css';const m = "_spinner_shk19_3", p = {
|
|
6
6
|
spinner: m
|
|
7
7
|
};
|
|
8
|
-
function f({ className: r, ...
|
|
9
|
-
return /* @__PURE__ */ n(s, { className:
|
|
8
|
+
function f({ className: r, ...e }) {
|
|
9
|
+
return /* @__PURE__ */ n(s, { className: o(p.spinner, r), ...e, children: /* @__PURE__ */ n(i, { name: "loader-3-line" }) });
|
|
10
10
|
}
|
|
11
11
|
export {
|
|
12
12
|
f as Spinner
|
package/dist/spinner.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@keyframes
|
|
1
|
+
@keyframes _loading_shk19_1{0%{rotate:0deg}to{rotate:360deg}}._spinner_shk19_3:not(#\#):not(#\#):not(#\#){animation:_loading_shk19_1 1.5s linear infinite}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@koide-labs/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -29,23 +29,6 @@
|
|
|
29
29
|
"sideEffects": [
|
|
30
30
|
"**/*.css"
|
|
31
31
|
],
|
|
32
|
-
"packageManager": "pnpm@10.19.0",
|
|
33
|
-
"scripts": {
|
|
34
|
-
"dev": "vite",
|
|
35
|
-
"build": "npm-run-all build:icons build:vite",
|
|
36
|
-
"build:icons": "tsx ./scripts/build-icon-types.ts",
|
|
37
|
-
"build:vite": "tsc -b && vite build",
|
|
38
|
-
"preview": "vite preview",
|
|
39
|
-
"prepare": "husky",
|
|
40
|
-
"typecheck": "tsc -b --noEmit",
|
|
41
|
-
"lint": "npm-run-all --parallel lint:*",
|
|
42
|
-
"lint:ts": "eslint .",
|
|
43
|
-
"lint:style": "stylelint src/**/*.module.css",
|
|
44
|
-
"format": "prettier --write .",
|
|
45
|
-
"storybook": "storybook dev -p 6006",
|
|
46
|
-
"build-storybook": "storybook build",
|
|
47
|
-
"prepublishOnly": "pnpm run build"
|
|
48
|
-
},
|
|
49
32
|
"dependencies": {
|
|
50
33
|
"@base-ui/react": "^1.0.0",
|
|
51
34
|
"@npham-dev/cmdk": "^0.0.0",
|
|
@@ -117,5 +100,19 @@
|
|
|
117
100
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
118
101
|
"vite-tsconfig-paths": "^6.0.3",
|
|
119
102
|
"vitest": "^4.0.16"
|
|
103
|
+
},
|
|
104
|
+
"scripts": {
|
|
105
|
+
"dev": "vite",
|
|
106
|
+
"build": "npm-run-all build:icons build:vite",
|
|
107
|
+
"build:icons": "tsx ./scripts/build-icon-types.ts",
|
|
108
|
+
"build:vite": "tsc -b && vite build",
|
|
109
|
+
"preview": "vite preview",
|
|
110
|
+
"typecheck": "tsc -b --noEmit",
|
|
111
|
+
"lint": "npm-run-all --parallel lint:*",
|
|
112
|
+
"lint:ts": "eslint .",
|
|
113
|
+
"lint:style": "stylelint src/**/*.module.css",
|
|
114
|
+
"format": "prettier --write .",
|
|
115
|
+
"storybook": "storybook dev -p 6006",
|
|
116
|
+
"build-storybook": "storybook build"
|
|
120
117
|
}
|
|
121
|
-
}
|
|
118
|
+
}
|