@faststore/ui 2.0.132-alpha.0 → 2.0.133-alpha.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/ui",
3
- "version": "2.0.132-alpha.0",
3
+ "version": "2.0.133-alpha.0",
4
4
  "description": "A lightweight, framework agnostic component library for React",
5
5
  "author": "emersonlaurentino",
6
6
  "license": "MIT",
@@ -58,5 +58,5 @@
58
58
  "node": "16.18.0",
59
59
  "yarn": "1.19.1"
60
60
  },
61
- "gitHead": "e6d7561f0783b20ba4966d9e7c971146300ff129"
61
+ "gitHead": "d6ccdde94a4a7210b6e2ebf77a6caf358ecb07b2"
62
62
  }
@@ -32,11 +32,16 @@
32
32
  padding-top: 0;
33
33
  }
34
34
 
35
- [data-fs-logo] {
36
- background-position-y: var(--fs-spacing-0);
35
+ [data-fs-footer-logo] {
36
+ margin: var(--fs-spacing-3) 0;
37
+ display: block;
38
+ width: 7rem;
39
+ height: 100%;
40
+ min-height: var(--fs-spacing-6);
37
41
  }
38
42
 
39
- [data-fs-footer-title] {
43
+ [data-fs-footer-links-title],
44
+ [data-fs-footer-social-title] {
40
45
  margin-bottom: var(--fs-footer-title-margin-bottom);
41
46
  font-size: var(--fs-footer-title-size);
42
47
  font-weight: var(--fs-footer-title-weight);
@@ -47,8 +52,8 @@
47
52
  }
48
53
  }
49
54
 
50
- [data-fs-footer-note],
51
- [data-fs-footer-nav] {
55
+ [data-fs-footer-info],
56
+ [data-fs-footer-navigation] {
52
57
  position: relative;
53
58
  display: flex;
54
59
 
@@ -73,14 +78,14 @@
73
78
  }
74
79
  }
75
80
 
76
- [data-fs-footer-nav] {
81
+ [data-fs-footer-navigation] {
77
82
  @include media(">=notebook") {
78
83
  row-gap: var(--fs-footer-spacing-vertical-notebook);
79
84
  padding-bottom: var(--fs-footer-spacing-vertical-notebook);
80
85
  }
81
86
  }
82
87
 
83
- [data-fs-footer-note] {
88
+ [data-fs-footer-info] {
84
89
  position: relative;
85
90
 
86
91
  @include media("<notebook") {
@@ -152,12 +157,9 @@
152
157
  }
153
158
 
154
159
  [data-fs-footer-copyright] {
155
- p + p {
160
+ p {
156
161
  margin: var(--fs-spacing-2) auto;
157
- }
158
-
159
- address {
160
- font-style: normal;
162
+ white-space: break-spaces;
161
163
  }
162
164
 
163
165
  @include media(">=notebook") {
@@ -197,7 +199,7 @@
197
199
  }
198
200
 
199
201
  &:not([data-fs-footer-social="true"]) {
200
- [data-fs-footer-note]::before {
202
+ [data-fs-footer-info]::before {
201
203
  @include media("<notebook") {
202
204
  border-color: transparent;
203
205
  }