@synerise/ds-checkbox 0.10.31 → 0.11.3

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,38 @@
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
+ ## [0.11.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-checkbox@0.11.2...@synerise/ds-checkbox@0.11.3) (2021-11-22)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-checkbox
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.11.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-checkbox@0.11.1...@synerise/ds-checkbox@0.11.2) (2021-11-16)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-checkbox
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.11.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-checkbox@0.10.30...@synerise/ds-checkbox@0.11.1) (2021-11-09)
23
+
24
+ **Note:** Version bump only for package @synerise/ds-checkbox
25
+
26
+
27
+
28
+
29
+
30
+ # [0.11.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-checkbox@0.10.30...@synerise/ds-checkbox@0.11.0) (2021-11-09)
31
+
32
+ **Note:** Version bump only for package @synerise/ds-checkbox
33
+
34
+
35
+
36
+
37
+
6
38
  ## [0.10.31](https://github.com/synerise/synerise-design/compare/@synerise/ds-checkbox@0.10.26-alpha.3...@synerise/ds-checkbox@0.10.31) (2021-11-05)
7
39
 
8
40
  **Note:** Version bump only for package @synerise/ds-checkbox
package/dist/Checkbox.js CHANGED
@@ -4,9 +4,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
4
4
 
5
5
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6
6
 
7
- function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); }
8
-
9
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
7
+ function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
10
8
 
11
9
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
12
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-checkbox",
3
- "version": "0.10.31",
3
+ "version": "0.11.3",
4
4
  "description": "Checkbox UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -31,12 +31,12 @@
31
31
  "*.less"
32
32
  ],
33
33
  "dependencies": {
34
- "@synerise/ds-utils": "^0.20.0"
34
+ "@synerise/ds-utils": "^0.21.3"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@synerise/ds-core": "*",
38
38
  "antd": "^4",
39
39
  "react": ">=16.9.0 < 17.0.0"
40
40
  },
41
- "gitHead": "501e728a2bc33ac02f9288e9634a772410f3aacb"
41
+ "gitHead": "2468359677783819939fb9f1ef5acc36667ecd1a"
42
42
  }