@bamboocss/parser 1.43.1 → 1.44.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/dist/index.d.cts CHANGED
@@ -73,9 +73,9 @@ declare class Generator extends Context {
73
73
  * deletes the `@keyframes` out from under a declaration that ships. Every caller that
74
74
  * prunes both hands it over.
75
75
  *
76
- * Omitting it falls back to what `prune.tokens` implies. Under `off` that is `'all'`: no
76
+ * Omitting it falls back to what `prune.tokens` implies. Under `false` that is `'all'`: no
77
77
  * token declaration is removable, so each one ships and keeps the keyframe it names —
78
- * and `off` is precisely the setting chosen because something outside the stylesheet
78
+ * and `false` is precisely the setting chosen because something outside the stylesheet
79
79
  * reads them. Otherwise it is the css alone, which is what a caller running this pass
80
80
  * without the other one is asking for.
81
81
  */
package/dist/index.d.mts CHANGED
@@ -73,9 +73,9 @@ declare class Generator extends Context {
73
73
  * deletes the `@keyframes` out from under a declaration that ships. Every caller that
74
74
  * prunes both hands it over.
75
75
  *
76
- * Omitting it falls back to what `prune.tokens` implies. Under `off` that is `'all'`: no
76
+ * Omitting it falls back to what `prune.tokens` implies. Under `false` that is `'all'`: no
77
77
  * token declaration is removable, so each one ships and keeps the keyframe it names —
78
- * and `off` is precisely the setting chosen because something outside the stylesheet
78
+ * and `false` is precisely the setting chosen because something outside the stylesheet
79
79
  * reads them. Otherwise it is the css alone, which is what a caller running this pass
80
80
  * without the other one is asking for.
81
81
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bamboocss/parser",
3
- "version": "1.43.1",
3
+ "version": "1.44.1",
4
4
  "description": "The static parser for bamboo css",
5
5
  "homepage": "https://bamboocss.com",
6
6
  "license": "MIT",
@@ -34,17 +34,17 @@
34
34
  "dependencies": {
35
35
  "ts-morph": "28.0.0",
36
36
  "ts-pattern": "5.9.0",
37
- "@bamboocss/config": "^1.43.1",
38
- "@bamboocss/core": "^1.43.1",
39
- "@bamboocss/extractor": "1.43.1",
40
- "@bamboocss/logger": "1.43.1",
41
- "@bamboocss/shared": "1.43.1",
42
- "@bamboocss/types": "1.43.1"
37
+ "@bamboocss/config": "^1.44.1",
38
+ "@bamboocss/core": "^1.44.1",
39
+ "@bamboocss/extractor": "1.44.1",
40
+ "@bamboocss/logger": "1.44.1",
41
+ "@bamboocss/shared": "1.44.1",
42
+ "@bamboocss/types": "1.44.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@bamboocss/generator": "1.43.1",
46
- "@bamboocss/plugin-svelte": "1.43.1",
47
- "@bamboocss/plugin-vue": "1.43.1"
45
+ "@bamboocss/generator": "1.44.1",
46
+ "@bamboocss/plugin-svelte": "1.44.1",
47
+ "@bamboocss/plugin-vue": "1.44.1"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "tsdown src/index.ts --format=esm,cjs --dts",