@wallarm-org/design-system 0.64.0 → 0.64.1-rc-fix-segmented-control-remove-mb-8.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.
@@ -1,6 +1,6 @@
1
1
  import { cva } from "class-variance-authority";
2
2
  import { cn } from "../../utils/cn.js";
3
- const segmentedControlVariants = cva('overflow-visible flex bg-bg-primary p-4 gap-0 items-center rounded-12 mb-8', {
3
+ const segmentedControlVariants = cva('overflow-visible flex bg-bg-primary p-4 gap-0 items-center rounded-12', {
4
4
  variants: {
5
5
  fullWidth: {
6
6
  true: 'w-full [&_label]:flex-1',
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.63.0",
3
- "generatedAt": "2026-06-18T11:20:55.932Z",
2
+ "version": "0.64.0",
3
+ "generatedAt": "2026-06-19T12:53:36.605Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "Accordion",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wallarm-org/design-system",
3
- "version": "0.64.0",
3
+ "version": "0.64.1-rc-fix-segmented-control-remove-mb-8.1",
4
4
  "description": "Core design system library with React components and Storybook documentation",
5
5
  "publishConfig": {
6
6
  "access": "public",