pukaad-ui-lib 1.25.1 → 1.26.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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
3
  "configKey": "pukaadUI",
4
- "version": "1.25.1",
4
+ "version": "1.26.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -12,7 +12,6 @@ declare var __VLS_6: {
12
12
  }, __VLS_8: {
13
13
  items: TypeItem;
14
14
  dividerClass: string;
15
- contentClass: string;
16
15
  }, __VLS_10: {
17
16
  label: string;
18
17
  item: TypeItem;
@@ -35,22 +35,23 @@
35
35
  </div>
36
36
  <div
37
37
  v-if="arrShow.includes(i_item)"
38
- class="flex flex-col gap-[16px] mt-[16px]"
38
+ class="flex flex-col gap-[16px] mt-[16px] pl-[24px]"
39
39
  >
40
40
  <slot
41
41
  name="children"
42
42
  :items="item"
43
- :divider-class="divider ? 'border-b border-silver' : ''"
44
- :content-class="'pl-[24px]'"
43
+ :divider-class="
44
+ divider ? 'border-b border-silver ml-[-24px] pl-[24px]' : ''
45
+ "
45
46
  >
46
47
  <div
47
48
  v-for="(cill, i_child) in item.children"
48
49
  :key="i_child"
49
- :class="divider ? 'border-b border-silver' : ''"
50
+ :class="
51
+ divider ? 'border-b border-silver ml-[-24px] pl-[24px]' : ''
52
+ "
50
53
  >
51
- <div class="pl-[24px]">
52
- <slot name="children-item" :label="cill.label" :item="cill" />
53
- </div>
54
+ <slot name="children-item" :label="cill.label" :item="cill" />
54
55
  </div>
55
56
  </slot>
56
57
  </div>
@@ -12,7 +12,6 @@ declare var __VLS_6: {
12
12
  }, __VLS_8: {
13
13
  items: TypeItem;
14
14
  dividerClass: string;
15
- contentClass: string;
16
15
  }, __VLS_10: {
17
16
  label: string;
18
17
  item: TypeItem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.25.1",
3
+ "version": "1.26.0",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",