@synerise/ds-factors 1.9.0 → 1.10.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,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.10.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.9.1...@synerise/ds-factors@1.10.0) (2026-02-02)
7
+
8
+ ### Features
9
+
10
+ - **modal:** add tabs to modal header ([afca822](https://github.com/Synerise/synerise-design/commit/afca822e930e06505161938d5a0ef16a7eec5271))
11
+
12
+ ## [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)
13
+
14
+ **Note:** Version bump only for package @synerise/ds-factors
15
+
6
16
  # [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)
7
17
 
8
18
  ### Features
@@ -34,7 +34,7 @@ export var ModalFooterLeftSide = styled.div.withConfig({
34
34
  export var ModalSubHeader = styled.div.withConfig({
35
35
  displayName: "Arraystyles__ModalSubHeader",
36
36
  componentId: "sc-9atgo7-6"
37
- })(["padding:12px 24px;display:flex;justify-content:space-between;"]);
37
+ })(["display:flex;justify-content:space-between;"]);
38
38
  export var ModalContentWrapper = styled.div.withConfig({
39
39
  displayName: "Arraystyles__ModalContentWrapper",
40
40
  componentId: "sc-9atgo7-7"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-factors",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
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",
25
+ "prepublish": "pnpm run build",
26
26
  "test": "vitest",
27
- "test:watch": "npm run test -- --watch",
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.32",
39
- "@synerise/ds-autocomplete": "^1.2.22",
40
- "@synerise/ds-badge": "^1.0.31",
41
- "@synerise/ds-button": "^1.5.5",
42
- "@synerise/ds-button-group": "^1.1.30",
43
- "@synerise/ds-collector": "^1.4.13",
44
- "@synerise/ds-date-picker": "^1.3.11",
45
- "@synerise/ds-date-range-picker": "^1.5.0",
46
- "@synerise/ds-divider": "^1.2.7",
47
- "@synerise/ds-dropdown": "^1.1.11",
48
- "@synerise/ds-empty-states": "^1.0.26",
49
- "@synerise/ds-icon": "^1.10.0",
50
- "@synerise/ds-information-card": "^1.5.0",
51
- "@synerise/ds-inline-edit": "^1.1.11",
52
- "@synerise/ds-input": "^1.5.7",
53
- "@synerise/ds-input-number": "^1.2.22",
54
- "@synerise/ds-list-item": "^1.3.2",
55
- "@synerise/ds-modal": "^1.2.23",
56
- "@synerise/ds-result": "^1.0.36",
57
- "@synerise/ds-scrollbar": "^1.2.5",
58
- "@synerise/ds-search": "^1.4.2",
59
- "@synerise/ds-select": "^1.3.7",
60
- "@synerise/ds-short-cuts": "^1.0.29",
61
- "@synerise/ds-skeleton": "^1.0.31",
62
- "@synerise/ds-tabs": "^1.1.11",
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.34",
39
+ "@synerise/ds-autocomplete": "^1.2.24",
40
+ "@synerise/ds-badge": "^1.0.33",
41
+ "@synerise/ds-button": "^1.5.7",
42
+ "@synerise/ds-button-group": "^1.1.32",
43
+ "@synerise/ds-collector": "^1.4.15",
44
+ "@synerise/ds-date-picker": "^1.3.13",
45
+ "@synerise/ds-date-range-picker": "^1.5.2",
46
+ "@synerise/ds-divider": "^1.2.9",
47
+ "@synerise/ds-dropdown": "^1.1.13",
48
+ "@synerise/ds-empty-states": "^1.0.28",
49
+ "@synerise/ds-icon": "^1.11.0",
50
+ "@synerise/ds-information-card": "^1.5.2",
51
+ "@synerise/ds-inline-edit": "^1.1.13",
52
+ "@synerise/ds-input": "^1.5.9",
53
+ "@synerise/ds-input-number": "^1.2.24",
54
+ "@synerise/ds-list-item": "^1.3.4",
55
+ "@synerise/ds-modal": "^1.3.0",
56
+ "@synerise/ds-result": "^1.0.38",
57
+ "@synerise/ds-scrollbar": "^1.2.7",
58
+ "@synerise/ds-search": "^1.4.4",
59
+ "@synerise/ds-select": "^1.3.9",
60
+ "@synerise/ds-short-cuts": "^1.0.31",
61
+ "@synerise/ds-skeleton": "^1.0.33",
62
+ "@synerise/ds-tabs": "^1.1.13",
63
+ "@synerise/ds-tag": "^1.4.7",
64
+ "@synerise/ds-tooltip": "^1.3.7",
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"
@@ -79,5 +79,5 @@
79
79
  "styled-components": "^5.3.3",
80
80
  "vitest": "4"
81
81
  },
82
- "gitHead": "13055ac4f0b05cc3eb06021d51c93c8d32328053"
82
+ "gitHead": "6a3a82f8bc80e10eeb818795035e05393550e82e"
83
83
  }