@shoplflow/base 0.32.25 → 0.32.26

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
@@ -2699,7 +2699,7 @@ exports.SplitButtonStyleVariants = {
2699
2699
  SECONDARY: "SECONDARY"
2700
2700
  };
2701
2701
  var informationStyle = react$1.css`
2702
- background: ${exports.colorTokens.neutral100};
2702
+ background: ${exports.colorTokens.neutral400_5};
2703
2703
  & > span {
2704
2704
  color: ${exports.colorTokens.neutral600};
2705
2705
  }
package/dist/index.js CHANGED
@@ -2672,7 +2672,7 @@ var SplitButtonStyleVariants = {
2672
2672
  SECONDARY: "SECONDARY"
2673
2673
  };
2674
2674
  var informationStyle = css`
2675
- background: ${colorTokens.neutral100};
2675
+ background: ${colorTokens.neutral400_5};
2676
2676
  & > span {
2677
2677
  color: ${colorTokens.neutral600};
2678
2678
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoplflow/base",
3
- "version": "0.32.25",
3
+ "version": "0.32.26",
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/utils": "^0.6.5",
95
- "@shoplflow/shopl-assets": "^0.11.0"
94
+ "@shoplflow/shopl-assets": "^0.11.0",
95
+ "@shoplflow/utils": "^0.6.5"
96
96
  },
97
97
  "scripts": {
98
98
  "type-check": "tsc --noEmit",