@seamly/web-ui 25.4.0-beta.1 → 25.4.1-beta
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 +953 -645
- 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 +4 -12
- package/build/dist/lib/index.debug.min.js.map +1 -1
- package/build/dist/lib/index.js +581 -268
- 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.LICENSE.txt +2 -2
- package/build/dist/lib/index.min.js.map +1 -1
- package/build/dist/lib/style-guide.js +19 -167
- 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 +19 -18
- package/src/javascripts/core/lib/preact-debug.ts +3 -3
- package/src/javascripts/style-guide/components/app.tsx +3 -0
- package/src/javascripts/style-guide/states.ts +1 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* focus-trap 7.
|
|
2
|
+
* focus-trap 7.8.0
|
|
3
3
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/*!
|
|
7
|
-
* tabbable 6.
|
|
7
|
+
* tabbable 6.4.0
|
|
8
8
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
9
9
|
*/
|
|
10
10
|
|
|
@@ -297,8 +297,6 @@ and limitations under the License.
|
|
|
297
297
|
|
|
298
298
|
/*! ../internals/to-property-key */
|
|
299
299
|
|
|
300
|
-
/*! ../internals/to-string */
|
|
301
|
-
|
|
302
300
|
/*! ../internals/to-string-tag-support */
|
|
303
301
|
|
|
304
302
|
/*! ../internals/try-to-string */
|
|
@@ -309,8 +307,6 @@ and limitations under the License.
|
|
|
309
307
|
|
|
310
308
|
/*! ../internals/v8-prototype-define-bug */
|
|
311
309
|
|
|
312
|
-
/*! ../internals/validate-arguments-length */
|
|
313
|
-
|
|
314
310
|
/*! ../internals/weak-map-basic-detection */
|
|
315
311
|
|
|
316
312
|
/*! ../internals/well-known-symbol */
|
|
@@ -555,6 +551,8 @@ and limitations under the License.
|
|
|
555
551
|
|
|
556
552
|
/*! core-js/es/array/at */
|
|
557
553
|
|
|
554
|
+
/*! core-js/modules/es.array.includes.js */
|
|
555
|
+
|
|
558
556
|
/*! core-js/modules/es.array.push.js */
|
|
559
557
|
|
|
560
558
|
/*! core-js/modules/esnext.iterator.constructor.js */
|
|
@@ -587,12 +585,6 @@ and limitations under the License.
|
|
|
587
585
|
|
|
588
586
|
/*! core-js/modules/esnext.set.union.v2.js */
|
|
589
587
|
|
|
590
|
-
/*! core-js/modules/web.url-search-params.delete.js */
|
|
591
|
-
|
|
592
|
-
/*! core-js/modules/web.url-search-params.has.js */
|
|
593
|
-
|
|
594
|
-
/*! core-js/modules/web.url-search-params.size.js */
|
|
595
|
-
|
|
596
588
|
/*! domains/app/actions */
|
|
597
589
|
|
|
598
590
|
/*! domains/app/hooks */
|