tcce-design-system 0.3.23 → 0.3.24

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.
@@ -7388,6 +7388,8 @@ const Up = S.div`
7388
7388
  align-items: center;
7389
7389
  justify-content: center;
7390
7390
  flex-shrink: 0;
7391
+ padding-left: 0.75rem;
7392
+ padding-right: 0.75rem;
7391
7393
  padding-top: ${({ $size: e }) => {
7392
7394
  switch (e) {
7393
7395
  case "xs":
@@ -767,6 +767,8 @@
767
767
  align-items: center;
768
768
  justify-content: center;
769
769
  flex-shrink: 0;
770
+ padding-left: 0.75rem;
771
+ padding-right: 0.75rem;
770
772
  padding-top: ${({$size:e})=>{switch(e){case"xs":return"0.625rem";case"sm":return"0.75rem";case"md":return"1rem";case"lg":return"1.25rem";default:return"1rem"}}};
771
773
  `,lg=g.textarea`
772
774
  width: 100%;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.3.23",
6
+ "version": "0.3.24",
7
7
  "description": "This package provides reusable UI components to ensure consistency across all CRM frontend applications",
8
8
  "author": "BizAppsTotal <bizapps@tcce.biz>",
9
9
  "type": "module",