@yamada-ui/cli 1.0.4 → 1.0.5

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.
@@ -30,9 +30,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
30
30
  ));
31
31
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
32
32
 
33
- // ../../node_modules/.pnpm/tsup@8.0.2_typescript@5.4.3/node_modules/tsup/assets/cjs_shims.js
33
+ // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.12_typescript@5.4.4/node_modules/tsup/assets/cjs_shims.js
34
34
  var init_cjs_shims = __esm({
35
- "../../node_modules/.pnpm/tsup@8.0.2_typescript@5.4.3/node_modules/tsup/assets/cjs_shims.js"() {
35
+ "../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.12_typescript@5.4.4/node_modules/tsup/assets/cjs_shims.js"() {
36
36
  "use strict";
37
37
  }
38
38
  });
@@ -30,9 +30,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
30
30
  ));
31
31
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
32
32
 
33
- // ../../node_modules/.pnpm/tsup@8.0.2_typescript@5.4.3/node_modules/tsup/assets/cjs_shims.js
33
+ // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.12_typescript@5.4.4/node_modules/tsup/assets/cjs_shims.js
34
34
  var init_cjs_shims = __esm({
35
- "../../node_modules/.pnpm/tsup@8.0.2_typescript@5.4.3/node_modules/tsup/assets/cjs_shims.js"() {
35
+ "../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.12_typescript@5.4.4/node_modules/tsup/assets/cjs_shims.js"() {
36
36
  "use strict";
37
37
  }
38
38
  });
@@ -30,9 +30,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
30
30
  ));
31
31
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
32
32
 
33
- // ../../node_modules/.pnpm/tsup@8.0.2_typescript@5.4.3/node_modules/tsup/assets/cjs_shims.js
33
+ // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.12_typescript@5.4.4/node_modules/tsup/assets/cjs_shims.js
34
34
  var init_cjs_shims = __esm({
35
- "../../node_modules/.pnpm/tsup@8.0.2_typescript@5.4.3/node_modules/tsup/assets/cjs_shims.js"() {
35
+ "../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.12_typescript@5.4.4/node_modules/tsup/assets/cjs_shims.js"() {
36
36
  "use strict";
37
37
  }
38
38
  });
@@ -777,7 +777,9 @@ var themePath = [
777
777
  var resolveThemePath = async () => {
778
778
  const paths = [
779
779
  import_path2.default.join("node_modules", ".pnpm", "@yamada-ui+core@*", ...themePath),
780
- import_path2.default.join(...themePath)
780
+ import_path2.default.join(...themePath),
781
+ import_path2.default.posix.join("node_modules", ".pnpm", "@yamada-ui+core@*", ...themePath),
782
+ import_path2.default.posix.join(...themePath)
781
783
  ];
782
784
  const triedPaths = await Promise.all(
783
785
  paths.map(async (possiblePath) => {
@@ -46,7 +46,9 @@ var themePath = [
46
46
  var resolveThemePath = async () => {
47
47
  const paths = [
48
48
  import_path.default.join("node_modules", ".pnpm", "@yamada-ui+core@*", ...themePath),
49
- import_path.default.join(...themePath)
49
+ import_path.default.join(...themePath),
50
+ import_path.default.posix.join("node_modules", ".pnpm", "@yamada-ui+core@*", ...themePath),
51
+ import_path.default.posix.join(...themePath)
50
52
  ];
51
53
  const triedPaths = await Promise.all(
52
54
  paths.map(async (possiblePath) => {
package/dist/index.js CHANGED
@@ -33,10 +33,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
33
  ));
34
34
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
35
35
 
36
- // ../../node_modules/.pnpm/tsup@8.0.2_typescript@5.4.3/node_modules/tsup/assets/cjs_shims.js
36
+ // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.12_typescript@5.4.4/node_modules/tsup/assets/cjs_shims.js
37
37
  var getImportMetaUrl, importMetaUrl;
38
38
  var init_cjs_shims = __esm({
39
- "../../node_modules/.pnpm/tsup@8.0.2_typescript@5.4.3/node_modules/tsup/assets/cjs_shims.js"() {
39
+ "../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.12_typescript@5.4.4/node_modules/tsup/assets/cjs_shims.js"() {
40
40
  "use strict";
41
41
  getImportMetaUrl = () => typeof document === "undefined" ? new URL("file:" + __filename).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
42
42
  importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
@@ -17518,7 +17518,7 @@ function updateNotifier(options) {
17518
17518
  // package.json
17519
17519
  var package_default = {
17520
17520
  name: "@yamada-ui/cli",
17521
- version: "1.0.4",
17521
+ version: "1.0.5",
17522
17522
  description: "Generate theme tokens for autocomplete",
17523
17523
  keywords: [
17524
17524
  "theme",
@@ -17887,7 +17887,9 @@ var themePath = [
17887
17887
  var resolveThemePath = async () => {
17888
17888
  const paths = [
17889
17889
  import_path4.default.join("node_modules", ".pnpm", "@yamada-ui+core@*", ...themePath),
17890
- import_path4.default.join(...themePath)
17890
+ import_path4.default.join(...themePath),
17891
+ import_path4.default.posix.join("node_modules", ".pnpm", "@yamada-ui+core@*", ...themePath),
17892
+ import_path4.default.posix.join(...themePath)
17891
17893
  ];
17892
17894
  const triedPaths = await Promise.all(
17893
17895
  paths.map(async (possiblePath) => {
package/dist/utils/cli.js CHANGED
@@ -33,10 +33,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
33
  ));
34
34
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
35
35
 
36
- // ../../node_modules/.pnpm/tsup@8.0.2_typescript@5.4.3/node_modules/tsup/assets/cjs_shims.js
36
+ // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.12_typescript@5.4.4/node_modules/tsup/assets/cjs_shims.js
37
37
  var getImportMetaUrl, importMetaUrl;
38
38
  var init_cjs_shims = __esm({
39
- "../../node_modules/.pnpm/tsup@8.0.2_typescript@5.4.3/node_modules/tsup/assets/cjs_shims.js"() {
39
+ "../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.12_typescript@5.4.4/node_modules/tsup/assets/cjs_shims.js"() {
40
40
  "use strict";
41
41
  getImportMetaUrl = () => typeof document === "undefined" ? new URL("file:" + __filename).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
42
42
  importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
@@ -17501,7 +17501,7 @@ function updateNotifier(options) {
17501
17501
  // package.json
17502
17502
  var package_default = {
17503
17503
  name: "@yamada-ui/cli",
17504
- version: "1.0.4",
17504
+ version: "1.0.5",
17505
17505
  description: "Generate theme tokens for autocomplete",
17506
17506
  keywords: [
17507
17507
  "theme",
@@ -33,10 +33,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
33
  ));
34
34
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
35
35
 
36
- // ../../node_modules/.pnpm/tsup@8.0.2_typescript@5.4.3/node_modules/tsup/assets/cjs_shims.js
36
+ // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.12_typescript@5.4.4/node_modules/tsup/assets/cjs_shims.js
37
37
  var getImportMetaUrl, importMetaUrl;
38
38
  var init_cjs_shims = __esm({
39
- "../../node_modules/.pnpm/tsup@8.0.2_typescript@5.4.3/node_modules/tsup/assets/cjs_shims.js"() {
39
+ "../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.12_typescript@5.4.4/node_modules/tsup/assets/cjs_shims.js"() {
40
40
  "use strict";
41
41
  getImportMetaUrl = () => typeof document === "undefined" ? new URL("file:" + __filename).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
42
42
  importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
@@ -17527,7 +17527,7 @@ function updateNotifier(options) {
17527
17527
  // package.json
17528
17528
  var package_default = {
17529
17529
  name: "@yamada-ui/cli",
17530
- version: "1.0.4",
17530
+ version: "1.0.5",
17531
17531
  description: "Generate theme tokens for autocomplete",
17532
17532
  keywords: [
17533
17533
  "theme",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/cli",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Generate theme tokens for autocomplete",
5
5
  "keywords": [
6
6
  "theme",