@faststore/ui 3.86.4 → 3.88.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": "3.
|
|
3
|
+
"version": "3.88.0",
|
|
4
4
|
"description": "A lightweight, framework agnostic component library for React",
|
|
5
5
|
"author": "emersonlaurentino",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@faststore/components": "^3.
|
|
50
|
+
"@faststore/components": "^3.88.0",
|
|
51
51
|
"include-media": "^1.4.10",
|
|
52
52
|
"modern-normalize": "^1.1.0",
|
|
53
53
|
"react-swipeable": "^7.0.0",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"volta": {
|
|
71
71
|
"extends": "../../package.json"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "c87a2fbc23b26a4d343d485586c4f2108a814612"
|
|
74
74
|
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
[data-fs-rich-text] {
|
|
2
|
+
[data-fs-rich-text-list="true"] {
|
|
3
|
+
padding: 0;
|
|
4
|
+
margin: 0;
|
|
5
|
+
list-style-position: inside;
|
|
6
|
+
|
|
7
|
+
[data-fs-rich-text-list="true"] {
|
|
8
|
+
margin-top: 0;
|
|
9
|
+
margin-bottom: 0;
|
|
10
|
+
margin-left: var(--fs-spacing-4);
|
|
11
|
+
|
|
12
|
+
[data-fs-rich-text-list="true"] {
|
|
13
|
+
margin-left: var(--fs-spacing-6);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
li {
|
|
18
|
+
padding-left: 0;
|
|
19
|
+
margin: 0;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&[data-fs-list-type="ordered"] {
|
|
23
|
+
list-style-type: decimal;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&[data-fs-list-type="unordered"] {
|
|
27
|
+
list-style-type: disc;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
h1 {
|
|
32
|
+
margin: var(--fs-spacing-3) 0;
|
|
33
|
+
font-size: var(--fs-text-size-title-huge);
|
|
34
|
+
font-weight: var(--fs-text-weight-bold);
|
|
35
|
+
line-height: var(--fs-text-line-height-tight);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
h2 {
|
|
39
|
+
margin: var(--fs-spacing-2) 0;
|
|
40
|
+
font-size: var(--fs-text-size-title-section);
|
|
41
|
+
font-weight: var(--fs-text-weight-bold);
|
|
42
|
+
line-height: var(--fs-text-line-height-tight);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
h3 {
|
|
46
|
+
margin: var(--fs-spacing-2) 0;
|
|
47
|
+
font-size: var(--fs-text-size-title-subsection);
|
|
48
|
+
font-weight: var(--fs-text-weight-semibold);
|
|
49
|
+
line-height: var(--fs-text-line-height-tight);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
h4 {
|
|
53
|
+
margin: var(--fs-spacing-1) 0;
|
|
54
|
+
font-size: var(--fs-text-size-4);
|
|
55
|
+
font-weight: var(--fs-text-weight-semibold);
|
|
56
|
+
line-height: var(--fs-text-line-height-tight);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
h5 {
|
|
60
|
+
margin: var(--fs-spacing-1) 0;
|
|
61
|
+
font-size: var(--fs-text-size-3);
|
|
62
|
+
font-weight: var(--fs-text-weight-semibold);
|
|
63
|
+
line-height: var(--fs-text-line-height-tight);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
h6 {
|
|
67
|
+
margin: var(--fs-spacing-1) 0;
|
|
68
|
+
font-size: var(--fs-text-size-2);
|
|
69
|
+
font-weight: var(--fs-text-weight-semibold);
|
|
70
|
+
line-height: var(--fs-text-line-height-tight);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
@import "../components/atoms/Overlay/styles";
|
|
13
13
|
@import "../components/atoms/Price/styles";
|
|
14
14
|
@import "../components/atoms/Radio/styles";
|
|
15
|
+
@import "../components/atoms/RichText/styles";
|
|
15
16
|
@import "../components/atoms/Select/styles";
|
|
16
17
|
@import "../components/atoms/Skeleton/styles";
|
|
17
18
|
@import "../components/atoms/Slider/styles";
|