@triptease/stylesheet 1.4.5 → 1.4.6
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/base.css +1 -1
- package/dist/blocks.css +36 -54
- package/dist/compositions.css +1 -1
- package/dist/exceptions.css +1 -1
- package/dist/triptease.css +36 -54
- package/dist/utilities.css +1 -1
- package/package.json +1 -1
package/dist/base.css
CHANGED
package/dist/blocks.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @triptease/stylesheet v1.4.
|
|
2
|
+
* @triptease/stylesheet v1.4.6
|
|
3
3
|
*/
|
|
4
4
|
/*
|
|
5
5
|
Suppress "invalid at-rule" warnings: @import-glob is a build-time feature
|
|
@@ -9,66 +9,48 @@
|
|
|
9
9
|
/* noinspection CssInvalidAtRule */
|
|
10
10
|
|
|
11
11
|
@layer blocks {
|
|
12
|
-
|
|
13
|
-
@property --badge-bg-color {
|
|
14
|
-
syntax: '<color>';
|
|
15
|
-
inherits: true;
|
|
16
|
-
initial-value: transparent;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
@property --badge-border-color {
|
|
20
|
-
syntax: '<color>';
|
|
21
|
-
inherits: true;
|
|
22
|
-
initial-value: transparent;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
12
|
.badge {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
width: -moz-fit-content;
|
|
39
|
-
width: fit-content;
|
|
40
|
-
height: -moz-fit-content;
|
|
41
|
-
height: fit-content;
|
|
13
|
+
display: inline-block;
|
|
14
|
+
width: -moz-fit-content;
|
|
15
|
+
width: fit-content;
|
|
16
|
+
height: -moz-fit-content;
|
|
17
|
+
height: fit-content;
|
|
18
|
+
border-radius: var(--border-radius-50);
|
|
19
|
+
padding: 0 var(--space-scale-1);
|
|
20
|
+
font-weight: var(--font-weight-normal);
|
|
21
|
+
font-size: var(--font-size-200);
|
|
22
|
+
line-height: var(--font-line-height-200);
|
|
23
|
+
background-color: var(--color-surface-300);
|
|
24
|
+
color: var(--color-text-400);
|
|
42
25
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
26
|
+
&[data-theme='subtle'] {
|
|
27
|
+
background-color: var(--color-surface-200);
|
|
28
|
+
}
|
|
47
29
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
30
|
+
&[data-theme='danger'] {
|
|
31
|
+
background-color: var(--color-alert-subtle);
|
|
32
|
+
color: var(--color-alert-strong);
|
|
33
|
+
}
|
|
52
34
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
35
|
+
&[data-theme='success'] {
|
|
36
|
+
background-color: var(--color-success-subtle);
|
|
37
|
+
color: var(--color-success-strong);
|
|
38
|
+
}
|
|
57
39
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
40
|
+
&[data-theme='warning'] {
|
|
41
|
+
background-color: var(--color-warning-subtle);
|
|
42
|
+
color: var(--color-warning-strong);
|
|
43
|
+
}
|
|
62
44
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
45
|
+
&[data-theme='info'] {
|
|
46
|
+
background-color: var(--color-info-subtle);
|
|
47
|
+
color: var(--color-info-strong);
|
|
48
|
+
}
|
|
67
49
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
50
|
+
&[data-theme='primary'] {
|
|
51
|
+
background-color: var(--color-primary-100);
|
|
52
|
+
color: var(--color-primary-400);
|
|
53
|
+
}
|
|
72
54
|
}
|
|
73
55
|
}
|
|
74
56
|
|
package/dist/compositions.css
CHANGED
package/dist/exceptions.css
CHANGED
package/dist/triptease.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @triptease/stylesheet v1.4.
|
|
2
|
+
* @triptease/stylesheet v1.4.6
|
|
3
3
|
*/
|
|
4
4
|
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500') layer(base);
|
|
5
5
|
@import url('https://fonts.googleapis.com/css?family=Inter:300,500,600,700') layer(base);
|
|
@@ -1191,66 +1191,48 @@ body {
|
|
|
1191
1191
|
}
|
|
1192
1192
|
/* noinspection CssInvalidAtRule */
|
|
1193
1193
|
@layer blocks{
|
|
1194
|
-
|
|
1195
|
-
@property --badge-bg-color {
|
|
1196
|
-
syntax: '<color>';
|
|
1197
|
-
inherits: true;
|
|
1198
|
-
initial-value: transparent;
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1201
|
-
@property --badge-border-color {
|
|
1202
|
-
syntax: '<color>';
|
|
1203
|
-
inherits: true;
|
|
1204
|
-
initial-value: transparent;
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
1194
|
.badge {
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
width: -moz-fit-content;
|
|
1221
|
-
width: fit-content;
|
|
1222
|
-
height: -moz-fit-content;
|
|
1223
|
-
height: fit-content;
|
|
1195
|
+
display: inline-block;
|
|
1196
|
+
width: -moz-fit-content;
|
|
1197
|
+
width: fit-content;
|
|
1198
|
+
height: -moz-fit-content;
|
|
1199
|
+
height: fit-content;
|
|
1200
|
+
border-radius: var(--border-radius-50);
|
|
1201
|
+
padding: 0 var(--space-scale-1);
|
|
1202
|
+
font-weight: var(--font-weight-normal);
|
|
1203
|
+
font-size: var(--font-size-200);
|
|
1204
|
+
line-height: var(--font-line-height-200);
|
|
1205
|
+
background-color: var(--color-surface-300);
|
|
1206
|
+
color: var(--color-text-400);
|
|
1224
1207
|
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
}
|
|
1208
|
+
&[data-theme='subtle'] {
|
|
1209
|
+
background-color: var(--color-surface-200);
|
|
1210
|
+
}
|
|
1229
1211
|
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1212
|
+
&[data-theme='danger'] {
|
|
1213
|
+
background-color: var(--color-alert-subtle);
|
|
1214
|
+
color: var(--color-alert-strong);
|
|
1215
|
+
}
|
|
1234
1216
|
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1217
|
+
&[data-theme='success'] {
|
|
1218
|
+
background-color: var(--color-success-subtle);
|
|
1219
|
+
color: var(--color-success-strong);
|
|
1220
|
+
}
|
|
1239
1221
|
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1222
|
+
&[data-theme='warning'] {
|
|
1223
|
+
background-color: var(--color-warning-subtle);
|
|
1224
|
+
color: var(--color-warning-strong);
|
|
1225
|
+
}
|
|
1244
1226
|
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1227
|
+
&[data-theme='info'] {
|
|
1228
|
+
background-color: var(--color-info-subtle);
|
|
1229
|
+
color: var(--color-info-strong);
|
|
1230
|
+
}
|
|
1249
1231
|
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1232
|
+
&[data-theme='primary'] {
|
|
1233
|
+
background-color: var(--color-primary-100);
|
|
1234
|
+
color: var(--color-primary-400);
|
|
1235
|
+
}
|
|
1254
1236
|
}
|
|
1255
1237
|
}
|
|
1256
1238
|
@layer blocks{
|
package/dist/utilities.css
CHANGED