vueless 0.0.313 → 0.0.314

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.313",
3
+ "version": "0.0.314",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -1,5 +1,5 @@
1
1
  export default /*tw*/ {
2
- label: {
2
+ toggleLabel: {
3
3
  component: "{ULabel}",
4
4
  base: "flex flex-wrap",
5
5
  variants: {
@@ -30,6 +30,9 @@ export default /*tw*/ {
30
30
  focus-within:ring-dynamic focus-within:ring-offset-dynamic focus-within:ring-brand-700/15
31
31
  `,
32
32
  },
33
+ block: {
34
+ true: "w-full flex-nowrap",
35
+ },
33
36
  },
34
37
  compoundVariants: [
35
38
  { separated: false, variant: "thirdary", class: "space-x-px" },
@@ -6,7 +6,7 @@
6
6
  :align="labelAlign"
7
7
  :disabled="disabled"
8
8
  centred
9
- v-bind="labelAttrs"
9
+ v-bind="toggleLabelAttrs"
10
10
  :data-test="dataTest"
11
11
  >
12
12
  <div v-bind="itemsAttrs">
@@ -183,7 +183,7 @@ const emit = defineEmits([
183
183
  "update:modelValue",
184
184
  ]);
185
185
 
186
- const { labelAttrs, itemsAttrs, itemAttrs } = useAttrs(props);
186
+ const { toggleLabelAttrs, itemsAttrs, itemAttrs } = useAttrs(props);
187
187
 
188
188
  const selectedValue = computed({
189
189
  get: () => props.modelValue,
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.313",
4
+ "version": "0.0.314",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",