@likable-hair/svelte 3.2.11 → 3.2.12

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.
@@ -68,7 +68,7 @@ function handleMonthChange() {
68
68
  </script>
69
69
 
70
70
  <div
71
- class="container {clazz.container || ''}"
71
+ class="date-picker-container {clazz.container || ''}"
72
72
  >
73
73
  <div
74
74
  class="header {clazz.header || ''}"
@@ -168,7 +168,7 @@ function handleMonthChange() {
168
168
  </div>
169
169
 
170
170
  <style>
171
- .container {
171
+ .date-picker-container {
172
172
  border-radius: 5px;
173
173
  height: var(
174
174
  --date-picker-height,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@likable-hair/svelte",
3
3
  "description": "A Svelte component for likablehair and others",
4
- "version": "3.2.11",
4
+ "version": "3.2.12",
5
5
  "scripts": {
6
6
  "host": "vite --host",
7
7
  "dev": "vite dev",