@balena/ui-shared-components 0.12.0 → 0.12.1

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/theme.js CHANGED
@@ -65,7 +65,7 @@ export var theme = createTheme({
65
65
  },
66
66
  palette: {
67
67
  primary: {
68
- main: color.bg.accent.value,
68
+ main: color.palette.blue['600'].value,
69
69
  },
70
70
  secondary: {
71
71
  light: color.palette.neutral['500'].value,
@@ -160,7 +160,7 @@ export var theme = createTheme({
160
160
  },
161
161
  },
162
162
  standardInfo: {
163
- borderColor: color.border.value,
163
+ borderColor: color.border.info.value,
164
164
  backgroundColor: color.bg.info.value,
165
165
  color: color.text.info.value,
166
166
  },
@@ -65,7 +65,7 @@ export var theme = createTheme({
65
65
  },
66
66
  palette: {
67
67
  primary: {
68
- main: color.bg.accent.value,
68
+ main: color.palette.blue['600'].value,
69
69
  },
70
70
  secondary: {
71
71
  light: color.palette.neutral['500'].value,
@@ -160,7 +160,7 @@ export var theme = createTheme({
160
160
  },
161
161
  },
162
162
  standardInfo: {
163
- borderColor: color.border.value,
163
+ borderColor: color.border.info.value,
164
164
  backgroundColor: color.bg.info.value,
165
165
  color: color.text.info.value,
166
166
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/ui-shared-components",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist_esm5/index.js",
6
6
  "sideEffects": false,
@@ -109,6 +109,6 @@
109
109
  },
110
110
  "homepage": "https://github.com/balena-io/ui-shared-components#readme",
111
111
  "versionist": {
112
- "publishedAt": "2023-11-21T10:21:13.782Z"
112
+ "publishedAt": "2023-11-21T12:54:13.769Z"
113
113
  }
114
114
  }