@bamboocss/types 1.13.1 → 1.13.2

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.
@@ -5,6 +5,14 @@ import type { CssProperties } from './system-types'
5
5
  * Shadowed export (in CLI): DO NOT REMOVE
6
6
  * -----------------------------------------------------------------------------*/
7
7
 
8
+ /**
9
+ * Empty on purpose, and unreferenced on purpose. A generated project never sees this file:
10
+ * the CLI emits its own `styled-system/types/prop-type.d.ts` declaring `UtilityValues` and a
11
+ * `PropertyValue` resolved against it. This copy is what ships in the `@bamboocss/types`
12
+ * bundle, so nothing in this repo can consume it and knip cannot tell it apart from dead code.
13
+ *
14
+ * @public
15
+ */
8
16
  export interface PropertyTypes {}
9
17
 
10
18
  export type PropertyValue<K extends string> = K extends keyof PropertyTypes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bamboocss/types",
3
- "version": "1.13.1",
3
+ "version": "1.13.2",
4
4
  "description": "The types for css bamboo",
5
5
  "homepage": "https://bamboocss.com",
6
6
  "license": "MIT",
@@ -32,7 +32,7 @@
32
32
  "ncp": "2.0.0",
33
33
  "pkg-types": "2.3.0",
34
34
  "ts-morph": "28.0.0",
35
- "@bamboocss/extractor": "1.13.1"
35
+ "@bamboocss/extractor": "1.13.2"
36
36
  },
37
37
  "scripts": {
38
38
  "dev": "tsx scripts/watch.ts",