@bamboocss/types 1.54.0 → 1.54.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.
Files changed (2) hide show
  1. package/dist/config.d.ts +10 -0
  2. package/package.json +2 -2
package/dist/config.d.ts CHANGED
@@ -350,6 +350,16 @@ interface CssgenOptions {
350
350
  * @default false
351
351
  */
352
352
  minify?: boolean
353
+ /**
354
+ * Whether the stylesheet carries the 🎋 in its `--made-with-bamboo` declaration on `:root`.
355
+ *
356
+ * `false` keeps the declaration and drops the emoji from its value. The declaration itself
357
+ * stays because the Vite plugin recognises its stylesheet by that property once a bundler
358
+ * has minified and merged it with other css.
359
+ *
360
+ * @default true
361
+ */
362
+ watermark?: boolean
353
363
  /**
354
364
  * What to drop from the generated stylesheet. See `PruneOptions`.
355
365
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bamboocss/types",
3
- "version": "1.54.0",
3
+ "version": "1.54.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.54.0"
35
+ "@bamboocss/extractor": "1.54.2"
36
36
  },
37
37
  "scripts": {
38
38
  "dev": "tsx scripts/watch.ts",