@muffled-ui/react 1.0.22 → 1.0.23
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3040,7 +3040,7 @@ var StyledText = (0, import_styled_components42.default)(Text)`
|
|
|
3040
3040
|
white-space: nowrap;
|
|
3041
3041
|
`;
|
|
3042
3042
|
var RowControls = ({ onChange }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(Box, { display: "inline-flex", alignItems: "center", gridColumnGap: "2", children: [
|
|
3043
|
-
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(StyledText, { children: "Rows
|
|
3043
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(StyledText, { children: "Rows per page" }),
|
|
3044
3044
|
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(SimpleSelect, { onChange: (i) => onChange(parseInt(i)), initialSelectedItem: "10", values: ["10", "20", "30", "40", "50"] })
|
|
3045
3045
|
] });
|
|
3046
3046
|
|
package/dist/index.mjs
CHANGED
|
@@ -3055,7 +3055,7 @@ var StyledText = styled40(Text)`
|
|
|
3055
3055
|
white-space: nowrap;
|
|
3056
3056
|
`;
|
|
3057
3057
|
var RowControls = ({ onChange }) => /* @__PURE__ */ jsxs23(Box, { display: "inline-flex", alignItems: "center", gridColumnGap: "2", children: [
|
|
3058
|
-
/* @__PURE__ */ jsx61(StyledText, { children: "Rows
|
|
3058
|
+
/* @__PURE__ */ jsx61(StyledText, { children: "Rows per page" }),
|
|
3059
3059
|
/* @__PURE__ */ jsx61(SimpleSelect, { onChange: (i) => onChange(parseInt(i)), initialSelectedItem: "10", values: ["10", "20", "30", "40", "50"] })
|
|
3060
3060
|
] });
|
|
3061
3061
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muffled-ui/react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.23",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"ts-jest": "^29.1.1",
|
|
35
35
|
"typescript": "5.4.5",
|
|
36
36
|
"@repo/eslint-config": "0.0.0",
|
|
37
|
-
"@repo/
|
|
38
|
-
"@repo/
|
|
37
|
+
"@repo/typescript-config": "0.0.0",
|
|
38
|
+
"@repo/jest-presets": "0.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@heroicons/react": "^2.1.3",
|