Skip to content

Commit 172f106

Browse files
authored
Bump vanilla-calendar-pro from 3.0.5 to 3.1.0 and move Datepicker docs to forms section (twbs#42037)
1 parent 6b79296 commit 172f106

6 files changed

Lines changed: 13 additions & 10 deletions

File tree

.bundlewatch.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
},
3535
{
3636
"path": "./dist/js/bootstrap.bundle.js",
37-
"maxSize": "67.5 kB"
37+
"maxSize": "68.25 kB"
3838
},
3939
{
4040
"path": "./dist/js/bootstrap.bundle.min.js",
41-
"maxSize": "41.0 kB"
41+
"maxSize": "41.75 kB"
4242
},
4343
{
4444
"path": "./dist/js/bootstrap.esm.js",

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"peerDependencies": {
106106
"@floating-ui/dom": "^1.7.0",
107107
"postcss-prefix-custom-properties": "^0.1.0",
108-
"vanilla-calendar-pro": "^3.0.5"
108+
"vanilla-calendar-pro": "^3.1.0"
109109
},
110110
"devDependencies": {
111111
"@astrojs/check": "^0.9.6",

scss/_datepicker.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,15 @@ $datepicker-day-disabled-color: var(--fg-4) !default;
306306

307307
// Dates grid
308308
[data-vc="dates"] {
309+
pointer-events: none;
310+
}
311+
312+
[data-vc-dates="row"] {
309313
display: grid;
310-
flex-grow: 1;
311314
grid-template-columns: repeat(7, 1fr);
312315
align-items: center;
313316
justify-items: center;
314-
pointer-events: none;
317+
width: 100%;
315318
}
316319

317320
[data-vc-date] {

site/data/sidebar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
- title: Range
7474
- title: Input group
7575
- title: Floating labels
76+
- title: Datepicker
7677
- title: OTP input
7778
- title: Password strength
7879
- title: Chip input
@@ -95,7 +96,6 @@
9596
- title: Carousel
9697
- title: Close button
9798
- title: Collapse
98-
- title: Datepicker
9999
- title: Dialog
100100
- title: Dropdown
101101
- title: List group
File renamed without changes.

0 commit comments

Comments
 (0)