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.js
CHANGED
|
@@ -4138,7 +4138,7 @@ var lineClampMap = {
|
|
|
4138
4138
|
5: "line-clamp-5",
|
|
4139
4139
|
6: "line-clamp-6"
|
|
4140
4140
|
};
|
|
4141
|
-
var displayVariants = cva2("font-medium font-ABCDiatype", {
|
|
4141
|
+
var displayVariants = cva2("font-medium display-font-style font-ABCDiatype", {
|
|
4142
4142
|
variants: {
|
|
4143
4143
|
size: {
|
|
4144
4144
|
"2xl": "text-7xl",
|