@xn-lib/component 0.1.34 → 0.1.35

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.
@@ -141,6 +141,7 @@ export interface PaginationConfig {
141
141
  layout?: string;
142
142
  /** 背景色 */
143
143
  background?: boolean;
144
+ size?: 'small' | 'default';
144
145
  }
145
146
  export interface SelectionConfig {
146
147
  /** 是否启用选择 */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@xn-lib/component",
4
- "version": "0.1.34",
4
+ "version": "0.1.35",
5
5
  "description": "",
6
6
  "main": "./dist/index.umd.js",
7
7
  "module": "./dist/index.mjs",