]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump vanilla-calendar-pro from 3.0.5 to 3.1.0 and move Datepicker docs to forms secti... v6-dev
authorChristian Oliff <christian_oliff@trimble.com>
Tue, 27 Jan 2026 06:45:30 +0000 (15:45 +0900)
committerGitHub <noreply@github.com>
Tue, 27 Jan 2026 06:45:30 +0000 (07:45 +0100)
.bundlewatch.config.json
package-lock.json
package.json
scss/_datepicker.scss
site/data/sidebar.yml
site/src/content/docs/forms/datepicker.mdx [moved from site/src/content/docs/components/datepicker.mdx with 100% similarity]

index 4ee0c4022e86b0dd61344ca05d2e7b9e5b1e1cb6..312cceb0fd6d6b0969cedfec9ecb638675437cdc 100644 (file)
     },
     {
       "path": "./dist/js/bootstrap.bundle.js",
-      "maxSize": "67.5 kB"
+      "maxSize": "68.25 kB"
     },
     {
       "path": "./dist/js/bootstrap.bundle.min.js",
-      "maxSize": "41.0 kB"
+      "maxSize": "41.75 kB"
     },
     {
       "path": "./dist/js/bootstrap.esm.js",
index 9051eae0953e29daabe0f67a6fa7af387c44718d..6c7aa94bfeb3c8d0ea47554e44ede28aba9772d5 100644 (file)
@@ -98,7 +98,7 @@
       "peerDependencies": {
         "@floating-ui/dom": "^1.7.0",
         "postcss-prefix-custom-properties": "^0.1.0",
-        "vanilla-calendar-pro": "^3.0.5"
+        "vanilla-calendar-pro": "^3.1.0"
       }
     },
     "node_modules/@algolia/abtesting": {
       }
     },
     "node_modules/vanilla-calendar-pro": {
-      "version": "3.0.5",
-      "resolved": "https://registry.npmjs.org/vanilla-calendar-pro/-/vanilla-calendar-pro-3.0.5.tgz",
-      "integrity": "sha512-4X9bmTo1/KzbZrB7B6mZXtvVXIhcKxaVSnFZuaVtps7tshKJDxgaIElkgdia6IjB5qWetWuu7kZ+ZaV1sPxy6w==",
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/vanilla-calendar-pro/-/vanilla-calendar-pro-3.1.0.tgz",
+      "integrity": "sha512-yXDtCaedcKz6i5OOdWGwui0C8MAmjXjj7JzKZyjDlkczSRqnhI8BDGFygqT2K+qL1uY7R2fLYlTlxA6oyFs2yg==",
       "license": "MIT",
       "peer": true,
       "funding": {
index 2661d7d8e534d2e9ba160b5e1970063dd4613e08..53b2a837bc7935afe5704be8ae6c7c7819a077d2 100644 (file)
   "peerDependencies": {
     "@floating-ui/dom": "^1.7.0",
     "postcss-prefix-custom-properties": "^0.1.0",
-    "vanilla-calendar-pro": "^3.0.5"
+    "vanilla-calendar-pro": "^3.1.0"
   },
   "devDependencies": {
     "@astrojs/check": "^0.9.6",
index 218c08aa5c3c46359f705ec3ddef0822d61f02be..58fcdbfa21cc16bfdee94043fc46d2feda9de5b1 100644 (file)
@@ -306,12 +306,15 @@ $datepicker-day-disabled-color:     var(--fg-4) !default;
 
   // Dates grid
   [data-vc="dates"] {
+    pointer-events: none;
+  }
+
+  [data-vc-dates="row"] {
     display: grid;
-    flex-grow: 1;
     grid-template-columns: repeat(7, 1fr);
     align-items: center;
     justify-items: center;
-    pointer-events: none;
+    width: 100%;
   }
 
   [data-vc-date] {
index 7f8c66bcabeea7d06d91d1e43d9aa1cbaad19950..1adbb4c977ede454e6a613848d70b2e0e292bf3d 100644 (file)
@@ -73,6 +73,7 @@
     - title: Range
     - title: Input group
     - title: Floating labels
+    - title: Datepicker
     - title: OTP input
     - title: Password strength
     - title: Chip input
@@ -95,7 +96,6 @@
     - title: Carousel
     - title: Close button
     - title: Collapse
-    - title: Datepicker
     - title: Dialog
     - title: Dropdown
     - title: List group