@spaced-out/ui-design-system 0.1.38 → 0.1.39

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.
@@ -57,4 +57,37 @@ Object.keys(_Table).forEach(function (key) {
57
57
  return _Table[key];
58
58
  }
59
59
  });
60
+ });
61
+ var _TableActionBar = require("./TableActionBar");
62
+ Object.keys(_TableActionBar).forEach(function (key) {
63
+ if (key === "default" || key === "__esModule") return;
64
+ if (key in exports && exports[key] === _TableActionBar[key]) return;
65
+ Object.defineProperty(exports, key, {
66
+ enumerable: true,
67
+ get: function () {
68
+ return _TableActionBar[key];
69
+ }
70
+ });
71
+ });
72
+ var _TableBottomBar = require("./TableBottomBar");
73
+ Object.keys(_TableBottomBar).forEach(function (key) {
74
+ if (key === "default" || key === "__esModule") return;
75
+ if (key in exports && exports[key] === _TableBottomBar[key]) return;
76
+ Object.defineProperty(exports, key, {
77
+ enumerable: true,
78
+ get: function () {
79
+ return _TableBottomBar[key];
80
+ }
81
+ });
82
+ });
83
+ var _TableTopBar = require("./TableTopBar");
84
+ Object.keys(_TableTopBar).forEach(function (key) {
85
+ if (key === "default" || key === "__esModule") return;
86
+ if (key in exports && exports[key] === _TableTopBar[key]) return;
87
+ Object.defineProperty(exports, key, {
88
+ enumerable: true,
89
+ get: function () {
90
+ return _TableTopBar[key];
91
+ }
92
+ });
60
93
  });
@@ -5,3 +5,6 @@ export * from './DefaultRow';
5
5
  export * from './DefaultTableHeader';
6
6
  export * from './StaticTable';
7
7
  export * from './Table';
8
+ export * from './TableActionBar';
9
+ export * from './TableBottomBar';
10
+ export * from './TableTopBar';
@@ -47,7 +47,6 @@ const SimpleTypeaheadBase = (props, ref) => {
47
47
  }));
48
48
  return /*#__PURE__*/React.createElement(_Typeahead.Typeahead, _extends({}, inputProps, {
49
49
  classNames: classNames,
50
- label: "Form Label",
51
50
  size: size,
52
51
  placeholder: placeholder,
53
52
  onSelect: handleOptionChange,
@@ -99,7 +99,6 @@ const SimpleTypeaheadBase = (props: SimpleTypeaheadProps, ref) => {
99
99
  <Typeahead
100
100
  {...inputProps}
101
101
  classNames={classNames}
102
- label="Form Label"
103
102
  size={size}
104
103
  placeholder={placeholder}
105
104
  onSelect={handleOptionChange}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.1.38",
3
+ "version": "0.1.39",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {