@webitel/ui-sdk 26.8.37 → 26.8.38

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/ui-sdk.js CHANGED
@@ -22187,6 +22187,12 @@ var W = {
22187
22187
  white-space: nowrap;
22188
22188
  text-overflow: ellipsis;
22189
22189
  }
22190
+
22191
+ .wt-chip__label {
22192
+ display: flex;
22193
+ align-items: center;
22194
+ gap: var(--spacing-xs);
22195
+ }
22190
22196
  `
22191
22197
  }, Sa = {
22192
22198
  root: Ui.sizes,
@@ -4893,6 +4893,12 @@ to the external chat partner.`),s.looseObject({}).describe(`ProviderSendTypingRe
4893
4893
  white-space: nowrap;
4894
4894
  text-overflow: ellipsis;
4895
4895
  }
4896
+
4897
+ .wt-chip__label {
4898
+ display: flex;
4899
+ align-items: center;
4900
+ gap: var(--spacing-xs);
4901
+ }
4896
4902
  `},jjt={root:ejt.sizes,colorScheme:ejt.colorScheme},Mjt={root:tjt.sizes,colorScheme:tjt.colorScheme},Njt={root:njt.sizes,colorScheme:njt.colorScheme,css:({dt:e})=>`
4897
4903
  .p-galleria-mask {
4898
4904
  z-index: ${e(`galleria.mask.zIndex`)} !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "26.8.37",
3
+ "version": "26.8.38",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run docs:dev",
@@ -71,6 +71,12 @@ const chip = {
71
71
  white-space: nowrap;
72
72
  text-overflow: ellipsis;
73
73
  }
74
+
75
+ .wt-chip__label {
76
+ display: flex;
77
+ align-items: center;
78
+ gap: var(--spacing-xs);
79
+ }
74
80
  `,
75
81
  };
76
82