@fabio.caffarello/react-design-system 4.3.0 → 4.5.0
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/README.md +15 -1
- package/dist/granular/ui/primitives/DataBadge/DataBadge.js +60 -57
- package/dist/granular/ui/primitives/DataBadge/DataBadge.js.map +1 -1
- package/dist/index.cjs +32 -32
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/react-design-system.css +1 -1
- package/dist/server/index.cjs +1 -1
- package/dist/server/index.cjs.map +1 -1
- package/dist/server/index.js +33 -30
- package/dist/server/index.js.map +1 -1
- package/dist/tokens.css +2920 -0
- package/dist/ui/primitives/DataBadge/DataBadge.d.ts +9 -6
- package/package.json +16 -14
package/dist/index.js
CHANGED
|
@@ -8557,7 +8557,10 @@ const lc = Ne(
|
|
|
8557
8557
|
"bg-surface-secondary-subtle",
|
|
8558
8558
|
"text-fg-brand-secondary-emphasis",
|
|
8559
8559
|
"border-line-secondary"
|
|
8560
|
-
)
|
|
8560
|
+
),
|
|
8561
|
+
// Categorical data-viz tone — fuchsia soft-wash, sibling to the
|
|
8562
|
+
// chart palette. Not a status; distinct from secondary (brand violet).
|
|
8563
|
+
dataviz: g("bg-dataviz-bg", "text-dataviz-dark", "border-dataviz")
|
|
8561
8564
|
},
|
|
8562
8565
|
size: {
|
|
8563
8566
|
sm: g(
|