impaktapps-ui-builder 1.0.64-alpha.117 → 1.0.64-alpha.118

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.
@@ -11739,18 +11739,7 @@ const TextArea = {
11739
11739
  },
11740
11740
  config: {
11741
11741
  layout: 12,
11742
- style: {
11743
- containerStyle: {
11744
- borderRadius: "20px"
11745
- },
11746
- headerContainerStyle: {},
11747
- textAreaStyle: {
11748
- borderRadius: "20px",
11749
- padding: "20px",
11750
- background: "white",
11751
- color: "black"
11752
- }
11753
- },
11742
+ style: {},
11754
11743
  main: {
11755
11744
  heading: "TextArea",
11756
11745
  minRows: 4,