@nurix/ui-component-library 1.1.7-stage.139 → 1.1.7-stage.140

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.js CHANGED
@@ -9880,7 +9880,13 @@ var TagBadge = React20.forwardRef(
9880
9880
  } : void 0
9881
9881
  }
9882
9882
  ),
9883
- isSelected && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_lucide_react5.Check, { className: "size-3 shrink-0 text-border-token-brand ml-auto" })
9883
+ isSelected && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
9884
+ import_lucide_react5.Check,
9885
+ {
9886
+ className: "size-3 shrink-0 text-fg-black ml-auto",
9887
+ strokeWidth: 1
9888
+ }
9889
+ )
9884
9890
  ]
9885
9891
  },
9886
9892
  option.value
package/dist/index.mjs CHANGED
@@ -9759,7 +9759,13 @@ var TagBadge = React20.forwardRef(
9759
9759
  } : void 0
9760
9760
  }
9761
9761
  ),
9762
- isSelected && /* @__PURE__ */ jsx18(Check2, { className: "size-3 shrink-0 text-border-token-brand ml-auto" })
9762
+ isSelected && /* @__PURE__ */ jsx18(
9763
+ Check2,
9764
+ {
9765
+ className: "size-3 shrink-0 text-fg-black ml-auto",
9766
+ strokeWidth: 1
9767
+ }
9768
+ )
9763
9769
  ]
9764
9770
  },
9765
9771
  option.value
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nurix/ui-component-library",
3
- "version": "1.1.7-stage.139",
3
+ "version": "1.1.7-stage.140",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",