@firecms/ui 3.0.0-canary.111 → 3.0.0-canary.113
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/index.css +63 -65
- package/package.json +2 -2
- package/src/index.css +63 -65
package/dist/index.css
CHANGED
@@ -1,68 +1,66 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
@apply text-sm font-medium;
|
65
|
-
}
|
1
|
+
/* Chrome, Safari and Opera */
|
2
|
+
.no-scrollbar::-webkit-scrollbar {
|
3
|
+
display: none;
|
4
|
+
}
|
5
|
+
|
6
|
+
.no-scrollbar {
|
7
|
+
-ms-overflow-style: none; /* IE and Edge */
|
8
|
+
scrollbar-width: none; /* Firefox */
|
9
|
+
}
|
10
|
+
|
11
|
+
.typography-h1 {
|
12
|
+
@apply text-6xl font-headers font-light;
|
13
|
+
}
|
14
|
+
|
15
|
+
.typography-h2 {
|
16
|
+
@apply text-5xl font-headers font-light;
|
17
|
+
}
|
18
|
+
|
19
|
+
.typography-h3 {
|
20
|
+
@apply text-4xl font-headers font-normal;
|
21
|
+
}
|
22
|
+
|
23
|
+
.typography-h4 {
|
24
|
+
@apply text-3xl font-headers font-normal;
|
25
|
+
}
|
26
|
+
|
27
|
+
.typography-h5 {
|
28
|
+
@apply text-2xl font-headers font-normal;
|
29
|
+
}
|
30
|
+
|
31
|
+
.typography-h6 {
|
32
|
+
@apply text-xl font-headers font-medium;
|
33
|
+
}
|
34
|
+
|
35
|
+
.typography-subtitle1 {
|
36
|
+
@apply text-lg font-headers font-medium;
|
37
|
+
}
|
38
|
+
|
39
|
+
.typography-subtitle2 {
|
40
|
+
@apply text-base font-headers font-medium;
|
41
|
+
}
|
42
|
+
|
43
|
+
.typography-body1 {
|
44
|
+
}
|
45
|
+
|
46
|
+
.typography-body2 {
|
47
|
+
@apply text-sm;
|
48
|
+
}
|
49
|
+
|
50
|
+
.typography-caption {
|
51
|
+
@apply text-xs;
|
52
|
+
}
|
53
|
+
|
54
|
+
.typography-label {
|
55
|
+
@apply text-sm font-medium;
|
56
|
+
}
|
57
|
+
|
58
|
+
.typography-inherit {
|
59
|
+
@apply text-inherit;
|
60
|
+
}
|
61
|
+
|
62
|
+
.typography-button {
|
63
|
+
@apply text-sm font-medium;
|
66
64
|
}
|
67
65
|
|
68
66
|
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@firecms/ui",
|
3
3
|
"type": "module",
|
4
|
-
"version": "3.0.0-canary.
|
4
|
+
"version": "3.0.0-canary.113",
|
5
5
|
"description": "Awesome Firebase/Firestore-based headless open-source CMS",
|
6
6
|
"funding": {
|
7
7
|
"url": "https://github.com/sponsors/firecmsco"
|
@@ -104,7 +104,7 @@
|
|
104
104
|
"src",
|
105
105
|
"tailwind.config.js"
|
106
106
|
],
|
107
|
-
"gitHead": "
|
107
|
+
"gitHead": "9593fe324c33f2ef657a8835fc925fd58157c135",
|
108
108
|
"publishConfig": {
|
109
109
|
"access": "public"
|
110
110
|
}
|
package/src/index.css
CHANGED
@@ -1,68 +1,66 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
@apply text-sm font-medium;
|
65
|
-
}
|
1
|
+
/* Chrome, Safari and Opera */
|
2
|
+
.no-scrollbar::-webkit-scrollbar {
|
3
|
+
display: none;
|
4
|
+
}
|
5
|
+
|
6
|
+
.no-scrollbar {
|
7
|
+
-ms-overflow-style: none; /* IE and Edge */
|
8
|
+
scrollbar-width: none; /* Firefox */
|
9
|
+
}
|
10
|
+
|
11
|
+
.typography-h1 {
|
12
|
+
@apply text-6xl font-headers font-light;
|
13
|
+
}
|
14
|
+
|
15
|
+
.typography-h2 {
|
16
|
+
@apply text-5xl font-headers font-light;
|
17
|
+
}
|
18
|
+
|
19
|
+
.typography-h3 {
|
20
|
+
@apply text-4xl font-headers font-normal;
|
21
|
+
}
|
22
|
+
|
23
|
+
.typography-h4 {
|
24
|
+
@apply text-3xl font-headers font-normal;
|
25
|
+
}
|
26
|
+
|
27
|
+
.typography-h5 {
|
28
|
+
@apply text-2xl font-headers font-normal;
|
29
|
+
}
|
30
|
+
|
31
|
+
.typography-h6 {
|
32
|
+
@apply text-xl font-headers font-medium;
|
33
|
+
}
|
34
|
+
|
35
|
+
.typography-subtitle1 {
|
36
|
+
@apply text-lg font-headers font-medium;
|
37
|
+
}
|
38
|
+
|
39
|
+
.typography-subtitle2 {
|
40
|
+
@apply text-base font-headers font-medium;
|
41
|
+
}
|
42
|
+
|
43
|
+
.typography-body1 {
|
44
|
+
}
|
45
|
+
|
46
|
+
.typography-body2 {
|
47
|
+
@apply text-sm;
|
48
|
+
}
|
49
|
+
|
50
|
+
.typography-caption {
|
51
|
+
@apply text-xs;
|
52
|
+
}
|
53
|
+
|
54
|
+
.typography-label {
|
55
|
+
@apply text-sm font-medium;
|
56
|
+
}
|
57
|
+
|
58
|
+
.typography-inherit {
|
59
|
+
@apply text-inherit;
|
60
|
+
}
|
61
|
+
|
62
|
+
.typography-button {
|
63
|
+
@apply text-sm font-medium;
|
66
64
|
}
|
67
65
|
|
68
66
|
|