@awenovations/aura 0.0.38 → 0.0.39
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 +17 -0
- package/dist/icons/meta.json +1 -1
- package/dist/toast/toast.svelte +2 -1
- package/dist/tokens/_variables.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,3 +13,20 @@ You can view the components in the design system by opening storybook:
|
|
|
13
13
|
```bash
|
|
14
14
|
$ npm i && npm run storybook
|
|
15
15
|
```
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Additional Notes
|
|
19
|
+
This project was originally a fork of [Brave Leo](https://github.com/brave/leo).
|
|
20
|
+
|
|
21
|
+
#### Attribution
|
|
22
|
+
|
|
23
|
+
- **Brave Leo**
|
|
24
|
+
- **Source**: https://github.com/brave/leo
|
|
25
|
+
- **Copyright**: © 2023 Brave Software, Inc.
|
|
26
|
+
- **License**: Mozilla Public License Version 2.0
|
|
27
|
+
|
|
28
|
+
Original copyright and attribution notices in the source code are retained.
|
|
29
|
+
|
|
30
|
+
#### License
|
|
31
|
+
|
|
32
|
+
The Brave Leo-derived code is licensed under the Mozilla Public License Version 2.0, available in the `LICENSE` file or at [https://www.mozilla.org/en-US/MPL/2.0/](https://www.mozilla.org/en-US/MPL/2.0/).
|
package/dist/icons/meta.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"lastGenerated":
|
|
1
|
+
{"lastGenerated":1746904872314,"icons":[{"name":"apple","size":"large"},{"name":"apple","size":"medium"},{"name":"apple","size":"small"},{"name":"arrow-circle-left","size":"large"},{"name":"arrow-circle-left","size":"medium"},{"name":"arrow-circle-left","size":"small"},{"name":"bug","size":"large"},{"name":"bug","size":"medium"},{"name":"bug","size":"small"},{"name":"caret-down","size":"large"},{"name":"caret-down","size":"medium"},{"name":"caret-down","size":"small"},{"name":"circle-plus","size":"large"},{"name":"circle-plus","size":"medium"},{"name":"circle-plus","size":"small"},{"name":"eye-open","size":"large"},{"name":"eye-open","size":"medium"},{"name":"eye-open","size":"small"},{"name":"google-color","size":"large"},{"name":"google-color","size":"medium"},{"name":"google-color","size":"small"},{"name":"microsoft-color","size":"large"},{"name":"microsoft-color","size":"medium"},{"name":"microsoft-color","size":"small"},{"name":"pencil","size":"large"},{"name":"pencil","size":"medium"},{"name":"pencil","size":"small"},{"name":"plan","size":"large"},{"name":"plan","size":"medium"},{"name":"plan","size":"small"},{"name":"settings","size":"large"},{"name":"settings","size":"medium"},{"name":"settings","size":"small"},{"name":"trash","size":"large"},{"name":"trash","size":"medium"},{"name":"trash","size":"small"},{"name":"user-story","size":"large"},{"name":"user-story","size":"medium"},{"name":"user-story","size":"small"}]}
|
package/dist/toast/toast.svelte
CHANGED