@shoplflow/base 0.42.17 → 0.42.18

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 CHANGED
@@ -3354,7 +3354,7 @@ var getTagStyleBySize = (size2) => {
3354
3354
  case "XS":
3355
3355
  return react$1.css`
3356
3356
  height: 20px;
3357
- padding: 0 4px;
3357
+ padding: 0 6px;
3358
3358
  border-radius: 4px;
3359
3359
  `;
3360
3360
  case "S":
package/dist/index.js CHANGED
@@ -3327,7 +3327,7 @@ var getTagStyleBySize = (size2) => {
3327
3327
  case "XS":
3328
3328
  return css`
3329
3329
  height: 20px;
3330
- padding: 0 4px;
3330
+ padding: 0 6px;
3331
3331
  border-radius: 4px;
3332
3332
  `;
3333
3333
  case "S":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoplflow/base",
3
- "version": "0.42.17",
3
+ "version": "0.42.18",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -90,9 +90,9 @@
90
90
  "react-datepicker": "^7.3.0",
91
91
  "react-dom": "^18.2.0",
92
92
  "simplebar-react": "^3.2.6",
93
+ "@shoplflow/hada-assets": "^0.1.8",
93
94
  "@shoplflow/shopl-assets": "^0.12.23",
94
- "@shoplflow/utils": "^0.7.0",
95
- "@shoplflow/hada-assets": "^0.1.8"
95
+ "@shoplflow/utils": "^0.7.0"
96
96
  },
97
97
  "scripts": {
98
98
  "type-check": "tsc --noEmit",