@corensystem/coren-ui 1.0.0 → 1.0.1

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.
@@ -2,7 +2,7 @@ import * as React from "react";
2
2
  import { VariantProps } from "class-variance-authority";
3
3
  //#region src/floor-progress-bar.d.ts
4
4
  declare const floorProgressBarVariants: (props?: ({
5
- tone?: "primary" | "neutral" | null | undefined;
5
+ tone?: "neutral" | "primary" | null | undefined;
6
6
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
7
  export interface FloorProgressBarProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof floorProgressBarVariants> {
8
8
  /** Completion percentage, clamped to 0–100. */
package/dist/grid.d.mts CHANGED
@@ -2,7 +2,7 @@ import * as React from "react";
2
2
  import { VariantProps } from "class-variance-authority";
3
3
  //#region src/grid.d.ts
4
4
  declare const gridVariants: (props?: ({
5
- columns?: 1 | 2 | 3 | 4 | 6 | 5 | 12 | null | undefined;
5
+ columns?: 1 | 2 | 3 | 4 | 5 | 6 | 12 | null | undefined;
6
6
  gap?: "xs" | "sm" | "md" | "lg" | "xl" | "none" | null | undefined;
7
7
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
8
8
  export interface GridProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof gridVariants> {
package/dist/stack.d.mts CHANGED
@@ -4,7 +4,7 @@ import { VariantProps } from "class-variance-authority";
4
4
  declare const stackVariants: (props?: ({
5
5
  direction?: "row" | "column" | null | undefined;
6
6
  gap?: "xs" | "sm" | "md" | "lg" | "xl" | "none" | null | undefined;
7
- align?: "center" | "end" | "start" | "baseline" | "stretch" | null | undefined;
7
+ align?: "center" | "end" | "start" | "stretch" | "baseline" | null | undefined;
8
8
  justify?: "center" | "end" | "start" | "between" | "around" | "evenly" | null | undefined;
9
9
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
10
10
  export interface StackProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof stackVariants> {
@@ -2,7 +2,7 @@ import * as React from "react";
2
2
  import { VariantProps } from "class-variance-authority";
3
3
  //#region src/status-dot.d.ts
4
4
  declare const statusDotVariants: (props?: ({
5
- variant?: "warning" | "info" | "offline" | "success" | "neutral" | "error" | null | undefined;
5
+ variant?: "offline" | "warning" | "info" | "success" | "neutral" | "error" | null | undefined;
6
6
  size?: "xs" | "sm" | "md" | "lg" | null | undefined;
7
7
  shape?: "filled" | "ring" | "minus" | null | undefined;
8
8
  pulse?: boolean | null | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corensystem/coren-ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "bin": {
5
5
  "intent": "./bin/intent.js"
6
6
  },
@@ -1709,8 +1709,8 @@
1709
1709
  "tailwind-merge": "^3.4.0",
1710
1710
  "vaul": "^1.1.2",
1711
1711
  "zod": "^4.3.5",
1712
- "@corensystem/coren-utils": "1.0.0",
1713
- "@corensystem/coren-tokens": "1.0.0"
1712
+ "@corensystem/coren-utils": "1.0.1",
1713
+ "@corensystem/coren-tokens": "1.0.1"
1714
1714
  },
1715
1715
  "devDependencies": {
1716
1716
  "@tailwindcss/cli": "^4.2.2",