@shoplflow/base 0.46.4 → 0.46.5
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 +2 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -3018,7 +3018,7 @@ var StyledCallout = styled6__default.default.div`
|
|
|
3018
3018
|
justify-content: flex-start;
|
|
3019
3019
|
align-items: start;
|
|
3020
3020
|
padding: 12px;
|
|
3021
|
-
gap:
|
|
3021
|
+
gap: 6px;
|
|
3022
3022
|
border-radius: ${exports.borderRadiusTokens.borderRadius08};
|
|
3023
3023
|
${({ styleVar }) => styleVar === "INFORMATION" && informationStyle}
|
|
3024
3024
|
${({ styleVar }) => styleVar === "CAUTION" && cautionStyle}
|
|
@@ -3080,7 +3080,7 @@ exports.CalloutTypes = {
|
|
|
3080
3080
|
};
|
|
3081
3081
|
|
|
3082
3082
|
// src/components/Callout/version.ts
|
|
3083
|
-
exports.CALLOUT_VERSION = "2.1.
|
|
3083
|
+
exports.CALLOUT_VERSION = "2.1.3";
|
|
3084
3084
|
var StyledDropdown = styled6__default.default.div`
|
|
3085
3085
|
width: ${({ width }) => width};
|
|
3086
3086
|
`;
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2991,7 +2991,7 @@ var StyledCallout = styled6.div`
|
|
|
2991
2991
|
justify-content: flex-start;
|
|
2992
2992
|
align-items: start;
|
|
2993
2993
|
padding: 12px;
|
|
2994
|
-
gap:
|
|
2994
|
+
gap: 6px;
|
|
2995
2995
|
border-radius: ${borderRadiusTokens.borderRadius08};
|
|
2996
2996
|
${({ styleVar }) => styleVar === "INFORMATION" && informationStyle}
|
|
2997
2997
|
${({ styleVar }) => styleVar === "CAUTION" && cautionStyle}
|
|
@@ -3053,7 +3053,7 @@ var CalloutTypes = {
|
|
|
3053
3053
|
};
|
|
3054
3054
|
|
|
3055
3055
|
// src/components/Callout/version.ts
|
|
3056
|
-
var CALLOUT_VERSION = "2.1.
|
|
3056
|
+
var CALLOUT_VERSION = "2.1.3";
|
|
3057
3057
|
var StyledDropdown = styled6.div`
|
|
3058
3058
|
width: ${({ width }) => width};
|
|
3059
3059
|
`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shoplflow/base",
|
|
3
|
-
"version": "0.46.
|
|
3
|
+
"version": "0.46.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
"react-datepicker": "^7.3.0",
|
|
87
87
|
"react-dom": "^18.2.0",
|
|
88
88
|
"simplebar-react": "^3.2.6",
|
|
89
|
-
"@shoplflow/hada-assets": "^0.1.10",
|
|
90
89
|
"@shoplflow/shopl-assets": "^0.12.37",
|
|
91
|
-
"@shoplflow/utils": "^0.8.0"
|
|
90
|
+
"@shoplflow/utils": "^0.8.0",
|
|
91
|
+
"@shoplflow/hada-assets": "^0.1.10"
|
|
92
92
|
},
|
|
93
93
|
"homepage": "https://github.com/shopl/shoplflow#readme",
|
|
94
94
|
"scripts": {
|