@opentinyvue/vue-collapse-item 2.22.1 → 2.23.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.
package/lib/index.js CHANGED
@@ -58,7 +58,7 @@ var CollapseItem = defineComponent({
58
58
  });
59
59
  }
60
60
  });
61
- var version = "2.undefined";
61
+ var version = "2.23.0";
62
62
  CollapseItem.install = function(Vue) {
63
63
  Vue.component(CollapseItem.name, CollapseItem);
64
64
  };
@@ -138,7 +138,7 @@ var render = function render2() {
138
138
  "id": "tiny-collapse-content-" + _vm.state.id
139
139
  }
140
140
  }, [_c("div", {
141
- staticClass: "pb-6 pt-0 px-4 sm:pt-0 sm:pr-0 sm:pl-4 sm:pb-4 text-xs text-color-text-primary leading-relaxed"
141
+ staticClass: "pb-3 pt-0 px-4 sm:pt-0 sm:pr-0 sm:pl-4 sm:pb-4 text-xs text-color-text-primary leading-relaxed"
142
142
  }, [_vm._t("default")], 2)])])], 1);
143
143
  };
144
144
  var staticRenderFns = [];
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-collapse-item",
3
- "version": "2.22.1",
3
+ "version": "2.23.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
7
7
  "sideEffects": false,
8
8
  "type": "module",
9
9
  "dependencies": {
10
- "@opentinyvue/vue-common": "~2.22.0",
11
- "@opentinyvue/vue-renderless": "~3.22.0",
12
- "@opentinyvue/vue-icon": "~2.22.0",
13
- "@opentinyvue/vue-theme": "~3.22.0",
14
- "@opentinyvue/vue-collapse-transition": "~2.22.0"
10
+ "@opentinyvue/vue-common": "~2.23.0",
11
+ "@opentinyvue/vue-renderless": "~3.23.0",
12
+ "@opentinyvue/vue-icon": "~2.23.0",
13
+ "@opentinyvue/vue-theme": "~3.23.0",
14
+ "@opentinyvue/vue-collapse-transition": "~2.23.0"
15
15
  },
16
16
  "license": "MIT",
17
17
  "types": "index.d.ts",