@instructure/ui-checkbox 8.11.2-snapshot.52 → 8.11.2-snapshot.64

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.
@@ -46,7 +46,7 @@ const generateComponentTheme = theme => {
46
46
  const componentVariables = {
47
47
  color: colors === null || colors === void 0 ? void 0 : colors.textLightest,
48
48
  borderWidth: borders === null || borders === void 0 ? void 0 : borders.widthSmall,
49
- borderColor: colors === null || colors === void 0 ? void 0 : colors.borderDark,
49
+ borderColor: colors === null || colors === void 0 ? void 0 : colors.borderMedium,
50
50
  borderRadius: borders === null || borders === void 0 ? void 0 : borders.radiusMedium,
51
51
  background: colors === null || colors === void 0 ? void 0 : colors.backgroundLightest,
52
52
  marginRight: spacing === null || spacing === void 0 ? void 0 : spacing.xSmall,
@@ -49,7 +49,7 @@ const generateComponentTheme = theme => {
49
49
  color: colors === null || colors === void 0 ? void 0 : colors.textLightest,
50
50
  background: colors === null || colors === void 0 ? void 0 : colors.backgroundLight,
51
51
  borderColor: colors === null || colors === void 0 ? void 0 : colors.borderMedium,
52
- borderWidth: borders === null || borders === void 0 ? void 0 : borders.widthMedium,
52
+ borderWidth: borders === null || borders === void 0 ? void 0 : borders.widthSmall,
53
53
  borderRadius: '4rem',
54
54
  marginEnd: spacing === null || spacing === void 0 ? void 0 : spacing.small,
55
55
  marginStart: spacing === null || spacing === void 0 ? void 0 : spacing.small,
@@ -53,7 +53,7 @@ const generateComponentTheme = theme => {
53
53
  const componentVariables = {
54
54
  color: colors === null || colors === void 0 ? void 0 : colors.textLightest,
55
55
  borderWidth: borders === null || borders === void 0 ? void 0 : borders.widthSmall,
56
- borderColor: colors === null || colors === void 0 ? void 0 : colors.borderDark,
56
+ borderColor: colors === null || colors === void 0 ? void 0 : colors.borderMedium,
57
57
  borderRadius: borders === null || borders === void 0 ? void 0 : borders.radiusMedium,
58
58
  background: colors === null || colors === void 0 ? void 0 : colors.backgroundLightest,
59
59
  marginRight: spacing === null || spacing === void 0 ? void 0 : spacing.xSmall,
@@ -56,7 +56,7 @@ const generateComponentTheme = theme => {
56
56
  color: colors === null || colors === void 0 ? void 0 : colors.textLightest,
57
57
  background: colors === null || colors === void 0 ? void 0 : colors.backgroundLight,
58
58
  borderColor: colors === null || colors === void 0 ? void 0 : colors.borderMedium,
59
- borderWidth: borders === null || borders === void 0 ? void 0 : borders.widthMedium,
59
+ borderWidth: borders === null || borders === void 0 ? void 0 : borders.widthSmall,
60
60
  borderRadius: '4rem',
61
61
  marginEnd: spacing === null || spacing === void 0 ? void 0 : spacing.small,
62
62
  marginStart: spacing === null || spacing === void 0 ? void 0 : spacing.small,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-checkbox",
3
- "version": "8.11.2-snapshot.52+d51a85e4e",
3
+ "version": "8.11.2-snapshot.64+fa07135b5",
4
4
  "description": " styled HTML input type='checkbox' component.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -25,28 +25,28 @@
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.13.10",
28
- "@instructure/console": "8.11.2-snapshot.52+d51a85e4e",
29
- "@instructure/emotion": "8.11.2-snapshot.52+d51a85e4e",
30
- "@instructure/shared-types": "8.11.2-snapshot.52+d51a85e4e",
31
- "@instructure/ui-dom-utils": "8.11.2-snapshot.52+d51a85e4e",
32
- "@instructure/ui-form-field": "8.11.2-snapshot.52+d51a85e4e",
33
- "@instructure/ui-icons": "8.11.2-snapshot.52+d51a85e4e",
34
- "@instructure/ui-prop-types": "8.11.2-snapshot.52+d51a85e4e",
35
- "@instructure/ui-react-utils": "8.11.2-snapshot.52+d51a85e4e",
36
- "@instructure/ui-svg-images": "8.11.2-snapshot.52+d51a85e4e",
37
- "@instructure/ui-testable": "8.11.2-snapshot.52+d51a85e4e",
38
- "@instructure/ui-utils": "8.11.2-snapshot.52+d51a85e4e",
39
- "@instructure/ui-view": "8.11.2-snapshot.52+d51a85e4e",
40
- "@instructure/uid": "8.11.2-snapshot.52+d51a85e4e",
28
+ "@instructure/console": "8.11.2-snapshot.64+fa07135b5",
29
+ "@instructure/emotion": "8.11.2-snapshot.64+fa07135b5",
30
+ "@instructure/shared-types": "8.11.2-snapshot.64+fa07135b5",
31
+ "@instructure/ui-dom-utils": "8.11.2-snapshot.64+fa07135b5",
32
+ "@instructure/ui-form-field": "8.11.2-snapshot.64+fa07135b5",
33
+ "@instructure/ui-icons": "8.11.2-snapshot.64+fa07135b5",
34
+ "@instructure/ui-prop-types": "8.11.2-snapshot.64+fa07135b5",
35
+ "@instructure/ui-react-utils": "8.11.2-snapshot.64+fa07135b5",
36
+ "@instructure/ui-svg-images": "8.11.2-snapshot.64+fa07135b5",
37
+ "@instructure/ui-testable": "8.11.2-snapshot.64+fa07135b5",
38
+ "@instructure/ui-utils": "8.11.2-snapshot.64+fa07135b5",
39
+ "@instructure/ui-view": "8.11.2-snapshot.64+fa07135b5",
40
+ "@instructure/uid": "8.11.2-snapshot.64+fa07135b5",
41
41
  "keycode": "^2",
42
42
  "prop-types": "^15"
43
43
  },
44
44
  "devDependencies": {
45
- "@instructure/ui-babel-preset": "8.11.2-snapshot.52+d51a85e4e",
46
- "@instructure/ui-color-utils": "8.11.2-snapshot.52+d51a85e4e",
47
- "@instructure/ui-test-locator": "8.11.2-snapshot.52+d51a85e4e",
48
- "@instructure/ui-test-utils": "8.11.2-snapshot.52+d51a85e4e",
49
- "@instructure/ui-themes": "8.11.2-snapshot.52+d51a85e4e"
45
+ "@instructure/ui-babel-preset": "8.11.2-snapshot.64+fa07135b5",
46
+ "@instructure/ui-color-utils": "8.11.2-snapshot.64+fa07135b5",
47
+ "@instructure/ui-test-locator": "8.11.2-snapshot.64+fa07135b5",
48
+ "@instructure/ui-test-utils": "8.11.2-snapshot.64+fa07135b5",
49
+ "@instructure/ui-themes": "8.11.2-snapshot.64+fa07135b5"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": ">=16.8 <=17"
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "sideEffects": false,
58
- "gitHead": "d51a85e4ec89d499dd5466623fc2efc85e3bddcf"
58
+ "gitHead": "fa07135b5601d3268295e5747f5950721a574d4f"
59
59
  }
@@ -47,7 +47,7 @@ const generateComponentTheme = (theme: Theme): CheckboxFacadeTheme => {
47
47
  const componentVariables: CheckboxFacadeTheme = {
48
48
  color: colors?.textLightest,
49
49
  borderWidth: borders?.widthSmall,
50
- borderColor: colors?.borderDark,
50
+ borderColor: colors?.borderMedium,
51
51
  borderRadius: borders?.radiusMedium,
52
52
  background: colors?.backgroundLightest,
53
53
  marginRight: spacing?.xSmall,
@@ -56,7 +56,7 @@ const generateComponentTheme = (theme: Theme): ToggleFacadeTheme => {
56
56
  color: colors?.textLightest,
57
57
  background: colors?.backgroundLight,
58
58
  borderColor: colors?.borderMedium,
59
- borderWidth: borders?.widthMedium,
59
+ borderWidth: borders?.widthSmall,
60
60
  borderRadius: '4rem',
61
61
  marginEnd: spacing?.small,
62
62
  marginStart: spacing?.small,