@synerise/ds-card-select 0.7.3 → 0.7.5

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,25 @@
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.7.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-card-select@0.7.4...@synerise/ds-card-select@0.7.5) (2024-07-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **storybook7:** card tabs stories ([537084e](https://github.com/Synerise/synerise-design/commit/537084e610b5a932ed208b27725c6feb2208ccd6))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.7.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-card-select@0.7.3...@synerise/ds-card-select@0.7.4) (2024-07-05)
18
+
19
+ **Note:** Version bump only for package @synerise/ds-card-select
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.7.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-card-select@0.7.2...@synerise/ds-card-select@0.7.3) (2024-07-02)
7
26
 
8
27
  **Note:** Version bump only for package @synerise/ds-card-select
@@ -75,54 +75,54 @@ declare const _default: React.ForwardRefExoticComponent<{
75
75
  unselectable?: "on" | "off" | undefined;
76
76
  inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
77
77
  is?: string | undefined;
78
- 'aria-activedescendant'?: string | undefined;
79
- 'aria-atomic'?: boolean | "true" | "false" | undefined;
80
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
81
- 'aria-busy'?: boolean | "true" | "false" | undefined;
82
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
83
- 'aria-colcount'?: number | undefined;
84
- 'aria-colindex'?: number | undefined;
85
- 'aria-colspan'?: number | undefined;
86
- 'aria-controls'?: string | undefined;
87
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
88
- 'aria-describedby'?: string | undefined;
89
- 'aria-details'?: string | undefined;
90
- 'aria-disabled'?: boolean | "true" | "false" | undefined;
91
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
92
- 'aria-errormessage'?: string | undefined;
93
- 'aria-expanded'?: boolean | "true" | "false" | undefined;
94
- 'aria-flowto'?: string | undefined;
95
- 'aria-grabbed'?: boolean | "true" | "false" | undefined;
96
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
97
- 'aria-hidden'?: boolean | "true" | "false" | undefined;
98
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
99
- 'aria-keyshortcuts'?: string | undefined;
100
- 'aria-label'?: string | undefined;
101
- 'aria-labelledby'?: string | undefined;
102
- 'aria-level'?: number | undefined;
103
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
104
- 'aria-modal'?: boolean | "true" | "false" | undefined;
105
- 'aria-multiline'?: boolean | "true" | "false" | undefined;
106
- 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
107
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
108
- 'aria-owns'?: string | undefined;
109
- 'aria-placeholder'?: string | undefined;
110
- 'aria-posinset'?: number | undefined;
111
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
112
- 'aria-readonly'?: boolean | "true" | "false" | undefined;
113
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
114
- 'aria-required'?: boolean | "true" | "false" | undefined;
115
- 'aria-roledescription'?: string | undefined;
116
- 'aria-rowcount'?: number | undefined;
117
- 'aria-rowindex'?: number | undefined;
118
- 'aria-rowspan'?: number | undefined;
119
- 'aria-selected'?: boolean | "true" | "false" | undefined;
120
- 'aria-setsize'?: number | undefined;
121
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
122
- 'aria-valuemax'?: number | undefined;
123
- 'aria-valuemin'?: number | undefined;
124
- 'aria-valuenow'?: number | undefined;
125
- 'aria-valuetext'?: string | undefined;
78
+ "aria-activedescendant"?: string | undefined;
79
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
80
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
81
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
82
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
83
+ "aria-colcount"?: number | undefined;
84
+ "aria-colindex"?: number | undefined;
85
+ "aria-colspan"?: number | undefined;
86
+ "aria-controls"?: string | undefined;
87
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
88
+ "aria-describedby"?: string | undefined;
89
+ "aria-details"?: string | undefined;
90
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
91
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
92
+ "aria-errormessage"?: string | undefined;
93
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
94
+ "aria-flowto"?: string | undefined;
95
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
96
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
97
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
98
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
99
+ "aria-keyshortcuts"?: string | undefined;
100
+ "aria-label"?: string | undefined;
101
+ "aria-labelledby"?: string | undefined;
102
+ "aria-level"?: number | undefined;
103
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
104
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
105
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
106
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
107
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
108
+ "aria-owns"?: string | undefined;
109
+ "aria-placeholder"?: string | undefined;
110
+ "aria-posinset"?: number | undefined;
111
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
112
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
113
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
114
+ "aria-required"?: (boolean | "true" | "false") | undefined;
115
+ "aria-roledescription"?: string | undefined;
116
+ "aria-rowcount"?: number | undefined;
117
+ "aria-rowindex"?: number | undefined;
118
+ "aria-rowspan"?: number | undefined;
119
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
120
+ "aria-setsize"?: number | undefined;
121
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
122
+ "aria-valuemax"?: number | undefined;
123
+ "aria-valuemin"?: number | undefined;
124
+ "aria-valuenow"?: number | undefined;
125
+ "aria-valuetext"?: string | undefined;
126
126
  children?: React.ReactNode;
127
127
  dangerouslySetInnerHTML?: {
128
128
  __html: string | TrustedHTML;
@@ -62,7 +62,7 @@ export var Title = styled.div.withConfig({
62
62
  export var Description = styled.div.withConfig({
63
63
  displayName: "CardSelectstyles__Description",
64
64
  componentId: "tfmgtj-2"
65
- })(["&&{font-size:13px;text-align:center;max-width:176px;word-wrap:break-word;overflow-wrap:break-word;", ";}"], function (props) {
65
+ })(["&&{font-size:13px;text-align:center;max-width:176px;word-wrap:break-word;overflow-wrap:break-word;flex-grow:1;", ";}"], function (props) {
66
66
  return props.hasTitle && css(["margin-top:8px;"]);
67
67
  });
68
68
  export var IconWrapper = styled.div.withConfig({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-card-select",
3
- "version": "0.7.3",
3
+ "version": "0.7.5",
4
4
  "description": "Card-Select UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,19 +33,16 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-icon": "^0.63.0",
37
- "@synerise/ds-tags": "^0.9.3",
38
- "@synerise/ds-tooltip": "^0.14.31",
36
+ "@synerise/ds-icon": "^0.64.1",
37
+ "@synerise/ds-tags": "^0.9.5",
38
+ "@synerise/ds-tooltip": "^0.14.33",
39
39
  "styled-is": "^1.3.0"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@synerise/ds-core": "*",
43
43
  "antd": "4.7.0",
44
- "react": ">=16.9.0 < 17.0.0",
44
+ "react": ">=16.9.0 <= 17.0.2",
45
45
  "styled-components": "5.0.1"
46
46
  },
47
- "devDependencies": {
48
- "@synerise/ds-utils": "^0.27.0"
49
- },
50
- "gitHead": "0692552b018dc9c8042f18c773f88890c9ad3270"
47
+ "gitHead": "6f4996380356c1e5cb9a9d8b553069ad9cea7c27"
51
48
  }