vueless 0.0.388 → 0.0.389

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.389",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -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.389",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",