vueless 0.0.614 → 0.0.615

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.614",
3
+ "version": "0.0.615",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -61,8 +61,8 @@ export default /*tw*/ {
61
61
  bodyCellContent: "text-ellipsis overflow-hidden",
62
62
  bodyCellCheckbox: "{>bodyCellBase} pr-2",
63
63
  bodyCellDateDivider: "",
64
- bodyCellNested: "mr-2 flex gap-0.5",
65
- bodyCellNestedExpandIconWrapper: "",
64
+ bodyCellNested: "mr-2 flex items-center gap-2",
65
+ bodyCellNestedExpandIconWrapper: "bg-brand-200 rounded-sm",
66
66
  bodyCellNestedExpandIcon: {
67
67
  base: "{UIcon}",
68
68
  wrapper: "rounded-sm",
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.614",
4
+ "version": "0.0.615",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",