@narmi/design_system 3.17.0 → 3.17.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/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +8 -69
- package/dist/index.js.map +1 -1
- package/dist/style.css +3 -3
- package/dist/style.css.map +1 -1
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/js/colors.js +1 -1
- package/dist/tokens/js/manifest.js +1 -1
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/package.json +2 -2
|
@@ -5,76 +5,15 @@
|
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
/*!
|
|
9
|
-
* tabbable 5.3.3
|
|
10
|
-
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* @reach/auto-id v0.18.0
|
|
15
|
-
*
|
|
16
|
-
* Copyright (c) 2018-2022, React Training LLC
|
|
17
|
-
*
|
|
18
|
-
* This source code is licensed under the MIT license found in the
|
|
19
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
20
|
-
*
|
|
21
|
-
* @license MIT
|
|
22
|
-
*/
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @reach/descendants v0.18.0
|
|
26
|
-
*
|
|
27
|
-
* Copyright (c) 2018-2022, React Training LLC
|
|
28
|
-
*
|
|
29
|
-
* This source code is licensed under the MIT license found in the
|
|
30
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
31
|
-
*
|
|
32
|
-
* @license MIT
|
|
33
|
-
*/
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @reach/dropdown v0.18.0
|
|
37
|
-
*
|
|
38
|
-
* Copyright (c) 2018-2022, React Training LLC
|
|
39
|
-
*
|
|
40
|
-
* This source code is licensed under the MIT license found in the
|
|
41
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
42
|
-
*
|
|
43
|
-
* @license MIT
|
|
44
|
-
*/
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* @reach/menu-button v0.18.0
|
|
48
|
-
*
|
|
49
|
-
* Copyright (c) 2018-2022, React Training LLC
|
|
50
|
-
*
|
|
51
|
-
* This source code is licensed under the MIT license found in the
|
|
52
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
53
|
-
*
|
|
54
|
-
* @license MIT
|
|
55
|
-
*/
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* @reach/portal v0.18.0
|
|
59
|
-
*
|
|
60
|
-
* Copyright (c) 2018-2022, React Training LLC
|
|
61
|
-
*
|
|
62
|
-
* This source code is licensed under the MIT license found in the
|
|
63
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
64
|
-
*
|
|
65
|
-
* @license MIT
|
|
66
|
-
*/
|
|
67
|
-
|
|
68
8
|
/**
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
*/
|
|
9
|
+
* @license React
|
|
10
|
+
* use-sync-external-store-shim.production.min.js
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
13
|
+
*
|
|
14
|
+
* This source code is licensed under the MIT license found in the
|
|
15
|
+
* LICENSE file in the root directory of this source tree.
|
|
16
|
+
*/
|
|
78
17
|
|
|
79
18
|
/** @license React v17.0.2
|
|
80
19
|
* react-is.production.min.js
|