@shoplflow/base 0.32.24 → 0.32.25

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 CHANGED
@@ -2703,8 +2703,11 @@ var informationStyle = react$1.css`
2703
2703
  & > span {
2704
2704
  color: ${exports.colorTokens.neutral600};
2705
2705
  }
2706
+ & > svg > circle {
2707
+ fill: ${exports.colorTokens.neutral200};
2708
+ }
2706
2709
  & > svg > path {
2707
- fill: ${exports.colorTokens.neutral600};
2710
+ fill: ${exports.colorTokens.neutral400};
2708
2711
  }
2709
2712
  `;
2710
2713
  var alertStyle = react$1.css`
package/dist/index.js CHANGED
@@ -2676,8 +2676,11 @@ var informationStyle = css`
2676
2676
  & > span {
2677
2677
  color: ${colorTokens.neutral600};
2678
2678
  }
2679
+ & > svg > circle {
2680
+ fill: ${colorTokens.neutral200};
2681
+ }
2679
2682
  & > svg > path {
2680
- fill: ${colorTokens.neutral600};
2683
+ fill: ${colorTokens.neutral400};
2681
2684
  }
2682
2685
  `;
2683
2686
  var alertStyle = css`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoplflow/base",
3
- "version": "0.32.24",
3
+ "version": "0.32.25",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -91,8 +91,8 @@
91
91
  "react-dom": "^18.2.0",
92
92
  "simplebar-react": "^3.2.6",
93
93
  "@shoplflow/hada-assets": "^0.1.3",
94
- "@shoplflow/shopl-assets": "^0.11.0",
95
- "@shoplflow/utils": "^0.6.5"
94
+ "@shoplflow/utils": "^0.6.5",
95
+ "@shoplflow/shopl-assets": "^0.11.0"
96
96
  },
97
97
  "scripts": {
98
98
  "type-check": "tsc --noEmit",