@synerise/ds-factors 1.8.1 → 1.9.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +37 -36
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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
+ ## [1.9.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.9.0...@synerise/ds-factors@1.9.1) (2026-01-29)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-factors
9
+
10
+ # [1.9.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.8.1...@synerise/ds-factors@1.9.0) (2026-01-22)
11
+
12
+ ### Features
13
+
14
+ - **slider:** migrated from antd to tanstack ranger lib ([0c287c1](https://github.com/Synerise/synerise-design/commit/0c287c135d91180a143221bc273821828ad7efdc))
15
+
6
16
  ## [1.8.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.8.0...@synerise/ds-factors@1.8.1) (2026-01-21)
7
17
 
8
18
  **Note:** Version bump only for package @synerise/ds-factors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-factors",
3
- "version": "1.8.1",
3
+ "version": "1.9.1",
4
4
  "description": "Factors UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -16,15 +16,15 @@
16
16
  "access": "public"
17
17
  },
18
18
  "scripts": {
19
- "build": "npm run build:js && npm run build:css && npm run defs",
19
+ "build": "pnpm run build:js && pnpm run build:css && pnpm run defs",
20
20
  "build:css": "node ../../../scripts/style/less.js",
21
21
  "build:js": "babel --delete-dir-on-start --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
22
- "build:watch": "npm run build:js -- --watch",
22
+ "build:watch": "pnpm run build:js -- --watch",
23
23
  "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
24
24
  "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
25
- "prepublish": "npm run build",
26
- "test": "jest",
27
- "test:watch": "npm run test -- --watchAll",
25
+ "prepublish": "pnpm run build",
26
+ "test": "vitest",
27
+ "test:watch": "pnpm run test -- --watch",
28
28
  "types": "tsc --noEmit",
29
29
  "check:circular-dependencies": "madge --circular --extensions ts,tsx,js,jsx --ts-config tsconfig.json src/ --exclude '/dist/'",
30
30
  "upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
@@ -35,34 +35,34 @@
35
35
  ],
36
36
  "types": "dist/index.d.ts",
37
37
  "dependencies": {
38
- "@synerise/ds-alert": "^1.1.31",
39
- "@synerise/ds-autocomplete": "^1.2.21",
40
- "@synerise/ds-badge": "^1.0.30",
41
- "@synerise/ds-button": "^1.5.5",
42
- "@synerise/ds-button-group": "^1.1.29",
43
- "@synerise/ds-collector": "^1.4.12",
44
- "@synerise/ds-date-picker": "^1.3.10",
45
- "@synerise/ds-date-range-picker": "^1.4.10",
46
- "@synerise/ds-divider": "^1.2.6",
47
- "@synerise/ds-dropdown": "^1.1.10",
48
- "@synerise/ds-empty-states": "^1.0.26",
49
- "@synerise/ds-icon": "^1.10.0",
50
- "@synerise/ds-information-card": "^1.4.1",
51
- "@synerise/ds-inline-edit": "^1.1.10",
52
- "@synerise/ds-input": "^1.5.6",
53
- "@synerise/ds-input-number": "^1.2.21",
54
- "@synerise/ds-list-item": "^1.3.1",
55
- "@synerise/ds-modal": "^1.2.22",
56
- "@synerise/ds-result": "^1.0.35",
57
- "@synerise/ds-scrollbar": "^1.2.5",
58
- "@synerise/ds-search": "^1.4.1",
59
- "@synerise/ds-select": "^1.3.6",
60
- "@synerise/ds-short-cuts": "^1.0.28",
61
- "@synerise/ds-skeleton": "^1.0.30",
62
- "@synerise/ds-tabs": "^1.1.10",
63
- "@synerise/ds-tag": "^1.4.5",
64
- "@synerise/ds-tooltip": "^1.3.5",
65
- "@synerise/ds-utils": "^1.5.3",
38
+ "@synerise/ds-alert": "^1.1.33",
39
+ "@synerise/ds-autocomplete": "^1.2.23",
40
+ "@synerise/ds-badge": "^1.0.32",
41
+ "@synerise/ds-button": "^1.5.6",
42
+ "@synerise/ds-button-group": "^1.1.31",
43
+ "@synerise/ds-collector": "^1.4.14",
44
+ "@synerise/ds-date-picker": "^1.3.12",
45
+ "@synerise/ds-date-range-picker": "^1.5.1",
46
+ "@synerise/ds-divider": "^1.2.8",
47
+ "@synerise/ds-dropdown": "^1.1.12",
48
+ "@synerise/ds-empty-states": "^1.0.27",
49
+ "@synerise/ds-icon": "^1.10.1",
50
+ "@synerise/ds-information-card": "^1.5.1",
51
+ "@synerise/ds-inline-edit": "^1.1.12",
52
+ "@synerise/ds-input": "^1.5.8",
53
+ "@synerise/ds-input-number": "^1.2.23",
54
+ "@synerise/ds-list-item": "^1.3.3",
55
+ "@synerise/ds-modal": "^1.2.24",
56
+ "@synerise/ds-result": "^1.0.37",
57
+ "@synerise/ds-scrollbar": "^1.2.6",
58
+ "@synerise/ds-search": "^1.4.3",
59
+ "@synerise/ds-select": "^1.3.8",
60
+ "@synerise/ds-short-cuts": "^1.0.30",
61
+ "@synerise/ds-skeleton": "^1.0.32",
62
+ "@synerise/ds-tabs": "^1.1.12",
63
+ "@synerise/ds-tag": "^1.4.6",
64
+ "@synerise/ds-tooltip": "^1.3.6",
65
+ "@synerise/ds-utils": "^1.5.4",
66
66
  "lodash": "^4.17.21",
67
67
  "react-window": "^1.8.11",
68
68
  "uuid": "^8.3.2"
@@ -76,7 +76,8 @@
76
76
  "copy-to-clipboard": "^3.3.1",
77
77
  "react": ">=16.9.0 <= 18.3.1",
78
78
  "react-intl": ">=3.12.0 <= 6.8",
79
- "styled-components": "^5.3.3"
79
+ "styled-components": "^5.3.3",
80
+ "vitest": "4"
80
81
  },
81
- "gitHead": "1ab50150aadeb21d9464b1558d0d1ea8808b85e5"
82
+ "gitHead": "e1a3b7417480ba1bbf0b68becf985dd2d5f5a924"
82
83
  }