@razorwind/tamagui 0.0.4 → 0.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.
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { Schema, Tokens } from "@razorwind/core/schema";
2
1
  import { TokenType } from "@power-plant/dtcg-schema";
2
+ import { Schema, Tokens } from "@razorwind/core/schema";
3
3
  import { formatTokenValue, toCssVar } from "@razorwind/core/utils";
4
4
  import { GeneratorFunctionResult } from "@power-plant/core";
5
5
  //#region src/types.d.ts
@@ -147,7 +147,7 @@ declare function generateTamaguiConfig(spec: Schema, options?: TamaguiPluginOpti
147
147
  * });
148
148
  * ```
149
149
  */
150
- declare const _default: (options?: any) => import("@razorwind/core/plugin").Plugin;
150
+ declare const _default: (options?: TamaguiPluginOptions | undefined) => import("@razorwind/core/plugin").Plugin;
151
151
  //#endregion
152
152
  export { type FlatToken, type TamaguiAnimationDriver, type TamaguiPluginOptions, type TamaguiTokenCategory, collectColorScales, _default as default, flattenTokens, formatTokenValue, generateTamaguiConfig, renderTamaguiConfig, resolveTokenCategory, resolveTokenSets, toCssVar, toTamaguiValue, toTokenKey };
153
153
  //# sourceMappingURL=index.d.cts.map
package/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { formatTokenValue, toCssVar } from "@razorwind/core/utils";
2
- import { Schema, Tokens } from "@razorwind/core/schema";
3
2
  import { TokenType } from "@power-plant/dtcg-schema";
3
+ import { Schema, Tokens } from "@razorwind/core/schema";
4
4
  import { GeneratorFunctionResult } from "@power-plant/core";
5
5
  //#region src/types.d.ts
6
6
  /**
@@ -147,7 +147,7 @@ declare function generateTamaguiConfig(spec: Schema, options?: TamaguiPluginOpti
147
147
  * });
148
148
  * ```
149
149
  */
150
- declare const _default: (options?: any) => import("@razorwind/core/plugin").Plugin;
150
+ declare const _default: (options?: TamaguiPluginOptions | undefined) => import("@razorwind/core/plugin").Plugin;
151
151
  //#endregion
152
152
  export { type FlatToken, type TamaguiAnimationDriver, type TamaguiPluginOptions, type TamaguiTokenCategory, collectColorScales, _default as default, flattenTokens, formatTokenValue, generateTamaguiConfig, renderTamaguiConfig, resolveTokenCategory, resolveTokenSets, toCssVar, toTamaguiValue, toTokenKey };
153
153
  //# sourceMappingURL=index.d.mts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@razorwind/tamagui",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "description": "Razorwind plugin that creates Tamagui theme tokens from Razorwind design tokens.",
6
6
  "repository": {
@@ -71,7 +71,7 @@
71
71
  "dependencies": {
72
72
  "@power-plant/core": "^0.0.61",
73
73
  "@power-plant/dtcg-schema": "^0.0.1",
74
- "@razorwind/core": "^0.0.16",
74
+ "@razorwind/core": "^0.0.17",
75
75
  "@stryke/type-checks": "^0.6.32"
76
76
  },
77
77
  "peerDependencies": {
@@ -90,5 +90,5 @@
90
90
  "typescript": "^6.0.3"
91
91
  },
92
92
  "publishConfig": { "access": "public" },
93
- "gitHead": "6055ce9d20a4488ee965a471c76c51380e2e85af"
93
+ "gitHead": "3cc5b85aebb2434cd4395b99e9cab9b9223ff6db"
94
94
  }