@wallarm-org/design-system 0.14.3 → 0.14.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.
@@ -1,4 +1,4 @@
1
1
  /** Insertion gap button */
2
- export declare const insertionGapButton = "group relative z-20 flex h-28 w-8 shrink-0 cursor-text items-center justify-center";
2
+ export declare const insertionGapButton = "group relative z-20 flex h-24 w-8 shrink-0 cursor-text items-center justify-center";
3
3
  /** Insertion gap divider indicator */
4
4
  export declare const insertionGapDivider = "h-16 w-1 rounded-full bg-transparent transition-colors group-hover:bg-border-primary/50";
@@ -1,3 +1,3 @@
1
- const insertionGapButton = 'group relative z-20 flex h-28 w-8 shrink-0 cursor-text items-center justify-center';
1
+ const insertionGapButton = 'group relative z-20 flex h-24 w-8 shrink-0 cursor-text items-center justify-center';
2
2
  const insertionGapDivider = 'h-16 w-1 rounded-full bg-transparent transition-colors group-hover:bg-border-primary/50';
3
3
  export { insertionGapButton, insertionGapDivider };
@@ -39,7 +39,7 @@ const filterInputInnerVariants = cva('flex min-h-[40px] w-full cursor-text flex-
39
39
  }
40
40
  });
41
41
  const buildingChipWrapperClass = 'flex items-center min-w-0 h-24 rounded-8 border border-solid border-border-strong-primary bg-badge-badge-bg ml-8';
42
- const filterInputInputVariants = cva('h-auto border-none bg-transparent p-0 text-sm shadow-none outline-none ring-0', {
42
+ const filterInputInputVariants = cva('h-24 border-none bg-transparent p-0 text-sm shadow-none outline-none ring-0', {
43
43
  variants: {
44
44
  hasContent: {
45
45
  true: 'mx-4',
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.14.2",
3
- "generatedAt": "2026-03-23T08:20:42.578Z",
2
+ "version": "0.14.3",
3
+ "generatedAt": "2026-03-23T09:27:07.716Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "Alert",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wallarm-org/design-system",
3
- "version": "0.14.3",
3
+ "version": "0.14.4",
4
4
  "description": "Core design system library with React components and Storybook documentation",
5
5
  "publishConfig": {
6
6
  "access": "public",