@shoplflow/base 0.46.18 → 0.46.22

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
@@ -5038,6 +5038,11 @@ var PaginationWrapper = styled6__default.default.div`
5038
5038
  transform: translate(-50%, -50%);
5039
5039
  width: max-content;
5040
5040
  max-width: 100%;
5041
+ pointer-events: none;
5042
+
5043
+ & > * {
5044
+ pointer-events: auto;
5045
+ }
5041
5046
  }
5042
5047
  & > *:nth-child(3) {
5043
5048
  position: relative;
@@ -5125,7 +5130,7 @@ var PaginationSizeSelector = ({ data, pageSize, setPageSize }) => {
5125
5130
  {
5126
5131
  placeholder: String(pageSize),
5127
5132
  sizeVar: "S",
5128
- value: /* @__PURE__ */ jsxRuntime.jsx(exports.Text, { typography: "body1_400", color: "neutral400", children: displayLabel })
5133
+ value: /* @__PURE__ */ jsxRuntime.jsx(exports.Text, { typography: "body1_400", color: "neutral700", children: displayLabel })
5129
5134
  }
5130
5135
  ),
5131
5136
  popper: /* @__PURE__ */ jsxRuntime.jsx(exports.Dropdown.Content, { type: "FILL", children: data.map((item) => {
package/dist/index.js CHANGED
@@ -5011,6 +5011,11 @@ var PaginationWrapper = styled6.div`
5011
5011
  transform: translate(-50%, -50%);
5012
5012
  width: max-content;
5013
5013
  max-width: 100%;
5014
+ pointer-events: none;
5015
+
5016
+ & > * {
5017
+ pointer-events: auto;
5018
+ }
5014
5019
  }
5015
5020
  & > *:nth-child(3) {
5016
5021
  position: relative;
@@ -5098,7 +5103,7 @@ var PaginationSizeSelector = ({ data, pageSize, setPageSize }) => {
5098
5103
  {
5099
5104
  placeholder: String(pageSize),
5100
5105
  sizeVar: "S",
5101
- value: /* @__PURE__ */ jsx(Text_default, { typography: "body1_400", color: "neutral400", children: displayLabel })
5106
+ value: /* @__PURE__ */ jsx(Text_default, { typography: "body1_400", color: "neutral700", children: displayLabel })
5102
5107
  }
5103
5108
  ),
5104
5109
  popper: /* @__PURE__ */ jsx(Dropdown_default.Content, { type: "FILL", children: data.map((item) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoplflow/base",
3
- "version": "0.46.18",
3
+ "version": "0.46.22",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -93,8 +93,8 @@
93
93
  "react-dom": "^18.2.0",
94
94
  "simplebar-react": "^3.2.6",
95
95
  "@shoplflow/hada-assets": "^0.1.10",
96
- "@shoplflow/utils": "^0.8.0",
97
- "@shoplflow/shopl-assets": "^0.12.39"
96
+ "@shoplflow/shopl-assets": "^0.12.40",
97
+ "@shoplflow/utils": "^0.8.0"
98
98
  },
99
99
  "homepage": "https://github.com/shopl/shoplflow#readme",
100
100
  "scripts": {