@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.
- package/dist/components/FilterInput/FilterInputField/InsertionGap/classes.d.ts +1 -1
- package/dist/components/FilterInput/FilterInputField/InsertionGap/classes.js +1 -1
- package/dist/components/FilterInput/FilterInputField/classes.js +1 -1
- package/dist/metadata/components.json +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/** Insertion gap button */
|
|
2
|
-
export declare const insertionGapButton = "group relative z-20 flex h-
|
|
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-
|
|
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-
|
|
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',
|