@narmi/design_system 1.24.0 → 1.24.3

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/LICENSE.md CHANGED
@@ -8,76 +8,3 @@ The rights granted above may only be exercised to develop and distribute applica
8
8
 
9
9
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10
10
 
11
-
12
-
13
-
14
-
15
- Flatpickr is distributed under the MIT license:
16
-
17
- The MIT License (MIT)
18
-
19
- Copyright (c) 2017 Gregory Petrosyan
20
-
21
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
22
-
23
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
24
-
25
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26
-
27
-
28
-
29
-
30
-
31
-
32
- Feather Icons is distributed under the MIT license:
33
-
34
- The MIT License (MIT)
35
-
36
- Copyright (c) 2013-2017 Cole Bemis
37
-
38
- Permission is hereby granted, free of charge, to any person obtaining a copy
39
- of this software and associated documentation files (the "Software"), to deal
40
- in the Software without restriction, including without limitation the rights
41
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
42
- copies of the Software, and to permit persons to whom the Software is
43
- furnished to do so, subject to the following conditions:
44
-
45
- The above copyright notice and this permission notice shall be included in all
46
- copies or substantial portions of the Software.
47
-
48
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
49
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
50
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
51
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
52
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
53
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
54
- SOFTWARE.
55
-
56
-
57
-
58
-
59
-
60
- Moment is distributed under the MIT license:
61
-
62
- Copyright (c) JS Foundation and other contributors
63
-
64
- Permission is hereby granted, free of charge, to any person
65
- obtaining a copy of this software and associated documentation
66
- files (the "Software"), to deal in the Software without
67
- restriction, including without limitation the rights to use,
68
- copy, modify, merge, publish, distribute, sublicense, and/or sell
69
- copies of the Software, and to permit persons to whom the
70
- Software is furnished to do so, subject to the following
71
- conditions:
72
-
73
- The above copyright notice and this permission notice shall be
74
- included in all copies or substantial portions of the Software.
75
-
76
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
77
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
78
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
79
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
80
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
81
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
82
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
83
- OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -20,10 +20,11 @@ npm install @narmi/design_system --save
20
20
  Your project must provide the following packages as peer dependencies:
21
21
 
22
22
  - React (>=16.9, supports Hooks)
23
- - styled-components (>=5)
24
23
 
25
24
  ### Documentation
26
- - 📖 [Storybook (latest)](https://master--60620d422ffdf100216415b2.chromatic.com/)
25
+
26
+ - 📖 [Storybook (latest)](https://narmi.github.io/design_system/)
27
+ - 🎨 [Design Guidelines](https://zeroheight.com/8ac87d4ba/p/446c38-narmi-design-system-nds)
27
28
 
28
29
 
29
30
  ## Usage
@@ -47,7 +48,7 @@ styling in your markup with standard Narmi design values. For example:
47
48
  </div>
48
49
  ```
49
50
 
50
- For full documentation of available classes, see [storybook docs](https://master--60620d422ffdf100216415b2.chromatic.com/).
51
+ For full documentation of available classes, see [storybook docs](https://narmi.github.io/design_system/).
51
52
 
52
53
  ### Design tokens
53
54
  All available distributions of design tokens can be found in `dist/tokens`.
@@ -61,9 +62,11 @@ This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
61
62
  Refer to the [**Changelog**](https://github.com/narmi/design_system/blob/master/CHANGELOG.md) for details.
62
63
 
63
64
  ### Browser Support
64
- Please check the following chart to see the minimum browser versions supported by `@narmi/design_system`:
65
+ See [`.browserslistrc`](https://github.com/narmi/design_system/blob/master/.editorconfig) for officially supported browsers or
66
+ run `npx browserslist` in this project locally to see a full list of targeted browsers.
67
+
68
+ This project does not support any version of Internet Explorer.
65
69
 
66
- - https://caniuse.com/?search=focus-within
67
70
 
68
71
  ## Contributing
69
72