j1-template 2024.3.25 → 2024.3.26

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b6fc99483ce0af18f6099fec3e0edaaaf0d7d794db57a45a1afcf43a0e1194a
4
- data.tar.gz: 9e5b8d64a7e07c78561f025dc51590b6cd02cba2194405c1164ed998e213539a
3
+ metadata.gz: 863665110de39165f05b3ff8fce421714c74786530d82a9844cef6efe7d1ef76
4
+ data.tar.gz: d2bd8b2196b7085eeb66009889cdec408b037a311c396dc61ebcdc26133df7ee
5
5
  SHA512:
6
- metadata.gz: f54fd6ea80e33d36c21e56467ab834464e7badd8320031be85f807a28fa0be84a6e0b18616d78e85d26b1263ffbbe6ace7df031a997e6aa4c83dfc48f3884a33
7
- data.tar.gz: 85a8ee2eaba66f7cc9fb165ca2ab2a8c6496fd372025e4ede466eabb18ce9de73618cbafdb22b0eeb63584611b666a85f10271e7a88901429e064b4818cf0c02
6
+ metadata.gz: '0706961249004127034ecde0c1630dbae53a4c8d6f97f86dd6be4d59c49ccee961bcbf5cc6717fb0d7210068a816fd77b936c2eb2d191bbf5b2bcd0dca849d69'
7
+ data.tar.gz: ddb463db603fb7d9edb3ce2e5495631deb24dcbc921055b9967ea257a0b6dea746809120968396a9742e9d452dbc13a81d3282f09813d76a0e2e346f32103988
@@ -0,0 +1 @@
1
+ Empty file.
@@ -17,7 +17,7 @@
17
17
  # -----------------------------------------------------------------------------
18
18
  */
19
19
  /*!
20
- * Bootstrap v5.3.6 (https://getbootstrap.com/)
20
+ * Bootstrap v5.3.7 (https://getbootstrap.com/)
21
21
  * Copyright 2011-2025 The Bootstrap Authors
22
22
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
23
23
  */
@@ -63,7 +63,7 @@
63
63
  # ----------------------------------------------------------------------------
64
64
  */
65
65
  /*!
66
- * Bootstrap v5.3.6 (https://getbootstrap.com/)
66
+ * Bootstrap v5.3.7 (https://getbootstrap.com/)
67
67
  * Copyright 2011-2025 The Bootstrap Authors
68
68
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
69
69
  */
@@ -65,7 +65,7 @@ $caret-width: .3em !default;
65
65
  $caret-width-lg: $caret-width !default;
66
66
  */
67
67
  /*!
68
- * Bootstrap v5.3.6 (https://getbootstrap.com/)
68
+ * Bootstrap v5.3.7 (https://getbootstrap.com/)
69
69
  * Copyright 2011-2025 The Bootstrap Authors
70
70
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
71
71
  */
@@ -2453,7 +2453,7 @@ progress {
2453
2453
  background-color: rgba(0, 0, 0, 0);
2454
2454
  border-color: rgb(144, 202.5, 249);
2455
2455
  outline: 0;
2456
- box-shadow: none, 0 0 0 0.25rem rgba(33, 150, 243, 0.25);
2456
+ box-shadow: none;
2457
2457
  }
2458
2458
  .form-control::-webkit-date-and-time-value {
2459
2459
  min-width: 85px;
@@ -3066,7 +3066,7 @@ textarea.form-control-lg {
3066
3066
  }
3067
3067
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
3068
3068
  border-color: var(--bs-form-valid-border-color);
3069
- box-shadow: none, 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
3069
+ box-shadow: none;
3070
3070
  }
3071
3071
 
3072
3072
  .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
@@ -3156,7 +3156,7 @@ textarea.form-control-lg {
3156
3156
  }
3157
3157
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
3158
3158
  border-color: var(--bs-form-invalid-border-color);
3159
- box-shadow: none, 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
3159
+ box-shadow: none;
3160
3160
  }
3161
3161
 
3162
3162
  .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
@@ -15026,7 +15026,7 @@ fieldset[disabled][disabled] .form-control, .form-control.disabled, .form-contro
15026
15026
  }
15027
15027
  .was-validated .is-focused .form-control:valid:focus, .is-focused .form-control.is-valid:focus {
15028
15028
  border-color: #616161;
15029
- box-shadow: none, 0 0 0 0.25rem rgba(97, 97, 97, 0.25);
15029
+ box-shadow: none;
15030
15030
  }
15031
15031
  .was-validated .is-focused textarea.form-control:valid, .is-focused textarea.form-control.is-valid {
15032
15032
  padding-right: calc(1.5em + 0.875rem);
@@ -15143,7 +15143,7 @@ fieldset[disabled][disabled] .has-success .form-control, .has-success .form-cont
15143
15143
  }
15144
15144
  .was-validated .has-success .is-focused .form-control:valid:focus, .has-success .is-focused .form-control.is-valid:focus {
15145
15145
  border-color: #4caf50;
15146
- box-shadow: none, 0 0 0 0.25rem rgba(76, 175, 80, 0.25);
15146
+ box-shadow: none;
15147
15147
  }
15148
15148
  .was-validated .has-success .is-focused textarea.form-control:valid, .has-success .is-focused textarea.form-control.is-valid {
15149
15149
  padding-right: calc(1.5em + 0.875rem);
@@ -15260,7 +15260,7 @@ fieldset[disabled][disabled] .has-info .form-control, .has-info .form-control.di
15260
15260
  }
15261
15261
  .was-validated .has-info .is-focused .form-control:valid:focus, .has-info .is-focused .form-control.is-valid:focus {
15262
15262
  border-color: #00bcd4;
15263
- box-shadow: none, 0 0 0 0.25rem rgba(0, 188, 212, 0.25);
15263
+ box-shadow: none;
15264
15264
  }
15265
15265
  .was-validated .has-info .is-focused textarea.form-control:valid, .has-info .is-focused textarea.form-control.is-valid {
15266
15266
  padding-right: calc(1.5em + 0.875rem);
@@ -15377,7 +15377,7 @@ fieldset[disabled][disabled] .has-warning .form-control, .has-warning .form-cont
15377
15377
  }
15378
15378
  .was-validated .has-warning .is-focused .form-control:valid:focus, .has-warning .is-focused .form-control.is-valid:focus {
15379
15379
  border-color: #ffeb3b;
15380
- box-shadow: none, 0 0 0 0.25rem rgba(255, 235, 59, 0.25);
15380
+ box-shadow: none;
15381
15381
  }
15382
15382
  .was-validated .has-warning .is-focused textarea.form-control:valid, .has-warning .is-focused textarea.form-control.is-valid {
15383
15383
  padding-right: calc(1.5em + 0.875rem);
@@ -15494,7 +15494,7 @@ fieldset[disabled][disabled] .has-danger .form-control, .has-danger .form-contro
15494
15494
  }
15495
15495
  .was-validated .has-danger .is-focused .form-control:valid:focus, .has-danger .is-focused .form-control.is-valid:focus {
15496
15496
  border-color: #f44336;
15497
- box-shadow: none, 0 0 0 0.25rem rgba(244, 67, 54, 0.25);
15497
+ box-shadow: none;
15498
15498
  }
15499
15499
  .was-validated .has-danger .is-focused textarea.form-control:valid, .has-danger .is-focused textarea.form-control.is-valid {
15500
15500
  padding-right: calc(1.5em + 0.875rem);