@soybeanjs/ui 0.15.3 → 0.15.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.
Files changed (35) hide show
  1. package/dist/components/autocomplete/autocomplete.vue.d.ts +2 -2
  2. package/dist/components/bottom-sheet/bottom-sheet.js +1 -0
  3. package/dist/components/bottom-sheet/bottom-sheet.vue.d.ts +15 -0
  4. package/dist/components/bottom-sheet/index.d.ts +2 -0
  5. package/dist/components/bottom-sheet/index.js +1 -0
  6. package/dist/components/bottom-sheet/types.d.ts +16 -0
  7. package/dist/components/bottom-sheet/variants.js +1 -0
  8. package/dist/components/color-picker/color-picker.vue.d.ts +5 -5
  9. package/dist/components/combobox/combobox.vue.d.ts +2 -2
  10. package/dist/components/config-provider/config-provider.js +1 -1
  11. package/dist/components/config-provider/config-provider.vue.d.ts +2 -2
  12. package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +3 -3
  13. package/dist/components/context-menu/context-menu-radio.vue.d.ts +3 -3
  14. package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +2 -2
  15. package/dist/components/context-menu/context-menu.vue.d.ts +2 -2
  16. package/dist/components/dialog/dialog.vue.d.ts +5 -5
  17. package/dist/components/drawer/drawer.vue.d.ts +5 -5
  18. package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +3 -3
  19. package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +3 -3
  20. package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +2 -2
  21. package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +2 -2
  22. package/dist/components/layout/layout-classic.js +1 -1
  23. package/dist/components/menubar/menubar.vue.d.ts +3 -3
  24. package/dist/components/navigation-menu/navigation-menu.vue.d.ts +2 -2
  25. package/dist/components/page-tabs/page-tabs.vue.d.ts +1 -1
  26. package/dist/components/popconfirm/popconfirm.vue.d.ts +4 -4
  27. package/dist/components/select/select.vue.d.ts +2 -2
  28. package/dist/components/splitter/splitter-resize-handle.vue.d.ts +1 -1
  29. package/dist/components/toast/toast-provider.js +1 -1
  30. package/dist/constants/components.d.ts +1 -0
  31. package/dist/constants/components.js +1 -1
  32. package/dist/index.d.ts +103 -101
  33. package/dist/index.js +1 -1
  34. package/dist/styles.css +9 -0
  35. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -276,6 +276,7 @@
276
276
  .data-\[orientation\=horizontal\]\:my-1[data-orientation=horizontal],
277
277
  .my-1{margin-top:0.25rem;margin-bottom:0.25rem;}
278
278
  .data-\[orientation\=vertical\]\:mx-1[data-orientation=vertical]{margin-left:0.25rem;margin-right:0.25rem;}
279
+ .mx-auto{margin-left:auto;margin-right:auto;}
279
280
  .my-0{margin-top:0;margin-bottom:0;}
280
281
  .my-0\.375{margin-top:0.09375rem;margin-bottom:0.09375rem;}
281
282
  .my-0\.4375{margin-top:0.109375rem;margin-bottom:0.109375rem;}
@@ -333,6 +334,9 @@
333
334
  .ms-4{margin-inline-start:1rem;}
334
335
  .ms-auto{margin-inline-start:auto;}
335
336
  .mt-0\.25{margin-top:0.0625rem;}
337
+ .mt-0\.625{margin-top:0.15625rem;}
338
+ .mt-0\.75{margin-top:0.1875rem;}
339
+ .mt-1{margin-top:0.25rem;}
336
340
  .mt-1\.25{margin-top:0.3125rem;}
337
341
  .mt-1\.5{margin-top:0.375rem;}
338
342
  .mt-1\.75{margin-top:0.4375rem;}
@@ -559,10 +563,13 @@
559
563
  .w-18{width:4.5rem;}
560
564
  .w-1em{width:1em;}
561
565
  .w-20{width:5rem;}
566
+ .w-22{width:5.5rem;}
562
567
  .w-24{width:6rem;}
563
568
  .w-25{width:6.25rem;}
564
569
  .w-3\/4{width:75%;}
570
+ .w-30{width:7.5rem;}
565
571
  .w-32{width:8rem;}
572
+ .w-35{width:8.75rem;}
566
573
  .w-40{width:10rem;}
567
574
  .w-45{width:11.25rem;}
568
575
  .w-48{width:12rem;}
@@ -669,6 +676,8 @@
669
676
  .data-\[disabled\]\:cursor-not-allowed[data-disabled],
670
677
  .peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed;}
671
678
  .disabled\:cursor-not-allowed:disabled{cursor:not-allowed;}
679
+ .cursor-grab{cursor:grab;}
680
+ .active\:cursor-grabbing:active{cursor:grabbing;}
672
681
  .cursor-col-resize{cursor:col-resize;}
673
682
  .data-\[orientation\=vertical\]\:cursor-row-resize[data-orientation=vertical]{cursor:row-resize;}
674
683
  .cursor-e-resize,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soybeanjs/ui",
3
- "version": "0.15.3",
3
+ "version": "0.15.5",
4
4
  "description": "SoybeanUI is built on top of SoybeanHeadless, providing a collection of styled components for Vue 3.",
5
5
  "homepage": "https://github.com/soybeanjs/soybean-ui",
6
6
  "bugs": {
@@ -57,7 +57,7 @@
57
57
  "tailwind-variants": "^3.2.2",
58
58
  "valibot": "^1.3.1",
59
59
  "zod": "^4.3.6",
60
- "@soybeanjs/headless": "^0.15.3"
60
+ "@soybeanjs/headless": "^0.15.5"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@soybeanjs/cli": "^1.7.2",