@justeattakeaway/pie-notification 0.14.2 → 0.14.4

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.
@@ -82,7 +82,7 @@
82
82
  "type": {
83
83
  "text": "DefaultProps"
84
84
  },
85
- "default": "{\r\n variant: 'neutral',\r\n position: 'inline-content',\r\n isDismissible: false,\r\n isCompact: false,\r\n headingLevel: 'h2',\r\n hideIcon: false,\r\n isOpen: true,\r\n hasStackedActions: false,\r\n}"
85
+ "default": "{\n variant: 'neutral',\n position: 'inline-content',\n isDismissible: false,\n isCompact: false,\n headingLevel: 'h2',\n hideIcon: false,\n isOpen: true,\n hasStackedActions: false,\n}"
86
86
  }
87
87
  ],
88
88
  "exports": [
@@ -282,7 +282,7 @@
282
282
  "kind": "method",
283
283
  "name": "renderFooter",
284
284
  "privacy": "private",
285
- "description": "Template for the footer area\r\nCalled within the main render function."
285
+ "description": "Template for the footer area\nCalled within the main render function."
286
286
  },
287
287
  {
288
288
  "kind": "method",
@@ -293,7 +293,7 @@
293
293
  "text": "TemplateResult"
294
294
  }
295
295
  },
296
- "description": "Template for the header area\r\nCalled within the main render function."
296
+ "description": "Template for the header area\nCalled within the main render function."
297
297
  },
298
298
  {
299
299
  "kind": "method",
@@ -310,7 +310,7 @@
310
310
  "text": "TemplateResult | typeof nothing"
311
311
  }
312
312
  },
313
- "description": "Template for the heading icon area.\r\nIt can return an icon provided externally via named slot or it can return a default icon according to the chosen variant if defined.\r\nCalled within the main render function."
313
+ "description": "Template for the heading icon area.\nIt can return an icon provided externally via named slot or it can return a default icon according to the chosen variant if defined.\nCalled within the main render function."
314
314
  },
315
315
  {
316
316
  "kind": "method",
@@ -321,13 +321,13 @@
321
321
  "text": "TemplateResult"
322
322
  }
323
323
  },
324
- "description": "Template for the close button element. Called within the\r\nmain render function."
324
+ "description": "Template for the close button element. Called within the\nmain render function."
325
325
  },
326
326
  {
327
327
  "kind": "method",
328
328
  "name": "handleCloseButton",
329
329
  "privacy": "private",
330
- "description": "It handles the action when user clicks in the close button.\r\nAlso triggers an event when is executed."
330
+ "description": "It handles the action when user clicks in the close button.\nAlso triggers an event when is executed."
331
331
  },
332
332
  {
333
333
  "kind": "method",
@@ -341,7 +341,7 @@
341
341
  }
342
342
  }
343
343
  ],
344
- "description": "It handles the action button action.\r\nAlso triggers an event according to its `actionType`."
344
+ "description": "It handles the action button action.\nAlso triggers an event according to its `actionType`."
345
345
  },
346
346
  {
347
347
  "kind": "method",
package/dist/index.js CHANGED
@@ -16,7 +16,7 @@ const u = class u extends A {
16
16
  this.getAttribute("v") || this.setAttribute("v", u.v);
17
17
  }
18
18
  };
19
- u.v = "0.14.2";
19
+ u.v = "0.14.4";
20
20
  let $ = u;
21
21
  const S = ["neutral", "neutral-alternative", "info", "success", "warning", "error"], E = ["h2", "h3", "h4", "h5", "h6"], T = ["inline-content", "full-width"], t = "pie-notification", l = "c-notification", B = `${t}-close`, L = `${t}-open`, D = `${t}-leading-action-click`, V = `${t}-supporting-action-click`, d = {
22
22
  variant: "neutral",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-notification",
3
3
  "description": "PIE Design System Notification built using Web Components",
4
- "version": "0.14.2",
4
+ "version": "0.14.4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
@@ -46,8 +46,8 @@
46
46
  "cem-plugin-module-file-extensions": "0.0.5"
47
47
  },
48
48
  "dependencies": {
49
- "@justeattakeaway/pie-icon-button": "1.5.1",
50
- "@justeattakeaway/pie-icons-webc": "1.10.1",
49
+ "@justeattakeaway/pie-icon-button": "1.5.3",
50
+ "@justeattakeaway/pie-icons-webc": "1.11.1",
51
51
  "@justeattakeaway/pie-webc-core": "1.0.0"
52
52
  },
53
53
  "volta": {