@stackoverflow/stacks 2.5.8 → 2.7.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/css/stacks.css +91 -65
- package/dist/css/stacks.min.css +1 -1
- package/dist/js/stacks.js +2 -5
- package/lib/components/badge/badge.less +269 -258
- package/lib/components/button/button.less +35 -5
- package/lib/components/expandable/expandable.ts +238 -238
- package/lib/components/input_textarea/input_textarea.less +150 -150
- package/lib/components/link/link.less +136 -136
- package/lib/components/pagination/pagination.less +77 -65
- package/lib/components/sidebar-widget/sidebar-widget.less +34 -73
- package/lib/components/table/table.less +309 -307
- package/lib/components/uploader/uploader.ts +207 -207
- package/lib/exports/color-sets.less +711 -711
- package/lib/exports/color.less +65 -65
- package/lib/stacks.ts +113 -113
- package/lib/test/a11y-test-utils.ts +94 -94
- package/lib/test/test-utils.ts +364 -364
- package/package.json +12 -12
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": "2.
|
|
8
|
+
"version": "2.7.0",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
11
11
|
"lib",
|
|
@@ -44,19 +44,18 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@11ty/eleventy": "^2.0.1",
|
|
47
|
+
"@eslint/js": "^9.14.0",
|
|
47
48
|
"@highlightjs/cdn-assets": "^11.10.0",
|
|
48
49
|
"@open-wc/testing": "^4.0.0",
|
|
49
50
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
50
|
-
"@rollup/plugin-replace": "^
|
|
51
|
+
"@rollup/plugin-replace": "^6.0.2",
|
|
51
52
|
"@stackoverflow/stacks-editor": "^0.10.7",
|
|
52
53
|
"@stackoverflow/stacks-icons": "^6.0.2",
|
|
53
54
|
"@testing-library/dom": "^10.4.0",
|
|
54
55
|
"@testing-library/user-event": "^14.5.2",
|
|
55
56
|
"@types/cssbeautify": "^0.3.5",
|
|
56
57
|
"@types/less": "^3.0.6",
|
|
57
|
-
"@types/mocha": "^10.0.
|
|
58
|
-
"@typescript-eslint/eslint-plugin": "^7.17.0",
|
|
59
|
-
"@typescript-eslint/parser": "^7.18.0",
|
|
58
|
+
"@types/mocha": "^10.0.10",
|
|
60
59
|
"@web/dev-server-esbuild": "^1.0.2",
|
|
61
60
|
"@web/dev-server-rollup": "^0.6.4",
|
|
62
61
|
"@web/test-runner": "^0.19.0",
|
|
@@ -64,33 +63,34 @@
|
|
|
64
63
|
"@web/test-runner-visual-regression": "^0.10.0",
|
|
65
64
|
"apca-check": "^0.1.1",
|
|
66
65
|
"colorjs.io": "^0.5.2",
|
|
67
|
-
"concurrently": "^9.0
|
|
66
|
+
"concurrently": "^9.1.0",
|
|
68
67
|
"css-loader": "^7.1.2",
|
|
69
68
|
"cssbeautify": "^0.3.1",
|
|
70
69
|
"cssnano": "^7.0.6",
|
|
71
70
|
"docsearch.js": "^2.6.3",
|
|
72
71
|
"eleventy-plugin-highlightjs": "^1.1.0",
|
|
73
72
|
"eleventy-plugin-nesting-toc": "^1.3.0",
|
|
74
|
-
"eslint": "^
|
|
73
|
+
"eslint": "^9.16.0",
|
|
75
74
|
"eslint-config-prettier": "^9.1.0",
|
|
76
75
|
"eslint-plugin-no-unsanitized": "^4.1.2",
|
|
77
76
|
"jquery": "^3.7.1",
|
|
78
77
|
"less-loader": "^12.2.0",
|
|
79
78
|
"list.js": "^2.3.1",
|
|
80
79
|
"markdown-it": "^14.1.0",
|
|
81
|
-
"mini-css-extract-plugin": "^2.9.
|
|
80
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
82
81
|
"postcss-less": "^6.0.0",
|
|
83
82
|
"postcss-loader": "^8.1.1",
|
|
84
83
|
"prettier": "^3.3.3",
|
|
85
84
|
"rollup-plugin-postcss": "^4.0.2",
|
|
86
|
-
"stylelint": "^16.
|
|
85
|
+
"stylelint": "^16.12.0",
|
|
87
86
|
"stylelint-config-recommended": "^14.0.1",
|
|
88
87
|
"stylelint-config-standard": "^36.0.1",
|
|
89
88
|
"terser-webpack-plugin": "^5.3.10",
|
|
90
89
|
"ts-loader": "^9.5.1",
|
|
91
|
-
"typescript": "^5.
|
|
92
|
-
"
|
|
93
|
-
"
|
|
90
|
+
"typescript": "^5.7.2",
|
|
91
|
+
"typescript-eslint": "^8.18.2",
|
|
92
|
+
"vitest": "^2.1.6",
|
|
93
|
+
"webpack": "^5.96.1",
|
|
94
94
|
"webpack-cli": "^5.1.4",
|
|
95
95
|
"webpack-merge": "^6.0.1"
|
|
96
96
|
},
|