@frontend_zz/icon 0.5.0 → 1.0.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/CHANGELOG.json +35 -1
- package/CHANGELOG.md +20 -2
- package/Icon.collection.d.ts +4 -6
- package/Icon.collection.js +267 -129
- package/Icon.collection.zorgsoorten.d.ts +3 -0
- package/Icon.collection.zorgsoorten.js +99 -0
- package/Icon.content.json +110 -3
- package/Icon.css.js +17 -37
- package/Icon.d.ts +122 -7
- package/Icon.js +23 -10
- package/Icon.types.d.ts +6 -0
- package/Icon.types.js +1 -0
- package/package.json +3 -2
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,40 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontend_zz/icon",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"tag": "@frontend_zz/icon_v1.0.0",
|
|
7
|
+
"date": "Mon, 17 Jun 2024 13:14:10 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"major": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Refactor all the things: names, sizes, stories, you name it"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"patch": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Apply visually-hidden utility class to text element inside an svg"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"dependency": [
|
|
20
|
+
{
|
|
21
|
+
"comment": "Updating dependency \"@frontend_zz/web-component-utilities\" to `1.0.0`"
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"version": "0.6.0",
|
|
28
|
+
"tag": "@frontend_zz/icon_v0.6.0",
|
|
29
|
+
"date": "Thu, 25 Apr 2024 11:26:22 GMT",
|
|
30
|
+
"comments": {
|
|
31
|
+
"minor": [
|
|
32
|
+
{
|
|
33
|
+
"comment": "Add new icon: 'filter'"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
},
|
|
4
38
|
{
|
|
5
39
|
"version": "0.5.0",
|
|
6
40
|
"tag": "@frontend_zz/icon_v0.5.0",
|
|
@@ -75,7 +109,7 @@
|
|
|
75
109
|
"comment": "Organise and document specific block type"
|
|
76
110
|
},
|
|
77
111
|
{
|
|
78
|
-
"comment": "Add
|
|
112
|
+
"comment": "Add personSpeechBubble icon"
|
|
79
113
|
},
|
|
80
114
|
{
|
|
81
115
|
"comment": "Update dependencies"
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
# Change Log - @frontend_zz/icon
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 17 Jun 2024 13:14:10 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.0.0
|
|
6
|
+
Mon, 17 Jun 2024 13:14:10 GMT
|
|
7
|
+
|
|
8
|
+
### Breaking changes
|
|
9
|
+
|
|
10
|
+
- Refactor all the things: names, sizes, stories, you name it
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Apply visually-hidden utility class to text element inside an svg
|
|
15
|
+
|
|
16
|
+
## 0.6.0
|
|
17
|
+
Thu, 25 Apr 2024 11:26:22 GMT
|
|
18
|
+
|
|
19
|
+
### Minor changes
|
|
20
|
+
|
|
21
|
+
- Add new icon: 'filter'
|
|
4
22
|
|
|
5
23
|
## 0.5.0
|
|
6
24
|
Mon, 11 Mar 2024 10:43:52 GMT
|
|
@@ -40,7 +58,7 @@ Wed, 27 Sep 2023 15:03:43 GMT
|
|
|
40
58
|
- Add size property
|
|
41
59
|
- Update logout icon
|
|
42
60
|
- Organise and document specific block type
|
|
43
|
-
- Add
|
|
61
|
+
- Add personSpeechBubble icon
|
|
44
62
|
- Update dependencies
|
|
45
63
|
- Update close icon
|
|
46
64
|
|
package/Icon.collection.d.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
export declare const icons: IconMap;
|
|
6
|
-
export declare const iconOptions: {};
|
|
1
|
+
import { IconDict } from './Icon.types.js';
|
|
2
|
+
type IconNames = 'chat' | 'check' | 'checkCircle' | 'chevronDown' | 'chevronLeft' | 'chevronLeftDouble' | 'chevronRight' | 'chevronRightDouble' | 'circularArrows' | 'cogwheel' | 'coinsStack' | 'coinsStackMagnifyingGlass' | 'cross' | 'crossCircle' | 'document' | 'documentArrowRight' | 'documentArrowUp' | 'documentCheck' | 'documentMagnify' | 'documentStack' | 'dotsHorizontal' | 'dotsHorizontalFilled' | 'download' | 'exclamationMarkDiamond' | 'exclamationMarkTriangle' | 'externalLink' | 'facetedSphere' | 'financialDocument' | 'financialDocumentArrow' | 'financialEnvelope' | 'financialEnvelopeFilled' | 'filter' | 'folder' | 'globeWithSuitcase' | 'heartBeat' | 'heartInCircle' | 'heartInRectangle' | 'heartWithArrow' | 'home' | 'homeFilled' | 'hourglass' | 'iDEAL' | 'infoCircle' | 'leaf' | 'letterUnderMagnifyingGlass' | 'letterWithCheckmark' | 'locationPin' | 'logout' | 'magnifyingGlass' | 'magnifyingGlassMoney' | 'moneyBag' | 'medicalCross' | 'medicalDocument' | 'medicalDocumentFilled' | 'medicalDocumentShield' | 'medicalLocation' | 'medicalPhone' | 'medicalShield' | 'padlockClosed' | 'paperclip' | 'paperPlane' | 'pencil' | 'percentSign' | 'person' | 'personFilled' | 'personCircleFilled' | 'personCirclePlus' | 'personHeadsetChatBubble' | 'persons' | 'personSpeechBubble' | 'phone' | 'pieChart' | 'pieLineGraph' | 'pieLineGraphFilled' | 'plasticCard' | 'plasticCardFilled' | 'plus' | 'questionMarkCircle' | 'rubbishBin' | 'speechBubbleWithHeart' | 'sun' | 'wallet' | 'writingPen' | 'zzLogo';
|
|
3
|
+
export declare const generalIcons: IconDict<IconNames>;
|
|
4
|
+
export {};
|