@instructure/ui-checkbox 8.11.2-snapshot.53 → 8.11.2-snapshot.67
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/es/Checkbox/CheckboxFacade/theme.js +1 -1
- package/es/Checkbox/ToggleFacade/theme.js +1 -1
- package/lib/Checkbox/CheckboxFacade/theme.js +1 -1
- package/lib/Checkbox/ToggleFacade/theme.js +1 -1
- package/package.json +20 -20
- package/src/Checkbox/CheckboxFacade/theme.ts +1 -1
- package/src/Checkbox/ToggleFacade/theme.ts +1 -1
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
3
|
+
"version": "8.11.2-snapshot.67+e6665c159",
|
|
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.
|
|
29
|
-
"@instructure/emotion": "8.11.2-snapshot.
|
|
30
|
-
"@instructure/shared-types": "8.11.2-snapshot.
|
|
31
|
-
"@instructure/ui-dom-utils": "8.11.2-snapshot.
|
|
32
|
-
"@instructure/ui-form-field": "8.11.2-snapshot.
|
|
33
|
-
"@instructure/ui-icons": "8.11.2-snapshot.
|
|
34
|
-
"@instructure/ui-prop-types": "8.11.2-snapshot.
|
|
35
|
-
"@instructure/ui-react-utils": "8.11.2-snapshot.
|
|
36
|
-
"@instructure/ui-svg-images": "8.11.2-snapshot.
|
|
37
|
-
"@instructure/ui-testable": "8.11.2-snapshot.
|
|
38
|
-
"@instructure/ui-utils": "8.11.2-snapshot.
|
|
39
|
-
"@instructure/ui-view": "8.11.2-snapshot.
|
|
40
|
-
"@instructure/uid": "8.11.2-snapshot.
|
|
28
|
+
"@instructure/console": "8.11.2-snapshot.67+e6665c159",
|
|
29
|
+
"@instructure/emotion": "8.11.2-snapshot.67+e6665c159",
|
|
30
|
+
"@instructure/shared-types": "8.11.2-snapshot.67+e6665c159",
|
|
31
|
+
"@instructure/ui-dom-utils": "8.11.2-snapshot.67+e6665c159",
|
|
32
|
+
"@instructure/ui-form-field": "8.11.2-snapshot.67+e6665c159",
|
|
33
|
+
"@instructure/ui-icons": "8.11.2-snapshot.67+e6665c159",
|
|
34
|
+
"@instructure/ui-prop-types": "8.11.2-snapshot.67+e6665c159",
|
|
35
|
+
"@instructure/ui-react-utils": "8.11.2-snapshot.67+e6665c159",
|
|
36
|
+
"@instructure/ui-svg-images": "8.11.2-snapshot.67+e6665c159",
|
|
37
|
+
"@instructure/ui-testable": "8.11.2-snapshot.67+e6665c159",
|
|
38
|
+
"@instructure/ui-utils": "8.11.2-snapshot.67+e6665c159",
|
|
39
|
+
"@instructure/ui-view": "8.11.2-snapshot.67+e6665c159",
|
|
40
|
+
"@instructure/uid": "8.11.2-snapshot.67+e6665c159",
|
|
41
41
|
"keycode": "^2",
|
|
42
42
|
"prop-types": "^15"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@instructure/ui-babel-preset": "8.11.2-snapshot.
|
|
46
|
-
"@instructure/ui-color-utils": "8.11.2-snapshot.
|
|
47
|
-
"@instructure/ui-test-locator": "8.11.2-snapshot.
|
|
48
|
-
"@instructure/ui-test-utils": "8.11.2-snapshot.
|
|
49
|
-
"@instructure/ui-themes": "8.11.2-snapshot.
|
|
45
|
+
"@instructure/ui-babel-preset": "8.11.2-snapshot.67+e6665c159",
|
|
46
|
+
"@instructure/ui-color-utils": "8.11.2-snapshot.67+e6665c159",
|
|
47
|
+
"@instructure/ui-test-locator": "8.11.2-snapshot.67+e6665c159",
|
|
48
|
+
"@instructure/ui-test-utils": "8.11.2-snapshot.67+e6665c159",
|
|
49
|
+
"@instructure/ui-themes": "8.11.2-snapshot.67+e6665c159"
|
|
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": "
|
|
58
|
+
"gitHead": "e6665c159832d0020d7da263be0e959c41589135"
|
|
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?.
|
|
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?.
|
|
59
|
+
borderWidth: borders?.widthSmall,
|
|
60
60
|
borderRadius: '4rem',
|
|
61
61
|
marginEnd: spacing?.small,
|
|
62
62
|
marginStart: spacing?.small,
|