@tapizlabs/ui 0.1.6 → 0.2.3
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/CHANGELOG.md +16 -16
- package/LICENSE +21 -21
- package/README.md +358 -358
- package/dist/fonts.css +161 -161
- package/dist/fonts.js.map +1 -1
- package/dist/index.d.ts +881 -30
- package/dist/index.js +1685 -160
- package/dist/index.js.map +1 -1
- package/dist/tailwind-theme.css +113 -113
- package/dist/theme.css +418 -772
- package/package.json +5 -5
- package/FRAMEWORK_BOUNDARY.md +0 -47
package/dist/fonts.css
CHANGED
|
@@ -1,161 +1,161 @@
|
|
|
1
|
-
/* IBM Plex Sans */
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: "IBM Plex Sans";
|
|
4
|
-
font-style: normal;
|
|
5
|
-
font-display: swap;
|
|
6
|
-
font-weight: 400;
|
|
7
|
-
src:
|
|
8
|
-
url("./files/ibm-plex-sans-latin-400-normal.woff2") format("woff2"),
|
|
9
|
-
url("./files/ibm-plex-sans-latin-400-normal.woff") format("woff");
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
@font-face {
|
|
13
|
-
font-family: "IBM Plex Sans";
|
|
14
|
-
font-style: italic;
|
|
15
|
-
font-display: swap;
|
|
16
|
-
font-weight: 400;
|
|
17
|
-
src:
|
|
18
|
-
url("./files/ibm-plex-sans-latin-400-italic.woff2") format("woff2"),
|
|
19
|
-
url("./files/ibm-plex-sans-latin-400-italic.woff") format("woff");
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
@font-face {
|
|
23
|
-
font-family: "IBM Plex Sans";
|
|
24
|
-
font-style: normal;
|
|
25
|
-
font-display: swap;
|
|
26
|
-
font-weight: 500;
|
|
27
|
-
src:
|
|
28
|
-
url("./files/ibm-plex-sans-latin-500-normal.woff2") format("woff2"),
|
|
29
|
-
url("./files/ibm-plex-sans-latin-500-normal.woff") format("woff");
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
@font-face {
|
|
33
|
-
font-family: "IBM Plex Sans";
|
|
34
|
-
font-style: normal;
|
|
35
|
-
font-display: swap;
|
|
36
|
-
font-weight: 600;
|
|
37
|
-
src:
|
|
38
|
-
url("./files/ibm-plex-sans-latin-600-normal.woff2") format("woff2"),
|
|
39
|
-
url("./files/ibm-plex-sans-latin-600-normal.woff") format("woff");
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
@font-face {
|
|
43
|
-
font-family: "IBM Plex Sans";
|
|
44
|
-
font-style: normal;
|
|
45
|
-
font-display: swap;
|
|
46
|
-
font-weight: 700;
|
|
47
|
-
src:
|
|
48
|
-
url("./files/ibm-plex-sans-latin-700-normal.woff2") format("woff2"),
|
|
49
|
-
url("./files/ibm-plex-sans-latin-700-normal.woff") format("woff");
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
@font-face {
|
|
53
|
-
font-family: "IBM Plex Sans";
|
|
54
|
-
font-style: normal;
|
|
55
|
-
font-display: swap;
|
|
56
|
-
font-weight: 400;
|
|
57
|
-
src:
|
|
58
|
-
url("./files/ibm-plex-sans-cyrillic-400-normal.woff2") format("woff2"),
|
|
59
|
-
url("./files/ibm-plex-sans-cyrillic-400-normal.woff") format("woff");
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
@font-face {
|
|
63
|
-
font-family: "IBM Plex Sans";
|
|
64
|
-
font-style: normal;
|
|
65
|
-
font-display: swap;
|
|
66
|
-
font-weight: 500;
|
|
67
|
-
src:
|
|
68
|
-
url("./files/ibm-plex-sans-cyrillic-500-normal.woff2") format("woff2"),
|
|
69
|
-
url("./files/ibm-plex-sans-cyrillic-500-normal.woff") format("woff");
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
@font-face {
|
|
73
|
-
font-family: "IBM Plex Sans";
|
|
74
|
-
font-style: normal;
|
|
75
|
-
font-display: swap;
|
|
76
|
-
font-weight: 600;
|
|
77
|
-
src:
|
|
78
|
-
url("./files/ibm-plex-sans-cyrillic-600-normal.woff2") format("woff2"),
|
|
79
|
-
url("./files/ibm-plex-sans-cyrillic-600-normal.woff") format("woff");
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
@font-face {
|
|
83
|
-
font-family: "IBM Plex Sans";
|
|
84
|
-
font-style: normal;
|
|
85
|
-
font-display: swap;
|
|
86
|
-
font-weight: 700;
|
|
87
|
-
src:
|
|
88
|
-
url("./files/ibm-plex-sans-cyrillic-700-normal.woff2") format("woff2"),
|
|
89
|
-
url("./files/ibm-plex-sans-cyrillic-700-normal.woff") format("woff");
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
/* IBM Plex Mono */
|
|
93
|
-
@font-face {
|
|
94
|
-
font-family: "IBM Plex Mono";
|
|
95
|
-
font-style: normal;
|
|
96
|
-
font-display: swap;
|
|
97
|
-
font-weight: 400;
|
|
98
|
-
src:
|
|
99
|
-
url("./files/ibm-plex-mono-latin-400-normal.woff2") format("woff2"),
|
|
100
|
-
url("./files/ibm-plex-mono-latin-400-normal.woff") format("woff");
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
@font-face {
|
|
104
|
-
font-family: "IBM Plex Mono";
|
|
105
|
-
font-style: italic;
|
|
106
|
-
font-display: swap;
|
|
107
|
-
font-weight: 400;
|
|
108
|
-
src:
|
|
109
|
-
url("./files/ibm-plex-mono-latin-400-italic.woff2") format("woff2"),
|
|
110
|
-
url("./files/ibm-plex-mono-latin-400-italic.woff") format("woff");
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
@font-face {
|
|
114
|
-
font-family: "IBM Plex Mono";
|
|
115
|
-
font-style: normal;
|
|
116
|
-
font-display: swap;
|
|
117
|
-
font-weight: 500;
|
|
118
|
-
src:
|
|
119
|
-
url("./files/ibm-plex-mono-latin-500-normal.woff2") format("woff2"),
|
|
120
|
-
url("./files/ibm-plex-mono-latin-500-normal.woff") format("woff");
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
@font-face {
|
|
124
|
-
font-family: "IBM Plex Mono";
|
|
125
|
-
font-style: normal;
|
|
126
|
-
font-display: swap;
|
|
127
|
-
font-weight: 600;
|
|
128
|
-
src:
|
|
129
|
-
url("./files/ibm-plex-mono-latin-600-normal.woff2") format("woff2"),
|
|
130
|
-
url("./files/ibm-plex-mono-latin-600-normal.woff") format("woff");
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
@font-face {
|
|
134
|
-
font-family: "IBM Plex Mono";
|
|
135
|
-
font-style: normal;
|
|
136
|
-
font-display: swap;
|
|
137
|
-
font-weight: 400;
|
|
138
|
-
src:
|
|
139
|
-
url("./files/ibm-plex-mono-latin-ext-400-normal.woff2") format("woff2"),
|
|
140
|
-
url("./files/ibm-plex-mono-latin-ext-400-normal.woff") format("woff");
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
@font-face {
|
|
144
|
-
font-family: "IBM Plex Mono";
|
|
145
|
-
font-style: normal;
|
|
146
|
-
font-display: swap;
|
|
147
|
-
font-weight: 500;
|
|
148
|
-
src:
|
|
149
|
-
url("./files/ibm-plex-mono-latin-ext-500-normal.woff2") format("woff2"),
|
|
150
|
-
url("./files/ibm-plex-mono-latin-ext-500-normal.woff") format("woff");
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
@font-face {
|
|
154
|
-
font-family: "IBM Plex Mono";
|
|
155
|
-
font-style: normal;
|
|
156
|
-
font-display: swap;
|
|
157
|
-
font-weight: 600;
|
|
158
|
-
src:
|
|
159
|
-
url("./files/ibm-plex-mono-latin-ext-600-normal.woff2") format("woff2"),
|
|
160
|
-
url("./files/ibm-plex-mono-latin-ext-600-normal.woff") format("woff");
|
|
161
|
-
}
|
|
1
|
+
/* IBM Plex Sans */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: "IBM Plex Sans";
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src:
|
|
8
|
+
url("./files/ibm-plex-sans-latin-400-normal.woff2") format("woff2"),
|
|
9
|
+
url("./files/ibm-plex-sans-latin-400-normal.woff") format("woff");
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
@font-face {
|
|
13
|
+
font-family: "IBM Plex Sans";
|
|
14
|
+
font-style: italic;
|
|
15
|
+
font-display: swap;
|
|
16
|
+
font-weight: 400;
|
|
17
|
+
src:
|
|
18
|
+
url("./files/ibm-plex-sans-latin-400-italic.woff2") format("woff2"),
|
|
19
|
+
url("./files/ibm-plex-sans-latin-400-italic.woff") format("woff");
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: "IBM Plex Sans";
|
|
24
|
+
font-style: normal;
|
|
25
|
+
font-display: swap;
|
|
26
|
+
font-weight: 500;
|
|
27
|
+
src:
|
|
28
|
+
url("./files/ibm-plex-sans-latin-500-normal.woff2") format("woff2"),
|
|
29
|
+
url("./files/ibm-plex-sans-latin-500-normal.woff") format("woff");
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
@font-face {
|
|
33
|
+
font-family: "IBM Plex Sans";
|
|
34
|
+
font-style: normal;
|
|
35
|
+
font-display: swap;
|
|
36
|
+
font-weight: 600;
|
|
37
|
+
src:
|
|
38
|
+
url("./files/ibm-plex-sans-latin-600-normal.woff2") format("woff2"),
|
|
39
|
+
url("./files/ibm-plex-sans-latin-600-normal.woff") format("woff");
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
@font-face {
|
|
43
|
+
font-family: "IBM Plex Sans";
|
|
44
|
+
font-style: normal;
|
|
45
|
+
font-display: swap;
|
|
46
|
+
font-weight: 700;
|
|
47
|
+
src:
|
|
48
|
+
url("./files/ibm-plex-sans-latin-700-normal.woff2") format("woff2"),
|
|
49
|
+
url("./files/ibm-plex-sans-latin-700-normal.woff") format("woff");
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
@font-face {
|
|
53
|
+
font-family: "IBM Plex Sans";
|
|
54
|
+
font-style: normal;
|
|
55
|
+
font-display: swap;
|
|
56
|
+
font-weight: 400;
|
|
57
|
+
src:
|
|
58
|
+
url("./files/ibm-plex-sans-cyrillic-400-normal.woff2") format("woff2"),
|
|
59
|
+
url("./files/ibm-plex-sans-cyrillic-400-normal.woff") format("woff");
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
@font-face {
|
|
63
|
+
font-family: "IBM Plex Sans";
|
|
64
|
+
font-style: normal;
|
|
65
|
+
font-display: swap;
|
|
66
|
+
font-weight: 500;
|
|
67
|
+
src:
|
|
68
|
+
url("./files/ibm-plex-sans-cyrillic-500-normal.woff2") format("woff2"),
|
|
69
|
+
url("./files/ibm-plex-sans-cyrillic-500-normal.woff") format("woff");
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
@font-face {
|
|
73
|
+
font-family: "IBM Plex Sans";
|
|
74
|
+
font-style: normal;
|
|
75
|
+
font-display: swap;
|
|
76
|
+
font-weight: 600;
|
|
77
|
+
src:
|
|
78
|
+
url("./files/ibm-plex-sans-cyrillic-600-normal.woff2") format("woff2"),
|
|
79
|
+
url("./files/ibm-plex-sans-cyrillic-600-normal.woff") format("woff");
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@font-face {
|
|
83
|
+
font-family: "IBM Plex Sans";
|
|
84
|
+
font-style: normal;
|
|
85
|
+
font-display: swap;
|
|
86
|
+
font-weight: 700;
|
|
87
|
+
src:
|
|
88
|
+
url("./files/ibm-plex-sans-cyrillic-700-normal.woff2") format("woff2"),
|
|
89
|
+
url("./files/ibm-plex-sans-cyrillic-700-normal.woff") format("woff");
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
/* IBM Plex Mono */
|
|
93
|
+
@font-face {
|
|
94
|
+
font-family: "IBM Plex Mono";
|
|
95
|
+
font-style: normal;
|
|
96
|
+
font-display: swap;
|
|
97
|
+
font-weight: 400;
|
|
98
|
+
src:
|
|
99
|
+
url("./files/ibm-plex-mono-latin-400-normal.woff2") format("woff2"),
|
|
100
|
+
url("./files/ibm-plex-mono-latin-400-normal.woff") format("woff");
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
@font-face {
|
|
104
|
+
font-family: "IBM Plex Mono";
|
|
105
|
+
font-style: italic;
|
|
106
|
+
font-display: swap;
|
|
107
|
+
font-weight: 400;
|
|
108
|
+
src:
|
|
109
|
+
url("./files/ibm-plex-mono-latin-400-italic.woff2") format("woff2"),
|
|
110
|
+
url("./files/ibm-plex-mono-latin-400-italic.woff") format("woff");
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
@font-face {
|
|
114
|
+
font-family: "IBM Plex Mono";
|
|
115
|
+
font-style: normal;
|
|
116
|
+
font-display: swap;
|
|
117
|
+
font-weight: 500;
|
|
118
|
+
src:
|
|
119
|
+
url("./files/ibm-plex-mono-latin-500-normal.woff2") format("woff2"),
|
|
120
|
+
url("./files/ibm-plex-mono-latin-500-normal.woff") format("woff");
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
@font-face {
|
|
124
|
+
font-family: "IBM Plex Mono";
|
|
125
|
+
font-style: normal;
|
|
126
|
+
font-display: swap;
|
|
127
|
+
font-weight: 600;
|
|
128
|
+
src:
|
|
129
|
+
url("./files/ibm-plex-mono-latin-600-normal.woff2") format("woff2"),
|
|
130
|
+
url("./files/ibm-plex-mono-latin-600-normal.woff") format("woff");
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
@font-face {
|
|
134
|
+
font-family: "IBM Plex Mono";
|
|
135
|
+
font-style: normal;
|
|
136
|
+
font-display: swap;
|
|
137
|
+
font-weight: 400;
|
|
138
|
+
src:
|
|
139
|
+
url("./files/ibm-plex-mono-latin-ext-400-normal.woff2") format("woff2"),
|
|
140
|
+
url("./files/ibm-plex-mono-latin-ext-400-normal.woff") format("woff");
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
@font-face {
|
|
144
|
+
font-family: "IBM Plex Mono";
|
|
145
|
+
font-style: normal;
|
|
146
|
+
font-display: swap;
|
|
147
|
+
font-weight: 500;
|
|
148
|
+
src:
|
|
149
|
+
url("./files/ibm-plex-mono-latin-ext-500-normal.woff2") format("woff2"),
|
|
150
|
+
url("./files/ibm-plex-mono-latin-ext-500-normal.woff") format("woff");
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
@font-face {
|
|
154
|
+
font-family: "IBM Plex Mono";
|
|
155
|
+
font-style: normal;
|
|
156
|
+
font-display: swap;
|
|
157
|
+
font-weight: 600;
|
|
158
|
+
src:
|
|
159
|
+
url("./files/ibm-plex-mono-latin-ext-600-normal.woff2") format("woff2"),
|
|
160
|
+
url("./files/ibm-plex-mono-latin-ext-600-normal.woff") format("woff");
|
|
161
|
+
}
|
package/dist/fonts.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/fonts.ts"],"sourcesContent":["import \"./fonts.css\";\n"],"mappings":";AAAA,OAAO;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/fonts.ts"],"sourcesContent":["import \"./fonts.css\";\r\n"],"mappings":";AAAA,OAAO;","names":[]}
|