@mptw/skylens-ui 1.4.4 → 1.4.5

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.
@@ -7,8 +7,8 @@
7
7
  @click="onToggleCollapse"
8
8
  ).flex.items-center.justify-between
9
9
  .inline-flex.items-center.space-x-2
10
- SLIcon(v-if='blockTitleIcon', :icon='blockTitleIcon' class='text-sm text-primary')
11
- .text-base.text-gray-1.font-bold {{ blockTitle }}
10
+ SLIcon(v-if='blockTitleIcon', :icon='blockTitleIcon' class='collapse-block-title-icon')
11
+ .collapse-block-title {{ blockTitle }}
12
12
  .toggle-collapse-button
13
13
  .button-title(v-if='isShowCollapseButtonTitle') {{ isCollapsed ? '展開' : '收合' }}
14
14
  SLIcon(icon="chevron-down")
@@ -109,6 +109,12 @@ export default defineComponent({
109
109
  @apply pt-0
110
110
 
111
111
  &-header
112
+ .collapse-block-title-icon
113
+ @apply text-sm text-primary
114
+
115
+ .collapse-block-title
116
+ @apply text-base text-gray-1 font-bold
117
+
112
118
  .toggle-collapse-button
113
119
  @apply inline-flex items-center space-x-2
114
120
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.4.4",
4
+ "version": "1.4.5",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",