@nurix/ui-component-library 1.1.7-stage.139 → 1.1.7-stage.141
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 +7 -1
- package/dist/index.mjs +7 -1
- package/dist/styles.css +6 -0
- package/package.json +1 -1
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)(
|
|
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(
|
|
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/dist/styles.css
CHANGED