@momentum-ui/web-components 2.4.11-dev2 → 2.5.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/README.md +73 -0
- package/dist/assets/fonts/index.html +18 -0
- package/dist/assets/fonts/momentum-ui-icons.svg +1837 -1828
- package/dist/assets/fonts/momentum-ui-icons.ttf +0 -0
- package/dist/assets/fonts/momentum-ui-icons.woff +0 -0
- package/dist/assets/fonts/momentum-ui-icons.woff2 +0 -0
- package/dist/assets/icons/fonts/index.html +18 -0
- package/dist/assets/icons/fonts/momentum-ui-icons.svg +1837 -1828
- package/dist/assets/icons/fonts/momentum-ui-icons.ttf +0 -0
- package/dist/assets/icons/fonts/momentum-ui-icons.woff +0 -0
- package/dist/assets/icons/fonts/momentum-ui-icons.woff2 +0 -0
- package/dist/assets/styles/momentum-ui-icons.min.css +1 -1
- package/dist/assets/styles/momentum-ui.min.css +2 -2
- package/dist/assets/styles/momentum-ui.min.css.map +1 -1
- package/dist/chunks/md-10.js +1 -1
- package/dist/chunks/md-15.js +1 -1
- package/dist/chunks/md-19.js +1 -1
- package/dist/chunks/md-20.js +1 -1
- package/dist/chunks/md-67.js +1 -1
- package/dist/chunks/md-75.js +2 -2
- package/dist/index-entry.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/components/tabs/TabPanel.d.ts +1 -0
- package/dist/types/components/timepicker/TimePicker.d.ts +1 -1
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# Momentum UI Web Components
|
|
2
|
+
|
|
3
|
+
[](https://github.com/momentum-design/momentum-ui/blob/master/LICENSE) [](https://percy.io/Cisco-Systems/Momentum-UI-Web-Component)
|
|
4
|
+
|
|
5
|
+
**`Momentum UI Web Components`** is a resuable, component based, flexible Web Component library available as
|
|
6
|
+
npm module. It provides set of UI components and utilities based on [Momentum Design](https://momentum.design).
|
|
7
|
+
|
|
8
|
+
Checkout the [documentation](https://momentum.design) for documentation and live examples at https://momentum-design.github.io/momentum-ui/.
|
|
9
|
+
|
|
10
|
+
## Goals
|
|
11
|
+
* **Independent** — pick and use only the components you need.
|
|
12
|
+
* **Customizable** — properties allow many different config options to suit your app.
|
|
13
|
+
* **Performant** - high performance guaranteed with use of CSS3 Flexbox and non-bloated architecture.
|
|
14
|
+
* **Reliable** — each component is rigorously tested.
|
|
15
|
+
|
|
16
|
+
### Package manager
|
|
17
|
+
|
|
18
|
+
* [yarn](https://github.com/yarnpkg/yarn) - BSD-2-Clause
|
|
19
|
+
|
|
20
|
+
### Base framework
|
|
21
|
+
|
|
22
|
+
* [lit-element](https://github.com/Polymer/lit-element) - MIT
|
|
23
|
+
|
|
24
|
+
* [lit-html](https://github.com/Polymer/lit-html) - MIT
|
|
25
|
+
|
|
26
|
+
### Momentum Design System Look & Feel
|
|
27
|
+
|
|
28
|
+
* [@momentum-ui/core](https://github.com/momentum-design/momentum-ui-core) - MIT
|
|
29
|
+
* [@momentum-ui/icons](https://github.com/momentum-design/momentum-ui-icons) - MIT
|
|
30
|
+
|
|
31
|
+
### ES6 Minifier
|
|
32
|
+
|
|
33
|
+
* [babili](https://github.com/babel/babili) - MIT
|
|
34
|
+
|
|
35
|
+
### ES6 Lint
|
|
36
|
+
|
|
37
|
+
* [eslint](https://github.com/eslint/eslint) - MIT
|
|
38
|
+
|
|
39
|
+
### CSS/SCSS Lint
|
|
40
|
+
|
|
41
|
+
* [stylelint](https://github.com/stylelint/stylelint) - MIT
|
|
42
|
+
|
|
43
|
+
### CSS Utility Tool
|
|
44
|
+
|
|
45
|
+
* [normalize](https://github.com/necolas/normalize.css) - MIT
|
|
46
|
+
|
|
47
|
+
* [postcss](https://github.com/postcss/postcss) - MIT
|
|
48
|
+
|
|
49
|
+
### JsUnit Testing framework
|
|
50
|
+
|
|
51
|
+
* [karma](https://github.com/karma-runner/karma) - MIT
|
|
52
|
+
|
|
53
|
+
* [mocha](https://github.com/mochajs/mocha) - MIT
|
|
54
|
+
|
|
55
|
+
* [chai](https://github.com/chaijs/chai) - MIT
|
|
56
|
+
|
|
57
|
+
## Usage
|
|
58
|
+
|
|
59
|
+
Want to use web components within the create-react-app? Navigate to [React Usage Instructions](./REACT_USAGE.md) for detailed instructions.
|
|
60
|
+
|
|
61
|
+
## Contribution
|
|
62
|
+
|
|
63
|
+
Want to contribute? Why not go through [Developer's Guide](./CONTRIBUTING.md) to understand more technical details about the project and contribution guidelines to be adhered.
|
|
64
|
+
|
|
65
|
+
## Changelog
|
|
66
|
+
|
|
67
|
+
<!-- The changelog can be found on the [Releases page](https://github.com/momentum-design/momentum-ui-react/releases). -->
|
|
68
|
+
|
|
69
|
+
## Known Issues
|
|
70
|
+
|
|
71
|
+
## Copyright
|
|
72
|
+
|
|
73
|
+
Copyright (c) 2019 Cisco Systems
|
|
@@ -7570,6 +7570,24 @@
|
|
|
7570
7570
|
</div>
|
|
7571
7571
|
<div class="icon-name">file-word-active_72</div>
|
|
7572
7572
|
</div>
|
|
7573
|
+
<div class="icon-card">
|
|
7574
|
+
<div class="icon-container">
|
|
7575
|
+
<div class="icon icon-file-xml_12"></div>
|
|
7576
|
+
</div>
|
|
7577
|
+
<div class="icon-name">file-xml_12</div>
|
|
7578
|
+
</div>
|
|
7579
|
+
<div class="icon-card">
|
|
7580
|
+
<div class="icon-container">
|
|
7581
|
+
<div class="icon icon-file-xml_16"></div>
|
|
7582
|
+
</div>
|
|
7583
|
+
<div class="icon-name">file-xml_16</div>
|
|
7584
|
+
</div>
|
|
7585
|
+
<div class="icon-card">
|
|
7586
|
+
<div class="icon-container">
|
|
7587
|
+
<div class="icon icon-file-xml_24"></div>
|
|
7588
|
+
</div>
|
|
7589
|
+
<div class="icon-name">file-xml_24</div>
|
|
7590
|
+
</div>
|
|
7573
7591
|
<div class="icon-card">
|
|
7574
7592
|
<div class="icon-container">
|
|
7575
7593
|
<div class="icon icon-file-zip_12"></div>
|