smoothly 0.1.87 → 0.1.91

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 (85) hide show
  1. package/dist/cjs/GoogleFont-6c4f0da1.js +21 -0
  2. package/dist/cjs/{index-de5d1ee1.js → index-40d009d5.js} +2 -0
  3. package/dist/cjs/{index-328edd81.js → index-bc3845e8.js} +253 -182
  4. package/dist/cjs/index.cjs.js +8 -1
  5. package/dist/cjs/loader.cjs.js +1 -1
  6. package/dist/cjs/smoothly-accordion_47.cjs.entry.js +296 -201
  7. package/dist/cjs/smoothly-calendar.cjs.entry.js +38 -10
  8. package/dist/cjs/smoothly-dialog.cjs.entry.js +2 -1
  9. package/dist/cjs/smoothly-display-demo.cjs.entry.js +2 -1
  10. package/dist/cjs/smoothly-display.cjs.entry.js +1 -1
  11. package/dist/cjs/smoothly-frame.cjs.entry.js +2 -1
  12. package/dist/cjs/smoothly-google-font.cjs.entry.js +17 -0
  13. package/dist/cjs/smoothly-input-date-range.cjs.entry.js +8 -9
  14. package/dist/cjs/smoothly-input-date.cjs.entry.js +4 -0
  15. package/dist/cjs/smoothly-input.cjs.entry.js +4 -4
  16. package/dist/cjs/smoothly-select-demo.cjs.entry.js +1 -0
  17. package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +2 -1
  18. package/dist/cjs/smoothly-trigger-source.cjs.entry.js +2 -1
  19. package/dist/cjs/smoothly.cjs.js +1 -1
  20. package/dist/collection/collection-manifest.json +1 -0
  21. package/dist/collection/components/calendar/index.js +80 -11
  22. package/dist/collection/components/google-font/index.js +33 -0
  23. package/dist/collection/components/input/index.js +3 -3
  24. package/dist/collection/components/input/style.css +1 -0
  25. package/dist/collection/components/input-date/index.js +12 -1
  26. package/dist/collection/components/input-date-range/index.js +14 -15
  27. package/dist/collection/components/select-demo/index.js +1 -0
  28. package/dist/collection/index.js +1 -1
  29. package/dist/collection/model/GoogleFont.js +19 -0
  30. package/dist/collection/model/index.js +1 -0
  31. package/dist/custom-elements/index.d.ts +6 -0
  32. package/dist/custom-elements/index.js +349 -214
  33. package/dist/esm/GoogleFont-8474516b.js +21 -0
  34. package/dist/esm/{index-1be6d668.js → index-37a67c97.js} +253 -182
  35. package/dist/{smoothly/index-68492ed9.js → esm/index-c8b5d468.js} +2 -0
  36. package/dist/esm/index.js +2 -1
  37. package/dist/esm/loader.js +1 -1
  38. package/dist/esm/smoothly-accordion_47.entry.js +296 -201
  39. package/dist/esm/smoothly-calendar.entry.js +38 -10
  40. package/dist/esm/smoothly-dialog.entry.js +2 -1
  41. package/dist/esm/smoothly-display-demo.entry.js +2 -1
  42. package/dist/esm/smoothly-display.entry.js +1 -1
  43. package/dist/esm/smoothly-frame.entry.js +2 -1
  44. package/dist/esm/smoothly-google-font.entry.js +13 -0
  45. package/dist/esm/smoothly-input-date-range.entry.js +8 -9
  46. package/dist/esm/smoothly-input-date.entry.js +4 -0
  47. package/dist/esm/smoothly-input.entry.js +4 -4
  48. package/dist/esm/smoothly-select-demo.entry.js +1 -0
  49. package/dist/esm/smoothly-trigger-sink.entry.js +2 -1
  50. package/dist/esm/smoothly-trigger-source.entry.js +2 -1
  51. package/dist/esm/smoothly.js +1 -1
  52. package/dist/smoothly/GoogleFont-8474516b.js +21 -0
  53. package/dist/smoothly/{index-1be6d668.js → index-37a67c97.js} +253 -182
  54. package/dist/{esm/index-68492ed9.js → smoothly/index-c8b5d468.js} +2 -0
  55. package/dist/smoothly/index.esm.js +2 -1
  56. package/dist/smoothly/p-14232157.entry.js +1 -0
  57. package/dist/smoothly/p-22d4d5a7.entry.js +1 -0
  58. package/dist/smoothly/p-9947e4bf.entry.js +1 -0
  59. package/dist/smoothly/p-b8a3e273.entry.js +1 -0
  60. package/dist/smoothly/p-bd478a53.js +1 -0
  61. package/dist/smoothly/smoothly-calendar.entry.js +38 -10
  62. package/dist/smoothly/smoothly-dialog.entry.js +2 -1
  63. package/dist/smoothly/smoothly-display-demo.entry.js +2 -1
  64. package/dist/smoothly/smoothly-display.entry.js +1 -1
  65. package/dist/smoothly/smoothly-frame.entry.js +2 -1
  66. package/dist/smoothly/smoothly-google-font.entry.js +13 -0
  67. package/dist/smoothly/smoothly-input-date-range.entry.js +8 -9
  68. package/dist/smoothly/smoothly-input-date.entry.js +4 -0
  69. package/dist/smoothly/smoothly-input.entry.js +4 -4
  70. package/dist/smoothly/smoothly-select-demo.entry.js +1 -0
  71. package/dist/smoothly/smoothly-trigger-sink.entry.js +2 -1
  72. package/dist/smoothly/smoothly-trigger-source.entry.js +2 -1
  73. package/dist/smoothly/smoothly.esm.js +1 -1
  74. package/dist/types/components/calendar/index.d.ts +6 -1
  75. package/dist/types/components/google-font/index.d.ts +5 -0
  76. package/dist/types/components/input-date/index.d.ts +1 -0
  77. package/dist/types/components/input-date-range/index.d.ts +2 -2
  78. package/dist/types/components.d.ts +19 -1
  79. package/dist/types/index.d.ts +1 -1
  80. package/dist/types/model/GoogleFont.d.ts +6 -0
  81. package/dist/types/model/index.d.ts +1 -0
  82. package/package.json +2 -2
  83. package/dist/smoothly/p-09d633f8.entry.js +0 -1
  84. package/dist/smoothly/p-1a81597b.entry.js +0 -1
  85. package/dist/smoothly/p-7b43df84.entry.js +0 -1
@@ -80,6 +80,12 @@ export const SmoothlyFrame: {
80
80
  new (): SmoothlyFrame;
81
81
  };
82
82
 
83
+ interface SmoothlyGoogleFont extends Components.SmoothlyGoogleFont, HTMLElement {}
84
+ export const SmoothlyGoogleFont: {
85
+ prototype: SmoothlyGoogleFont;
86
+ new (): SmoothlyGoogleFont;
87
+ };
88
+
83
89
  interface SmoothlyIcon extends Components.SmoothlyIcon, HTMLElement {}
84
90
  export const SmoothlyIcon: {
85
91
  prototype: SmoothlyIcon;