v-datepicker-lite 0.0.3 → 0.0.4

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 (4) hide show
  1. package/README.md +9 -13
  2. package/index.js +1292 -725
  3. package/package.json +1 -1
  4. package/style.css +1 -1
package/README.md CHANGED
@@ -191,22 +191,18 @@ Customize the appearance using the following CSS variables defined in `style.css
191
191
 
192
192
  ```css
193
193
  :root {
194
- --date-picker-primary: #4f46e5; /* Primary color for selected items */
195
- --date-picker-primary-fg: #ffffff; /* Foreground color for selected items */
196
- --date-picker-text: #374151; /* Text color */
197
- --date-picker-border: #d1d5db; /* Border color */
198
- --date-picker-secondary: #f7f7f9; /* Secondary background color */
199
- --date-picker-disabled: #9ca3af; /* Disabled item color */
200
- --date-picker-today: #fef3c7; /* Today highlight color */
201
- --date-picker-radius: 0.375em; /* Border radius */
202
- --date-picker-hover: #f3f4f6; /* Hover background color */
194
+ --date-picker-primary: #2d66ed;
195
+ --date-picker-primary-fg: #ffffff;
196
+ --date-picker-text: inherit;
197
+ --date-picker-border: #00000020;
198
+ --date-picker-secondary: #00000010;
199
+ --date-picker-hover: #00000010;
200
+ --date-picker-disabled: #000000b4;
201
+ --date-picker-today: #00000010;
202
+ --date-picker-radius: 0.375em;
203
203
  }
204
204
  ```
205
205
 
206
206
  ## Author
207
207
 
208
208
  [safdar-azeem](https://github.com/safdar-azeem)
209
-
210
- ## License
211
-
212
- MIT