@app-studio/web 0.8.5 → 0.8.7
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/components/Message/Message.d.ts +2 -0
- package/dist/web.cjs.development.js +4 -4
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +4 -4
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +4 -4
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1527,7 +1527,7 @@ var ButtonView = function ButtonView(_ref) {
|
|
|
1527
1527
|
}, hovering && !props.isDisabled ? {
|
|
1528
1528
|
transition: 'transform 0.3s ease',
|
|
1529
1529
|
transform: 'translateY(-5px)'
|
|
1530
|
-
} : {}, defaultNativeProps, buttonSizeStyles, buttonVariant, scaleWidth, changePadding, shadow, props), variant === 'link' && externalHref ? React__default.createElement(Link, {
|
|
1530
|
+
} : {}, defaultNativeProps, buttonSizeStyles, buttonVariant, scaleWidth, props.padding || props.paddingHorizontal || props.paddingVertical || props.paddingLeft || props.paddingRight || props.paddingTop || props.paddingBottom ? {} : changePadding, shadow, props), variant === 'link' && externalHref ? React__default.createElement(Link, {
|
|
1531
1531
|
href: externalHref,
|
|
1532
1532
|
textDecorationColor: colorScheme,
|
|
1533
1533
|
colorScheme: colorScheme,
|
|
@@ -1864,7 +1864,7 @@ var LabelComponent = function LabelComponent(props) {
|
|
|
1864
1864
|
var Label = LabelComponent;
|
|
1865
1865
|
// Export the 'LabelComponent' as 'Label' to be reused throughout the project.
|
|
1866
1866
|
|
|
1867
|
-
var _excluded$p = ["children", "size", "error", "color", "styles"];
|
|
1867
|
+
var _excluded$p = ["children", "size", "error", "color", "styles", "helperText"];
|
|
1868
1868
|
var FieldLabel = function FieldLabel(_ref) {
|
|
1869
1869
|
var children = _ref.children,
|
|
1870
1870
|
_ref$size = _ref.size,
|
|
@@ -2416,7 +2416,7 @@ var SliderPadding = {
|
|
|
2416
2416
|
}
|
|
2417
2417
|
};
|
|
2418
2418
|
|
|
2419
|
-
var _excluded$s = ["id", "name", "label", "inActiveChild", "activeChild", "labelPosition", "shadow", "size", "colorScheme", "value", "isHovered", "isDisabled", "isReadOnly", "on", "setOn", "onChange", "setValue", "setIsHovered", "styles"];
|
|
2419
|
+
var _excluded$s = ["id", "name", "label", "inActiveChild", "activeChild", "labelPosition", "shadow", "size", "colorScheme", "value", "isHovered", "isDisabled", "isReadOnly", "on", "setOn", "onChange", "setValue", "setIsHovered", "helperText", "styles"];
|
|
2420
2420
|
var SwitchContent = function SwitchContent(props) {
|
|
2421
2421
|
return React__default.createElement(appStudio.Input, Object.assign({
|
|
2422
2422
|
type: "checkbox"
|
|
@@ -2973,7 +2973,7 @@ var IconSizes$3 = {
|
|
|
2973
2973
|
'6xl': 60
|
|
2974
2974
|
};
|
|
2975
2975
|
|
|
2976
|
-
var _excluded$v = ["id", "icon", "name", "label", "isChecked", "onChange", "onValueChange", "shadow", "labelPosition", "size", "colorScheme", "error", "isSelected", "isHovered", "isDisabled", "isReadOnly", "isIndeterminate", "defaultIsSelected", "setIsSelected", "setIsHovered", "styles", "infoText"];
|
|
2976
|
+
var _excluded$v = ["id", "icon", "name", "label", "isChecked", "onChange", "onValueChange", "shadow", "labelPosition", "size", "colorScheme", "error", "isSelected", "isHovered", "isDisabled", "isReadOnly", "isIndeterminate", "defaultIsSelected", "setIsSelected", "setIsHovered", "styles", "infoText", "helperText"];
|
|
2977
2977
|
var CheckboxView = function CheckboxView(_ref) {
|
|
2978
2978
|
var id = _ref.id,
|
|
2979
2979
|
icon = _ref.icon,
|