bootstrap-italia 2.11.0 → 2.11.2

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.
@@ -20,7 +20,7 @@
20
20
 
21
21
  const DATA_MOUSE_FOCUS="data-focus-mouse";class TrackFocus{constructor(){this._usingMouse=!1,this._bindEvents();}_bindEvents(){if("undefined"==typeof document)return;["keydown","mousedown"].forEach((t=>{document.addEventListener(t,(t=>{this._usingMouse="mousedown"===t.type;}));})),document.addEventListener("focusin",(t=>{this._usingMouse&&t.target&&(t.target.classList.add("focus--mouse"),t.target.setAttribute(DATA_MOUSE_FOCUS,!0));})),document.addEventListener("focusout",(t=>{t.target&&(t.target.classList.remove("focus--mouse"),t.target.setAttribute(DATA_MOUSE_FOCUS,!1));}));}}new TrackFocus;const TrackFocus$1 = TrackFocus;
22
22
 
23
- const BOOTSTRAP_ITALIA_VERSION = "2.11.0";
23
+ const BOOTSTRAP_ITALIA_VERSION = "2.11.2";
24
24
 
25
25
  const init=()=>{"undefined"==typeof window||window.BOOTSTRAP_ITALIA_VERSION||(new TrackFocus$1,window.BOOTSTRAP_ITALIA_VERSION=BOOTSTRAP_ITALIA_VERSION);};const init$1 = init;init();
26
26
 
@@ -47,7 +47,7 @@
47
47
 
48
48
  const DATA_MOUSE_FOCUS="data-focus-mouse";class TrackFocus{constructor(){this._usingMouse=!1,this._bindEvents();}_bindEvents(){if("undefined"==typeof document)return;["keydown","mousedown"].forEach((t=>{document.addEventListener(t,(t=>{this._usingMouse="mousedown"===t.type;}));})),document.addEventListener("focusin",(t=>{this._usingMouse&&t.target&&(t.target.classList.add("focus--mouse"),t.target.setAttribute(DATA_MOUSE_FOCUS,!0));})),document.addEventListener("focusout",(t=>{t.target&&(t.target.classList.remove("focus--mouse"),t.target.setAttribute(DATA_MOUSE_FOCUS,!1));}));}}new TrackFocus;const TrackFocus$1 = TrackFocus;
49
49
 
50
- const BOOTSTRAP_ITALIA_VERSION = "2.11.0";
50
+ const BOOTSTRAP_ITALIA_VERSION = "2.11.2";
51
51
 
52
52
  const init=()=>{"undefined"==typeof window||window.BOOTSTRAP_ITALIA_VERSION||(new TrackFocus$1,window.BOOTSTRAP_ITALIA_VERSION=BOOTSTRAP_ITALIA_VERSION);};const init$1 = init;init();
53
53
 
package/dist/version.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // bootstrap italia version variable
2
2
  // useful to check for the current version
3
3
  // eslint-disable-next-line no-unused-vars
4
- const BOOTSTRAP_ITALIA_VERSION = '2.11.0';
4
+ const BOOTSTRAP_ITALIA_VERSION = '2.11.2';
5
5
 
6
6
  export { BOOTSTRAP_ITALIA_VERSION as default };
7
7
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sources":["../src/js/version.js"],"sourcesContent":["// bootstrap italia version variable\n// useful to check for the current version\n// eslint-disable-next-line no-unused-vars\nconst BOOTSTRAP_ITALIA_VERSION = '2.11.0'\nexport default BOOTSTRAP_ITALIA_VERSION\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACK,MAAC,wBAAwB,GAAG;;;;"}
1
+ {"version":3,"file":"version.js","sources":["../src/js/version.js"],"sourcesContent":["// bootstrap italia version variable\n// useful to check for the current version\n// eslint-disable-next-line no-unused-vars\nconst BOOTSTRAP_ITALIA_VERSION = '2.11.2'\nexport default BOOTSTRAP_ITALIA_VERSION\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACK,MAAC,wBAAwB,GAAG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap-italia",
3
- "version": "2.11.0",
3
+ "version": "2.11.2",
4
4
  "keywords": [
5
5
  "css",
6
6
  "sass",
package/src/js/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // bootstrap italia version variable
2
2
  // useful to check for the current version
3
3
  // eslint-disable-next-line no-unused-vars
4
- const BOOTSTRAP_ITALIA_VERSION = '2.11.0'
4
+ const BOOTSTRAP_ITALIA_VERSION = '2.11.2'
5
5
  export default BOOTSTRAP_ITALIA_VERSION
@@ -1,26 +1,34 @@
1
- //mobile
1
+ .it-footer {
2
+ h4,
3
+ ul,
4
+ li,
5
+ p {
6
+ font-size: 1rem;
7
+ }
8
+
9
+ a {
10
+ color: $white;
11
+ &:hover {
12
+ color: color-hover($white);
13
+ }
14
+ }
15
+ }
16
+
2
17
  .it-footer-main {
18
+ --bs-border-opacity: 0.5;
3
19
  background-color: $footer-top-background;
4
20
  color: $white;
5
21
  font-size: 1rem;
6
22
 
7
- h4 a {
8
- color: $white;
9
- text-decoration: none;
23
+ h4 {
10
24
  text-transform: uppercase;
11
- font-size: 1rem;
12
25
  }
13
26
 
14
27
  .link-list-wrapper ul li {
15
- a {
28
+ a:not(.disabled) {
16
29
  padding: 0;
17
- font-size: 1rem;
18
30
  line-height: 2rem;
19
- color: $white;
20
-
21
- &:hover:not(.disabled) {
22
- text-decoration: underline;
23
- }
31
+ text-decoration: underline;
24
32
  }
25
33
  }
26
34
 
@@ -33,7 +41,6 @@
33
41
 
34
42
  a {
35
43
  display: flex;
36
- color: $header-center-text-color;
37
44
  align-items: center;
38
45
  text-decoration: none;
39
46
 
@@ -90,13 +97,6 @@
90
97
  }
91
98
  }
92
99
  }
93
-
94
- a,
95
- a:hover:not(.disabled) {
96
- color: $white;
97
- font-size: 1rem;
98
- text-decoration: none;
99
- }
100
100
  }
101
101
 
102
102
  .form-newsletter {
@@ -1,3 +1,3 @@
1
1
  :root {
2
- --bootstrap-italia-version: '2.11.0';
2
+ --bootstrap-italia-version: '2.11.2';
3
3
  }