@contena/meteor-icon-kit 5.10.0 → 5.11.0

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/NOTICE CHANGED
@@ -1,6 +1,27 @@
1
1
  Contena Meteor
2
2
  Copyright 2026 Contena
3
3
 
4
- This distribution includes code extracted from the Shopware Meteor project,
5
- licensed under the MIT License. The original copyright and permission notice
6
- is preserved in THIRD-PARTY-LICENSES/UPSTREAM-METEOR-MIT.txt.
4
+ This distribution includes upstream code licensed under the MIT License.
5
+ The required upstream copyright and permission notice follows.
6
+
7
+ MIT License
8
+
9
+ Copyright (c) 2022-2023 Shopware
10
+
11
+ Permission is hereby granted, free of charge, to any person obtaining a copy
12
+ of this software and associated documentation files (the "Software"), to deal
13
+ in the Software without restriction, including without limitation the rights
14
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
+ copies of the Software, and to permit persons to whom the Software is
16
+ furnished to do so, subject to the following conditions:
17
+
18
+ The above copyright notice and this permission notice shall be included in all
19
+ copies or substantial portions of the Software.
20
+
21
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
+ SOFTWARE.
package/README.md CHANGED
@@ -49,20 +49,16 @@ $ yarn add @contena/meteor-icon-kit
49
49
 
50
50
  ## Usage
51
51
 
52
- Start by importing/using the provided styling.
53
- Either utilizing sass/scss:
52
+ Start by importing the provided stylesheet:
54
53
 
55
- ```scss
56
- @import "@contena/meteor-icon-kit/icons/meteor-icon-kit.scss";
54
+ ```css
55
+ @import "@contena/meteor-icon-kit/icons/meteor-icon-kit.css";
57
56
  ```
58
57
 
59
- Or classic via the css file:
58
+ Or classic via a `<link>`:
60
59
 
61
60
  ```html
62
- <link
63
- rel="stylesheet"
64
- href="your-asset-folder/meteor-icon-kit-8e350007463127dbe9f66c60cd6896ca.css"
65
- />
61
+ <link rel="stylesheet" href="your-asset-folder/meteor-icon-kit.css" />
66
62
  ```
67
63
 
68
64
  Then, you can use the icons: