@shoplflow/base 0.21.0 → 0.22.0
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 +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16 -16
- package/dist/index.d.ts +16 -16
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1338,11 +1338,11 @@ var Button = React3.forwardRef(
|
|
|
1338
1338
|
exports.Button = Button;
|
|
1339
1339
|
|
|
1340
1340
|
// src/components/Buttons/Button/Button.types.ts
|
|
1341
|
-
exports.
|
|
1341
|
+
exports.ButtonSizeVariants = {
|
|
1342
1342
|
S: "S",
|
|
1343
1343
|
M: "M"
|
|
1344
1344
|
};
|
|
1345
|
-
exports.
|
|
1345
|
+
exports.ButtonStyleVariants = {
|
|
1346
1346
|
PRIMARY: "PRIMARY",
|
|
1347
1347
|
SECONDARY: "SECONDARY",
|
|
1348
1348
|
SOLID: "SOLID",
|
|
@@ -1456,11 +1456,11 @@ var IconButton = React3.forwardRef(
|
|
|
1456
1456
|
exports.IconButton = IconButton;
|
|
1457
1457
|
|
|
1458
1458
|
// src/components/Buttons/IconButton/IconButton.types.ts
|
|
1459
|
-
exports.
|
|
1459
|
+
exports.IconButtonSizeVariants = {
|
|
1460
1460
|
S: "S",
|
|
1461
1461
|
M: "M"
|
|
1462
1462
|
};
|
|
1463
|
-
exports.
|
|
1463
|
+
exports.IconButtonStyleVariants = {
|
|
1464
1464
|
PRIMARY: "PRIMARY",
|
|
1465
1465
|
SECONDARY: "SECONDARY",
|
|
1466
1466
|
SOLID: "SOLID",
|