@simulanisindia/ui 1.0.0
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/README.md +20 -0
- package/dist/index.js +3 -0
- package/dist/index.js.LICENSE.txt +49 -0
- package/dist/index.js.map +1 -0
- package/package.json +43 -0
@@ -0,0 +1,49 @@
|
|
1
|
+
/*!
|
2
|
+
Copyright (c) 2018 Jed Watson.
|
3
|
+
Licensed under the MIT License (MIT), see
|
4
|
+
http://jedwatson.github.io/classnames
|
5
|
+
*/
|
6
|
+
|
7
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
8
|
+
|
9
|
+
/**
|
10
|
+
* @license React
|
11
|
+
* react-jsx-runtime.production.min.js
|
12
|
+
*
|
13
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
14
|
+
*
|
15
|
+
* This source code is licensed under the MIT license found in the
|
16
|
+
* LICENSE file in the root directory of this source tree.
|
17
|
+
*/
|
18
|
+
|
19
|
+
/**
|
20
|
+
* @license React
|
21
|
+
* use-sync-external-store-with-selector.production.js
|
22
|
+
*
|
23
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
24
|
+
*
|
25
|
+
* This source code is licensed under the MIT license found in the
|
26
|
+
* LICENSE file in the root directory of this source tree.
|
27
|
+
*/
|
28
|
+
|
29
|
+
/**
|
30
|
+
* @remix-run/router v1.21.0
|
31
|
+
*
|
32
|
+
* Copyright (c) Remix Software Inc.
|
33
|
+
*
|
34
|
+
* This source code is licensed under the MIT license found in the
|
35
|
+
* LICENSE.md file in the root directory of this source tree.
|
36
|
+
*
|
37
|
+
* @license MIT
|
38
|
+
*/
|
39
|
+
|
40
|
+
/**
|
41
|
+
* React Router v6.28.0
|
42
|
+
*
|
43
|
+
* Copyright (c) Remix Software Inc.
|
44
|
+
*
|
45
|
+
* This source code is licensed under the MIT license found in the
|
46
|
+
* LICENSE.md file in the root directory of this source tree.
|
47
|
+
*
|
48
|
+
* @license MIT
|
49
|
+
*/
|