@monospaced/set-core 0.2.0 → 0.4.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/types.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  export type SetAlign = "start" | "center" | "end";
2
2
  export type SetInlineSize = "full" | "fit";
3
- export type SetStatusTone = "info" | "success" | "warning" | "error";
4
3
  export type SetControlSize = "sm" | "md";
5
4
  export type SetHeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
6
5
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;AAClD,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,KAAK,CAAC;AAC3C,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;AACrE,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,IAAI,CAAC;AACzC,MAAM,MAAM,eAAe,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;AAClD,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,KAAK,CAAC;AAC3C,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,IAAI,CAAC;AACzC,MAAM,MAAM,eAAe,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monospaced/set-core",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "description": "SSR-first component library for Set. Native HTML output via custom elements, with a co-located CSS contract.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,9 +35,9 @@
35
35
  "typescript": "^5.9.3",
36
36
  "vite": "^7.3.2",
37
37
  "vitest": "^4.1.6",
38
- "@monospaced/set-config": "0.2.0",
39
- "@monospaced/set-system": "0.2.0",
40
- "@monospaced/set-markdown": "0.2.0"
38
+ "@monospaced/set-config": "0.4.0",
39
+ "@monospaced/set-markdown": "0.4.0",
40
+ "@monospaced/set-system": "0.4.0"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "vite build && pnpm run build:types",