konsolpro-custom-ui 0.0.391 → 0.0.394

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/lib/index.js CHANGED
@@ -10702,7 +10702,7 @@ const $l = ({ items: e, className: t }) => /* @__PURE__ */ n("div", { className:
10702
10702
  className: p(
10703
10703
  "flex-shrink-0 rounded-full",
10704
10704
  "h-2.5 w-2.5 border-2 bg-white",
10705
- r.active ? "border-primary" : "border-border"
10705
+ r.completed ? "border-positive" : r.active ? "border-primary" : "border-border"
10706
10706
  )
10707
10707
  }
10708
10708
  ),
@@ -6,6 +6,7 @@ export interface TimelineItem {
6
6
  additionalText?: React.ReactNode;
7
7
  date?: React.ReactNode;
8
8
  active?: boolean;
9
+ completed?: boolean;
9
10
  titleVariant?: TypographyVariant;
10
11
  subtitleVariant?: TypographyVariant;
11
12
  titleWeight?: TypographyWeight;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "konsolpro-custom-ui",
3
3
  "type": "module",
4
- "version": "0.0.391",
4
+ "version": "0.0.394",
5
5
  "packageManager": "yarn@3.4.1",
6
6
  "license": "MIT",
7
7
  "sideEffects": [