@seamly/web-ui 24.4.1 → 24.5.0-beta.1
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/build/dist/lib/index.debug.js +272 -154
- package/build/dist/lib/index.debug.js.map +1 -1
- package/build/dist/lib/index.debug.min.js +1 -1
- package/build/dist/lib/index.debug.min.js.LICENSE.txt +11 -5
- package/build/dist/lib/index.debug.min.js.map +1 -1
- package/build/dist/lib/index.js +226 -112
- package/build/dist/lib/index.js.map +1 -1
- package/build/dist/lib/index.min.js +1 -1
- package/build/dist/lib/index.min.js.map +1 -1
- package/build/dist/lib/style-guide.js +170 -57
- package/build/dist/lib/style-guide.js.map +1 -1
- package/build/dist/lib/style-guide.min.js +1 -1
- package/build/dist/lib/style-guide.min.js.map +1 -1
- package/package.json +20 -19
- package/src/javascripts/core/config.types.ts +1 -0
- package/src/javascripts/core/domains/config/slice.ts +2 -0
- package/src/javascripts/core/domains/store/slice.ts +0 -1
- package/src/javascripts/core/ui/components/conversation/conversation.tsx +5 -1
- package/src/javascripts/core/ui/components/core/seamly-new-notifications.ts +2 -49
- package/src/javascripts/core/ui/components/entry/text-entry/hooks.ts +7 -2
- package/src/javascripts/core/ui/components/layout/chat.tsx +10 -1
- package/src/javascripts/core/ui/components/options/transcript/transcript-form.tsx +1 -0
- package/src/stylesheets/2-tools/_functions.scss +2 -2
|
@@ -137,6 +137,8 @@ and limitations under the License.
|
|
|
137
137
|
|
|
138
138
|
/*! ../internals/fails */
|
|
139
139
|
|
|
140
|
+
/*! ../internals/function-apply */
|
|
141
|
+
|
|
140
142
|
/*! ../internals/function-bind-context */
|
|
141
143
|
|
|
142
144
|
/*! ../internals/function-bind-native */
|
|
@@ -203,7 +205,7 @@ and limitations under the License.
|
|
|
203
205
|
|
|
204
206
|
/*! ../internals/iterator-create-proxy */
|
|
205
207
|
|
|
206
|
-
/*! ../internals/iterator-
|
|
208
|
+
/*! ../internals/iterator-helper-without-closing-on-early-error */
|
|
207
209
|
|
|
208
210
|
/*! ../internals/iterators */
|
|
209
211
|
|
|
@@ -1333,10 +1335,6 @@ and limitations under the License.
|
|
|
1333
1335
|
!*** ./node_modules/core-js/internals/get-iterator.js ***!
|
|
1334
1336
|
\********************************************************/
|
|
1335
1337
|
|
|
1336
|
-
/*!********************************************************!*\
|
|
1337
|
-
!*** ./node_modules/core-js/internals/iterator-map.js ***!
|
|
1338
|
-
\********************************************************/
|
|
1339
|
-
|
|
1340
1338
|
/*!********************************************************!*\
|
|
1341
1339
|
!*** ./node_modules/core-js/internals/shared-store.js ***!
|
|
1342
1340
|
\********************************************************/
|
|
@@ -1429,6 +1427,10 @@ and limitations under the License.
|
|
|
1429
1427
|
!*** ./node_modules/core-js/internals/array-includes.js ***!
|
|
1430
1428
|
\**********************************************************/
|
|
1431
1429
|
|
|
1430
|
+
/*!**********************************************************!*\
|
|
1431
|
+
!*** ./node_modules/core-js/internals/function-apply.js ***!
|
|
1432
|
+
\**********************************************************/
|
|
1433
|
+
|
|
1432
1434
|
/*!**********************************************************!*\
|
|
1433
1435
|
!*** ./node_modules/core-js/internals/get-set-record.js ***!
|
|
1434
1436
|
\**********************************************************/
|
|
@@ -2373,6 +2375,10 @@ and limitations under the License.
|
|
|
2373
2375
|
!*** ./src/javascripts/core/domains/translations/components/options-dialog/index.tsx ***!
|
|
2374
2376
|
\***************************************************************************************/
|
|
2375
2377
|
|
|
2378
|
+
/*!******************************************************************************************!*\
|
|
2379
|
+
!*** ./node_modules/core-js/internals/iterator-helper-without-closing-on-early-error.js ***!
|
|
2380
|
+
\******************************************************************************************/
|
|
2381
|
+
|
|
2376
2382
|
/*!******************************************************************************************!*\
|
|
2377
2383
|
!*** ./src/javascripts/core/ui/components/conversation/event/carousel-message/index.tsx ***!
|
|
2378
2384
|
\******************************************************************************************/
|