vft 0.0.423 → 0.0.424

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.
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "name": "vft",
3
- "version": "0.0.423",
3
+ "version": "0.0.424",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "es/index.js",
@@ -1,4 +1,4 @@
1
- const o = "0.0.423";
1
+ const o = "0.0.424";
2
2
  export {
3
3
  o as version
4
4
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.0.423";exports.version=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.0.424";exports.version=e;
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "name": "vft",
3
- "version": "0.0.423",
3
+ "version": "0.0.424",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "es/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vft",
3
- "version": "0.0.423",
3
+ "version": "0.0.424",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "es/index.js",
@@ -55,12 +55,12 @@
55
55
  "resize-detector": "0.3.0",
56
56
  "sortablejs": "1.15.0",
57
57
  "photoswipe": "5.4.4",
58
+ "@vft/router": "0.0.67",
58
59
  "@vft/constants": "0.0.72",
59
60
  "@vft/utils": "0.0.143",
60
- "@vft/router": "0.0.67",
61
- "@vft/store": "0.0.54",
62
61
  "@vft/directives": "0.0.36",
63
- "@vft/use": "0.0.86"
62
+ "@vft/use": "0.0.86",
63
+ "@vft/store": "0.0.54"
64
64
  },
65
65
  "vetur": {
66
66
  "tags": "tags.json",
@@ -323,7 +323,7 @@ $E: null;
323
323
  $is-scroll-selector: '.is-scroll'
324
324
  ) {
325
325
  transition:
326
- #{--$name} $duration linear,
326
+ #{$name} $duration linear,
327
327
  scrollbar-color $duration linear;
328
328
 
329
329
  $selector: '&::-webkit-scrollbar';
@@ -341,7 +341,7 @@ $E: null;
341
341
 
342
342
  #{$hover-selector} {
343
343
  &:hover {
344
- #{--$name}: #{$color};
344
+ #{$name}: #{$color};
345
345
 
346
346
  @-moz-document url-prefix() {
347
347
  scrollbar-color: $color transparent;
@@ -355,7 +355,7 @@ $E: null;
355
355
 
356
356
  &-thumb {
357
357
  border-radius: 6px;
358
- background: var(--#{$name}) !important;
358
+ background: var(#{$name}) !important;
359
359
  }
360
360
  }
361
361
  }