@koide-labs/ui 0.1.5 → 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/anchor.css CHANGED
@@ -1 +1 @@
1
- ._anchor_1mbt9_3:not(#\#):not(#\#):not(#\#){cursor:pointer;color:var(--primary-stronger);font-weight:var(--font-weight-regular);font-size:var(--font-size-default);line-height:var(--line-height-default);text-decoration:underline}._anchor_1mbt9_3:visited:not(#\#):not(#\#):not(#\#){color:var(--primary-stronger)}
1
+ ._anchor_1t7pi_3:not(#\#):not(#\#):not(#\#){cursor:pointer;color:var(--primary-stronger);font-weight:inherit;font-size:inherit;line-height:inherit;text-decoration:underline}._anchor_1t7pi_3:visited:not(#\#):not(#\#):not(#\#){color:var(--primary-stronger)}
@@ -1,6 +1,6 @@
1
1
  import { u as n } from "../../useRender-C3vlzS3t.js";
2
2
  import { m as t } from "../../useRenderElement-DngNDu_P.js";
3
- import '../../anchor.css';const a = "_anchor_1mbt9_3", s = {
3
+ import '../../anchor.css';const a = "_anchor_1t7pi_3", s = {
4
4
  anchor: a
5
5
  };
6
6
  function p({ external: e, render: r, ...o }) {
@@ -1,12 +1,12 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { c as e } from "../../clsx-OuTLNxxd.js";
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 = "_spinner_s5ov8_3", p = {
5
+ import '../../spinner.css';const m = "_spinner_shk19_3", p = {
6
6
  spinner: m
7
7
  };
8
- function f({ className: r, ...o }) {
9
- return /* @__PURE__ */ n(s, { className: e(p.spinner, r), ...o, children: /* @__PURE__ */ n(i, { name: "loader-2-line" }) });
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 _loading_s5ov8_1{0%{rotate:0deg}to{rotate:360deg}}._spinner_s5ov8_3:not(#\#):not(#\#):not(#\#){animation:_loading_s5ov8_1 3s linear infinite}
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.5",
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
+ }