@teambit/notifications 1.0.108 → 1.0.110

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.
@@ -0,0 +1 @@
1
+ !function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports["teambit.ui-foundation/notifications-preview"]=o():e["teambit.ui-foundation/notifications-preview"]=o()}(self,(()=>(()=>{"use strict";var e={d:(o,t)=>{for(var i in t)e.o(t,i)&&!e.o(o,i)&&Object.defineProperty(o,i,{enumerable:!0,get:t[i]})},o:(e,o)=>Object.prototype.hasOwnProperty.call(e,o),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},o={};e.r(o),e.d(o,{compositions:()=>t,compositions_metadata:()=>n,overview:()=>i});const t=[],i=[],n={compositions:[]};return o})()));
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/notifications",
3
- "version": "1.0.108",
3
+ "version": "1.0.110",
4
4
  "homepage": "https://bit.cloud/teambit/ui-foundation/notifications",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.ui-foundation",
8
8
  "name": "notifications",
9
- "version": "1.0.108"
9
+ "version": "1.0.110"
10
10
  },
11
11
  "dependencies": {
12
12
  "uuid": "8.3.2",
@@ -14,14 +14,14 @@
14
14
  "@teambit/ui-foundation.ui.notifications.notification-center": "0.0.523",
15
15
  "@teambit/ui-foundation.ui.notifications.notification-context": "0.0.501",
16
16
  "@teambit/harmony": "0.4.6",
17
- "@teambit/ui": "1.0.108"
17
+ "@teambit/ui": "1.0.110"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/uuid": "8.3.4",
21
21
  "@types/mocha": "9.1.0",
22
22
  "@types/jest": "^29.2.2",
23
23
  "@types/testing-library__jest-dom": "^5.9.5",
24
- "@teambit/harmony.envs.core-aspect-env": "0.0.13"
24
+ "@teambit/harmony.envs.core-aspect-env": "0.0.15"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "react": "^17.0.0 || ^18.0.0",
@@ -32,11 +32,15 @@
32
32
  "optionalDependencies": {},
33
33
  "peerDependenciesMeta": {},
34
34
  "exports": {
35
- "node": {
36
- "require": "./dist/index.js",
37
- "import": "./dist/esm.mjs"
35
+ ".": {
36
+ "node": {
37
+ "require": "./dist/index.js",
38
+ "import": "./dist/esm.mjs"
39
+ },
40
+ "default": "./dist/index.js"
38
41
  },
39
- "default": "./dist/index.js"
42
+ "./dist/*": "./dist/*",
43
+ "./artifacts/*": "./artifacts/*"
40
44
  },
41
45
  "private": false,
42
46
  "engines": {
package/index.ts DELETED
@@ -1,6 +0,0 @@
1
- import { NotificationsAspect } from './notifications.aspect';
2
-
3
- export type { default as NotificationUI } from './notification.ui.runtime';
4
-
5
- export { NotificationsAspect };
6
- export default NotificationsAspect;
@@ -1,7 +0,0 @@
1
- import { Aspect } from '@teambit/harmony';
2
-
3
- export const NotificationsAspect = Aspect.create({
4
- id: 'teambit.ui-foundation/notifications',
5
- });
6
-
7
- export default NotificationsAspect;