@x-plat/design-system 0.5.24 → 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,6 +2,7 @@
|
|
|
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
7
|
padding: var(--spacing-space-2);
|
|
7
8
|
border: 1px solid var(--semantic-border-default);
|
|
@@ -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,6 +1668,7 @@
|
|
|
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
1673
|
padding: var(--spacing-space-2);
|
|
1673
1674
|
border: 1px solid var(--semantic-border-default);
|
|
@@ -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,6 +1668,7 @@
|
|
|
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
1673
|
padding: var(--spacing-space-2);
|
|
1673
1674
|
border: 1px solid var(--semantic-border-default);
|
|
@@ -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 {
|