@rijkshuisstijl-community/web-components-stencil 1.0.0-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (149) hide show
  1. package/LICENSE.md +288 -0
  2. package/README.md +25 -0
  3. package/dist/cjs/index-97a16ac9.js +1551 -0
  4. package/dist/cjs/index-97a16ac9.js.map +1 -0
  5. package/dist/cjs/index.cjs.js +4 -0
  6. package/dist/cjs/index.cjs.js.map +1 -0
  7. package/dist/cjs/loader.cjs.js +15 -0
  8. package/dist/cjs/loader.cjs.js.map +1 -0
  9. package/dist/cjs/rhc-icon-arrow-right.cjs.entry.js +18 -0
  10. package/dist/cjs/rhc-icon-arrow-right.cjs.entry.js.map +1 -0
  11. package/dist/cjs/rhc-icon-calendar.cjs.entry.js +18 -0
  12. package/dist/cjs/rhc-icon-calendar.cjs.entry.js.map +1 -0
  13. package/dist/cjs/rhc-icon-error.cjs.entry.js +18 -0
  14. package/dist/cjs/rhc-icon-error.cjs.entry.js.map +1 -0
  15. package/dist/cjs/rhc-icon-info_2.cjs.entry.js +34 -0
  16. package/dist/cjs/rhc-icon-info_2.cjs.entry.js.map +1 -0
  17. package/dist/cjs/rhc-icon-success.cjs.entry.js +18 -0
  18. package/dist/cjs/rhc-icon-success.cjs.entry.js.map +1 -0
  19. package/dist/cjs/rhc-icon-warning.cjs.entry.js +18 -0
  20. package/dist/cjs/rhc-icon-warning.cjs.entry.js.map +1 -0
  21. package/dist/cjs/rhc.cjs.js +25 -0
  22. package/dist/cjs/rhc.cjs.js.map +1 -0
  23. package/dist/collection/collection-manifest.json +18 -0
  24. package/dist/collection/icon-arrow-right/stencil.js +13 -0
  25. package/dist/collection/icon-arrow-right/stencil.js.map +1 -0
  26. package/dist/collection/icon-calendar/stencil.js +13 -0
  27. package/dist/collection/icon-calendar/stencil.js.map +1 -0
  28. package/dist/collection/icon-error/stencil.js +13 -0
  29. package/dist/collection/icon-error/stencil.js.map +1 -0
  30. package/dist/collection/icon-info/stencil.js +13 -0
  31. package/dist/collection/icon-info/stencil.js.map +1 -0
  32. package/dist/collection/icon-success/stencil.js +13 -0
  33. package/dist/collection/icon-success/stencil.js.map +1 -0
  34. package/dist/collection/icon-warning/stencil.js +13 -0
  35. package/dist/collection/icon-warning/stencil.js.map +1 -0
  36. package/dist/collection/icon.svg +0 -0
  37. package/dist/collection/logo.css +45 -0
  38. package/dist/collection/logo.stencil.js +72 -0
  39. package/dist/collection/logo.stencil.js.map +1 -0
  40. package/dist/components/index.d.ts +45 -0
  41. package/dist/components/index.js +30 -0
  42. package/dist/components/index.js.map +1 -0
  43. package/dist/components/rhc-icon-arrow-right.d.ts +11 -0
  44. package/dist/components/rhc-icon-arrow-right.js +32 -0
  45. package/dist/components/rhc-icon-arrow-right.js.map +1 -0
  46. package/dist/components/rhc-icon-calendar.d.ts +11 -0
  47. package/dist/components/rhc-icon-calendar.js +32 -0
  48. package/dist/components/rhc-icon-calendar.js.map +1 -0
  49. package/dist/components/rhc-icon-error.d.ts +11 -0
  50. package/dist/components/rhc-icon-error.js +32 -0
  51. package/dist/components/rhc-icon-error.js.map +1 -0
  52. package/dist/components/rhc-icon-info.d.ts +11 -0
  53. package/dist/components/rhc-icon-info.js +32 -0
  54. package/dist/components/rhc-icon-info.js.map +1 -0
  55. package/dist/components/rhc-icon-success.d.ts +11 -0
  56. package/dist/components/rhc-icon-success.js +32 -0
  57. package/dist/components/rhc-icon-success.js.map +1 -0
  58. package/dist/components/rhc-icon-warning.d.ts +11 -0
  59. package/dist/components/rhc-icon-warning.js +32 -0
  60. package/dist/components/rhc-icon-warning.js.map +1 -0
  61. package/dist/components/rhc-logo.d.ts +11 -0
  62. package/dist/components/rhc-logo.js +41 -0
  63. package/dist/components/rhc-logo.js.map +1 -0
  64. package/dist/esm/index-c2d82fd1.js +1525 -0
  65. package/dist/esm/index-c2d82fd1.js.map +1 -0
  66. package/dist/esm/index.js +3 -0
  67. package/dist/esm/index.js.map +1 -0
  68. package/dist/esm/loader.js +11 -0
  69. package/dist/esm/loader.js.map +1 -0
  70. package/dist/esm/polyfills/core-js.js +11 -0
  71. package/dist/esm/polyfills/dom.js +79 -0
  72. package/dist/esm/polyfills/es5-html-element.js +1 -0
  73. package/dist/esm/polyfills/index.js +34 -0
  74. package/dist/esm/polyfills/system.js +6 -0
  75. package/dist/esm/rhc-icon-arrow-right.entry.js +14 -0
  76. package/dist/esm/rhc-icon-arrow-right.entry.js.map +1 -0
  77. package/dist/esm/rhc-icon-calendar.entry.js +14 -0
  78. package/dist/esm/rhc-icon-calendar.entry.js.map +1 -0
  79. package/dist/esm/rhc-icon-error.entry.js +14 -0
  80. package/dist/esm/rhc-icon-error.entry.js.map +1 -0
  81. package/dist/esm/rhc-icon-info_2.entry.js +29 -0
  82. package/dist/esm/rhc-icon-info_2.entry.js.map +1 -0
  83. package/dist/esm/rhc-icon-success.entry.js +14 -0
  84. package/dist/esm/rhc-icon-success.entry.js.map +1 -0
  85. package/dist/esm/rhc-icon-warning.entry.js +14 -0
  86. package/dist/esm/rhc-icon-warning.entry.js.map +1 -0
  87. package/dist/esm/rhc.js +20 -0
  88. package/dist/esm/rhc.js.map +1 -0
  89. package/dist/index.cjs.js +1 -0
  90. package/dist/index.js +1 -0
  91. package/dist/rhc/index.esm.js +2 -0
  92. package/dist/rhc/index.esm.js.map +1 -0
  93. package/dist/rhc/p-1849850a.entry.js +2 -0
  94. package/dist/rhc/p-1849850a.entry.js.map +1 -0
  95. package/dist/rhc/p-1ddc5ba6.entry.js +2 -0
  96. package/dist/rhc/p-1ddc5ba6.entry.js.map +1 -0
  97. package/dist/rhc/p-1f328841.js +3 -0
  98. package/dist/rhc/p-1f328841.js.map +1 -0
  99. package/dist/rhc/p-3c963064.entry.js +2 -0
  100. package/dist/rhc/p-3c963064.entry.js.map +1 -0
  101. package/dist/rhc/p-4378bb06.entry.js +2 -0
  102. package/dist/rhc/p-4378bb06.entry.js.map +1 -0
  103. package/dist/rhc/p-569d82ec.entry.js +2 -0
  104. package/dist/rhc/p-569d82ec.entry.js.map +1 -0
  105. package/dist/rhc/p-bab6df1d.entry.js +2 -0
  106. package/dist/rhc/p-bab6df1d.entry.js.map +1 -0
  107. package/dist/rhc/rhc.esm.js +2 -0
  108. package/dist/rhc/rhc.esm.js.map +1 -0
  109. package/dist/src/icon-arrow-right/stencil.d.ts +7 -0
  110. package/dist/src/icon-arrow-right/stencil.js +20 -0
  111. package/dist/src/icon-arrow-right/stencil.js.map +1 -0
  112. package/dist/src/icon-calendar/stencil.d.ts +7 -0
  113. package/dist/src/icon-calendar/stencil.js +20 -0
  114. package/dist/src/icon-calendar/stencil.js.map +1 -0
  115. package/dist/src/icon-error/stencil.d.ts +7 -0
  116. package/dist/src/icon-error/stencil.js +26 -0
  117. package/dist/src/icon-error/stencil.js.map +1 -0
  118. package/dist/src/icon-info/stencil.d.ts +7 -0
  119. package/dist/src/icon-info/stencil.js +24 -0
  120. package/dist/src/icon-info/stencil.js.map +1 -0
  121. package/dist/src/icon-success/stencil.d.ts +7 -0
  122. package/dist/src/icon-success/stencil.js +22 -0
  123. package/dist/src/icon-success/stencil.js.map +1 -0
  124. package/dist/src/icon-warning/stencil.d.ts +7 -0
  125. package/dist/src/icon-warning/stencil.js +24 -0
  126. package/dist/src/icon-warning/stencil.js.map +1 -0
  127. package/dist/src/logo.stencil.d.ts +15 -0
  128. package/dist/src/logo.stencil.js +40 -0
  129. package/dist/src/logo.stencil.js.map +1 -0
  130. package/dist/stencil.config.d.ts +2 -0
  131. package/dist/stencil.config.js +27 -0
  132. package/dist/stencil.config.js.map +1 -0
  133. package/dist/types/components.d.ts +119 -0
  134. package/dist/types/home/runner/work/rijkshuisstijl-community/rijkshuisstijl-community/packages/web-components-stencil/.stencil/stencil.config.d.ts +2 -0
  135. package/dist/types/icon-arrow-right/stencil.d.ts +7 -0
  136. package/dist/types/icon-calendar/stencil.d.ts +7 -0
  137. package/dist/types/icon-error/stencil.d.ts +7 -0
  138. package/dist/types/icon-info/stencil.d.ts +7 -0
  139. package/dist/types/icon-success/stencil.d.ts +7 -0
  140. package/dist/types/icon-warning/stencil.d.ts +7 -0
  141. package/dist/types/logo.stencil.d.ts +15 -0
  142. package/dist/types/stencil-public-runtime.d.ts +1652 -0
  143. package/loader/cdn.js +3 -0
  144. package/loader/index.cjs.js +3 -0
  145. package/loader/index.d.ts +21 -0
  146. package/loader/index.es2017.js +3 -0
  147. package/loader/index.js +4 -0
  148. package/loader/package.json +11 -0
  149. package/package.json +58 -0
package/LICENSE.md ADDED
@@ -0,0 +1,288 @@
1
+ # EUROPEAN UNION PUBLIC LICENCE v. 1.2
2
+
3
+ EUPL © the European Union 2007, 2016
4
+
5
+ This European Union Public Licence (the ‘EUPL’) applies to the Work (as defined
6
+ below) which is provided under the terms of this Licence. Any use of the Work,
7
+ other than as authorised under this Licence is prohibited (to the extent such
8
+ use is covered by a right of the copyright holder of the Work).
9
+
10
+ The Work is provided under the terms of this Licence when the Licensor (as
11
+ defined below) has placed the following notice immediately following the
12
+ copyright notice for the Work:
13
+
14
+ Licensed under the EUPL
15
+
16
+ or has expressed by any other means his willingness to license under the EUPL.
17
+
18
+ ## 1. Definitions
19
+
20
+ In this Licence, the following terms have the following meaning:
21
+
22
+ - ‘The Licence’: this Licence.
23
+
24
+ - ‘The Original Work’: the work or software distributed or communicated by the
25
+ Licensor under this Licence, available as Source Code and also as Executable
26
+ Code as the case may be.
27
+
28
+ - ‘Derivative Works’: the works or software that could be created by the
29
+ Licensee, based upon the Original Work or modifications thereof. This Licence
30
+ does not define the extent of modification or dependence on the Original Work
31
+ required in order to classify a work as a Derivative Work; this extent is
32
+ determined by copyright law applicable in the country mentioned in Article 15.
33
+
34
+ - ‘The Work’: the Original Work or its Derivative Works.
35
+
36
+ - ‘The Source Code’: the human-readable form of the Work which is the most
37
+ convenient for people to study and modify.
38
+
39
+ - ‘The Executable Code’: any code which has generally been compiled and which is
40
+ meant to be interpreted by a computer as a program.
41
+
42
+ - ‘The Licensor’: the natural or legal person that distributes or communicates
43
+ the Work under the Licence.
44
+
45
+ - ‘Contributor(s)’: any natural or legal person who modifies the Work under the
46
+ Licence, or otherwise contributes to the creation of a Derivative Work.
47
+
48
+ - ‘The Licensee’ or ‘You’: any natural or legal person who makes any usage of
49
+ the Work under the terms of the Licence.
50
+
51
+ - ‘Distribution’ or ‘Communication’: any act of selling, giving, lending,
52
+ renting, distributing, communicating, transmitting, or otherwise making
53
+ available, online or offline, copies of the Work or providing access to its
54
+ essential functionalities at the disposal of any other natural or legal
55
+ person.
56
+
57
+ ## 2. Scope of the rights granted by the Licence
58
+
59
+ The Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
60
+ sublicensable licence to do the following, for the duration of copyright vested
61
+ in the Original Work:
62
+
63
+ - use the Work in any circumstance and for all usage,
64
+ - reproduce the Work,
65
+ - modify the Work, and make Derivative Works based upon the Work,
66
+ - communicate to the public, including the right to make available or display
67
+ the Work or copies thereof to the public and perform publicly, as the case may
68
+ be, the Work,
69
+ - distribute the Work or copies thereof,
70
+ - lend and rent the Work or copies thereof,
71
+ - sublicense rights in the Work or copies thereof.
72
+
73
+ Those rights can be exercised on any media, supports and formats, whether now
74
+ known or later invented, as far as the applicable law permits so.
75
+
76
+ In the countries where moral rights apply, the Licensor waives his right to
77
+ exercise his moral right to the extent allowed by law in order to make effective
78
+ the licence of the economic rights here above listed.
79
+
80
+ The Licensor grants to the Licensee royalty-free, non-exclusive usage rights to
81
+ any patents held by the Licensor, to the extent necessary to make use of the
82
+ rights granted on the Work under this Licence.
83
+
84
+ ## 3. Communication of the Source Code
85
+
86
+ The Licensor may provide the Work either in its Source Code form, or as
87
+ Executable Code. If the Work is provided as Executable Code, the Licensor
88
+ provides in addition a machine-readable copy of the Source Code of the Work
89
+ along with each copy of the Work that the Licensor distributes or indicates, in
90
+ a notice following the copyright notice attached to the Work, a repository where
91
+ the Source Code is easily and freely accessible for as long as the Licensor
92
+ continues to distribute or communicate the Work.
93
+
94
+ ## 4. Limitations on copyright
95
+
96
+ Nothing in this Licence is intended to deprive the Licensee of the benefits from
97
+ any exception or limitation to the exclusive rights of the rights owners in the
98
+ Work, of the exhaustion of those rights or of other applicable limitations
99
+ thereto.
100
+
101
+ ## 5. Obligations of the Licensee
102
+
103
+ The grant of the rights mentioned above is subject to some restrictions and
104
+ obligations imposed on the Licensee. Those obligations are the following:
105
+
106
+ Attribution right: The Licensee shall keep intact all copyright, patent or
107
+ trademarks notices and all notices that refer to the Licence and to the
108
+ disclaimer of warranties. The Licensee must include a copy of such notices and a
109
+ copy of the Licence with every copy of the Work he/she distributes or
110
+ communicates. The Licensee must cause any Derivative Work to carry prominent
111
+ notices stating that the Work has been modified and the date of modification.
112
+
113
+ Copyleft clause: If the Licensee distributes or communicates copies of the
114
+ Original Works or Derivative Works, this Distribution or Communication will be
115
+ done under the terms of this Licence or of a later version of this Licence
116
+ unless the Original Work is expressly distributed only under this version of the
117
+ Licence — for example by communicating ‘EUPL v. 1.2 only’. The Licensee
118
+ (becoming Licensor) cannot offer or impose any additional terms or conditions on
119
+ the Work or Derivative Work that alter or restrict the terms of the Licence.
120
+
121
+ Compatibility clause: If the Licensee Distributes or Communicates Derivative
122
+ Works or copies thereof based upon both the Work and another work licensed under
123
+ a Compatible Licence, this Distribution or Communication can be done under the
124
+ terms of this Compatible Licence. For the sake of this clause, ‘Compatible
125
+ Licence’ refers to the licences listed in the appendix attached to this Licence.
126
+ Should the Licensee's obligations under the Compatible Licence conflict with
127
+ his/her obligations under this Licence, the obligations of the Compatible
128
+ Licence shall prevail.
129
+
130
+ Provision of Source Code: When distributing or communicating copies of the Work,
131
+ the Licensee will provide a machine-readable copy of the Source Code or indicate
132
+ a repository where this Source will be easily and freely available for as long
133
+ as the Licensee continues to distribute or communicate the Work.
134
+
135
+ Legal Protection: This Licence does not grant permission to use the trade names,
136
+ trademarks, service marks, or names of the Licensor, except as required for
137
+ reasonable and customary use in describing the origin of the Work and
138
+ reproducing the content of the copyright notice.
139
+
140
+ ## 6. Chain of Authorship
141
+
142
+ The original Licensor warrants that the copyright in the Original Work granted
143
+ hereunder is owned by him/her or licensed to him/her and that he/she has the
144
+ power and authority to grant the Licence.
145
+
146
+ Each Contributor warrants that the copyright in the modifications he/she brings
147
+ to the Work are owned by him/her or licensed to him/her and that he/she has the
148
+ power and authority to grant the Licence.
149
+
150
+ Each time You accept the Licence, the original Licensor and subsequent
151
+ Contributors grant You a licence to their contributions to the Work, under the
152
+ terms of this Licence.
153
+
154
+ ## 7. Disclaimer of Warranty
155
+
156
+ The Work is a work in progress, which is continuously improved by numerous
157
+ Contributors. It is not a finished work and may therefore contain defects or
158
+ ‘bugs’ inherent to this type of development.
159
+
160
+ For the above reason, the Work is provided under the Licence on an ‘as is’ basis
161
+ and without warranties of any kind concerning the Work, including without
162
+ limitation merchantability, fitness for a particular purpose, absence of defects
163
+ or errors, accuracy, non-infringement of intellectual property rights other than
164
+ copyright as stated in Article 6 of this Licence.
165
+
166
+ This disclaimer of warranty is an essential part of the Licence and a condition
167
+ for the grant of any rights to the Work.
168
+
169
+ ## 8. Disclaimer of Liability
170
+
171
+ Except in the cases of wilful misconduct or damages directly caused to natural
172
+ persons, the Licensor will in no event be liable for any direct or indirect,
173
+ material or moral, damages of any kind, arising out of the Licence or of the use
174
+ of the Work, including without limitation, damages for loss of goodwill, work
175
+ stoppage, computer failure or malfunction, loss of data or any commercial
176
+ damage, even if the Licensor has been advised of the possibility of such damage.
177
+ However, the Licensor will be liable under statutory product liability laws as
178
+ far such laws apply to the Work.
179
+
180
+ ## 9. Additional agreements
181
+
182
+ While distributing the Work, You may choose to conclude an additional agreement,
183
+ defining obligations or services consistent with this Licence. However, if
184
+ accepting obligations, You may act only on your own behalf and on your sole
185
+ responsibility, not on behalf of the original Licensor or any other Contributor,
186
+ and only if You agree to indemnify, defend, and hold each Contributor harmless
187
+ for any liability incurred by, or claims asserted against such Contributor by
188
+ the fact You have accepted any warranty or additional liability.
189
+
190
+ ## 10. Acceptance of the Licence
191
+
192
+ The provisions of this Licence can be accepted by clicking on an icon ‘I agree’
193
+ placed under the bottom of a window displaying the text of this Licence or by
194
+ affirming consent in any other similar way, in accordance with the rules of
195
+ applicable law. Clicking on that icon indicates your clear and irrevocable
196
+ acceptance of this Licence and all of its terms and conditions.
197
+
198
+ Similarly, you irrevocably accept this Licence and all of its terms and
199
+ conditions by exercising any rights granted to You by Article 2 of this Licence,
200
+ such as the use of the Work, the creation by You of a Derivative Work or the
201
+ Distribution or Communication by You of the Work or copies thereof.
202
+
203
+ ## 11. Information to the public
204
+
205
+ In case of any Distribution or Communication of the Work by means of electronic
206
+ communication by You (for example, by offering to download the Work from a
207
+ remote location) the distribution channel or media (for example, a website) must
208
+ at least provide to the public the information requested by the applicable law
209
+ regarding the Licensor, the Licence and the way it may be accessible, concluded,
210
+ stored and reproduced by the Licensee.
211
+
212
+ ## 12. Termination of the Licence
213
+
214
+ The Licence and the rights granted hereunder will terminate automatically upon
215
+ any breach by the Licensee of the terms of the Licence.
216
+
217
+ Such a termination will not terminate the licences of any person who has
218
+ received the Work from the Licensee under the Licence, provided such persons
219
+ remain in full compliance with the Licence.
220
+
221
+ ## 13. Miscellaneous
222
+
223
+ Without prejudice of Article 9 above, the Licence represents the complete
224
+ agreement between the Parties as to the Work.
225
+
226
+ If any provision of the Licence is invalid or unenforceable under applicable
227
+ law, this will not affect the validity or enforceability of the Licence as a
228
+ whole. Such provision will be construed or reformed so as necessary to make it
229
+ valid and enforceable.
230
+
231
+ The European Commission may publish other linguistic versions or new versions of
232
+ this Licence or updated versions of the Appendix, so far this is required and
233
+ reasonable, without reducing the scope of the rights granted by the Licence. New
234
+ versions of the Licence will be published with a unique version number.
235
+
236
+ All linguistic versions of this Licence, approved by the European Commission,
237
+ have identical value. Parties can take advantage of the linguistic version of
238
+ their choice.
239
+
240
+ ## 14. Jurisdiction
241
+
242
+ Without prejudice to specific agreement between parties,
243
+
244
+ - any litigation resulting from the interpretation of this License, arising
245
+ between the European Union institutions, bodies, offices or agencies, as a
246
+ Licensor, and any Licensee, will be subject to the jurisdiction of the Court
247
+ of Justice of the European Union, as laid down in article 272 of the Treaty on
248
+ the Functioning of the European Union,
249
+
250
+ - any litigation arising between other parties and resulting from the
251
+ interpretation of this License, will be subject to the exclusive jurisdiction
252
+ of the competent court where the Licensor resides or conducts its primary
253
+ business.
254
+
255
+ ## 15. Applicable Law
256
+
257
+ Without prejudice to specific agreement between parties,
258
+
259
+ - this Licence shall be governed by the law of the European Union Member State
260
+ where the Licensor has his seat, resides or has his registered office,
261
+
262
+ - this licence shall be governed by Belgian law if the Licensor has no seat,
263
+ residence or registered office inside a European Union Member State.
264
+
265
+ ## Appendix
266
+
267
+ ‘Compatible Licences’ according to Article 5 EUPL are:
268
+
269
+ - GNU General Public License (GPL) v. 2, v. 3
270
+ - GNU Affero General Public License (AGPL) v. 3
271
+ - Open Software License (OSL) v. 2.1, v. 3.0
272
+ - Eclipse Public License (EPL) v. 1.0
273
+ - CeCILL v. 2.0, v. 2.1
274
+ - Mozilla Public Licence (MPL) v. 2
275
+ - GNU Lesser General Public Licence (LGPL) v. 2.1, v. 3
276
+ - Creative Commons Attribution-ShareAlike v. 3.0 Unported (CC BY-SA 3.0) for
277
+ works other than software
278
+ - European Union Public Licence (EUPL) v. 1.1, v. 1.2
279
+ - Québec Free and Open-Source Licence — Reciprocity (LiLiQ-R) or Strong
280
+ Reciprocity (LiLiQ-R+).
281
+
282
+ The European Commission may update this Appendix to later versions of the above
283
+ licences without producing a new version of the EUPL, as long as they provide
284
+ the rights granted in Article 2 of this Licence and protect the covered Source
285
+ Code from exclusive appropriation.
286
+
287
+ All other changes or additions to this Appendix require the production of a new
288
+ EUPL version.
package/README.md ADDED
@@ -0,0 +1,25 @@
1
+ <!-- @license CC0-1.0 -->
2
+
3
+ # Web Components for Rijkhuisstijl
4
+
5
+ _This project is **not** endorsed by the Dutch Ministry of General Affairs._
6
+
7
+ **Applying design elements from this project is strictly prohibited for organisations that are not part of the central Government of The Netherlands.**
8
+
9
+ This project is part of a community iniative to use [NL Design System](https://nldesignsystem.nl) components for projects that need to adhere to Rijkshuisstijl. Organisations from the central Government of the Netherlands (for example: [Belastingdienst](https://www.belastingdienst.nl/), [DUO](https://www.duo.nl), [Logius](http://logius.nl), [SVB](https://www.svb.nl/)), as well as those who are contracted by them to develop websites and apps, are able to collaborate via this project.
10
+
11
+ ## License
12
+
13
+ This project contains both proprietary and free and open-source software licensed under the [European Union Public License (EUPL) v1.2](LICENSE.md).
14
+
15
+ ### Logo and style guide
16
+
17
+ Copyright applies to the Rijkshuisstijl logo and Rijkhuisstijl brand identity. Use of logo and brand identity is strictly prohibited for any other use than developing websites and apps for the central Government of The Netherlands.
18
+
19
+ ### Fonts
20
+
21
+ [Fonts used for the Rijkshuisstijl](https://www.rijkshuisstijl.nl/basiselementen/basiselementen-online/webfonts) are [designed specifcally for the central Government of The Netherlands](https://www.rijkshuisstijl.nl/basiselementen/documenten/verzamelingen-afbeeldingen/2014/06/01/achtergrondartikel-rijkshuisstijl-webfonts) and are not open source. Before applying the web fonts to your project, ensure you have permission from the Rijkshuisstijl. Until you have permission, use fallback fonts instead, such as the system fonts Arial, Verdana or Times New Roman.
22
+
23
+ ## Permission
24
+
25
+ When you are developing a website for the central Government of the Netherlands, you request permission by [contacting the Ministry of General Affairs](https://www.rijkshuisstijl.nl/contact).