@notificationapi/react 0.0.34 → 0.0.36
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.
- package/README.md +1 -1
- package/dist/assets/AntdIcon.js +1 -1
- package/dist/assets/CloseOutlined.js +13 -0
- package/dist/assets/Notification.js +17 -16
- package/dist/assets/PreferenceInput.js +1470 -0
- package/dist/assets/PurePanel.js +32 -42
- package/dist/assets/WebPushOptInMessage.js +478 -0
- package/dist/assets/button.js +50 -50
- package/dist/assets/colors.js +25 -20840
- package/dist/assets/compact-item.js +860 -0
- package/dist/assets/index.js +11 -9
- package/dist/assets/index2.js +10 -9
- package/dist/assets/index3.js +2303 -3150
- package/dist/assets/presets.js +22 -22
- package/dist/assets/reactNode.js +20821 -0
- package/dist/components/Notifications/Inbox.js +81 -78
- package/dist/components/Notifications/NotificationFeed.js +59 -31
- package/dist/components/Notifications/NotificationLauncher.js +61 -41
- package/dist/components/Notifications/NotificationPopup.js +72 -65
- package/dist/components/Preferences/NotificationPreferencesInline.d.ts +1 -1
- package/dist/components/Preferences/NotificationPreferencesInline.js +39 -5
- package/dist/components/Preferences/NotificationPreferencesPopup.d.ts +1 -1
- package/dist/components/Preferences/NotificationPreferencesPopup.js +463 -464
- package/dist/components/Preferences/PreferenceInput.js +5 -1466
- package/dist/components/Preferences/Preferences.js +24 -23
- package/dist/components/Provider/index.d.ts +9 -1
- package/dist/components/Provider/index.js +211 -156
- package/dist/components/WebPush/WebPushOptInMessage.d.ts +14 -0
- package/dist/components/WebPush/WebPushOptInMessage.js +8 -0
- package/package.json +2 -2
package/dist/assets/presets.js
CHANGED
|
@@ -769,24 +769,24 @@ var dr = {
|
|
|
769
769
|
grey: U
|
|
770
770
|
};
|
|
771
771
|
export {
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
772
|
+
De as A,
|
|
773
|
+
_e as B,
|
|
774
|
+
ir as C,
|
|
775
|
+
qe as D,
|
|
776
|
+
or as E,
|
|
777
|
+
fr as F,
|
|
778
|
+
s as G,
|
|
779
|
+
ee as H,
|
|
780
780
|
nr as I,
|
|
781
|
-
|
|
782
|
-
|
|
781
|
+
sr as J,
|
|
782
|
+
dr as K,
|
|
783
783
|
z as _,
|
|
784
784
|
Q as a,
|
|
785
|
-
|
|
785
|
+
Ae as b,
|
|
786
786
|
$e as c,
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
787
|
+
y as d,
|
|
788
|
+
ar as e,
|
|
789
|
+
er as f,
|
|
790
790
|
cr as g,
|
|
791
791
|
_ as h,
|
|
792
792
|
he as i,
|
|
@@ -795,16 +795,16 @@ export {
|
|
|
795
795
|
ge as l,
|
|
796
796
|
Xe as m,
|
|
797
797
|
we as n,
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
798
|
+
I as o,
|
|
799
|
+
J as p,
|
|
800
|
+
ke as q,
|
|
801
801
|
rr as r,
|
|
802
|
-
|
|
802
|
+
Oe as s,
|
|
803
803
|
Se as t,
|
|
804
804
|
tr as u,
|
|
805
|
-
|
|
805
|
+
je as v,
|
|
806
806
|
K as w,
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
807
|
+
ye as x,
|
|
808
|
+
ur as y,
|
|
809
|
+
m as z
|
|
810
810
|
};
|