@anker-in/ui 0.1.16 → 0.1.17

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.mjs CHANGED
@@ -2725,7 +2725,7 @@ var DateTimePicker = ({
2725
2725
  };
2726
2726
  var DateTimePicker_default = DateTimePicker;
2727
2727
 
2728
- // node_modules/swiper/shared/ssr-window.esm.mjs
2728
+ // ../../node_modules/swiper/shared/ssr-window.esm.mjs
2729
2729
  function isObject(obj) {
2730
2730
  return obj !== null && typeof obj === "object" && "constructor" in obj && obj.constructor === Object;
2731
2731
  }
@@ -2869,7 +2869,7 @@ function getWindow() {
2869
2869
  return win;
2870
2870
  }
2871
2871
 
2872
- // node_modules/swiper/shared/utils.mjs
2872
+ // ../../node_modules/swiper/shared/utils.mjs
2873
2873
  function classesToTokens(classes2 = "") {
2874
2874
  return classes2.trim().split(" ").filter((c) => !!c.trim());
2875
2875
  }
@@ -3140,7 +3140,7 @@ function setInnerHTML(el, html = "") {
3140
3140
  }
3141
3141
  }
3142
3142
 
3143
- // node_modules/swiper/shared/swiper-core.mjs
3143
+ // ../../node_modules/swiper/shared/swiper-core.mjs
3144
3144
  var support;
3145
3145
  function calcSupport() {
3146
3146
  const window2 = getWindow();
@@ -6774,7 +6774,7 @@ Object.keys(prototypes).forEach((prototypeGroup) => {
6774
6774
  });
6775
6775
  Swiper.use([Resize, Observer]);
6776
6776
 
6777
- // node_modules/swiper/shared/update-swiper.mjs
6777
+ // ../../node_modules/swiper/shared/update-swiper.mjs
6778
6778
  var paramsList = [
6779
6779
  "eventsPrefix",
6780
6780
  "injectStyles",
@@ -7103,7 +7103,7 @@ function updateSwiper({
7103
7103
  swiper.update();
7104
7104
  }
7105
7105
 
7106
- // node_modules/swiper/shared/update-on-virtual-data.mjs
7106
+ // ../../node_modules/swiper/shared/update-on-virtual-data.mjs
7107
7107
  function getParams(obj = {}, splitEvents = true) {
7108
7108
  const params = {
7109
7109
  on: {}
@@ -7221,7 +7221,7 @@ var updateOnVirtualData = (swiper) => {
7221
7221
  }
7222
7222
  };
7223
7223
 
7224
- // node_modules/swiper/swiper-react.mjs
7224
+ // ../../node_modules/swiper/swiper-react.mjs
7225
7225
  function _extends() {
7226
7226
  _extends = Object.assign ? Object.assign.bind() : function(target) {
7227
7227
  for (var i = 1; i < arguments.length; i++) {
@@ -7567,7 +7567,7 @@ var SwiperSlide = /* @__PURE__ */ forwardRef(({
7567
7567
  });
7568
7568
  SwiperSlide.displayName = "SwiperSlide";
7569
7569
 
7570
- // node_modules/swiper/shared/create-element-if-not-defined.mjs
7570
+ // ../../node_modules/swiper/shared/create-element-if-not-defined.mjs
7571
7571
  function createElementIfNotDefined(swiper, originalParams, params, checkProps) {
7572
7572
  if (swiper.params.createElements) {
7573
7573
  Object.keys(checkProps).forEach((key) => {
@@ -7586,7 +7586,7 @@ function createElementIfNotDefined(swiper, originalParams, params, checkProps) {
7586
7586
  return params;
7587
7587
  }
7588
7588
 
7589
- // node_modules/swiper/modules/navigation.mjs
7589
+ // ../../node_modules/swiper/modules/navigation.mjs
7590
7590
  var arrowSvg = `<svg class="swiper-navigation-icon" width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.38296 20.0762C0.111788 19.805 0.111788 19.3654 0.38296 19.0942L9.19758 10.2796L0.38296 1.46497C0.111788 1.19379 0.111788 0.754138 0.38296 0.482966C0.654131 0.211794 1.09379 0.211794 1.36496 0.482966L10.4341 9.55214C10.8359 9.9539 10.8359 10.6053 10.4341 11.007L1.36496 20.0762C1.09379 20.3474 0.654131 20.3474 0.38296 20.0762Z" fill="currentColor"/></svg>`;
7591
7591
  function Navigation({
7592
7592
  swiper,
@@ -7788,12 +7788,12 @@ function Navigation({
7788
7788
  });
7789
7789
  }
7790
7790
 
7791
- // node_modules/swiper/shared/classes-to-selector.mjs
7791
+ // ../../node_modules/swiper/shared/classes-to-selector.mjs
7792
7792
  function classesToSelector(classes2 = "") {
7793
7793
  return `.${classes2.trim().replace(/([\.:!+\/()[\]])/g, "\\$1").replace(/ /g, ".")}`;
7794
7794
  }
7795
7795
 
7796
- // node_modules/swiper/modules/pagination.mjs
7796
+ // ../../node_modules/swiper/modules/pagination.mjs
7797
7797
  function Pagination({
7798
7798
  swiper,
7799
7799
  extendParams,
@@ -8241,7 +8241,7 @@ function Pagination({
8241
8241
  });
8242
8242
  }
8243
8243
 
8244
- // node_modules/swiper/modules/autoplay.mjs
8244
+ // ../../node_modules/swiper/modules/autoplay.mjs
8245
8245
  function Autoplay({
8246
8246
  swiper,
8247
8247
  extendParams,