@stackoverflow/stacks 1.6.4 → 1.6.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/css/stacks.css +147 -155
- package/dist/css/stacks.min.css +1 -1
- package/lib/css/components/activity-indicator.less +9 -5
- package/lib/css/components/avatars.less +14 -5
- package/lib/css/components/award-bling.less +2 -0
- package/lib/css/components/badges.less +25 -3
- package/lib/css/components/breadcrumbs.less +9 -5
- package/lib/css/components/button-groups.less +3 -0
- package/lib/css/components/buttons.less +27 -2
- package/lib/css/components/code-blocks.less +13 -0
- package/lib/css/components/empty-states.less +3 -3
- package/lib/css/components/expandable.less +60 -58
- package/lib/css/components/labels.less +14 -6
- package/lib/css/components/link-previews.less +19 -4
- package/lib/css/components/menu.less +4 -1
- package/lib/css/components/modals.less +5 -0
- package/lib/css/components/navigation.less +38 -46
- package/lib/css/components/notices.less +28 -7
- package/lib/css/components/pagination.less +2 -2
- package/lib/css/components/progress-bars.less +27 -5
- package/lib/css/components/prose.less +64 -23
- package/lib/css/components/sidebar-widgets.less +75 -67
- package/lib/css/components/spinner.less +21 -13
- package/lib/css/components/tags.less +21 -16
- package/lib/css/components/toggle-switches.less +12 -4
- package/lib/css/components/uploader.less +34 -16
- package/lib/css/components/user-cards.less +10 -1
- package/package.json +4 -4
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
&&__deleted {
|
|
20
20
|
--_uc-fc: var(--black-500);
|
|
21
21
|
}
|
|
22
|
+
|
|
22
23
|
&&__highlighted {
|
|
23
24
|
--_uc-bg: var(--theme-secondary-050);
|
|
24
25
|
--_uc-bar: var(--br-md);
|
|
@@ -34,12 +35,13 @@
|
|
|
34
35
|
--_uc-p: 0;
|
|
35
36
|
--_uc-info-ai: center;
|
|
36
37
|
--_uc-info-fd: row;
|
|
37
|
-
|
|
38
38
|
}
|
|
39
|
+
|
|
39
40
|
&&__full {
|
|
40
41
|
--_uc-ai: flex-start;
|
|
41
42
|
--_uc-link-fs: var(--fs-body2);
|
|
42
43
|
}
|
|
44
|
+
|
|
43
45
|
&&__minimal {
|
|
44
46
|
--_uc-link-ws: nowrap;
|
|
45
47
|
--_uc-rep-fc: var(--black-600);
|
|
@@ -52,6 +54,7 @@
|
|
|
52
54
|
font-size: var(--fs-caption);
|
|
53
55
|
color: var(--black-500);
|
|
54
56
|
}
|
|
57
|
+
|
|
55
58
|
& &--awards {
|
|
56
59
|
li {
|
|
57
60
|
font-size: var(--fs-caption);
|
|
@@ -62,6 +65,7 @@
|
|
|
62
65
|
display: flex;
|
|
63
66
|
gap: var(--su6);
|
|
64
67
|
}
|
|
68
|
+
|
|
65
69
|
& &--info {
|
|
66
70
|
align-items: var(--_uc-info-ai);
|
|
67
71
|
flex-direction: var(--_uc-info-fd);
|
|
@@ -69,6 +73,7 @@
|
|
|
69
73
|
display: flex;
|
|
70
74
|
gap: var(--su4);
|
|
71
75
|
}
|
|
76
|
+
|
|
72
77
|
& &--link {
|
|
73
78
|
font-size: var(--_uc-link-fs);
|
|
74
79
|
white-space: var(--_uc-link-ws);
|
|
@@ -78,16 +83,19 @@
|
|
|
78
83
|
min-width: 0; // Allow things to wrap
|
|
79
84
|
overflow-wrap: break-word;
|
|
80
85
|
}
|
|
86
|
+
|
|
81
87
|
& &--rep {
|
|
82
88
|
color: var(--_uc-rep-fc);
|
|
83
89
|
|
|
84
90
|
font-weight: 700;
|
|
85
91
|
}
|
|
92
|
+
|
|
86
93
|
& &--tags {
|
|
87
94
|
align-items: center;
|
|
88
95
|
min-width: 0; // Allow things to wrap
|
|
89
96
|
flex-wrap: wrap;
|
|
90
97
|
}
|
|
98
|
+
|
|
91
99
|
& &--time {
|
|
92
100
|
color: var(--_uc-time-fc);
|
|
93
101
|
white-space: var(--_uc-time-ws);
|
|
@@ -96,6 +104,7 @@
|
|
|
96
104
|
grid-column: ~"1 / 3";
|
|
97
105
|
grid-row: ~"1 / 2";
|
|
98
106
|
}
|
|
107
|
+
|
|
99
108
|
& &--type {
|
|
100
109
|
a {
|
|
101
110
|
color: inherit;
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/StackExchange/Stacks.git"
|
|
7
7
|
},
|
|
8
|
-
"version": "1.6.
|
|
8
|
+
"version": "1.6.6",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
11
11
|
"lib"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@stackoverflow/stacks-editor": "^0.8.2",
|
|
42
42
|
"@stackoverflow/stacks-icons": "^3.1.0",
|
|
43
43
|
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
|
44
|
-
"@typescript-eslint/parser": "^5.
|
|
44
|
+
"@typescript-eslint/parser": "^5.46.0",
|
|
45
45
|
"backstopjs": "^6.1.4",
|
|
46
46
|
"concurrently": "^7.5.0",
|
|
47
47
|
"css-loader": "^6.7.2",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"eleventy-plugin-nesting-toc": "^1.3.0",
|
|
52
52
|
"eslint": "^8.29.0",
|
|
53
53
|
"eslint-config-prettier": "^8.5.0",
|
|
54
|
-
"eslint-plugin-no-unsanitized": "^4.0.
|
|
54
|
+
"eslint-plugin-no-unsanitized": "^4.0.2",
|
|
55
55
|
"jquery": "^3.6.1",
|
|
56
56
|
"less-loader": "^11.1.0",
|
|
57
57
|
"list.js": "^2.3.1",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"stylelint-config-recommended": "^9.0.0",
|
|
65
65
|
"stylelint-config-standard": "^29.0.0",
|
|
66
66
|
"terser-webpack-plugin": "^5.3.6",
|
|
67
|
-
"ts-loader": "^9.4.
|
|
67
|
+
"ts-loader": "^9.4.2",
|
|
68
68
|
"typescript": "^4.9.3",
|
|
69
69
|
"webpack": "^5.75.0",
|
|
70
70
|
"webpack-cli": "^5.0.0",
|