@synerise/ds-ordered-list 0.3.108 → 0.3.110
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/dist/Elements/Item/Item.js +1 -1
- package/dist/Ordered-list.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,22 @@
|
|
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.3.110](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.109...@synerise/ds-ordered-list@0.3.110) (2024-11-21)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-ordered-list
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [0.3.109](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.108...@synerise/ds-ordered-list@0.3.109) (2024-11-12)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @synerise/ds-ordered-list
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
6
22
|
## [0.3.108](https://github.com/Synerise/synerise-design/compare/@synerise/ds-ordered-list@0.3.107...@synerise/ds-ordered-list@0.3.108) (2024-11-12)
|
7
23
|
|
8
24
|
**Note:** Version bump only for package @synerise/ds-ordered-list
|
@@ -1,4 +1,4 @@
|
|
1
|
-
function _extends() { _extends = Object.assign
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
|
3
3
|
import React from 'react';
|
4
4
|
import * as S from './Item.styles';
|
package/dist/Ordered-list.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
var _excluded = ["index"];
|
2
2
|
|
3
|
-
function _extends() { _extends = Object.assign
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
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
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@synerise/ds-ordered-list",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.110",
|
4
4
|
"description": "OrderedList UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -27,14 +27,14 @@
|
|
27
27
|
],
|
28
28
|
"types": "dist/index.d.ts",
|
29
29
|
"dependencies": {
|
30
|
-
"@synerise/ds-icon": "^0.
|
31
|
-
"@synerise/ds-input": "^0.24.
|
32
|
-
"@synerise/ds-utils": "^0.31.
|
30
|
+
"@synerise/ds-icon": "^0.67.0",
|
31
|
+
"@synerise/ds-input": "^0.24.14",
|
32
|
+
"@synerise/ds-utils": "^0.31.2"
|
33
33
|
},
|
34
34
|
"peerDependencies": {
|
35
35
|
"@synerise/ds-core": "*",
|
36
36
|
"react": ">=16.9.0 <= 17.0.2",
|
37
37
|
"styled-components": "5.0.1"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "05f083c767e2cec3c2f91c9475aee89852a77d6c"
|
40
40
|
}
|