@akinon/ui-collapse 1.0.0 → 1.1.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.
@@ -126,6 +126,7 @@ export type CollapseProps = {
126
126
  name: IconName;
127
127
  size?: number;
128
128
  style?: React.CSSProperties;
129
+ ariaProps?: React.HTMLAttributes<HTMLElement>;
129
130
  };
130
131
 
131
132
  /**
@@ -153,11 +154,6 @@ export type CollapseProps = {
153
154
  */
154
155
  items?: CollapseItemType[];
155
156
 
156
- /**
157
- * The style of the expand icon.
158
- */
159
- iconStyle?: React.CSSProperties;
160
-
161
157
  /**
162
158
  * @ignore
163
159
  */
@@ -126,6 +126,7 @@ export type CollapseProps = {
126
126
  name: IconName;
127
127
  size?: number;
128
128
  style?: React.CSSProperties;
129
+ ariaProps?: React.HTMLAttributes<HTMLElement>;
129
130
  };
130
131
 
131
132
  /**
@@ -153,11 +154,6 @@ export type CollapseProps = {
153
154
  */
154
155
  items?: CollapseItemType[];
155
156
 
156
- /**
157
- * The style of the expand icon.
158
- */
159
- iconStyle?: React.CSSProperties;
160
-
161
157
  /**
162
158
  * @ignore
163
159
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/ui-collapse",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/esm/index.js",
@@ -10,16 +10,16 @@
10
10
  ],
11
11
  "dependencies": {
12
12
  "antd": "5.22.6",
13
- "@akinon/icons": "^1.0.0"
13
+ "@akinon/icons": "^1.0.1"
14
14
  },
15
15
  "devDependencies": {
16
16
  "clean-package": "2.2.0",
17
17
  "copyfiles": "^2.4.1",
18
18
  "rimraf": "^5.0.5",
19
19
  "typescript": "*",
20
- "@akinon/icons": "1.0.0",
21
- "@akinon/ui-theme": "1.0.0",
22
- "@akinon/typescript-config": "1.0.0"
20
+ "@akinon/ui-theme": "1.0.1",
21
+ "@akinon/typescript-config": "1.0.1",
22
+ "@akinon/icons": "1.0.1"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": ">=18",