@opentinyvue/vue-collapse-item 3.22.1 → 3.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 = "3.undefined";
61
+ var version = "3.23.0";
62
62
  CollapseItem.install = function(Vue) {
63
63
  Vue.component(CollapseItem.name, CollapseItem);
64
64
  };
@@ -64,7 +64,7 @@ var _hoisted_4 = {
64
64
  };
65
65
  var _hoisted_5 = ["aria-hidden", "aria-labelledby", "id"];
66
66
  var _hoisted_6 = {
67
- class: "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"
67
+ class: "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"
68
68
  };
69
69
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
70
70
  var _component_icon_arrow_bottom = resolveComponent("icon-arrow-bottom");
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-collapse-item",
3
- "version": "3.22.1",
3
+ "version": "3.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": "~3.22.0",
11
- "@opentinyvue/vue-renderless": "~3.22.0",
12
- "@opentinyvue/vue-icon": "~3.22.0",
13
- "@opentinyvue/vue-theme": "~3.22.0",
14
- "@opentinyvue/vue-collapse-transition": "~3.22.0"
10
+ "@opentinyvue/vue-common": "~3.23.0",
11
+ "@opentinyvue/vue-renderless": "~3.23.0",
12
+ "@opentinyvue/vue-icon": "~3.23.0",
13
+ "@opentinyvue/vue-theme": "~3.23.0",
14
+ "@opentinyvue/vue-collapse-transition": "~3.23.0"
15
15
  },
16
16
  "license": "MIT",
17
17
  "types": "index.d.ts",