myshell-react-lib 0.1.2 → 0.1.3
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 +7 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +26 -26
- package/dist/index.d.ts +26 -26
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/icon.tsx +6 -0
package/dist/index.cjs
CHANGED
|
@@ -4761,7 +4761,13 @@ var iconVariants = (0, import_class_variance_authority.cva)("inline-flex shrink-
|
|
|
4761
4761
|
disabled: "text-Colors-Foreground-Disabled",
|
|
4762
4762
|
bolder: "text-Colors-Foreground-Bolder",
|
|
4763
4763
|
inverse: "text-Colors-Foreground-Static-White",
|
|
4764
|
-
critical: "text-Colors-Foreground-Critical-Default"
|
|
4764
|
+
critical: "text-Colors-Foreground-Critical-Default",
|
|
4765
|
+
brand: "text-Colors-Text-Brand-Default",
|
|
4766
|
+
"critical-bolder": "text-Colors-Text-Critical-Bolder",
|
|
4767
|
+
warning: "text-Colors-Text-Warning-Default",
|
|
4768
|
+
"warning-bolder": "text-Colors-Text-Warning-Bolder",
|
|
4769
|
+
success: "text-Colors-Text-Success-Default",
|
|
4770
|
+
"success-bolder": "text-Colors-Text-Success-Bolder"
|
|
4765
4771
|
},
|
|
4766
4772
|
rotate: {
|
|
4767
4773
|
"45": "rotate-45",
|