@synerise/ds-information-card 1.4.1 → 1.5.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 +26 -25
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.5.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@1.5.0...@synerise/ds-information-card@1.5.1) (2026-01-29)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-information-card
9
+
10
+ # [1.5.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@1.4.1...@synerise/ds-information-card@1.5.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.4.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@1.4.0...@synerise/ds-information-card@1.4.1) (2026-01-21)
7
17
 
8
18
  **Note:** Version bump only for package @synerise/ds-information-card
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-information-card",
3
- "version": "1.4.1",
3
+ "version": "1.5.1",
4
4
  "description": "InformationCard UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -16,16 +16,16 @@
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
  "lint": "eslint . --ext .ts --ext .tsx --max-warnings 0 --ignore-pattern dist",
25
25
  "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
26
- "prepublish": "npm run build",
26
+ "prepublish": "pnpm run build",
27
27
  "test": "jest",
28
- "test:watch": "npm run test -- --watchAll",
28
+ "test:watch": "pnpm run test -- --watchAll",
29
29
  "types": "tsc --noEmit",
30
30
  "check:circular-dependencies": "madge --circular --extensions ts,tsx,js,jsx --ts-config tsconfig.json src/ --exclude '/dist/'",
31
31
  "upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
@@ -37,25 +37,26 @@
37
37
  "types": "dist/index.d.ts",
38
38
  "dependencies": {
39
39
  "@floating-ui/react": "^0.27.16",
40
- "@synerise/ds-alert": "^1.1.31",
41
- "@synerise/ds-avatar": "^1.1.5",
42
- "@synerise/ds-badge": "^1.0.30",
43
- "@synerise/ds-button": "^1.5.5",
44
- "@synerise/ds-card": "^1.2.21",
45
- "@synerise/ds-copy-icon": "^1.0.6",
46
- "@synerise/ds-description": "^1.1.19",
47
- "@synerise/ds-divider": "^1.2.6",
48
- "@synerise/ds-dropdown": "^1.1.10",
49
- "@synerise/ds-icon": "^1.10.0",
50
- "@synerise/ds-menu": "^1.3.1",
51
- "@synerise/ds-popover": "^1.3.1",
52
- "@synerise/ds-scrollbar": "^1.2.5",
53
- "@synerise/ds-skeleton": "^1.0.30",
54
- "@synerise/ds-status": "^1.3.5",
55
- "@synerise/ds-subtle-form": "^1.1.45",
56
- "@synerise/ds-tooltip": "^1.3.5",
57
- "@synerise/ds-typography": "^1.0.28",
58
- "@synerise/ds-utils": "^1.5.3"
40
+ "@synerise/ds-alert": "^1.1.33",
41
+ "@synerise/ds-avatar": "^1.1.7",
42
+ "@synerise/ds-badge": "^1.0.32",
43
+ "@synerise/ds-button": "^1.5.6",
44
+ "@synerise/ds-card": "^1.2.23",
45
+ "@synerise/ds-copy-icon": "^1.0.7",
46
+ "@synerise/ds-description": "^1.1.20",
47
+ "@synerise/ds-divider": "^1.2.8",
48
+ "@synerise/ds-dropdown": "^1.1.12",
49
+ "@synerise/ds-icon": "^1.10.1",
50
+ "@synerise/ds-menu": "^1.4.1",
51
+ "@synerise/ds-popover": "^1.3.2",
52
+ "@synerise/ds-scrollbar": "^1.2.6",
53
+ "@synerise/ds-skeleton": "^1.0.32",
54
+ "@synerise/ds-status": "^1.3.6",
55
+ "@synerise/ds-subtle-form": "^1.1.47",
56
+ "@synerise/ds-tooltip": "^1.3.6",
57
+ "@synerise/ds-typography": "^1.1.1",
58
+ "@synerise/ds-utils": "^1.5.4",
59
+ "uuid": "^8.3.2"
59
60
  },
60
61
  "peerDependencies": {
61
62
  "@synerise/ds-core": "*",
@@ -63,5 +64,5 @@
63
64
  "react-intl": ">=3.12.0 <= 6.8",
64
65
  "styled-components": "^5.3.3"
65
66
  },
66
- "gitHead": "1ab50150aadeb21d9464b1558d0d1ea8808b85e5"
67
+ "gitHead": "e1a3b7417480ba1bbf0b68becf985dd2d5f5a924"
67
68
  }