bootstrap-italia 2.15.0 → 2.15.1

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.
package/dist/version.js CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  // NOTE:bootstrap italia version variable, useful to check for the current version
10
10
 
11
- const BOOTSTRAP_ITALIA_VERSION = '2.15.0';
11
+ const BOOTSTRAP_ITALIA_VERSION = '2.15.1';
12
12
 
13
13
  export { BOOTSTRAP_ITALIA_VERSION as default };
14
14
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sources":["../src/js/version.js"],"sourcesContent":["/**\n * --------------------------------------------------------------------------\n * Bootstrap Italia (https://italia.github.io/bootstrap-italia/)\n * Authors: https://github.com/italia/bootstrap-italia/blob/main/AUTHORS\n * Licensed under BSD-3-Clause license (https://github.com/italia/bootstrap-italia/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\n// NOTE:bootstrap italia version variable, useful to check for the current version\n\nconst BOOTSTRAP_ITALIA_VERSION = '2.15.0'\nexport default BOOTSTRAP_ITALIA_VERSION\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEK,MAAC,wBAAwB,GAAG;;;;"}
1
+ {"version":3,"file":"version.js","sources":["../src/js/version.js"],"sourcesContent":["/**\n * --------------------------------------------------------------------------\n * Bootstrap Italia (https://italia.github.io/bootstrap-italia/)\n * Authors: https://github.com/italia/bootstrap-italia/blob/main/AUTHORS\n * Licensed under BSD-3-Clause license (https://github.com/italia/bootstrap-italia/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\n// NOTE:bootstrap italia version variable, useful to check for the current version\n\nconst BOOTSTRAP_ITALIA_VERSION = '2.15.1'\nexport default BOOTSTRAP_ITALIA_VERSION\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEK,MAAC,wBAAwB,GAAG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap-italia",
3
- "version": "2.15.0",
3
+ "version": "2.15.1",
4
4
  "keywords": [
5
5
  "css",
6
6
  "sass",
package/src/js/version.js CHANGED
@@ -8,5 +8,5 @@
8
8
 
9
9
  // NOTE:bootstrap italia version variable, useful to check for the current version
10
10
 
11
- const BOOTSTRAP_ITALIA_VERSION = '2.15.0'
11
+ const BOOTSTRAP_ITALIA_VERSION = '2.15.1'
12
12
  export default BOOTSTRAP_ITALIA_VERSION
@@ -1952,8 +1952,8 @@ $crs-dots-margin-left: 38px;
1952
1952
  $crs-dots-margin-left-desk: $v-gap * 2;
1953
1953
  $crs-heading-h-padding: $v-gap * 3;
1954
1954
  $crs-heading-h-size: 1.75rem;
1955
- $crs-landcape-card-padding: $v-gap * 6;
1956
- $crs-landcape-bottom: 5px;
1955
+ $crs-landcape-card-padding: $v-gap * 6; // Variabile non usata
1956
+ $crs-landscape-bottom: 5px;
1957
1957
 
1958
1958
  // Gridlist **************
1959
1959
  $grid-item-df-proportion: 66.81222707423581%;
@@ -1,3 +1,3 @@
1
1
  :root {
2
- --bootstrap-italia-version: '2.15.0';
2
+ --bootstrap-italia-version: '2.15.1';
3
3
  }
@@ -202,7 +202,7 @@
202
202
  left: 50%;
203
203
  margin-left: $v-gap * 5;
204
204
  right: 0;
205
- bottom: $crs-landcape-bottom;
205
+ bottom: $crs-landscape-bottom;
206
206
  text-align: left;
207
207
  justify-content: left;
208
208
  margin-bottom: 8px;