myshell-react-lib 0.1.60 → 0.1.61
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles/global.scss +3 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4879,7 +4879,7 @@ var lineClampMap = {
|
|
|
4879
4879
|
5: "line-clamp-5",
|
|
4880
4880
|
6: "line-clamp-6"
|
|
4881
4881
|
};
|
|
4882
|
-
var displayVariants = (0, import_class_variance_authority2.cva)("font-medium font-ABCDiatype", {
|
|
4882
|
+
var displayVariants = (0, import_class_variance_authority2.cva)("font-medium display-font-style font-ABCDiatype", {
|
|
4883
4883
|
variants: {
|
|
4884
4884
|
size: {
|
|
4885
4885
|
"2xl": "text-7xl",
|