Releases: astahmer/pandabox
Releases · astahmer/pandabox
@pandabox/panda-plugins@0.0.2
Patch Changes
-
8471320: Add
pluginMinimalSetup
/pluginStrictTokensScope
/pluginRemoveFeatures
/pluginRemoveNegativeSpacing
@pandabox/panda-plugins
strict-tokens-scope
- EnforcestrictTokens
only for a set ofTokenCategory
or style propsremove-negative-spacing
- Removes negative spacing tokensremove-features
- Removes features from thestyled-system
minimal-setup
- Removes the built-in presets and allow removing features from thestyled-system
Installation
pnpm add -D @pandabox/panda-plugins
Usage
import { defineConfig } from "@pandacss/dev"; import { pluginStrictTokensScope, pluginRemoveNegativeSpacing, pluginRemoveFeatures, } from "@pandabox/panda-plugins"; export default defineConfig({ // ... strictTokens: true, // can also be used together with // strictPropertyValues: true, // plugins: [ pluginStrictTokensScope({ categories: ["colors", "spacing"] }), pluginRemoveFeatures({ features: ["no-jsx", "no-cva"] }), pluginRemoveNegativeSpacing({ spacingTokenType: true, tokenType: true }), ], });
@pandabox/unplugin-panda-macro@0.0.2
Patch Changes
-
e99bf0e: Allow only inlining macro imports
import { css } from "../styled-system/css" with { type: "macro" }; // ^^^^^^^^^^^^^^^^^^^^ // without this, the plugin will not transform the `css` usage const className = css({ display: "flex", flexDirection: "column", color: "red.300", }); // -> `const className = 'd_flex flex_column text_red.300'`
@pandabox/unplugin-panda-macro@0.0.1
@pandabox/utils@0.0.3
Patch Changes
- 300266f: bump versions & publish new packages
@pandabox/define-theme@0.0.3
Patch Changes
- 300266f: bump versions & publish new packages
@pandabox/define-recipe@0.0.2
Patch Changes
- 300266f: bump versions & publish new packages
@pandabox/codemods@0.0.1
Patch Changes
- 300266f: bump versions & publish new packages
@pandabox/define-theme@0.0.2
Patch Changes
- f624d43: Initial release
@pandabox/define-recipe@0.0.1
Patch Changes
- f624d43: Initial release