@amiceli/papierjs 0.6.0 → 0.7.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.
Files changed (201) hide show
  1. package/dist/cjs/{index-82a72b67.js → index-875ceae0.js} +39 -6
  2. package/dist/cjs/index-875ceae0.js.map +1 -0
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/p-accordion.cjs.entry.js +4 -4
  5. package/dist/cjs/p-alert.cjs.entry.js +2 -2
  6. package/dist/cjs/p-badge.cjs.entry.js +2 -2
  7. package/dist/cjs/p-breadcrumb-item.cjs.entry.js +2 -2
  8. package/dist/cjs/p-breadcrumb.cjs.entry.js +2 -2
  9. package/dist/cjs/{p-dropdown_2.cjs.entry.js → p-button_3.cjs.entry.js} +55 -6
  10. package/dist/cjs/p-button_3.cjs.entry.js.map +1 -0
  11. package/dist/cjs/p-dropdown-preview.cjs.entry.js +2 -2
  12. package/dist/cjs/p-input-text.cjs.entry.js +2 -2
  13. package/dist/cjs/p-leaf.cjs.entry.js +2 -2
  14. package/dist/cjs/p-modal-preview.cjs.entry.js +2 -2
  15. package/dist/cjs/p-modal.cjs.entry.js +31 -0
  16. package/dist/cjs/p-modal.cjs.entry.js.map +1 -0
  17. package/dist/cjs/p-notification-handler.cjs.entry.js +57 -0
  18. package/dist/cjs/p-notification-handler.cjs.entry.js.map +1 -0
  19. package/dist/cjs/p-notification-preview.cjs.entry.js +41 -0
  20. package/dist/cjs/p-notification-preview.cjs.entry.js.map +1 -0
  21. package/dist/cjs/p-notification.cjs.entry.js +64 -0
  22. package/dist/cjs/p-notification.cjs.entry.js.map +1 -0
  23. package/dist/cjs/p-progress-bar.cjs.entry.js +2 -2
  24. package/dist/cjs/p-slider.cjs.entry.js +3 -3
  25. package/dist/cjs/p-switch-tile.cjs.entry.js +3 -3
  26. package/dist/cjs/p-switch.cjs.entry.js +4 -4
  27. package/dist/cjs/p-tab.cjs.entry.js +3 -3
  28. package/dist/cjs/p-tabs.cjs.entry.js +4 -4
  29. package/dist/cjs/p-tooltip.cjs.entry.js +2 -2
  30. package/dist/cjs/papierjs.cjs.js +2 -2
  31. package/dist/collection/collection-manifest.json +3 -0
  32. package/dist/collection/components/accordion/accordion.js +3 -3
  33. package/dist/collection/components/alert/alert.js +1 -1
  34. package/dist/collection/components/badge/badge.js +1 -1
  35. package/dist/collection/components/breadcrumb/breadcrumb/breadcrumb.js +1 -1
  36. package/dist/collection/components/breadcrumb/breadcrumb-item/breadcrumb-item.js +1 -1
  37. package/dist/collection/components/button/button.js +1 -1
  38. package/dist/collection/components/dropdown/dropdown/dropdown.js +2 -2
  39. package/dist/collection/components/dropdown/dropdown/stories/dropdown.preview.js +1 -1
  40. package/dist/collection/components/dropdown/dropdown-item/dropdown-item.js +2 -2
  41. package/dist/collection/components/form/input-text/input-text.js +1 -1
  42. package/dist/collection/components/form/slider/sliders.js +2 -2
  43. package/dist/collection/components/form/switch/switch.js +3 -3
  44. package/dist/collection/components/form/switch-tile/switch-tile.js +2 -2
  45. package/dist/collection/components/leaf/leaf.js +1 -1
  46. package/dist/collection/components/modal/modal.js +1 -1
  47. package/dist/collection/components/modal/stories/modal.preview.js +1 -1
  48. package/dist/collection/components/notification/p-notification/p-notification.css +3260 -0
  49. package/dist/collection/components/notification/p-notification/p-notification.js +164 -0
  50. package/dist/collection/components/notification/p-notification/p-notification.js.map +1 -0
  51. package/dist/collection/components/notification/p-notification-handler/p-notification-handler.css +13 -0
  52. package/dist/collection/components/notification/p-notification-handler/p-notification-handler.js +100 -0
  53. package/dist/collection/components/notification/p-notification-handler/p-notification-handler.js.map +1 -0
  54. package/dist/collection/components/notification/p-notification-handler/stories/p-notification-preview.js +36 -0
  55. package/dist/collection/components/notification/p-notification-handler/stories/p-notification-preview.js.map +1 -0
  56. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  57. package/dist/collection/components/tabs/tab/tab.js +2 -2
  58. package/dist/collection/components/tabs/tabs/tabs.js +3 -3
  59. package/dist/collection/components/tooltip/tooltip.js +1 -1
  60. package/dist/components/index.js +1 -1
  61. package/dist/components/{p-44ddcae9.js → p-3e858546.js} +3 -3
  62. package/dist/components/{p-44ddcae9.js.map → p-3e858546.js.map} +1 -1
  63. package/dist/components/{p-ee5f2278.js → p-51fafe64.js} +4 -4
  64. package/dist/components/{p-ee5f2278.js.map → p-51fafe64.js.map} +1 -1
  65. package/dist/components/{p-1754e5cb.js → p-555df865.js} +3 -3
  66. package/dist/components/{p-1754e5cb.js.map → p-555df865.js.map} +1 -1
  67. package/dist/components/p-accordion.js +4 -4
  68. package/dist/components/{p-eea4fbc1.js → p-af62ba98.js} +23 -2
  69. package/dist/components/p-af62ba98.js.map +1 -0
  70. package/dist/components/p-alert.js +2 -2
  71. package/dist/components/p-badge.js +2 -2
  72. package/dist/components/p-breadcrumb-item.js +2 -2
  73. package/dist/components/p-breadcrumb.js +2 -2
  74. package/dist/components/p-button.js +1 -1
  75. package/dist/components/p-c3c46963.js +78 -0
  76. package/dist/components/p-c3c46963.js.map +1 -0
  77. package/dist/components/{p-18fc6353.js → p-c8138bbd.js} +4 -4
  78. package/dist/components/{p-18fc6353.js.map → p-c8138bbd.js.map} +1 -1
  79. package/dist/components/p-dropdown-item.js +1 -1
  80. package/dist/components/p-dropdown-preview.js +6 -6
  81. package/dist/components/p-dropdown.js +1 -1
  82. package/dist/components/p-ef7a623f.js +81 -0
  83. package/dist/components/p-ef7a623f.js.map +1 -0
  84. package/dist/components/p-input-text.js +2 -2
  85. package/dist/components/p-leaf.js +2 -2
  86. package/dist/components/p-modal-preview.js +4 -4
  87. package/dist/components/p-modal.js +1 -1
  88. package/dist/components/p-notification-handler.d.ts +11 -0
  89. package/dist/components/p-notification-handler.js +8 -0
  90. package/dist/components/p-notification-handler.js.map +1 -0
  91. package/dist/components/p-notification-preview.d.ts +11 -0
  92. package/dist/components/p-notification-preview.js +87 -0
  93. package/dist/components/p-notification-preview.js.map +1 -0
  94. package/dist/components/p-notification.d.ts +11 -0
  95. package/dist/components/p-notification.js +8 -0
  96. package/dist/components/p-notification.js.map +1 -0
  97. package/dist/components/p-progress-bar.js +2 -2
  98. package/dist/components/p-slider.js +3 -3
  99. package/dist/components/p-switch-tile.js +3 -3
  100. package/dist/components/p-switch.js +4 -4
  101. package/dist/components/p-tab.js +3 -3
  102. package/dist/components/p-tabs.js +4 -4
  103. package/dist/components/p-tooltip.js +2 -2
  104. package/dist/esm/{index-4646b002.js → index-7ee4e700.js} +39 -6
  105. package/dist/esm/index-7ee4e700.js.map +1 -0
  106. package/dist/esm/loader.js +3 -3
  107. package/dist/esm/p-accordion.entry.js +4 -4
  108. package/dist/esm/p-alert.entry.js +2 -2
  109. package/dist/esm/p-badge.entry.js +2 -2
  110. package/dist/esm/p-breadcrumb-item.entry.js +2 -2
  111. package/dist/esm/p-breadcrumb.entry.js +2 -2
  112. package/dist/esm/{p-dropdown_2.entry.js → p-button_3.entry.js} +55 -7
  113. package/dist/esm/p-button_3.entry.js.map +1 -0
  114. package/dist/esm/p-dropdown-preview.entry.js +2 -2
  115. package/dist/esm/p-input-text.entry.js +2 -2
  116. package/dist/esm/p-leaf.entry.js +2 -2
  117. package/dist/esm/p-modal-preview.entry.js +2 -2
  118. package/dist/esm/p-modal.entry.js +27 -0
  119. package/dist/esm/p-modal.entry.js.map +1 -0
  120. package/dist/esm/p-notification-handler.entry.js +53 -0
  121. package/dist/esm/p-notification-handler.entry.js.map +1 -0
  122. package/dist/esm/p-notification-preview.entry.js +37 -0
  123. package/dist/esm/p-notification-preview.entry.js.map +1 -0
  124. package/dist/esm/p-notification.entry.js +60 -0
  125. package/dist/esm/p-notification.entry.js.map +1 -0
  126. package/dist/esm/p-progress-bar.entry.js +2 -2
  127. package/dist/esm/p-slider.entry.js +3 -3
  128. package/dist/esm/p-switch-tile.entry.js +3 -3
  129. package/dist/esm/p-switch.entry.js +4 -4
  130. package/dist/esm/p-tab.entry.js +3 -3
  131. package/dist/esm/p-tabs.entry.js +4 -4
  132. package/dist/esm/p-tooltip.entry.js +2 -2
  133. package/dist/esm/papierjs.js +3 -3
  134. package/dist/papierjs/{p-f21b09d8.entry.js → p-21ae2040.entry.js} +2 -2
  135. package/dist/papierjs/{p-005736fe.entry.js → p-3149398f.entry.js} +2 -2
  136. package/dist/papierjs/p-34a520d8.js +3 -0
  137. package/dist/papierjs/p-34a520d8.js.map +1 -0
  138. package/dist/papierjs/p-4de54c9d.entry.js +2 -0
  139. package/dist/papierjs/p-4de54c9d.entry.js.map +1 -0
  140. package/dist/papierjs/p-4e8985c5.entry.js +2 -0
  141. package/dist/papierjs/p-4e8985c5.entry.js.map +1 -0
  142. package/dist/papierjs/{p-08ab91b8.entry.js → p-4ef52ae1.entry.js} +2 -2
  143. package/dist/papierjs/{p-b5ab3669.entry.js → p-55975574.entry.js} +2 -2
  144. package/dist/papierjs/p-57f13bee.entry.js +2 -0
  145. package/dist/papierjs/p-5e68bd6c.entry.js +2 -0
  146. package/dist/papierjs/p-5e68bd6c.entry.js.map +1 -0
  147. package/dist/papierjs/{p-8a2f9883.entry.js → p-743abca9.entry.js} +2 -2
  148. package/dist/papierjs/p-7b6c5a15.entry.js +2 -0
  149. package/dist/papierjs/p-7b6c5a15.entry.js.map +1 -0
  150. package/dist/papierjs/{p-2a173336.entry.js → p-963f21b8.entry.js} +2 -2
  151. package/dist/papierjs/{p-6af8d60e.entry.js → p-a2523f10.entry.js} +2 -2
  152. package/dist/papierjs/{p-d98c84b2.entry.js → p-a40b185f.entry.js} +2 -2
  153. package/dist/papierjs/{p-dfbbdb7b.entry.js → p-acf916fa.entry.js} +2 -2
  154. package/dist/papierjs/{p-ba661e41.entry.js → p-b783633d.entry.js} +2 -2
  155. package/dist/papierjs/p-bc16a85a.entry.js +2 -0
  156. package/dist/papierjs/p-bc16a85a.entry.js.map +1 -0
  157. package/dist/papierjs/{p-deb8c796.entry.js → p-d583fd92.entry.js} +2 -2
  158. package/dist/papierjs/{p-5a7955a5.entry.js → p-d9e3c9ca.entry.js} +2 -2
  159. package/dist/papierjs/{p-e6765c48.entry.js → p-edbf5d19.entry.js} +2 -2
  160. package/dist/papierjs/{p-5f1c0163.entry.js → p-ef8536b9.entry.js} +2 -2
  161. package/dist/papierjs/{p-3231294d.entry.js → p-f7bc7154.entry.js} +2 -2
  162. package/dist/papierjs/papierjs.esm.js +1 -1
  163. package/dist/papierjs/papierjs.esm.js.map +1 -1
  164. package/dist/types/components/notification/p-notification/p-notification.d.ts +16 -0
  165. package/dist/types/components/notification/p-notification-handler/p-notification-handler.d.ts +18 -0
  166. package/dist/types/components/notification/p-notification-handler/stories/p-notification-preview.d.ts +7 -0
  167. package/dist/types/components.d.ts +66 -0
  168. package/package.json +1 -1
  169. package/readme.md +4 -4
  170. package/dist/cjs/index-82a72b67.js.map +0 -1
  171. package/dist/cjs/p-button_2.cjs.entry.js +0 -80
  172. package/dist/cjs/p-button_2.cjs.entry.js.map +0 -1
  173. package/dist/cjs/p-dropdown_2.cjs.entry.js.map +0 -1
  174. package/dist/components/p-eea4fbc1.js.map +0 -1
  175. package/dist/esm/index-4646b002.js.map +0 -1
  176. package/dist/esm/p-button_2.entry.js +0 -75
  177. package/dist/esm/p-button_2.entry.js.map +0 -1
  178. package/dist/esm/p-dropdown_2.entry.js.map +0 -1
  179. package/dist/papierjs/p-2f044192.entry.js +0 -2
  180. package/dist/papierjs/p-2f044192.entry.js.map +0 -1
  181. package/dist/papierjs/p-4ed82d68.js +0 -3
  182. package/dist/papierjs/p-4ed82d68.js.map +0 -1
  183. package/dist/papierjs/p-a3c7e705.entry.js +0 -2
  184. package/dist/papierjs/p-fc85498a.entry.js +0 -2
  185. package/dist/papierjs/p-fc85498a.entry.js.map +0 -1
  186. /package/dist/papierjs/{p-f21b09d8.entry.js.map → p-21ae2040.entry.js.map} +0 -0
  187. /package/dist/papierjs/{p-005736fe.entry.js.map → p-3149398f.entry.js.map} +0 -0
  188. /package/dist/papierjs/{p-08ab91b8.entry.js.map → p-4ef52ae1.entry.js.map} +0 -0
  189. /package/dist/papierjs/{p-b5ab3669.entry.js.map → p-55975574.entry.js.map} +0 -0
  190. /package/dist/papierjs/{p-a3c7e705.entry.js.map → p-57f13bee.entry.js.map} +0 -0
  191. /package/dist/papierjs/{p-8a2f9883.entry.js.map → p-743abca9.entry.js.map} +0 -0
  192. /package/dist/papierjs/{p-2a173336.entry.js.map → p-963f21b8.entry.js.map} +0 -0
  193. /package/dist/papierjs/{p-6af8d60e.entry.js.map → p-a2523f10.entry.js.map} +0 -0
  194. /package/dist/papierjs/{p-d98c84b2.entry.js.map → p-a40b185f.entry.js.map} +0 -0
  195. /package/dist/papierjs/{p-dfbbdb7b.entry.js.map → p-acf916fa.entry.js.map} +0 -0
  196. /package/dist/papierjs/{p-ba661e41.entry.js.map → p-b783633d.entry.js.map} +0 -0
  197. /package/dist/papierjs/{p-deb8c796.entry.js.map → p-d583fd92.entry.js.map} +0 -0
  198. /package/dist/papierjs/{p-5a7955a5.entry.js.map → p-d9e3c9ca.entry.js.map} +0 -0
  199. /package/dist/papierjs/{p-e6765c48.entry.js.map → p-edbf5d19.entry.js.map} +0 -0
  200. /package/dist/papierjs/{p-5f1c0163.entry.js.map → p-ef8536b9.entry.js.map} +0 -0
  201. /package/dist/papierjs/{p-3231294d.entry.js.map → p-f7bc7154.entry.js.map} +0 -0
@@ -5,6 +5,8 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
+ import { PushOptions } from "./components/notification/p-notification-handler/p-notification-handler";
9
+ export { PushOptions } from "./components/notification/p-notification-handler/p-notification-handler";
8
10
  export namespace Components {
9
11
  interface PAccordion {
10
12
  "open": boolean;
@@ -78,6 +80,17 @@ export namespace Components {
78
80
  interface PModalPreview {
79
81
  "title"?: boolean;
80
82
  }
83
+ interface PNotification {
84
+ "canclose": boolean;
85
+ "text": string;
86
+ "timestamp": string;
87
+ "type"?: string;
88
+ }
89
+ interface PNotificationHandler {
90
+ "pushNotification": (options: PushOptions) => Promise<void>;
91
+ }
92
+ interface PNotificationPreview {
93
+ }
81
94
  interface PProgressBar {
82
95
  "dark"?: boolean;
83
96
  "striped"?: boolean;
@@ -149,6 +162,10 @@ export interface PModalCustomEvent<T> extends CustomEvent<T> {
149
162
  detail: T;
150
163
  target: HTMLPModalElement;
151
164
  }
165
+ export interface PNotificationCustomEvent<T> extends CustomEvent<T> {
166
+ detail: T;
167
+ target: HTMLPNotificationElement;
168
+ }
152
169
  export interface PSliderCustomEvent<T> extends CustomEvent<T> {
153
170
  detail: T;
154
171
  target: HTMLPSliderElement;
@@ -295,6 +312,35 @@ declare global {
295
312
  prototype: HTMLPModalPreviewElement;
296
313
  new (): HTMLPModalPreviewElement;
297
314
  };
315
+ interface HTMLPNotificationElementEventMap {
316
+ "close": string;
317
+ }
318
+ interface HTMLPNotificationElement extends Components.PNotification, HTMLStencilElement {
319
+ addEventListener<K extends keyof HTMLPNotificationElementEventMap>(type: K, listener: (this: HTMLPNotificationElement, ev: PNotificationCustomEvent<HTMLPNotificationElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
320
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
321
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
322
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
323
+ removeEventListener<K extends keyof HTMLPNotificationElementEventMap>(type: K, listener: (this: HTMLPNotificationElement, ev: PNotificationCustomEvent<HTMLPNotificationElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
324
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
325
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
326
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
327
+ }
328
+ var HTMLPNotificationElement: {
329
+ prototype: HTMLPNotificationElement;
330
+ new (): HTMLPNotificationElement;
331
+ };
332
+ interface HTMLPNotificationHandlerElement extends Components.PNotificationHandler, HTMLStencilElement {
333
+ }
334
+ var HTMLPNotificationHandlerElement: {
335
+ prototype: HTMLPNotificationHandlerElement;
336
+ new (): HTMLPNotificationHandlerElement;
337
+ };
338
+ interface HTMLPNotificationPreviewElement extends Components.PNotificationPreview, HTMLStencilElement {
339
+ }
340
+ var HTMLPNotificationPreviewElement: {
341
+ prototype: HTMLPNotificationPreviewElement;
342
+ new (): HTMLPNotificationPreviewElement;
343
+ };
298
344
  interface HTMLPProgressBarElement extends Components.PProgressBar, HTMLStencilElement {
299
345
  }
300
346
  var HTMLPProgressBarElement: {
@@ -384,6 +430,9 @@ declare global {
384
430
  "p-leaf": HTMLPLeafElement;
385
431
  "p-modal": HTMLPModalElement;
386
432
  "p-modal-preview": HTMLPModalPreviewElement;
433
+ "p-notification": HTMLPNotificationElement;
434
+ "p-notification-handler": HTMLPNotificationHandlerElement;
435
+ "p-notification-preview": HTMLPNotificationPreviewElement;
387
436
  "p-progress-bar": HTMLPProgressBarElement;
388
437
  "p-slider": HTMLPSliderElement;
389
438
  "p-switch": HTMLPSwitchElement;
@@ -469,6 +518,17 @@ declare namespace LocalJSX {
469
518
  interface PModalPreview {
470
519
  "title"?: boolean;
471
520
  }
521
+ interface PNotification {
522
+ "canclose"?: boolean;
523
+ "onClose"?: (event: PNotificationCustomEvent<string>) => void;
524
+ "text"?: string;
525
+ "timestamp"?: string;
526
+ "type"?: string;
527
+ }
528
+ interface PNotificationHandler {
529
+ }
530
+ interface PNotificationPreview {
531
+ }
472
532
  interface PProgressBar {
473
533
  "dark"?: boolean;
474
534
  "striped"?: boolean;
@@ -536,6 +596,9 @@ declare namespace LocalJSX {
536
596
  "p-leaf": PLeaf;
537
597
  "p-modal": PModal;
538
598
  "p-modal-preview": PModalPreview;
599
+ "p-notification": PNotification;
600
+ "p-notification-handler": PNotificationHandler;
601
+ "p-notification-preview": PNotificationPreview;
539
602
  "p-progress-bar": PProgressBar;
540
603
  "p-slider": PSlider;
541
604
  "p-switch": PSwitch;
@@ -562,6 +625,9 @@ declare module "@stencil/core" {
562
625
  "p-leaf": LocalJSX.PLeaf & JSXBase.HTMLAttributes<HTMLPLeafElement>;
563
626
  "p-modal": LocalJSX.PModal & JSXBase.HTMLAttributes<HTMLPModalElement>;
564
627
  "p-modal-preview": LocalJSX.PModalPreview & JSXBase.HTMLAttributes<HTMLPModalPreviewElement>;
628
+ "p-notification": LocalJSX.PNotification & JSXBase.HTMLAttributes<HTMLPNotificationElement>;
629
+ "p-notification-handler": LocalJSX.PNotificationHandler & JSXBase.HTMLAttributes<HTMLPNotificationHandlerElement>;
630
+ "p-notification-preview": LocalJSX.PNotificationPreview & JSXBase.HTMLAttributes<HTMLPNotificationPreviewElement>;
565
631
  "p-progress-bar": LocalJSX.PProgressBar & JSXBase.HTMLAttributes<HTMLPProgressBarElement>;
566
632
  "p-slider": LocalJSX.PSlider & JSXBase.HTMLAttributes<HTMLPSliderElement>;
567
633
  "p-switch": LocalJSX.PSwitch & JSXBase.HTMLAttributes<HTMLPSwitchElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amiceli/papierjs",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Papercss web components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
package/readme.md CHANGED
@@ -23,16 +23,16 @@ Available components:
23
23
  - [X] Modals
24
24
  - [X] Switch / Switch Tile
25
25
  - [ ] NavBar
26
- - [ ] Tabs
26
+ - [X] Tabs
27
27
  - [X] Popover as tooltip
28
28
 
29
29
  Component features :
30
- - [X] dropdown since `v0.1.0`
30
+ - [X] dropdown since
31
31
  - [X] `p-leaf` allow to use papercss style anywhere
32
- - [ ] notification
32
+ - [X] notification
33
33
  - [ ] spinner
34
34
  - [ ] password
35
- - [X] accordion since `v0.4.0`
35
+ - [X] accordion
36
36
 
37
37
  ## Using papercss
38
38