@opentinyvue/vue-color-select-panel 3.24.0 → 3.25.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.
Files changed (2) hide show
  1. package/lib/pc.js +2 -1
  2. package/package.json +11 -11
package/lib/pc.js CHANGED
@@ -304,7 +304,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
304
304
  modelValue: _ctx.state.currentFormat,
305
305
  "onUpdate:modelValue": _cache[0] || (_cache[0] = function($event) {
306
306
  return _ctx.state.currentFormat = $event;
307
- })
307
+ }),
308
+ size: "small"
308
309
  }, {
309
310
  default: withCtx(function() {
310
311
  return [(openBlock(true), createElementBlock(
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-color-select-panel",
3
3
  "type": "module",
4
- "version": "3.24.0",
4
+ "version": "3.25.0",
5
5
  "description": "",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
8
8
  "main": "./lib/index.js",
9
9
  "module": "./lib/index.js",
10
10
  "dependencies": {
11
- "@opentinyvue/vue-button": "~3.24.0",
12
- "@opentinyvue/vue-collapse": "~3.24.0",
13
- "@opentinyvue/vue-collapse-item": "~3.24.0",
14
- "@opentinyvue/vue-common": "~3.24.0",
15
- "@opentinyvue/vue-directive": "~3.24.0",
16
- "@opentinyvue/vue-input": "~3.24.0",
17
- "@opentinyvue/vue-option": "~3.24.0",
18
- "@opentinyvue/vue-renderless": "~3.24.0",
19
- "@opentinyvue/vue-select": "~3.24.0",
20
- "@opentinyvue/vue-theme": "~3.24.0"
11
+ "@opentinyvue/vue-button": "~3.25.0",
12
+ "@opentinyvue/vue-collapse": "~3.25.0",
13
+ "@opentinyvue/vue-collapse-item": "~3.25.0",
14
+ "@opentinyvue/vue-common": "~3.25.0",
15
+ "@opentinyvue/vue-directive": "~3.25.0",
16
+ "@opentinyvue/vue-input": "~3.25.0",
17
+ "@opentinyvue/vue-option": "~3.25.0",
18
+ "@opentinyvue/vue-renderless": "~3.25.0",
19
+ "@opentinyvue/vue-select": "~3.25.0",
20
+ "@opentinyvue/vue-theme": "~3.25.0"
21
21
  },
22
22
  "types": "index.d.ts"
23
23
  }