@lolmath/ui 6.4.0 → 8.0.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/dist/es/index.css +315 -330
- package/dist/es/index.d.ts +94 -247
- package/dist/es/index.js +698 -788
- package/dist/es/index.js.map +1 -1
- package/dist/font/beaufort/beaufort.css +20 -10
- package/dist/font/spiegel/spiegel.css +10 -5
- package/dist/lib/{index.js → index.cjs} +670 -756
- package/dist/lib/index.cjs.map +1 -0
- package/dist/lib/index.css +315 -330
- package/dist/lib/{index.d.ts → index.d.cts} +94 -247
- package/dist/tailwind.css +95 -0
- package/package.json +24 -35
- package/readme.md +17 -32
- package/dist/es/plugin.d.ts +0 -8
- package/dist/es/plugin.js +0 -150
- package/dist/es/plugin.js.map +0 -1
- package/dist/lib/index.js.map +0 -1
- package/dist/lib/plugin.d.ts +0 -8
- package/dist/lib/plugin.js +0 -185
- package/dist/lib/plugin.js.map +0 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: beaufort;
|
|
3
|
-
src:
|
|
3
|
+
src:
|
|
4
|
+
url("./files/beaufort-300-italic.woff2") format("woff2"),
|
|
4
5
|
url("./files/beaufort-300-italic.woff") format("woff");
|
|
5
6
|
font-weight: 300;
|
|
6
7
|
font-style: italic;
|
|
@@ -8,7 +9,8 @@
|
|
|
8
9
|
|
|
9
10
|
@font-face {
|
|
10
11
|
font-family: beaufort;
|
|
11
|
-
src:
|
|
12
|
+
src:
|
|
13
|
+
url("./files/beaufort-400-italic.woff2") format("woff2"),
|
|
12
14
|
url("./files/beaufort-400-italic.woff") format("woff");
|
|
13
15
|
font-weight: 400;
|
|
14
16
|
font-style: italic;
|
|
@@ -16,7 +18,8 @@
|
|
|
16
18
|
|
|
17
19
|
@font-face {
|
|
18
20
|
font-family: beaufort;
|
|
19
|
-
src:
|
|
21
|
+
src:
|
|
22
|
+
url("./files/beaufort-500-italic.woff2") format("woff2"),
|
|
20
23
|
url("./files/beaufort-500-italic.woff") format("woff");
|
|
21
24
|
font-weight: 500;
|
|
22
25
|
font-style: italic;
|
|
@@ -24,7 +27,8 @@
|
|
|
24
27
|
|
|
25
28
|
@font-face {
|
|
26
29
|
font-family: beaufort;
|
|
27
|
-
src:
|
|
30
|
+
src:
|
|
31
|
+
url("./files/beaufort-700-italic.woff2") format("woff2"),
|
|
28
32
|
url("./files/beaufort-700-italic.woff") format("woff");
|
|
29
33
|
font-weight: 700;
|
|
30
34
|
font-style: italic;
|
|
@@ -32,7 +36,8 @@
|
|
|
32
36
|
|
|
33
37
|
@font-face {
|
|
34
38
|
font-family: beaufort;
|
|
35
|
-
src:
|
|
39
|
+
src:
|
|
40
|
+
url("./files/beaufort-900-italic.woff2") format("woff2"),
|
|
36
41
|
url("./files/beaufort-900-italic.woff") format("woff");
|
|
37
42
|
font-weight: 900;
|
|
38
43
|
font-style: italic;
|
|
@@ -40,7 +45,8 @@
|
|
|
40
45
|
|
|
41
46
|
@font-face {
|
|
42
47
|
font-family: beaufort;
|
|
43
|
-
src:
|
|
48
|
+
src:
|
|
49
|
+
url("./files/beaufort-300-normal.woff2") format("woff2"),
|
|
44
50
|
url("./files/beaufort-300-normal.woff") format("woff");
|
|
45
51
|
font-weight: 300;
|
|
46
52
|
font-style: normal;
|
|
@@ -48,7 +54,8 @@
|
|
|
48
54
|
|
|
49
55
|
@font-face {
|
|
50
56
|
font-family: beaufort;
|
|
51
|
-
src:
|
|
57
|
+
src:
|
|
58
|
+
url("./files/beaufort-400-normal.woff2") format("woff2"),
|
|
52
59
|
url("./files/beaufort-400-normal.woff") format("woff");
|
|
53
60
|
font-weight: 400;
|
|
54
61
|
font-style: normal;
|
|
@@ -56,7 +63,8 @@
|
|
|
56
63
|
|
|
57
64
|
@font-face {
|
|
58
65
|
font-family: beaufort;
|
|
59
|
-
src:
|
|
66
|
+
src:
|
|
67
|
+
url("./files/beaufort-500-normal.woff2") format("woff2"),
|
|
60
68
|
url("./files/beaufort-500-normal.woff") format("woff");
|
|
61
69
|
font-weight: 500;
|
|
62
70
|
font-style: normal;
|
|
@@ -64,7 +72,8 @@
|
|
|
64
72
|
|
|
65
73
|
@font-face {
|
|
66
74
|
font-family: beaufort;
|
|
67
|
-
src:
|
|
75
|
+
src:
|
|
76
|
+
url("./files/beaufort-700-normal.woff2") format("woff2"),
|
|
68
77
|
url("./files/beaufort-700-normal.woff") format("woff");
|
|
69
78
|
font-weight: 700;
|
|
70
79
|
font-style: normal;
|
|
@@ -72,7 +81,8 @@
|
|
|
72
81
|
|
|
73
82
|
@font-face {
|
|
74
83
|
font-family: beaufort;
|
|
75
|
-
src:
|
|
84
|
+
src:
|
|
85
|
+
url("./files/beaufort-900-normal.woff2") format("woff2"),
|
|
76
86
|
url("./files/beaufort-900-normal.woff") format("woff");
|
|
77
87
|
font-weight: 900;
|
|
78
88
|
font-style: normal;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: spiegel;
|
|
3
|
-
src:
|
|
3
|
+
src:
|
|
4
|
+
url("./files/spiegel-400-italic.woff2") format("woff2"),
|
|
4
5
|
url("./files/spiegel-400-italic.woff") format("woff");
|
|
5
6
|
font-weight: 400;
|
|
6
7
|
font-style: italic;
|
|
@@ -8,7 +9,8 @@
|
|
|
8
9
|
|
|
9
10
|
@font-face {
|
|
10
11
|
font-family: spiegel;
|
|
11
|
-
src:
|
|
12
|
+
src:
|
|
13
|
+
url("./files/spiegel-700-italic.woff2") format("woff2"),
|
|
12
14
|
url("./files/spiegel-700-italic.woff") format("woff");
|
|
13
15
|
font-weight: 700;
|
|
14
16
|
font-style: italic;
|
|
@@ -16,7 +18,8 @@
|
|
|
16
18
|
|
|
17
19
|
@font-face {
|
|
18
20
|
font-family: spiegel;
|
|
19
|
-
src:
|
|
21
|
+
src:
|
|
22
|
+
url("./files/spiegel-400-normal.woff2") format("woff2"),
|
|
20
23
|
url("./files/spiegel-400-normal.woff") format("woff");
|
|
21
24
|
font-weight: 400;
|
|
22
25
|
font-style: normal;
|
|
@@ -24,7 +27,8 @@
|
|
|
24
27
|
|
|
25
28
|
@font-face {
|
|
26
29
|
font-family: spiegel;
|
|
27
|
-
src:
|
|
30
|
+
src:
|
|
31
|
+
url("./files/spiegel-600-normal.woff2") format("woff2"),
|
|
28
32
|
url("./files/spiegel-600-normal.woff") format("woff");
|
|
29
33
|
font-weight: 600;
|
|
30
34
|
font-style: normal;
|
|
@@ -32,7 +36,8 @@
|
|
|
32
36
|
|
|
33
37
|
@font-face {
|
|
34
38
|
font-family: spiegel;
|
|
35
|
-
src:
|
|
39
|
+
src:
|
|
40
|
+
url("./files/spiegel-700-normal.woff2") format("woff2"),
|
|
36
41
|
url("./files/spiegel-700-normal.woff") format("woff");
|
|
37
42
|
font-weight: 700;
|
|
38
43
|
font-style: normal;
|