@skyscanner/backpack-web 23.0.0 → 23.1.0-beta.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.
@@ -39,11 +39,7 @@ const POLITENESS_SETTINGS = {
39
39
  off: 'off',
40
40
  polite: 'polite',
41
41
  assertive: 'assertive'
42
- }; // as const; // Temp disabling TS types due to non TS projects compatibility.
43
-
44
- // Temp disabling TS types due to non TS projects compatibility.
45
- // export type PolitenessSetting =
46
- // typeof POLITENESS_SETTINGS[keyof typeof POLITENESS_SETTINGS];
42
+ };
47
43
  exports.POLITENESS_SETTINGS = POLITENESS_SETTINGS;
48
44
  const BpkAriaLive = _ref => {
49
45
  let {
@@ -58,10 +54,5 @@ const BpkAriaLive = _ref => {
58
54
  className: classNames
59
55
  }, rest));
60
56
  };
61
- BpkAriaLive.defaultProps = {
62
- className: null,
63
- politenessSetting: POLITENESS_SETTINGS.polite,
64
- visible: false
65
- };
66
57
  var _default = BpkAriaLive;
67
58
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/backpack-web",
3
- "version": "23.0.0",
3
+ "version": "23.1.0-beta.1",
4
4
  "description": "Backpack Design System web library",
5
5
  "repository": {
6
6
  "type": "git",