@shoplflow/base 0.46.20 → 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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -5130,7 +5130,7 @@ var PaginationSizeSelector = ({ data, pageSize, setPageSize }) => {
|
|
|
5130
5130
|
{
|
|
5131
5131
|
placeholder: String(pageSize),
|
|
5132
5132
|
sizeVar: "S",
|
|
5133
|
-
value: /* @__PURE__ */ jsxRuntime.jsx(exports.Text, { typography: "body1_400", color: "
|
|
5133
|
+
value: /* @__PURE__ */ jsxRuntime.jsx(exports.Text, { typography: "body1_400", color: "neutral700", children: displayLabel })
|
|
5134
5134
|
}
|
|
5135
5135
|
),
|
|
5136
5136
|
popper: /* @__PURE__ */ jsxRuntime.jsx(exports.Dropdown.Content, { type: "FILL", children: data.map((item) => {
|
package/dist/index.js
CHANGED
|
@@ -5103,7 +5103,7 @@ var PaginationSizeSelector = ({ data, pageSize, setPageSize }) => {
|
|
|
5103
5103
|
{
|
|
5104
5104
|
placeholder: String(pageSize),
|
|
5105
5105
|
sizeVar: "S",
|
|
5106
|
-
value: /* @__PURE__ */ jsx(Text_default, { typography: "body1_400", color: "
|
|
5106
|
+
value: /* @__PURE__ */ jsx(Text_default, { typography: "body1_400", color: "neutral700", children: displayLabel })
|
|
5107
5107
|
}
|
|
5108
5108
|
),
|
|
5109
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.
|
|
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/
|
|
97
|
-
"@shoplflow/
|
|
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": {
|