@synerise/ds-input-number 0.11.9 → 0.11.10

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.11.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.11.9...@synerise/ds-input-number@0.11.10) (2025-03-10)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-input-number
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.11.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.11.8...@synerise/ds-input-number@0.11.9) (2025-03-04)
7
15
 
8
16
  **Note:** Version bump only for package @synerise/ds-input-number
@@ -4,7 +4,7 @@ import styled from 'styled-components';
4
4
  import BaseAntInputNumber from 'antd/lib/input-number';
5
5
  export var InputNumberContainer = styled.div.withConfig({
6
6
  displayName: "InputNumberstyles__InputNumberContainer",
7
- componentId: "abrul0-0"
7
+ componentId: "sc-abrul0-0"
8
8
  })(["display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;"]);
9
9
  var NumberOnlyBaseAntInputNumber = forwardRef(function (props, ref) {
10
10
  return /*#__PURE__*/React.createElement(BaseAntInputNumber, _extends({}, props, {
@@ -13,7 +13,7 @@ var NumberOnlyBaseAntInputNumber = forwardRef(function (props, ref) {
13
13
  });
14
14
  export var AntdInputNumber = styled(NumberOnlyBaseAntInputNumber).withConfig({
15
15
  displayName: "InputNumberstyles__AntdInputNumber",
16
- componentId: "abrul0-1"
16
+ componentId: "sc-abrul0-1"
17
17
  })(["color:", ";input,input:focus{", ";}"], function (props) {
18
18
  return props.theme.palette['grey-700'];
19
19
  }, function (props) {
@@ -21,39 +21,39 @@ export var AntdInputNumber = styled(NumberOnlyBaseAntInputNumber).withConfig({
21
21
  });
22
22
  export var ContentAbove = styled.div.withConfig({
23
23
  displayName: "InputNumberstyles__ContentAbove",
24
- componentId: "abrul0-2"
24
+ componentId: "sc-abrul0-2"
25
25
  })(["display:flex;justify-content:space-between;margin-bottom:8px;"]);
26
26
  export var Description = styled.div.withConfig({
27
27
  displayName: "InputNumberstyles__Description",
28
- componentId: "abrul0-3"
28
+ componentId: "sc-abrul0-3"
29
29
  })(["color:", ";"], function (props) {
30
30
  return props.theme.palette['grey-600'];
31
31
  });
32
32
  export var ContentBelow = styled.div.withConfig({
33
33
  displayName: "InputNumberstyles__ContentBelow",
34
- componentId: "abrul0-4"
34
+ componentId: "sc-abrul0-4"
35
35
  })(["margin-top:8px;"]);
36
36
  export var ErrorText = styled.div.withConfig({
37
37
  displayName: "InputNumberstyles__ErrorText",
38
- componentId: "abrul0-5"
38
+ componentId: "sc-abrul0-5"
39
39
  })(["color:", ";margin-bottom:4px;"], function (props) {
40
40
  return props.theme.palette['red-600'];
41
41
  });
42
42
  export var Prefixel = styled.div.withConfig({
43
43
  displayName: "InputNumberstyles__Prefixel",
44
- componentId: "abrul0-6"
44
+ componentId: "sc-abrul0-6"
45
45
  })(["border:1px solid ", ";border-radius:3px 0 0 3px;border-right-width:0;"], function (props) {
46
46
  return props.theme.palette['grey-300'];
47
47
  });
48
48
  export var Suffixel = styled.div.withConfig({
49
49
  displayName: "InputNumberstyles__Suffixel",
50
- componentId: "abrul0-7"
50
+ componentId: "sc-abrul0-7"
51
51
  })(["border:1px solid ", ";border-radius:0 3px 3px 0;border-left-width:0;"], function (props) {
52
52
  return props.theme.palette['grey-300'];
53
53
  });
54
54
  export var InputNumberWrapper = styled.div.withConfig({
55
55
  displayName: "InputNumberstyles__InputNumberWrapper",
56
- componentId: "abrul0-8"
56
+ componentId: "sc-abrul0-8"
57
57
  })(["display:flex;align-items:center;", ",", "{background:", ";display:flex;align-items:center;align-self:stretch;padding:0 12px;}", " ", ""], Prefixel, Suffixel, function (props) {
58
58
  return props.theme.palette['grey-050'];
59
59
  }, function (props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-input-number",
3
- "version": "0.11.9",
3
+ "version": "0.11.10",
4
4
  "description": "Input-Number 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,10 +34,10 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-data-format": "^0.7.1",
38
- "@synerise/ds-input": "^0.25.8",
39
- "@synerise/ds-tooltip": "^0.16.2",
40
- "@synerise/ds-utils": "^0.32.2",
37
+ "@synerise/ds-data-format": "^0.7.2",
38
+ "@synerise/ds-input": "^0.25.9",
39
+ "@synerise/ds-tooltip": "^0.16.3",
40
+ "@synerise/ds-utils": "^0.32.3",
41
41
  "uuid": "^8.3.2"
42
42
  },
43
43
  "peerDependencies": {
@@ -46,5 +46,5 @@
46
46
  "react": ">=16.9.0 <= 18.3.1",
47
47
  "styled-components": "^5.3.3"
48
48
  },
49
- "gitHead": "c5a647bd7a24a2c9294e781b2b69223e8543859f"
49
+ "gitHead": "a176b46dab123cd503247ae57022f8e808772d68"
50
50
  }