vueless 0.0.334 → 0.0.335

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.334",
3
+ "version": "0.0.335",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -213,8 +213,6 @@ export default function useAttrs(props, { isShownMenu, isTop, isRight, isPeriod
213
213
  return attrs.periodDateListAttrs.value;
214
214
  });
215
215
 
216
- console.log(attrs.customRangeDescription);
217
-
218
216
  const periodDatesMenuAttrs = computed(() => ({
219
217
  periodsRowAttrs: attrs.periodsRowAttrs.value,
220
218
  periodButtonAttrs: attrs.periodButtonAttrs.value,
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.334",
4
+ "version": "0.0.335",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",