@teambit/panels 0.0.989 → 0.0.991

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.
@@ -1,4 +1,4 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <testsuites tests="0" failures="0" errors="0" skipped="0">
3
- <testsuite name="teambit.ui-foundation/panels@0.0.989" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.ui-foundation/panels@0.0.991" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -20,6 +20,7 @@
20
20
  "line": 1,
21
21
  "character": 15
22
22
  },
23
+ "signature": "class PanelUIMain",
23
24
  "name": "PanelUIMain",
24
25
  "exportNode": {
25
26
  "__schema": "ClassSchema",
@@ -109,6 +110,7 @@
109
110
  "line": 2,
110
111
  "character": 10
111
112
  },
113
+ "signature": "const PanelUiAspect: Aspect",
112
114
  "name": "PanelUiAspect",
113
115
  "exportNode": {
114
116
  "__schema": "VariableLikeSchema",
@@ -144,6 +146,7 @@
144
146
  "line": 3,
145
147
  "character": 10
146
148
  },
149
+ "signature": "const TabContainer: typeof Tabs",
147
150
  "name": "TabContainer",
148
151
  "exportNode": {
149
152
  "__schema": "VariableLikeSchema",
@@ -174,6 +177,7 @@
174
177
  "line": 3,
175
178
  "character": 24
176
179
  },
180
+ "signature": "function Tab(props: BaseTabProps): React.JSX.Element\nmodule Tab",
177
181
  "name": "Tab",
178
182
  "exportNode": {
179
183
  "__schema": "FunctionLikeSchema",
@@ -227,6 +231,7 @@
227
231
  "line": 3,
228
232
  "character": 29
229
233
  },
234
+ "signature": "function TabList(props: TabListProps): React.JSX.Element\nmodule TabList",
230
235
  "name": "TabList",
231
236
  "exportNode": {
232
237
  "__schema": "FunctionLikeSchema",
@@ -280,6 +285,7 @@
280
285
  "line": 3,
281
286
  "character": 38
282
287
  },
288
+ "signature": "const TabPanel: typeof TabPanelBase",
283
289
  "name": "TabPanel",
284
290
  "exportNode": {
285
291
  "__schema": "VariableLikeSchema",
@@ -567,7 +573,7 @@
567
573
  "componentId": {
568
574
  "scope": "teambit.ui-foundation",
569
575
  "name": "panels",
570
- "version": "0.0.989"
576
+ "version": "0.0.991"
571
577
  },
572
578
  "taggedModuleExports": []
573
579
  }
package/package.json CHANGED
@@ -1,25 +1,24 @@
1
1
  {
2
2
  "name": "@teambit/panels",
3
- "version": "0.0.989",
3
+ "version": "0.0.991",
4
4
  "homepage": "https://bit.cloud/teambit/ui-foundation/panels",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.ui-foundation",
8
8
  "name": "panels",
9
- "version": "0.0.989"
9
+ "version": "0.0.991"
10
10
  },
11
11
  "dependencies": {
12
12
  "classnames": "2.2.6",
13
13
  "react-tabs": "3.2.0",
14
14
  "@teambit/harmony": "0.4.6",
15
- "@teambit/cli": "0.0.987"
15
+ "@teambit/cli": "0.0.989"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/classnames": "2.2.11",
19
19
  "@types/react-tabs": "2.3.2",
20
20
  "@types/mocha": "9.1.0",
21
- "chai": "4.3.0",
22
- "@teambit/harmony.envs.core-aspect-env": "0.0.47"
21
+ "@teambit/harmony.envs.core-aspect-env": "0.0.59"
23
22
  },
24
23
  "peerDependencies": {
25
24
  "react": "^17.0.0 || ^18.0.0",