@parto-system-design/ui 1.1.18 → 1.1.19

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.cjs CHANGED
@@ -4554,7 +4554,9 @@ var VARIANT_COLORS = {
4554
4554
  primary: "var(--brand-default)",
4555
4555
  success: "var(--sentiment-positive)",
4556
4556
  warning: "var(--warning-default)",
4557
- destructive: "var(--destructive-default)"
4557
+ destructive: "var(--destructive-default)",
4558
+ info: "var(--info-default)",
4559
+ neutral: "var(--sentiment-neutral)"
4558
4560
  };
4559
4561
  var TRACK_COLOR = "var(--border-muted)";
4560
4562
  var CircularProgress = React127__namespace.forwardRef(
package/dist/index.d.cts CHANGED
@@ -506,7 +506,7 @@ interface CircularProgressProps extends React$1.HTMLAttributes<HTMLDivElement> {
506
506
  /** Stroke width in px @default 8 */
507
507
  strokeWidth?: number;
508
508
  /** Color variant */
509
- variant?: 'primary' | 'success' | 'warning' | 'destructive';
509
+ variant?: 'primary' | 'success' | 'warning' | 'destructive' | 'info' | 'neutral';
510
510
  /** Show the numeric value in center @default true */
511
511
  showValue?: boolean;
512
512
  /** Label text below the value (inside circle) */
package/dist/index.d.ts CHANGED
@@ -506,7 +506,7 @@ interface CircularProgressProps extends React$1.HTMLAttributes<HTMLDivElement> {
506
506
  /** Stroke width in px @default 8 */
507
507
  strokeWidth?: number;
508
508
  /** Color variant */
509
- variant?: 'primary' | 'success' | 'warning' | 'destructive';
509
+ variant?: 'primary' | 'success' | 'warning' | 'destructive' | 'info' | 'neutral';
510
510
  /** Show the numeric value in center @default true */
511
511
  showValue?: boolean;
512
512
  /** Label text below the value (inside circle) */
package/dist/index.js CHANGED
@@ -4505,7 +4505,9 @@ var VARIANT_COLORS = {
4505
4505
  primary: "var(--brand-default)",
4506
4506
  success: "var(--sentiment-positive)",
4507
4507
  warning: "var(--warning-default)",
4508
- destructive: "var(--destructive-default)"
4508
+ destructive: "var(--destructive-default)",
4509
+ info: "var(--info-default)",
4510
+ neutral: "var(--sentiment-neutral)"
4509
4511
  };
4510
4512
  var TRACK_COLOR = "var(--border-muted)";
4511
4513
  var CircularProgress = React127.forwardRef(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parto-system-design/ui",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "description": "Persian-first, RTL-native React component library for public-opinion monitoring (افکارسنجی), social listening, and influencer analytics — Supabase-style design language adapted for Farsi typography.",
5
5
  "license": "MIT",
6
6
  "author": "Parto Design System contributors",