@frontend_zz/icon 0.6.0 → 1.0.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/CHANGELOG.json +35 -1
- package/CHANGELOG.md +20 -2
- package/Icon.collection.d.ts +4 -6
- package/Icon.collection.js +267 -130
- package/Icon.collection.zorgsoorten.d.ts +3 -0
- package/Icon.collection.zorgsoorten.js +99 -0
- package/Icon.content.json +109 -3
- package/Icon.css.js +41 -40
- package/Icon.d.ts +130 -7
- package/Icon.js +34 -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.1",
|
|
6
|
+
"tag": "@frontend_zz/icon_v1.0.1",
|
|
7
|
+
"date": "Wed, 03 Jul 2024 19:34:40 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Add color property"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "1.0.0",
|
|
18
|
+
"tag": "@frontend_zz/icon_v1.0.0",
|
|
19
|
+
"date": "Mon, 17 Jun 2024 13:14:10 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"major": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "Refactor all the things: names, sizes, stories, you name it"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"patch": [
|
|
27
|
+
{
|
|
28
|
+
"comment": "Apply visually-hidden utility class to text element inside an svg"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"dependency": [
|
|
32
|
+
{
|
|
33
|
+
"comment": "Updating dependency \"@frontend_zz/web-component-utilities\" to `1.0.0`"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
},
|
|
4
38
|
{
|
|
5
39
|
"version": "0.6.0",
|
|
6
40
|
"tag": "@frontend_zz/icon_v0.6.0",
|
|
@@ -87,7 +121,7 @@
|
|
|
87
121
|
"comment": "Organise and document specific block type"
|
|
88
122
|
},
|
|
89
123
|
{
|
|
90
|
-
"comment": "Add
|
|
124
|
+
"comment": "Add personSpeechBubble icon"
|
|
91
125
|
},
|
|
92
126
|
{
|
|
93
127
|
"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
|
|
3
|
+
This log was last generated on Wed, 03 Jul 2024 19:34:40 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.0.1
|
|
6
|
+
Wed, 03 Jul 2024 19:34:40 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Add color property
|
|
11
|
+
|
|
12
|
+
## 1.0.0
|
|
13
|
+
Mon, 17 Jun 2024 13:14:10 GMT
|
|
14
|
+
|
|
15
|
+
### Breaking changes
|
|
16
|
+
|
|
17
|
+
- Refactor all the things: names, sizes, stories, you name it
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Apply visually-hidden utility class to text element inside an svg
|
|
4
22
|
|
|
5
23
|
## 0.6.0
|
|
6
24
|
Thu, 25 Apr 2024 11:26:22 GMT
|
|
@@ -47,7 +65,7 @@ Wed, 27 Sep 2023 15:03:43 GMT
|
|
|
47
65
|
- Add size property
|
|
48
66
|
- Update logout icon
|
|
49
67
|
- Organise and document specific block type
|
|
50
|
-
- Add
|
|
68
|
+
- Add personSpeechBubble icon
|
|
51
69
|
- Update dependencies
|
|
52
70
|
- Update close icon
|
|
53
71
|
|
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 {};
|