@blerp/design 1.1.9 → 1.1.10

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.js CHANGED
@@ -2841,7 +2841,7 @@ var lightPalette = {
2841
2841
  main: "#64748B",
2842
2842
  contrastText: "#fff"
2843
2843
  },
2844
- lighterBlack: {
2844
+ darkerWhite: {
2845
2845
  light: colors.grey2LightReal,
2846
2846
  main: colors.grey2DarkReal,
2847
2847
  dark: colors.notBlackDark,
package/dist/index.esm.js CHANGED
@@ -2772,7 +2772,7 @@ var lightPalette = {
2772
2772
  main: "#64748B",
2773
2773
  contrastText: "#fff"
2774
2774
  },
2775
- lighterBlack: {
2775
+ darkerWhite: {
2776
2776
  light: colors.grey2LightReal,
2777
2777
  main: colors.grey2DarkReal,
2778
2778
  dark: colors.notBlackDark,
package/dist/index.umd.js CHANGED
@@ -2793,7 +2793,7 @@
2793
2793
  main: "#64748B",
2794
2794
  contrastText: "#fff"
2795
2795
  },
2796
- lighterBlack: {
2796
+ darkerWhite: {
2797
2797
  light: colors.grey2LightReal,
2798
2798
  main: colors.grey2DarkReal,
2799
2799
  dark: colors.notBlackDark,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {
@@ -17,6 +17,8 @@
17
17
  "@mui/styled-engine": "npm:@mui/styled-engine-sc@latest",
18
18
  "@mui/styled-engine-sc": "5.10.16",
19
19
  "autoprefixer": "^10.3.4",
20
+ "braintree-web": "^3.82.0",
21
+ "braintree-web-drop-in": "^1.32.0",
20
22
  "react-avatar-editor": "13.0.0",
21
23
  "react-color-extractor": "^1.1.2",
22
24
  "react-dropzone": "14.2.3",