smoothly 0.1.86 → 0.1.87

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.
Files changed (46) hide show
  1. package/dist/cjs/{generate-a6821b82.js → generate-f9a36f25.js} +1 -1
  2. package/dist/cjs/index-328edd81.js +1599 -0
  3. package/dist/cjs/{index-fc82954f.js → index-ac32385c.js} +230 -184
  4. package/dist/cjs/smoothly-accordion_47.cjs.entry.js +1025 -19098
  5. package/dist/cjs/smoothly-calendar.cjs.entry.js +2 -2
  6. package/dist/cjs/smoothly-display-amount.cjs.entry.js +1 -1
  7. package/dist/cjs/smoothly-display.cjs.entry.js +2 -1
  8. package/dist/cjs/smoothly-input-date-range.cjs.entry.js +1 -1
  9. package/dist/cjs/smoothly-input-date.cjs.entry.js +1 -1
  10. package/dist/cjs/smoothly-input-month.cjs.entry.js +2 -2
  11. package/dist/cjs/smoothly-input.cjs.entry.js +17 -10
  12. package/dist/cjs/smoothly-select-demo.cjs.entry.js +2 -2
  13. package/dist/collection/components/display/index.js +1 -1
  14. package/dist/collection/components/input/index.js +17 -10
  15. package/dist/collection/components/select-demo/index.js +2 -2
  16. package/dist/custom-elements/index.js +1174 -19455
  17. package/dist/{smoothly/generate-776b3b0f.js → esm/generate-50b98474.js} +1 -1
  18. package/dist/esm/index-1be6d668.js +1597 -0
  19. package/dist/{smoothly/index-a28d88cf.js → esm/index-a5a08f46.js} +230 -184
  20. package/dist/esm/smoothly-accordion_47.entry.js +1025 -19098
  21. package/dist/esm/smoothly-calendar.entry.js +2 -2
  22. package/dist/esm/smoothly-display-amount.entry.js +1 -1
  23. package/dist/esm/smoothly-display.entry.js +2 -1
  24. package/dist/esm/smoothly-input-date-range.entry.js +1 -1
  25. package/dist/esm/smoothly-input-date.entry.js +1 -1
  26. package/dist/esm/smoothly-input-month.entry.js +2 -2
  27. package/dist/esm/smoothly-input.entry.js +17 -10
  28. package/dist/esm/smoothly-select-demo.entry.js +2 -2
  29. package/dist/{esm/generate-776b3b0f.js → smoothly/generate-50b98474.js} +1 -1
  30. package/dist/smoothly/index-1be6d668.js +1597 -0
  31. package/dist/{esm/index-a28d88cf.js → smoothly/index-a5a08f46.js} +230 -184
  32. package/dist/smoothly/p-7b43df84.entry.js +1 -0
  33. package/dist/smoothly/smoothly-calendar.entry.js +2 -2
  34. package/dist/smoothly/smoothly-display-amount.entry.js +1 -1
  35. package/dist/smoothly/smoothly-display.entry.js +2 -1
  36. package/dist/smoothly/smoothly-input-date-range.entry.js +1 -1
  37. package/dist/smoothly/smoothly-input-date.entry.js +1 -1
  38. package/dist/smoothly/smoothly-input-month.entry.js +2 -2
  39. package/dist/smoothly/smoothly-input.entry.js +17 -10
  40. package/dist/smoothly/smoothly-select-demo.entry.js +2 -2
  41. package/dist/types/components/input/index.d.ts +1 -0
  42. package/package.json +3 -3
  43. package/dist/cjs/index-42db74b3.js +0 -19931
  44. package/dist/esm/index-36a04e8c.js +0 -19929
  45. package/dist/smoothly/index-36a04e8c.js +0 -19929
  46. package/dist/smoothly/p-375a8d94.entry.js +0 -1
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./index-fc82954f.js');
3
+ const index = require('./index-ac32385c.js');
4
4
 
5
5
  function month(date) {
6
6
  const d = new Date(date);