vueless 0.0.388 → 0.0.390

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.388",
3
+ "version": "0.0.390",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -17,14 +17,15 @@
17
17
  <slot
18
18
  v-else
19
19
  name="placeholder"
20
- :icon-name="placeholderIcon || config.defaults.placeholderIcon"
20
+ :icon-name="placeholderIcon"
21
21
  :icon-color="componentColor"
22
22
  :icon-size="size"
23
23
  >
24
24
  <UIcon
25
- :name="placeholderIcon || config.defaults.placeholderIcon"
26
- :color="componentColor"
25
+ internal
27
26
  :size="size"
27
+ :color="componentColor"
28
+ :name="placeholderIcon"
28
29
  v-bind="placeholderIconAttrs"
29
30
  />
30
31
  </slot>
@@ -112,7 +112,7 @@ function setDarkMode(config) {
112
112
  return isDarkMode;
113
113
  }
114
114
 
115
- function convertHexInRgb(hex) {
115
+ export function convertHexInRgb(hex) {
116
116
  const color = hex.replace(/#/g, "");
117
117
 
118
118
  let r, g, b;
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.388",
4
+ "version": "0.0.390",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",