@synerise/ds-subtle-form 0.10.8 → 1.0.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,14 @@
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.10.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-subtle-form@0.10.8...@synerise/ds-subtle-form@0.10.9) (2025-03-10)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-subtle-form
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.10.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-subtle-form@0.10.7...@synerise/ds-subtle-form@0.10.8) (2025-03-04)
7
15
 
8
16
  **Note:** Version bump only for package @synerise/ds-subtle-form
@@ -1,7 +1,7 @@
1
1
  import styled, { css } from 'styled-components';
2
2
  export var SelectContainer = styled.div.withConfig({
3
3
  displayName: "DatePickerstyles__SelectContainer",
4
- componentId: "xiwxgz-0"
4
+ componentId: "sc-xiwxgz-0"
5
5
  })(["position:relative;height:32px;width:100%;", " > div{margin:0;}", ""], function (props) {
6
6
  return props.active && css(["margin:-2px 0 0 -1px;"]);
7
7
  }, function (props) {
@@ -9,13 +9,13 @@ export var SelectContainer = styled.div.withConfig({
9
9
  });
10
10
  export var ContentAbove = styled.div.withConfig({
11
11
  displayName: "DatePickerstyles__ContentAbove",
12
- componentId: "xiwxgz-1"
12
+ componentId: "sc-xiwxgz-1"
13
13
  })(["padding:0;display:flex;justify-content:space-between;margin-bottom:", ";"], function (props) {
14
14
  return props.active ? "10px" : "8px";
15
15
  });
16
16
  export var MaskedDatePlaceholder = styled.div.withConfig({
17
17
  displayName: "DatePickerstyles__MaskedDatePlaceholder",
18
- componentId: "xiwxgz-2"
18
+ componentId: "sc-xiwxgz-2"
19
19
  })(["font-size:13px;color:transparent;position:absolute;left:0;top:8px;transition:", ";"], function (props) {
20
20
  return props.disabled ? 'none' : 'left 0.1s ease-in 0.2s, color 0.1s ease-in 0.2s';
21
21
  });
@@ -1,13 +1,13 @@
1
1
  import styled, { css } from 'styled-components';
2
2
  export var SelectContainer = styled.div.withConfig({
3
3
  displayName: "Selectstyles__SelectContainer",
4
- componentId: "u85d8m-0"
4
+ componentId: "sc-u85d8m-0"
5
5
  })(["position:relative;height:32px;width:100%;", " .ant-select-focused{.ds-status{margin:-1px 0 0 0;}}.ds-status{margin:0;}div.ant-select-selector{transition:border 0s linear !important;}"], function (props) {
6
6
  return props.active && css(["margin:-2px 0 0 -1px;"]);
7
7
  });
8
8
  export var ContentAbove = styled.div.withConfig({
9
9
  displayName: "Selectstyles__ContentAbove",
10
- componentId: "u85d8m-1"
10
+ componentId: "sc-u85d8m-1"
11
11
  })(["padding:0 0 0 0;display:flex;justify-content:space-between;margin-bottom:", ";"], function (props) {
12
12
  return props.active ? "10px" : "8px";
13
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-subtle-form",
3
- "version": "0.10.8",
3
+ "version": "1.0.0",
4
4
  "description": "SubtleForm UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -21,7 +21,7 @@
21
21
  "build:js": "babel --delete-dir-on-start --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
22
22
  "build:watch": "npm run build:js -- --watch",
23
23
  "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
24
- "pack:ci": "npm pack --pack-destination ../../portal/storybook-static/static",
24
+ "pack:ci": "npm pack --pack-destination ../../storybook/storybook-static/static",
25
25
  "prepublish": "npm run build",
26
26
  "test": "jest",
27
27
  "test:watch": "npm run test -- --watchAll",
@@ -34,12 +34,12 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-date-picker": "^0.14.8",
38
- "@synerise/ds-icon": "^0.72.0",
39
- "@synerise/ds-input": "^0.25.8",
40
- "@synerise/ds-select": "^0.17.8",
41
- "@synerise/ds-tooltip": "^0.16.2",
42
- "@synerise/ds-utils": "^0.32.2",
37
+ "@synerise/ds-date-picker": "^1.0.0",
38
+ "@synerise/ds-icon": "^1.0.0",
39
+ "@synerise/ds-input": "^1.0.0",
40
+ "@synerise/ds-select": "^1.0.0",
41
+ "@synerise/ds-tooltip": "^1.0.0",
42
+ "@synerise/ds-utils": "^1.0.0",
43
43
  "calculate-size": "^1.1.1"
44
44
  },
45
45
  "peerDependencies": {
@@ -48,5 +48,5 @@
48
48
  "react": ">=16.9.0 <= 18.3.1",
49
49
  "styled-components": "^5.3.3"
50
50
  },
51
- "gitHead": "c5a647bd7a24a2c9294e781b2b69223e8543859f"
51
+ "gitHead": "e4c3690238a44b584b9ea41e4aa52b1eec42174b"
52
52
  }