cleek 2.6.66 → 2.6.67

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/README.md CHANGED
@@ -60,6 +60,7 @@ yarn lint
60
60
  ```
61
61
 
62
62
  **Format all files**
63
+
63
64
  ```bash
64
65
  yarn format
65
66
  ```
package/dist/cleek.es.js CHANGED
@@ -59220,6 +59220,7 @@ var components = /* @__PURE__ */ Object.freeze({
59220
59220
  CkSwitch: ckSwitch,
59221
59221
  CkSwitchOptions: ckSwitchOptions,
59222
59222
  CkTextarea: ckTextarea,
59223
+ useWindowWidth,
59223
59224
  ckNotify
59224
59225
  });
59225
59226
  library$1$1.add(_iconsCache$5);
@@ -59257,4 +59258,4 @@ const install3 = function installCleek(app, options) {
59257
59258
  app.component(componentName, component);
59258
59259
  });
59259
59260
  };
59260
- export { CkButton, ckCard as CkCard, CkCheckbox, ckChip as CkChip, ckDatetimeShower as CkDatetimeShower, _sfc_main$a as CkDiv, ckDropdown as CkDropdown, CkIcon, ckImg as CkImg, CkInput, ckInputDate as CkInputDate, _sfc_main$d as CkInputTime, CkLabel, ckNavbar as CkNavbar, _sfc_main$f as CkPagination, _sfc_main$i as CkPopup, ckRadio as CkRadio, ckSelect as CkSelect, ckSidebar as CkSidebar, ckSwitch as CkSwitch, ckSwitchOptions as CkSwitchOptions, ckTable as CkTable, CkTd, ckTextarea as CkTextarea, CkTh, CkTr, ckNotify, install3 as default };
59261
+ export { CkButton, ckCard as CkCard, CkCheckbox, ckChip as CkChip, ckDatetimeShower as CkDatetimeShower, _sfc_main$a as CkDiv, ckDropdown as CkDropdown, CkIcon, ckImg as CkImg, CkInput, ckInputDate as CkInputDate, _sfc_main$d as CkInputTime, CkLabel, ckNavbar as CkNavbar, _sfc_main$f as CkPagination, _sfc_main$i as CkPopup, ckRadio as CkRadio, ckSelect as CkSelect, ckSidebar as CkSidebar, ckSwitch as CkSwitch, ckSwitchOptions as CkSwitchOptions, ckTable as CkTable, CkTd, ckTextarea as CkTextarea, CkTh, CkTr, ckNotify, install3 as default, useWindowWidth };