@tak-ps/vue-tabler 4.29.1 → 4.29.2

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/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v4.29.2
14
+
15
+ - :bug: Upstream styling of label dropdowns
16
+
13
17
  ### v4.29.1
14
18
 
15
19
  - :bug: Fix tests
@@ -13,17 +13,16 @@
13
13
  />
14
14
  </template>
15
15
  <template #dropdown>
16
- <div class='card'>
17
- <div class='card-header'>
18
- <div
19
- class='card-title'
20
- v-text='props.label'
21
- />
16
+ <div
17
+ class='py-1'
18
+ style='min-width: 300px;'
19
+ >
20
+ <div class='px-3 pt-2 pb-1 fw-bold'>
21
+ {{props.label}}
22
22
  </div>
23
- <div
24
- class='card-body'
25
- v-text='props.description'
26
- />
23
+ </div>
24
+ <div class='px-3 pb-2'>
25
+ {{props.description}}
27
26
  </div>
28
27
  </template>
29
28
  </dropdown>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/vue-tabler",
3
3
  "type": "module",
4
- "version": "4.29.1",
4
+ "version": "4.29.2",
5
5
  "lib": "lib.ts",
6
6
  "main": "lib.ts",
7
7
  "module": "lib.ts",