vueless 0.0.582 → 0.0.583

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,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.582",
3
+ "version": "0.0.583",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -1,6 +1,6 @@
1
1
  export default /*tw*/ {
2
2
  wrapper: `
3
- my-2 p-1 flex w-full absolute z-50 shadow
3
+ my-2 p-1 flex w-auto absolute z-50 shadow
4
4
  rounded-dynamic border border-gray-300 bg-white
5
5
  overflow-auto [-webkit-overflow-scrolling:touch]
6
6
  focus:outline-none
@@ -127,7 +127,7 @@ export default /*tw*/ {
127
127
  },
128
128
  },
129
129
  },
130
- dropdownList: "{UDropdownList} group-[]/top:bottom-full group-[]/top:top-auto top-full",
130
+ dropdownList: "{UDropdownList} group-[]/top:bottom-full group-[]/top:top-auto top-full w-full",
131
131
  i18n: {
132
132
  listIsEmpty: "List is empty.",
133
133
  noDataToShow: "No data to show.",
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.582",
4
+ "version": "0.0.583",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",