spoko-design-system 1.8.0 → 1.8.1

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 CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.8.1](https://github.com/polo-blue/sds/compare/v1.8.0...v1.8.1) (2025-10-29)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **UnoCSS:** restore shortcuts functionality by re-enabling default extractors ([a9021a1](https://github.com/polo-blue/sds/commit/a9021a1c47cc1de0210d099bb9d9f61a6672228b))
6
+
1
7
  ## [1.8.0](https://github.com/polo-blue/sds/compare/v1.7.0...v1.8.0) (2025-10-29)
2
8
 
3
9
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoko-design-system",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "private": false,
5
5
  "main": "./index.ts",
6
6
  "module": "./index.ts",
@@ -165,8 +165,6 @@ export function createSdsConfig(customConfig: CustomConfig = {}) {
165
165
  // All peer selectors from the list (needed for floating labels)
166
166
  ...peerSelectorClasses,
167
167
  ],
168
- // Disable default extractors to prevent false positives from JavaScript code
169
- extractorDefault: false,
170
168
  // Optimized extractors for static Astro builds
171
169
  extractors: [
172
170
  {