@underverse-ui/underverse 0.2.19 → 0.2.21
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 +198 -139
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +198 -139
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -970,7 +970,7 @@ interface SmartImageProps {
|
|
|
970
970
|
alt: string;
|
|
971
971
|
className?: string;
|
|
972
972
|
/**
|
|
973
|
-
* Aspect ratio utility class, e.g. `aspect-square`, `aspect-
|
|
973
|
+
* Aspect ratio utility class, e.g. `aspect-square`, `aspect-4/3`.
|
|
974
974
|
* If provided with `fill`, the wrapper enforces the ratio.
|
|
975
975
|
*/
|
|
976
976
|
ratioClass?: string;
|
|
@@ -1170,7 +1170,7 @@ interface WatermarkProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
|
1170
1170
|
blur?: boolean;
|
|
1171
1171
|
/** Blur amount in pixels */
|
|
1172
1172
|
blurAmount?: number;
|
|
1173
|
-
/** Enable text shadow
|
|
1173
|
+
/** Enable text shadow */
|
|
1174
1174
|
textShadow?: boolean;
|
|
1175
1175
|
/** Text shadow color */
|
|
1176
1176
|
shadowColor?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -970,7 +970,7 @@ interface SmartImageProps {
|
|
|
970
970
|
alt: string;
|
|
971
971
|
className?: string;
|
|
972
972
|
/**
|
|
973
|
-
* Aspect ratio utility class, e.g. `aspect-square`, `aspect-
|
|
973
|
+
* Aspect ratio utility class, e.g. `aspect-square`, `aspect-4/3`.
|
|
974
974
|
* If provided with `fill`, the wrapper enforces the ratio.
|
|
975
975
|
*/
|
|
976
976
|
ratioClass?: string;
|
|
@@ -1170,7 +1170,7 @@ interface WatermarkProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
|
1170
1170
|
blur?: boolean;
|
|
1171
1171
|
/** Blur amount in pixels */
|
|
1172
1172
|
blurAmount?: number;
|
|
1173
|
-
/** Enable text shadow
|
|
1173
|
+
/** Enable text shadow */
|
|
1174
1174
|
textShadow?: boolean;
|
|
1175
1175
|
/** Text shadow color */
|
|
1176
1176
|
shadowColor?: string;
|