@shoplflow/base 0.24.8 → 0.24.9
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 +6 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1948,9 +1948,12 @@ Dropdown.Button = DropdownButton;
|
|
|
1948
1948
|
Dropdown.Content = DropdownContent;
|
|
1949
1949
|
var Dropdown_default = Dropdown;
|
|
1950
1950
|
var Container2 = styled5.div`
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1951
|
+
display: flex;
|
|
1952
|
+
align-items: center;
|
|
1953
|
+
justify-content: center;
|
|
1954
|
+
width: 24px;
|
|
1955
|
+
height: 24px;
|
|
1956
|
+
padding: 4px;
|
|
1954
1957
|
`;
|
|
1955
1958
|
var IconButton2 = styled5.button`
|
|
1956
1959
|
display: flex;
|