@justeattakeaway/pie-notification 0.20.2 → 0.20.3

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.
@@ -90,7 +90,7 @@
90
90
  "type": {
91
91
  "text": "ActionProps"
92
92
  },
93
- "default": "{\n text: '',\n ariaLabel: '',\n size: 'small-productive',\n}"
93
+ "default": "{\r\n text: '',\r\n ariaLabel: '',\r\n size: 'small-productive',\r\n}"
94
94
  },
95
95
  {
96
96
  "kind": "variable",
@@ -98,7 +98,7 @@
98
98
  "type": {
99
99
  "text": "DefaultProps"
100
100
  },
101
- "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 leadingAction: defaultActionButtonProps,\n supportingAction: defaultActionButtonProps,\n}"
101
+ "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 leadingAction: defaultActionButtonProps,\r\n supportingAction: defaultActionButtonProps,\r\n}"
102
102
  }
103
103
  ],
104
104
  "exports": [
@@ -302,7 +302,7 @@
302
302
  "kind": "method",
303
303
  "name": "renderFooter",
304
304
  "privacy": "private",
305
- "description": "Template for the footer area\nCalled within the main render function."
305
+ "description": "Template for the footer area\r\nCalled within the main render function."
306
306
  },
307
307
  {
308
308
  "kind": "method",
@@ -313,7 +313,7 @@
313
313
  "text": "TemplateResult"
314
314
  }
315
315
  },
316
- "description": "Template for the header area\nCalled within the main render function."
316
+ "description": "Template for the header area\r\nCalled within the main render function."
317
317
  },
318
318
  {
319
319
  "kind": "method",
@@ -330,7 +330,7 @@
330
330
  "text": "TemplateResult | typeof nothing"
331
331
  }
332
332
  },
333
- "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."
333
+ "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."
334
334
  },
335
335
  {
336
336
  "kind": "method",
@@ -341,13 +341,13 @@
341
341
  "text": "TemplateResult"
342
342
  }
343
343
  },
344
- "description": "Template for the close button element. Called within the\nmain render function."
344
+ "description": "Template for the close button element. Called within the\r\nmain render function."
345
345
  },
346
346
  {
347
347
  "kind": "method",
348
348
  "name": "handleCloseButton",
349
349
  "privacy": "private",
350
- "description": "It handles the action when user clicks in the close button.\nAlso triggers an event when is executed."
350
+ "description": "It handles the action when user clicks in the close button.\r\nAlso triggers an event when is executed."
351
351
  },
352
352
  {
353
353
  "kind": "method",
@@ -361,7 +361,7 @@
361
361
  }
362
362
  }
363
363
  ],
364
- "description": "It handles the action button action.\nAlso triggers an event according to its `actionType`."
364
+ "description": "It handles the action button action.\r\nAlso triggers an event according to its `actionType`."
365
365
  },
366
366
  {
367
367
  "kind": "method",
package/dist/index.js CHANGED
@@ -16,7 +16,7 @@ const b = class b extends I {
16
16
  this.getAttribute("v") || this.setAttribute("v", b.v);
17
17
  }
18
18
  };
19
- b.v = "0.20.2";
19
+ b.v = "0.20.3";
20
20
  let k = b;
21
21
  const E = ["neutral", "neutral-alternative", "info", "success", "warning", "error", "translucent"], T = ["h2", "h3", "h4", "h5", "h6"], B = ["inline-content", "full-width"], L = ["small-productive", "xsmall"], t = "pie-notification", s = "c-notification", D = `${t}-close`, V = `${t}-open`, P = `${t}-leading-action-click`, F = `${t}-supporting-action-click`, v = {
22
22
  text: "",
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.20.2",
4
+ "version": "0.20.3",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
@@ -45,15 +45,15 @@
45
45
  "devDependencies": {
46
46
  "@custom-elements-manifest/analyzer": "0.9.0",
47
47
  "@justeattakeaway/pie-components-config": "0.21.0",
48
- "@justeattakeaway/pie-css": "0.24.0",
48
+ "@justeattakeaway/pie-css": "0.25.0",
49
49
  "@justeattakeaway/pie-monorepo-utils": "0.7.0",
50
50
  "@justeattakeaway/pie-wrapper-react": "0.14.3",
51
51
  "cem-plugin-module-file-extensions": "0.0.5"
52
52
  },
53
53
  "dependencies": {
54
- "@justeattakeaway/pie-icon-button": "2.3.2",
55
- "@justeattakeaway/pie-icons-webc": "1.17.0",
56
- "@justeattakeaway/pie-webc-core": "4.0.0"
54
+ "@justeattakeaway/pie-icon-button": "2.3.3",
55
+ "@justeattakeaway/pie-icons-webc": "1.17.1",
56
+ "@justeattakeaway/pie-webc-core": "5.0.0"
57
57
  },
58
58
  "volta": {
59
59
  "extends": "../../../package.json"