@bryntum/demo-resources 7.1.1 → 7.1.2
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 +25 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://bryntum.com/" rel="noopener" target="_blank">
|
|
3
|
+
<img width="350" src="https://bryntum.com/resources/bryntum_logo_blue.svg" alt="Bryntum logo">
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
1
7
|
# @bryntum/demo-resources
|
|
2
8
|
|
|
3
9
|
This package contains fonts, images, and SCSS files used by Bryntum demos for styling headers and providing
|
|
@@ -12,12 +18,14 @@ The specific command depends on the package manager used by your application.
|
|
|
12
18
|
The following commands are most frequently used:
|
|
13
19
|
|
|
14
20
|
Install using `npm`:
|
|
21
|
+
|
|
15
22
|
```
|
|
16
23
|
|
|
17
24
|
npm install @bryntum/demo-resources
|
|
18
25
|
```
|
|
19
26
|
|
|
20
27
|
Install using `yarn`:
|
|
28
|
+
|
|
21
29
|
```
|
|
22
30
|
|
|
23
31
|
yarn add @bryntum/demo-resources
|
|
@@ -25,19 +33,19 @@ yarn add @bryntum/demo-resources
|
|
|
25
33
|
|
|
26
34
|
## Importing in your application
|
|
27
35
|
|
|
28
|
-
For Angular:
|
|
36
|
+
For Angular, React, or Vue 3 with Vite:
|
|
29
37
|
|
|
30
38
|
```scss
|
|
31
|
-
@import '@bryntum/demo-resources/scss/example
|
|
39
|
+
@import '@bryntum/demo-resources/scss/example.scss';
|
|
32
40
|
```
|
|
33
41
|
|
|
34
|
-
For
|
|
42
|
+
For Legacy Angular with Webpack:
|
|
35
43
|
|
|
36
44
|
```scss
|
|
37
|
-
@import '@bryntum/demo-resources/scss/example.scss';
|
|
45
|
+
@import '@bryntum/demo-resources/scss/example-webpack.scss';
|
|
38
46
|
```
|
|
39
47
|
|
|
40
|
-
##
|
|
48
|
+
## 3rd Party Licenses and Copyright
|
|
41
49
|
|
|
42
50
|
### Images
|
|
43
51
|
|
|
@@ -47,15 +55,15 @@ Images are from https://randomuser.me/photos.
|
|
|
47
55
|
|
|
48
56
|
**Copyright Notice**
|
|
49
57
|
|
|
50
|
-
All randomly generated photos were hand-picked from the authorized section of UI Faces. Please visit the
|
|
51
|
-
more information regarding how you can use these faces.
|
|
58
|
+
All randomly generated photos were hand-picked from the authorized section of UI Faces. Please visit the
|
|
59
|
+
UI Faces FAQ for more information regarding how you can use these faces.
|
|
52
60
|
|
|
53
61
|
*From the UI Faces FAQ:*
|
|
54
62
|
|
|
55
63
|
**What can I use these faces for?**
|
|
56
64
|
|
|
57
|
-
Only mockups
|
|
58
|
-
products.
|
|
65
|
+
Only for mockups, unless they're listed in the authorized section - those awesome folks allow their faces to be used on
|
|
66
|
+
live products.
|
|
59
67
|
|
|
60
68
|
### Fonts
|
|
61
69
|
|
|
@@ -64,8 +72,8 @@ products.
|
|
|
64
72
|
These fonts are licensed under the
|
|
65
73
|
[Open Font License](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL).
|
|
66
74
|
|
|
67
|
-
You can use them freely in your products and projects - print or digital, commercial or otherwise. However,
|
|
68
|
-
the fonts on their own.
|
|
75
|
+
You can use them freely in your products and projects - print or digital, commercial or otherwise. However,
|
|
76
|
+
you can't sell the fonts on their own.
|
|
69
77
|
|
|
70
78
|
This isn't legal advice; please consider consulting a lawyer and see the full license for all details.
|
|
71
79
|
|
|
@@ -74,5 +82,11 @@ This isn't legal advice; please consider consulting a lawyer and see the full li
|
|
|
74
82
|
These files are part of commercial software that requires a paid license.
|
|
75
83
|
Please visit [Bryntum Licensing](https://bryntum.com/licensing/) for the full text of the license.
|
|
76
84
|
|
|
85
|
+
## License and copyright
|
|
86
|
+
|
|
87
|
+
Bryntum Grid is commercial software and requires a paid license.
|
|
88
|
+
Please visit the [Bryntum Grid End User License](https://bryntum.com/products/grid/license/) for the full text of the license.
|
|
89
|
+
|
|
77
90
|
Copyright © 2009-2026, Bryntum
|
|
78
91
|
All rights reserved.
|
|
92
|
+
|