vueless 0.0.329 → 0.0.331

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.
@@ -29,7 +29,7 @@ import {
29
29
  */
30
30
  export default function useUI(defaultConfig = {}, propsConfigGetter = null, topLevelClassKey) {
31
31
  const { type, props } = getCurrentInstance();
32
- const componentName = type.name;
32
+ const componentName = type.__name;
33
33
  const globalConfig = vuelessConfig?.component ? vuelessConfig?.component[componentName] : {};
34
34
 
35
35
  const isStrategyValid =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.329",
3
+ "version": "0.0.331",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -37,7 +37,7 @@
37
37
  "@release-it/bumper": "^6.0.1",
38
38
  "@vitejs/plugin-vue": "^5.0.5",
39
39
  "@vue/eslint-config-prettier": "^9.0.0",
40
- "@vueless/plugin-vite": "^0.0.58",
40
+ "@vueless/plugin-vite": "^0.0.59",
41
41
  "@vueless/storybook": "^0.0.34",
42
42
  "@vueless/web-types": "^0.0.15",
43
43
  "autoprefixer": "^10.4.19",
@@ -35,7 +35,7 @@
35
35
  </template>
36
36
 
37
37
  <script setup>
38
- import colors from "tailwindcss/colors";
38
+ import colors from "tailwindcss/colors.js";
39
39
  import { computed } from "vue";
40
40
 
41
41
  import { GRAY_COLORS } from "../constants.js";
@@ -1,6 +1,6 @@
1
1
  export default /*tw*/ {
2
2
  header: {
3
- base: "text-{color}-600 font-medium",
3
+ base: "text-{color}-600 font-bold",
4
4
  variants: {
5
5
  size: {
6
6
  xs: "text-lg",
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.329",
4
+ "version": "0.0.331",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",