@symbo.ls/uikit 2.11.280 → 2.11.281

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/dist/index.cjs.js CHANGED
@@ -9741,7 +9741,9 @@ var RouterLink = {
9741
9741
  on: {
9742
9742
  click: (event, el) => {
9743
9743
  const { props: props4, context: ctx } = el;
9744
- const { href, scrollToTop } = props4;
9744
+ const { href, scrollToTop, stopPropagation } = props4;
9745
+ if (stopPropagation)
9746
+ event.stopPropagation();
9745
9747
  if (!href)
9746
9748
  return;
9747
9749
  const { utils, snippets, routerOptions } = ctx;
@@ -12025,11 +12027,13 @@ var UploadIcon = {
12025
12027
  padding: "B B2"
12026
12028
  },
12027
12029
  Input: {
12028
- type: "file",
12029
- position: "absolute",
12030
- inset: "0 0 0 0",
12031
- opacity: "0",
12032
- visibility: "hidden"
12030
+ props: {
12031
+ type: "file",
12032
+ position: "absolute",
12033
+ inset: "0 0 0 0",
12034
+ opacity: "0",
12035
+ visibility: "hidden"
12036
+ }
12033
12037
  },
12034
12038
  Icon: {
12035
12039
  props: {