@x-plat/design-system 0.5.23 → 0.5.25
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.
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
.lib-xplat-chat-input {
|
|
3
3
|
display: flex;
|
|
4
4
|
align-items: flex-end;
|
|
5
|
+
width: 100%;
|
|
5
6
|
gap: var(--spacing-space-2);
|
|
6
|
-
padding: var(--spacing-space-
|
|
7
|
+
padding: var(--spacing-space-2);
|
|
7
8
|
border: 1px solid var(--semantic-border-default);
|
|
8
9
|
border-radius: var(--spacing-radius-lg);
|
|
9
10
|
background-color: var(--semantic-surface-neutral-default);
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
border: none;
|
|
27
28
|
outline: none;
|
|
28
29
|
resize: none;
|
|
29
|
-
min-height: var(--spacing-control-height-
|
|
30
|
+
min-height: var(--spacing-control-height-sm);
|
|
30
31
|
max-height: 200px;
|
|
31
32
|
overflow-y: auto;
|
|
32
33
|
padding: 0;
|
|
@@ -47,12 +48,12 @@
|
|
|
47
48
|
align-items: center;
|
|
48
49
|
justify-content: center;
|
|
49
50
|
flex-shrink: 0;
|
|
50
|
-
width: var(--spacing-control-height-
|
|
51
|
-
height: var(--spacing-control-height-
|
|
51
|
+
width: var(--spacing-control-height-sm);
|
|
52
|
+
height: var(--spacing-control-height-sm);
|
|
52
53
|
border: none;
|
|
53
54
|
border-radius: var(--spacing-radius-md);
|
|
54
55
|
cursor: pointer;
|
|
55
|
-
font-size:
|
|
56
|
+
font-size: 16px;
|
|
56
57
|
transition: background-color 0.15s, opacity 0.15s;
|
|
57
58
|
}
|
|
58
59
|
.lib-xplat-chat-input .chat-input-send:disabled {
|
|
@@ -1668,8 +1668,9 @@
|
|
|
1668
1668
|
.lib-xplat-chat-input {
|
|
1669
1669
|
display: flex;
|
|
1670
1670
|
align-items: flex-end;
|
|
1671
|
+
width: 100%;
|
|
1671
1672
|
gap: var(--spacing-space-2);
|
|
1672
|
-
padding: var(--spacing-space-
|
|
1673
|
+
padding: var(--spacing-space-2);
|
|
1673
1674
|
border: 1px solid var(--semantic-border-default);
|
|
1674
1675
|
border-radius: var(--spacing-radius-lg);
|
|
1675
1676
|
background-color: var(--semantic-surface-neutral-default);
|
|
@@ -1692,7 +1693,7 @@
|
|
|
1692
1693
|
border: none;
|
|
1693
1694
|
outline: none;
|
|
1694
1695
|
resize: none;
|
|
1695
|
-
min-height: var(--spacing-control-height-
|
|
1696
|
+
min-height: var(--spacing-control-height-sm);
|
|
1696
1697
|
max-height: 200px;
|
|
1697
1698
|
overflow-y: auto;
|
|
1698
1699
|
padding: 0;
|
|
@@ -1713,12 +1714,12 @@
|
|
|
1713
1714
|
align-items: center;
|
|
1714
1715
|
justify-content: center;
|
|
1715
1716
|
flex-shrink: 0;
|
|
1716
|
-
width: var(--spacing-control-height-
|
|
1717
|
-
height: var(--spacing-control-height-
|
|
1717
|
+
width: var(--spacing-control-height-sm);
|
|
1718
|
+
height: var(--spacing-control-height-sm);
|
|
1718
1719
|
border: none;
|
|
1719
1720
|
border-radius: var(--spacing-radius-md);
|
|
1720
1721
|
cursor: pointer;
|
|
1721
|
-
font-size:
|
|
1722
|
+
font-size: 16px;
|
|
1722
1723
|
transition: background-color 0.15s, opacity 0.15s;
|
|
1723
1724
|
}
|
|
1724
1725
|
.lib-xplat-chat-input .chat-input-send:disabled {
|
package/dist/index.css
CHANGED
|
@@ -1668,8 +1668,9 @@
|
|
|
1668
1668
|
.lib-xplat-chat-input {
|
|
1669
1669
|
display: flex;
|
|
1670
1670
|
align-items: flex-end;
|
|
1671
|
+
width: 100%;
|
|
1671
1672
|
gap: var(--spacing-space-2);
|
|
1672
|
-
padding: var(--spacing-space-
|
|
1673
|
+
padding: var(--spacing-space-2);
|
|
1673
1674
|
border: 1px solid var(--semantic-border-default);
|
|
1674
1675
|
border-radius: var(--spacing-radius-lg);
|
|
1675
1676
|
background-color: var(--semantic-surface-neutral-default);
|
|
@@ -1692,7 +1693,7 @@
|
|
|
1692
1693
|
border: none;
|
|
1693
1694
|
outline: none;
|
|
1694
1695
|
resize: none;
|
|
1695
|
-
min-height: var(--spacing-control-height-
|
|
1696
|
+
min-height: var(--spacing-control-height-sm);
|
|
1696
1697
|
max-height: 200px;
|
|
1697
1698
|
overflow-y: auto;
|
|
1698
1699
|
padding: 0;
|
|
@@ -1713,12 +1714,12 @@
|
|
|
1713
1714
|
align-items: center;
|
|
1714
1715
|
justify-content: center;
|
|
1715
1716
|
flex-shrink: 0;
|
|
1716
|
-
width: var(--spacing-control-height-
|
|
1717
|
-
height: var(--spacing-control-height-
|
|
1717
|
+
width: var(--spacing-control-height-sm);
|
|
1718
|
+
height: var(--spacing-control-height-sm);
|
|
1718
1719
|
border: none;
|
|
1719
1720
|
border-radius: var(--spacing-radius-md);
|
|
1720
1721
|
cursor: pointer;
|
|
1721
|
-
font-size:
|
|
1722
|
+
font-size: 16px;
|
|
1722
1723
|
transition: background-color 0.15s, opacity 0.15s;
|
|
1723
1724
|
}
|
|
1724
1725
|
.lib-xplat-chat-input .chat-input-send:disabled {
|