@carbonid1/design-system 5.7.3 → 5.7.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbonid1/design-system",
3
- "version": "5.7.3",
3
+ "version": "5.7.4",
4
4
  "description": "Shared React UI primitives + design tokens (themes, postcss config)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,7 +35,6 @@ If you're editing `@carbonid1/design-system` itself (adding a primitive, changin
35
35
 
36
36
  ## Core rules
37
37
 
38
- - Never use native `<select>` — use `Select`
39
38
  - Never build a tooltip, context menu, or toast from scratch — use `Tooltip`, `ContextMenu`, `toast()`
40
39
  - All icons from `lucide-react` — search `lucide.dev/icons` before creating anything custom. If nothing fits, build via Lucide's `Icon` + `iconNode`, don't reach for another library.
41
40
  - All color through semantic tokens — no hardcoded Tailwind color classes. See [references/theming.md](references/theming.md).