@frontend_zz/icon 0.3.0 → 0.4.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 CHANGED
@@ -1,6 +1,76 @@
1
1
  {
2
2
  "name": "@frontend_zz/icon",
3
3
  "entries": [
4
+ {
5
+ "version": "0.4.1",
6
+ "tag": "@frontend_zz/icon_v0.4.1",
7
+ "date": "Mon, 16 Oct 2023 13:52:47 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Version bump only"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "0.4.0",
18
+ "tag": "@frontend_zz/icon_v0.4.0",
19
+ "date": "Wed, 27 Sep 2023 15:03:43 GMT",
20
+ "comments": {
21
+ "minor": [
22
+ {
23
+ "comment": "Add new icons"
24
+ },
25
+ {
26
+ "comment": "Add 'send email' icon"
27
+ },
28
+ {
29
+ "comment": "Add 'sustainable' icon"
30
+ },
31
+ {
32
+ "comment": "Add new icons: 'chat', 'healthcareProvider, 'payment', 'reimbursement'"
33
+ }
34
+ ],
35
+ "patch": [
36
+ {
37
+ "comment": "Add icons for alternative medicine and dentistry"
38
+ },
39
+ {
40
+ "comment": "Add care usage icons"
41
+ },
42
+ {
43
+ "comment": "Add 'punctuation' icon and swap out small 'Tip' icons for their large counterpart"
44
+ },
45
+ {
46
+ "comment": "Add size property"
47
+ },
48
+ {
49
+ "comment": "Update logout icon"
50
+ },
51
+ {
52
+ "comment": "Organise and document specific block type"
53
+ },
54
+ {
55
+ "comment": "Add feedbackBubble icon"
56
+ },
57
+ {
58
+ "comment": "Update dependencies"
59
+ },
60
+ {
61
+ "comment": "Update close icon"
62
+ }
63
+ ],
64
+ "none": [
65
+ {
66
+ "comment": "Upgrade dependencies"
67
+ },
68
+ {
69
+ "comment": "Version bump dependencies"
70
+ }
71
+ ]
72
+ }
73
+ },
4
74
  {
5
75
  "version": "0.3.0",
6
76
  "tag": "@frontend_zz/icon_v0.3.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,35 @@
1
1
  # Change Log - @frontend_zz/icon
2
2
 
3
- This log was last generated on Mon, 17 Apr 2023 15:55:43 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Oct 2023 13:52:47 GMT and should not be manually modified.
4
+
5
+ ## 0.4.1
6
+ Mon, 16 Oct 2023 13:52:47 GMT
7
+
8
+ ### Patches
9
+
10
+ - Version bump only
11
+
12
+ ## 0.4.0
13
+ Wed, 27 Sep 2023 15:03:43 GMT
14
+
15
+ ### Minor changes
16
+
17
+ - Add new icons
18
+ - Add 'send email' icon
19
+ - Add 'sustainable' icon
20
+ - Add new icons: 'chat', 'healthcareProvider, 'payment', 'reimbursement'
21
+
22
+ ### Patches
23
+
24
+ - Add icons for alternative medicine and dentistry
25
+ - Add care usage icons
26
+ - Add 'punctuation' icon and swap out small 'Tip' icons for their large counterpart
27
+ - Add size property
28
+ - Update logout icon
29
+ - Organise and document specific block type
30
+ - Add feedbackBubble icon
31
+ - Update dependencies
32
+ - Update close icon
4
33
 
5
34
  ## 0.3.0
6
35
  Mon, 17 Apr 2023 15:55:43 GMT
@@ -1,6 +1,6 @@
1
- export type IconName = 'addFamilyMember' | 'alertDiamond' | 'alertTriangle' | 'attachment' | 'buitenland' | 'invoice' | 'invoiceSmall' | 'check' | 'checkCircle' | 'chevronDown' | 'chevronDownMini' | 'chevronLeft' | 'chevronLeftDouble' | 'chevronRight' | 'chevronRightDouble' | 'chevronRightMini' | 'close' | 'closeCircleMini' | 'closeMini' | 'contact' | 'contactSmall' | 'cost' | 'coveredCosts' | 'declaratie' | 'declaratieFilled' | 'declaratieIndienen' | 'document' | 'documentArrow' | 'documentCheck' | 'documentMagnify' | 'documentStack' | 'download' | 'edit' | 'externalLink' | 'facturen' | 'facturenFilled' | 'farmaceutisch' | 'fileUpload' | 'folder' | 'geneesmiddelen' | 'gebruiker' | 'gebruikerFilled' | 'heartBeat' | 'heartInCircle' | 'heartInRectangle' | 'heartWithArrow' | 'home' | 'homeFilled' | 'huisarts' | 'hulpmiddelen' | 'iDEAL' | 'infoCircle' | 'insurance' | 'insuranceSmall' | 'kraamzorg' | 'locationPin' | 'lockClosed' | 'logout' | 'medicalServices' | 'messageBubbleHeart' | 'mondzorg' | 'more' | 'moreFilled' | 'paramedisch' | 'pencil' | 'plus' | 'psychologischeZorg' | 'question' | 'sale' | 'searchZoom' | 'settings' | 'spellingCheck' | 'sun' | 'trash' | 'upload' | 'users' | 'verloskunde' | 'vervoer' | 'wallet' | 'warningCircle' | 'wijkverpleging' | 'zandloper' | 'ziekenhuis' | 'zorggebruik' | 'zorgpas' | 'zorgpasSmall' | 'zorgpasFilled' | 'zorgpasWeb' | 'zorgpasPhone';
2
- export type IconMap = {
3
- [key in IconName]: string;
4
- };
5
- export declare const icons: IconMap;
6
- export declare const iconOptions: {};
1
+ export type IconName = 'addFamilyMember' | 'alarmCentrePhone' | 'alertDiamond' | 'alertTriangle' | 'alternativeMedicine' | 'alternativeMedicineSmall' | 'attachment' | 'buitenland' | 'invoice' | 'invoiceSmall' | 'chat' | 'check' | 'checkCircle' | 'chevronDown' | 'chevronDownMini' | 'chevronLeft' | 'chevronLeftDouble' | 'chevronRight' | 'chevronRightDouble' | 'chevronRightMini' | 'close' | 'closeCircleMini' | 'closeMini' | 'contact' | 'contactSmall' | 'cost' | 'coveredCosts' | 'declaratie' | 'declaratieFilled' | 'declaratieIndienen' | 'dentistry' | 'dentistrySmall' | 'document' | 'documentArrow' | 'documentCheck' | 'documentMagnify' | 'documentStack' | 'download' | 'edit' | 'emailSend' | 'epilation' | 'exerciseProgram' | 'exerciseTherapy' | 'exerciseTherapySmall' | 'externalLink' | 'ergoAndPhysiotherapy' | 'ergoAndPhysiotherapySmall' | 'facturen' | 'facturenFilled' | 'farmaceutisch' | 'feedbackBubble' | 'fileUpload' | 'folder' | 'geneesmiddelen' | 'gebruiker' | 'gebruikerFilled' | 'glassesAndLenses' | 'glassesAndLensesSmall' | 'hearingAids' | 'healthcareProvider' | 'heartBeat' | 'heartInCircle' | 'heartInRectangle' | 'heartWithArrow' | 'home' | 'homeFilled' | 'huisarts' | 'hulpmiddelen' | 'iDEAL' | 'implants' | 'infoCircle' | 'insurance' | 'insuranceSmall' | 'kraamzorg' | 'locationPin' | 'lockClosed' | 'logout' | 'medicalServices' | 'messageBubbleHeart' | 'more' | 'moreFilled' | 'orthodontics' | 'orthodonticsSmall' | 'pedicureAndFootCare' | 'payment' | 'pencil' | 'plus' | 'pieLineGraph' | 'pieLineGraphFilled' | 'preventiveCourses' | 'psychologicalCare' | 'psychologischeZorg' | 'punctuation' | 'question' | 'reimbursement' | 'sale' | 'searchZoom' | 'settings' | 'skinTherapy' | 'spellingCheck' | 'sun' | 'supportSoles' | 'sustainable' | 'trash' | 'travelWithSuitcase' | 'travelWithSuitcaseSmall' | 'upload' | 'users' | 'verloskunde' | 'vervoer' | 'wallet' | 'warningCircle' | 'wijkverpleging' | 'zandloper' | 'ziekenhuis' | 'zorggebruik' | 'zorgpas' | 'zorgpasSmall' | 'zorgpasFilled' | 'zorgpasWeb' | 'zorgpasPhone';
2
+ export type IconMap = {
3
+ [key in IconName]: string;
4
+ };
5
+ export declare const icons: IconMap;
6
+ export declare const iconOptions: {};