period-ui 0.6.0 → 0.6.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.
- package/dist/fonts/Geist-Variable.woff2 +0 -0
- package/dist/fonts/GeistMono-Variable.woff2 +0 -0
- package/dist/index.css +8 -126
- package/dist/index.css.map +1 -1
- package/package.json +1 -1
- package/dist/fonts/Geist-Black.otf +0 -0
- package/dist/fonts/Geist-Bold.otf +0 -0
- package/dist/fonts/Geist-ExtraBold.otf +0 -0
- package/dist/fonts/Geist-ExtraLight.otf +0 -0
- package/dist/fonts/Geist-Light.otf +0 -0
- package/dist/fonts/Geist-Medium.otf +0 -0
- package/dist/fonts/Geist-Mono-Black.woff2 +0 -0
- package/dist/fonts/Geist-Mono-Bold.woff2 +0 -0
- package/dist/fonts/Geist-Mono-ExtraBold.woff2 +0 -0
- package/dist/fonts/Geist-Mono-ExtraLight.woff2 +0 -0
- package/dist/fonts/Geist-Mono-Light.woff2 +0 -0
- package/dist/fonts/Geist-Mono-Medium.woff2 +0 -0
- package/dist/fonts/Geist-Mono-Regular.woff2 +0 -0
- package/dist/fonts/Geist-Mono-SemiBold.woff2 +0 -0
- package/dist/fonts/Geist-Mono-Thin.woff2 +0 -0
- package/dist/fonts/Geist-Regular.otf +0 -0
- package/dist/fonts/Geist-SemiBold.otf +0 -0
- package/dist/fonts/Geist-Thin.otf +0 -0
|
Binary file
|
|
Binary file
|
package/dist/index.css
CHANGED
|
@@ -1,141 +1,23 @@
|
|
|
1
1
|
@import 'react-day-picker/style.css';
|
|
2
|
-
/* Regular font */
|
|
3
2
|
@font-face {
|
|
4
3
|
font-family: "Geist";
|
|
5
|
-
src: url("
|
|
6
|
-
font-weight:
|
|
7
|
-
font-style: normal;
|
|
8
|
-
}
|
|
9
|
-
/* Regular digits */
|
|
10
|
-
@font-face {
|
|
11
|
-
font-family: "Geist";
|
|
12
|
-
src: url("/fonts/Geist-Mono-Regular.woff2") format("woff2");
|
|
13
|
-
font-weight: normal;
|
|
14
|
-
font-style: normal;
|
|
15
|
-
unicode-range: U+0030-0039;
|
|
16
|
-
}
|
|
17
|
-
/* Bold font */
|
|
18
|
-
@font-face {
|
|
19
|
-
font-family: "Geist";
|
|
20
|
-
src: url("/fonts/Geist-Bold.otf") format("opentype");
|
|
21
|
-
font-weight: bold;
|
|
22
|
-
font-style: normal;
|
|
23
|
-
}
|
|
24
|
-
/* Bold digits */
|
|
25
|
-
@font-face {
|
|
26
|
-
font-family: "Geist";
|
|
27
|
-
src: url("/fonts/Geist-Mono-Bold.woff2") format("woff2");
|
|
28
|
-
font-weight: bold;
|
|
29
|
-
font-style: normal;
|
|
30
|
-
unicode-range: U+0030-0039;
|
|
31
|
-
}
|
|
32
|
-
/* SemiBold font */
|
|
33
|
-
@font-face {
|
|
34
|
-
font-family: "Geist";
|
|
35
|
-
src: url("/fonts/Geist-SemiBold.otf") format("opentype");
|
|
36
|
-
font-weight: 600;
|
|
37
|
-
font-style: normal;
|
|
38
|
-
}
|
|
39
|
-
/* SemiBold digits */
|
|
40
|
-
@font-face {
|
|
41
|
-
font-family: "Geist";
|
|
42
|
-
src: url("/fonts/Geist-Mono-SemiBold.woff2") format("woff2");
|
|
43
|
-
font-weight: 600;
|
|
44
|
-
font-style: normal;
|
|
45
|
-
unicode-range: U+0030-0039;
|
|
46
|
-
}
|
|
47
|
-
/* Black font */
|
|
48
|
-
@font-face {
|
|
49
|
-
font-family: "Geist";
|
|
50
|
-
src: url("/fonts/Geist-Black.otf") format("opentype");
|
|
51
|
-
font-weight: 900;
|
|
52
|
-
font-style: normal;
|
|
53
|
-
}
|
|
54
|
-
/* Black digits */
|
|
55
|
-
@font-face {
|
|
56
|
-
font-family: "Geist";
|
|
57
|
-
src: url("/fonts/Geist-Mono-Black.woff2") format("woff2");
|
|
58
|
-
font-weight: 900;
|
|
59
|
-
font-style: normal;
|
|
60
|
-
unicode-range: U+0030-0039;
|
|
61
|
-
}
|
|
62
|
-
/* ExtraBold font */
|
|
63
|
-
@font-face {
|
|
64
|
-
font-family: "Geist";
|
|
65
|
-
src: url("/fonts/Geist-ExtraBold.otf") format("opentype");
|
|
66
|
-
font-weight: 800;
|
|
67
|
-
font-style: normal;
|
|
68
|
-
}
|
|
69
|
-
/* ExtraBold digits */
|
|
70
|
-
@font-face {
|
|
71
|
-
font-family: "Geist";
|
|
72
|
-
src: url("/fonts/Geist-Mono-ExtraBold.woff2") format("woff2");
|
|
73
|
-
font-weight: 800;
|
|
74
|
-
font-style: normal;
|
|
75
|
-
unicode-range: U+0030-0039;
|
|
76
|
-
}
|
|
77
|
-
/* Light font */
|
|
78
|
-
@font-face {
|
|
79
|
-
font-family: "Geist";
|
|
80
|
-
src: url("/fonts/Geist-Light.otf") format("opentype");
|
|
81
|
-
font-weight: 300;
|
|
82
|
-
font-style: normal;
|
|
83
|
-
}
|
|
84
|
-
/* Light digits */
|
|
85
|
-
@font-face {
|
|
86
|
-
font-family: "Geist";
|
|
87
|
-
src: url("/fonts/Geist-Mono-Light.woff2") format("woff2");
|
|
88
|
-
font-weight: 300;
|
|
89
|
-
font-style: normal;
|
|
90
|
-
unicode-range: U+0030-0039;
|
|
91
|
-
}
|
|
92
|
-
/* ExtraLight font */
|
|
93
|
-
@font-face {
|
|
94
|
-
font-family: "Geist";
|
|
95
|
-
src: url("/fonts/Geist-ExtraLight.otf") format("opentype");
|
|
96
|
-
font-weight: 200;
|
|
97
|
-
font-style: normal;
|
|
98
|
-
}
|
|
99
|
-
/* ExtraLight digits */
|
|
100
|
-
@font-face {
|
|
101
|
-
font-family: "Geist";
|
|
102
|
-
src: url("/fonts/Geist-Mono-ExtraLight.woff2") format("woff2");
|
|
103
|
-
font-weight: 200;
|
|
104
|
-
font-style: normal;
|
|
105
|
-
unicode-range: U+0030-0039;
|
|
106
|
-
}
|
|
107
|
-
/* Medium font */
|
|
108
|
-
@font-face {
|
|
109
|
-
font-family: "Geist";
|
|
110
|
-
src: url("/fonts/Geist-Medium.otf") format("opentype");
|
|
111
|
-
font-weight: 500;
|
|
112
|
-
font-style: normal;
|
|
113
|
-
}
|
|
114
|
-
/* Medium digits */
|
|
115
|
-
@font-face {
|
|
116
|
-
font-family: "Geist";
|
|
117
|
-
src: url("/fonts/Geist-Mono-Medium.woff2") format("woff2");
|
|
118
|
-
font-weight: 500;
|
|
119
|
-
font-style: normal;
|
|
120
|
-
unicode-range: U+0030-0039;
|
|
121
|
-
}
|
|
122
|
-
/* Thin font */
|
|
123
|
-
@font-face {
|
|
124
|
-
font-family: "Geist";
|
|
125
|
-
src: url("/fonts/Geist-Thin.otf") format("opentype");
|
|
126
|
-
font-weight: 100;
|
|
4
|
+
src: url("./fonts/Geist-Variable.woff2") format("woff2");
|
|
5
|
+
font-weight: 100 900;
|
|
127
6
|
font-style: normal;
|
|
7
|
+
font-display: swap;
|
|
128
8
|
}
|
|
129
|
-
/* Thin digits */
|
|
130
9
|
@font-face {
|
|
131
10
|
font-family: "Geist";
|
|
132
|
-
src: url("
|
|
133
|
-
font-weight: 100;
|
|
11
|
+
src: url("./fonts/GeistMono-Variable.woff2") format("woff2");
|
|
12
|
+
font-weight: 100 900;
|
|
134
13
|
font-style: normal;
|
|
14
|
+
font-display: swap;
|
|
135
15
|
unicode-range: U+0030-0039;
|
|
136
16
|
}
|
|
137
17
|
.font-geist {
|
|
138
18
|
font-family: "Geist", sans-serif !important;
|
|
19
|
+
font-feature-settings: "liga" 1, "ss08" 1, "ss09" 1;
|
|
20
|
+
font-kerning: none;
|
|
139
21
|
}
|
|
140
22
|
|
|
141
23
|
@tailwind base;
|
package/dist/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../src/styles/_preamble.scss","../src/styles/settings/_icons.scss","../src/styles/settings/_scroll.scss","../src/styles/components/_progress-indicator.scss","../src/styles/components/_signature.scss"],"names":[],"mappings":"AAAQ;AAER;
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../src/styles/_preamble.scss","../src/styles/settings/_icons.scss","../src/styles/settings/_scroll.scss","../src/styles/components/_progress-indicator.scss","../src/styles/components/_signature.scss"],"names":[],"mappings":"AAAQ;AAER;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA,uBACE;EAGF;;;AAGF;AACA;AACA;AC3BA;EACE;EACA;EACA;EAMA;EACA;EACA;;AAGF;AAAA;AAEE;EACA;EACA;EACA;EACA;EACA;AAEA;EACA;EACA;;;AAgHE;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AA6GJ;EACE,SA9GE;;;AC5BR;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;;;ACrBJ;EACE;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;;AAIJ;EACE;EACA;EACA;;;AClBF;EACE","file":"index.css"}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|