@pickaxeproject/react 0.0.56 → 0.0.57

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.
@@ -1,5 +1,5 @@
1
- import { PickaxeResponsiveBy } from "../../components/Pickaxe/Provider";
2
- export type StudioFontSize = "sm" | "md" | "lg";
1
+ import type { StudioFontSize } from "../../types/studio";
2
+ import type { PickaxeResponsiveBy } from "../../components/Pickaxe/Provider";
3
3
  export type FontSizeType = "h1" | "h2" | "h3" | "h4" | "b1" | "b2" | "b3" | "b4" | "l1" | "l2";
4
4
  export declare const fontSizeMap: Record<PickaxeResponsiveBy, Record<FontSizeType, Record<StudioFontSize, string>>>;
5
5
  interface UseStyleFontSizeOptions {
@@ -1,3 +1,3 @@
1
- export type StudioFontSize = "sm" | "md" | "lg" | "xl";
1
+ export type StudioFontSize = "sm" | "md" | "lg";
2
2
  export type StudioFormFieldStyle = "minimal" | "box" | "block";
3
3
  export type StudioButtonStyle = "filled" | "outlined" | "transparent";
@@ -1,5 +1,5 @@
1
- import { PickaxeResponsiveBy } from "../../components/Pickaxe/Provider";
2
- export type StudioFontSize = "sm" | "md" | "lg";
1
+ import type { StudioFontSize } from "../../types/studio";
2
+ import type { PickaxeResponsiveBy } from "../../components/Pickaxe/Provider";
3
3
  export type FontSizeType = "h1" | "h2" | "h3" | "h4" | "b1" | "b2" | "b3" | "b4" | "l1" | "l2";
4
4
  export declare const fontSizeMap: Record<PickaxeResponsiveBy, Record<FontSizeType, Record<StudioFontSize, string>>>;
5
5
  interface UseStyleFontSizeOptions {
@@ -1,3 +1,3 @@
1
- export type StudioFontSize = "sm" | "md" | "lg" | "xl";
1
+ export type StudioFontSize = "sm" | "md" | "lg";
2
2
  export type StudioFormFieldStyle = "minimal" | "box" | "block";
3
3
  export type StudioButtonStyle = "filled" | "outlined" | "transparent";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pickaxeproject/react",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
4
4
  "description": "Client utility library for Pickaxe",
5
5
  "repository": {
6
6
  "type": "git",