@mixd-id/web-scaffold 0.1.230406015 → 0.1.230406017

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406015",
4
+ "version": "0.1.230406017",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -40,7 +40,7 @@ export default {
40
40
 
41
41
  disabled: undefined,
42
42
 
43
- modelValue: [ String, Number ],
43
+ modelValue: undefined,
44
44
 
45
45
  variant: String,
46
46
 
@@ -448,10 +448,6 @@ export default{
448
448
  width: 100%;
449
449
  }
450
450
 
451
- .table tr{
452
- vertical-align: top;
453
- }
454
-
455
451
  .table th{
456
452
  @apply relative text-left;
457
453
  }