@instructure/ui-checkbox 7.9.0 → 7.13.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [7.13.0](https://github.com/instructure/instructure-ui/compare/v7.12.0...v7.13.0) (2021-11-18)
7
+
8
+ ### Features
9
+
10
+ - **ui-checkbox,ui-radio-input:** make checkbox and radio borders consistent ([9e2fa16](https://github.com/instructure/instructure-ui/commit/9e2fa16)), backports [#780](https://github.com/instructure/instructure-ui/issues/780)
11
+
12
+ # [7.12.0](https://github.com/instructure/instructure-ui/compare/v7.11.0...v7.12.0) (2021-10-15)
13
+
14
+ **Note:** Version bump only for package @instructure/ui-checkbox
15
+
16
+ # [7.11.0](https://github.com/instructure/instructure-ui/compare/v7.10.0...v7.11.0) (2021-09-17)
17
+
18
+ **Note:** Version bump only for package @instructure/ui-checkbox
19
+
20
+ # [7.10.0](https://github.com/instructure/instructure-ui/compare/v7.9.0...v7.10.0) (2021-08-27)
21
+
22
+ **Note:** Version bump only for package @instructure/ui-checkbox
23
+
6
24
  # [7.9.0](https://github.com/instructure/instructure-ui/compare/v7.8.0...v7.9.0) (2021-07-16)
7
25
 
8
26
  **Note:** Version bump only for package @instructure/ui-checkbox
@@ -29,7 +29,7 @@ export default function generator(_ref) {
29
29
  return {
30
30
  color: colors.textLightest,
31
31
  borderWidth: borders.widthSmall,
32
- borderColor: colors.borderDark,
32
+ borderColor: colors.borderMedium,
33
33
  borderRadius: borders.radiusMedium,
34
34
  background: colors.backgroundLightest,
35
35
  marginRight: spacing.xSmall,
@@ -32,7 +32,7 @@ export default function generator(_ref) {
32
32
  color: colors.textLightest,
33
33
  background: colors.backgroundLight,
34
34
  borderColor: colors.borderMedium,
35
- borderWidth: borders.widthMedium,
35
+ borderWidth: borders.widthSmall,
36
36
  borderRadius: '4rem',
37
37
  marginEnd: spacing.small,
38
38
  marginStart: spacing.small,
@@ -59,6 +59,7 @@ import theme from './theme.js';
59
59
  /**
60
60
  ---
61
61
  category: components
62
+ tags: toggle, switch
62
63
  ---
63
64
  **/
64
65
 
@@ -36,7 +36,7 @@ function generator(_ref) {
36
36
  return {
37
37
  color: colors.textLightest,
38
38
  borderWidth: borders.widthSmall,
39
- borderColor: colors.borderDark,
39
+ borderColor: colors.borderMedium,
40
40
  borderRadius: borders.radiusMedium,
41
41
  background: colors.backgroundLightest,
42
42
  marginRight: spacing.xSmall,
@@ -39,7 +39,7 @@ function generator(_ref) {
39
39
  color: colors.textLightest,
40
40
  background: colors.backgroundLight,
41
41
  borderColor: colors.borderMedium,
42
- borderWidth: borders.widthMedium,
42
+ borderWidth: borders.widthSmall,
43
43
  borderRadius: '4rem',
44
44
  marginEnd: spacing.small,
45
45
  marginStart: spacing.small,
@@ -82,6 +82,7 @@ var styles = {
82
82
  /**
83
83
  ---
84
84
  category: components
85
+ tags: toggle, switch
85
86
  ---
86
87
  **/
87
88
  var Checkbox = (_dec = (0, _testable.testable)(), _dec2 = (0, _themeable.themeable)(_theme.default, styles), _dec(_class = _dec2(_class = (_temp = _class2 = /*#__PURE__*/function (_Component) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-checkbox",
3
- "version": "7.9.0",
3
+ "version": "7.13.0",
4
4
  "description": " styled HTML input type='checkbox' component.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -23,26 +23,26 @@
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.9.2",
26
- "@instructure/console": "^7.9.0",
27
- "@instructure/ui-dom-utils": "^7.9.0",
28
- "@instructure/ui-form-field": "^7.9.0",
29
- "@instructure/ui-icons": "^7.9.0",
30
- "@instructure/ui-prop-types": "^7.9.0",
31
- "@instructure/ui-react-utils": "^7.9.0",
32
- "@instructure/ui-svg-images": "^7.9.0",
33
- "@instructure/ui-testable": "^7.9.0",
34
- "@instructure/ui-themeable": "^7.9.0",
35
- "@instructure/ui-utils": "^7.9.0",
36
- "@instructure/uid": "^7.9.0",
26
+ "@instructure/console": "^7.13.0",
27
+ "@instructure/ui-dom-utils": "^7.13.0",
28
+ "@instructure/ui-form-field": "^7.13.0",
29
+ "@instructure/ui-icons": "^7.13.0",
30
+ "@instructure/ui-prop-types": "^7.13.0",
31
+ "@instructure/ui-react-utils": "^7.13.0",
32
+ "@instructure/ui-svg-images": "^7.13.0",
33
+ "@instructure/ui-testable": "^7.13.0",
34
+ "@instructure/ui-themeable": "^7.13.0",
35
+ "@instructure/ui-utils": "^7.13.0",
36
+ "@instructure/uid": "^7.13.0",
37
37
  "classnames": "^2",
38
38
  "keycode": "^2",
39
39
  "prop-types": "^15"
40
40
  },
41
41
  "devDependencies": {
42
- "@instructure/ui-babel-preset": "^7.9.0",
43
- "@instructure/ui-color-utils": "^7.9.0",
44
- "@instructure/ui-test-locator": "^7.9.0",
45
- "@instructure/ui-test-utils": "^7.9.0"
42
+ "@instructure/ui-babel-preset": "^7.13.0",
43
+ "@instructure/ui-color-utils": "^7.13.0",
44
+ "@instructure/ui-test-locator": "^7.13.0",
45
+ "@instructure/ui-test-utils": "^7.13.0"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": "^16.8"
@@ -26,7 +26,7 @@ export default function generator({ colors, borders, spacing, typography }) {
26
26
  return {
27
27
  color: colors.textLightest,
28
28
  borderWidth: borders.widthSmall,
29
- borderColor: colors.borderDark,
29
+ borderColor: colors.borderMedium,
30
30
  borderRadius: borders.radiusMedium,
31
31
  background: colors.backgroundLightest,
32
32
  marginRight: spacing.xSmall,
@@ -34,7 +34,7 @@ export default function generator({
34
34
  color: colors.textLightest,
35
35
  background: colors.backgroundLight,
36
36
  borderColor: colors.borderMedium,
37
- borderWidth: borders.widthMedium,
37
+ borderWidth: borders.widthSmall,
38
38
  borderRadius: '4rem',
39
39
  marginEnd: spacing.small,
40
40
  marginStart: spacing.small,
@@ -46,6 +46,7 @@ import theme from './theme.js'
46
46
  /**
47
47
  ---
48
48
  category: components
49
+ tags: toggle, switch
49
50
  ---
50
51
  **/
51
52