@webitel/ui-sdk 26.8.41 → 26.8.42

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
@@ -22181,18 +22181,12 @@ var W = {
22181
22181
  .p-chip--width-constrained {
22182
22182
  max-width: ${e("chip.maxWidth")};
22183
22183
  }
22184
-
22184
+
22185
22185
  .p-chip--width-constrained .wt-chip__label {
22186
22186
  overflow: hidden;
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
- }
22196
22190
  `
22197
22191
  }, Sa = {
22198
22192
  root: Ui.sizes,
@@ -4887,18 +4887,12 @@ to the external chat partner.`),s.looseObject({}).describe(`ProviderSendTypingRe
4887
4887
  .p-chip--width-constrained {
4888
4888
  max-width: ${e(`chip.maxWidth`)};
4889
4889
  }
4890
-
4890
+
4891
4891
  .p-chip--width-constrained .wt-chip__label {
4892
4892
  overflow: hidden;
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
- }
4902
4896
  `},jjt={root:ejt.sizes,colorScheme:ejt.colorScheme},Mjt={root:tjt.sizes,colorScheme:tjt.colorScheme},Njt={root:njt.sizes,colorScheme:njt.colorScheme,css:({dt:e})=>`
4903
4897
  .p-galleria-mask {
4904
4898
  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.41",
3
+ "version": "26.8.42",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run docs:dev",
@@ -65,18 +65,12 @@ const chip = {
65
65
  .p-chip--width-constrained {
66
66
  max-width: ${dt('chip.maxWidth')};
67
67
  }
68
-
68
+
69
69
  .p-chip--width-constrained .wt-chip__label {
70
70
  overflow: hidden;
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
- }
80
74
  `,
81
75
  };
82
76