vueless 0.0.539 → 0.0.540

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/constants.js CHANGED
@@ -124,6 +124,7 @@ export const COMPONENTS = {
124
124
  UCol: "ui.container-col",
125
125
  URow: "ui.container-row",
126
126
  UGroup: "ui.container-group",
127
+ UGroups: "ui.container-groups",
127
128
  UAccordion: "ui.container-accordion",
128
129
  UCard: "ui.container-card",
129
130
  UModal: "ui.container-modal",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.539",
3
+ "version": "0.0.540",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.539",
4
+ "version": "0.0.540",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",