phx-react 1.3.1529 → 1.3.1531

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.
Files changed (37) hide show
  1. package/dist/cjs/components/MainWrapV4/components/notification/component/HtmlIFrame.d.ts +2 -7
  2. package/dist/cjs/components/MainWrapV4/components/notification/component/HtmlIFrame.js +8 -32
  3. package/dist/cjs/components/MainWrapV4/components/notification/component/HtmlIFrame.js.map +1 -1
  4. package/dist/cjs/components/MainWrapV4/components/notification/component/ReadStatusRight.d.ts +2 -1
  5. package/dist/cjs/components/MainWrapV4/components/notification/component/ReadStatusRight.js +13 -7
  6. package/dist/cjs/components/MainWrapV4/components/notification/component/ReadStatusRight.js.map +1 -1
  7. package/dist/cjs/components/MainWrapV4/components/notification/component/UnlinkedPreview.d.ts +1 -4
  8. package/dist/cjs/components/MainWrapV4/components/notification/component/UnlinkedPreview.js +2 -15
  9. package/dist/cjs/components/MainWrapV4/components/notification/component/UnlinkedPreview.js.map +1 -1
  10. package/dist/cjs/components/MainWrapV4/components/notification/index.js +40 -47
  11. package/dist/cjs/components/MainWrapV4/components/notification/index.js.map +1 -1
  12. package/dist/cjs/components/MainWrapV4/types/notification.d.ts +11 -0
  13. package/dist/cjs/components/Modal/Modal.d.ts +2 -1
  14. package/dist/cjs/components/Modal/Modal.js +11 -6
  15. package/dist/cjs/components/Modal/Modal.js.map +1 -1
  16. package/dist/esm/components/MainWrapV4/components/notification/component/HtmlIFrame.d.ts +2 -7
  17. package/dist/esm/components/MainWrapV4/components/notification/component/HtmlIFrame.js +8 -32
  18. package/dist/esm/components/MainWrapV4/components/notification/component/HtmlIFrame.js.map +1 -1
  19. package/dist/esm/components/MainWrapV4/components/notification/component/ReadStatusRight.d.ts +2 -1
  20. package/dist/esm/components/MainWrapV4/components/notification/component/ReadStatusRight.js +13 -7
  21. package/dist/esm/components/MainWrapV4/components/notification/component/ReadStatusRight.js.map +1 -1
  22. package/dist/esm/components/MainWrapV4/components/notification/component/UnlinkedPreview.d.ts +1 -4
  23. package/dist/esm/components/MainWrapV4/components/notification/component/UnlinkedPreview.js +2 -15
  24. package/dist/esm/components/MainWrapV4/components/notification/component/UnlinkedPreview.js.map +1 -1
  25. package/dist/esm/components/MainWrapV4/components/notification/index.js +41 -48
  26. package/dist/esm/components/MainWrapV4/components/notification/index.js.map +1 -1
  27. package/dist/esm/components/MainWrapV4/types/notification.d.ts +11 -0
  28. package/dist/esm/components/Modal/Modal.d.ts +2 -1
  29. package/dist/esm/components/Modal/Modal.js +11 -6
  30. package/dist/esm/components/Modal/Modal.js.map +1 -1
  31. package/package.json +1 -1
  32. package/dist/cjs/components/MainWrapV4/components/notification/component/ToggleIcon.d.ts +0 -4
  33. package/dist/cjs/components/MainWrapV4/components/notification/component/ToggleIcon.js +0 -29
  34. package/dist/cjs/components/MainWrapV4/components/notification/component/ToggleIcon.js.map +0 -1
  35. package/dist/esm/components/MainWrapV4/components/notification/component/ToggleIcon.d.ts +0 -4
  36. package/dist/esm/components/MainWrapV4/components/notification/component/ToggleIcon.js +0 -24
  37. package/dist/esm/components/MainWrapV4/components/notification/component/ToggleIcon.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"ToggleIcon.js","sourceRoot":"","sources":["../../../../../../../src/components/MainWrapV4/components/notification/component/ToggleIcon.tsx"],"names":[],"mappings":";;;;AAAA,uDAA6E;AAC7E,wDAAyB;AAElB,IAAM,UAAU,GAAG,UAAC,EAAmC;QAAjC,QAAQ,cAAA;IAA8B,OAAA,CACjE,wCACE,SAAS,EAAE;YACT,0DAA0D;YAC1D,4CAA4C;YAC5C,0BAA0B;YAC1B,qBAAqB;SACtB,CAAC,IAAI,CAAC,GAAG,CAAC;QAEX,8BAAC,wBAAc,IACb,SAAS,EAAE;gBACT,gCAAgC;gBAChC,oDAAoD;gBACpD,mCAAmC;gBACnC,QAAQ,CAAC,CAAC,CAAC,kDAAkD,CAAC,CAAC,CAAC,uCAAuC;aACxG,CAAC,IAAI,CAAC,GAAG,CAAC,GACX;QAEF,8BAAC,yBAAe,IACd,SAAS,EAAE;gBACT,gCAAgC;gBAChC,oDAAoD;gBACpD,mCAAmC;gBACnC,QAAQ,CAAC,CAAC,CAAC,uCAAuC,CAAC,CAAC,CAAC,mDAAmD;aACzG,CAAC,IAAI,CAAC,GAAG,CAAC,GACX,CACG,CACR;AA3BkE,CA2BlE,CAAA;AA3BY,QAAA,UAAU,cA2BtB"}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- export declare const ToggleIcon: ({ expanded }: {
3
- expanded: boolean;
4
- }) => React.JSX.Element;
@@ -1,24 +0,0 @@
1
- import { MinusCircleIcon, PlusCircleIcon } from '@heroicons/react/24/outline';
2
- import React from 'react';
3
- export var ToggleIcon = function (_a) {
4
- var expanded = _a.expanded;
5
- return (React.createElement("span", { className: [
6
- 'relative inline-flex h-4 w-4 items-center justify-center',
7
- 'transition-transform duration-200 ease-out',
8
- 'group-hover:scale-[1.06]',
9
- 'active:scale-[0.96]',
10
- ].join(' ') },
11
- React.createElement(PlusCircleIcon, { className: [
12
- 'absolute h-4 w-4 text-gray-800',
13
- 'transition-[opacity,transform,filter] duration-500',
14
- 'ease-[cubic-bezier(0.16,1,0.3,1)]',
15
- expanded ? 'rotate-[95deg] scale-[0.72] opacity-0 blur-[1px]' : 'rotate-0 scale-100 opacity-100 blur-0',
16
- ].join(' ') }),
17
- React.createElement(MinusCircleIcon, { className: [
18
- 'absolute h-4 w-4 text-gray-800',
19
- 'transition-[opacity,transform,filter] duration-500',
20
- 'ease-[cubic-bezier(0.16,1,0.3,1)]',
21
- expanded ? 'rotate-0 scale-100 opacity-100 blur-0' : '-rotate-[95deg] scale-[0.72] opacity-0 blur-[1px]',
22
- ].join(' ') })));
23
- };
24
- //# sourceMappingURL=ToggleIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ToggleIcon.js","sourceRoot":"","sources":["../../../../../../../src/components/MainWrapV4/components/notification/component/ToggleIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAC7E,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,CAAC,IAAM,UAAU,GAAG,UAAC,EAAmC;QAAjC,QAAQ,cAAA;IAA8B,OAAA,CACjE,8BACE,SAAS,EAAE;YACT,0DAA0D;YAC1D,4CAA4C;YAC5C,0BAA0B;YAC1B,qBAAqB;SACtB,CAAC,IAAI,CAAC,GAAG,CAAC;QAEX,oBAAC,cAAc,IACb,SAAS,EAAE;gBACT,gCAAgC;gBAChC,oDAAoD;gBACpD,mCAAmC;gBACnC,QAAQ,CAAC,CAAC,CAAC,kDAAkD,CAAC,CAAC,CAAC,uCAAuC;aACxG,CAAC,IAAI,CAAC,GAAG,CAAC,GACX;QAEF,oBAAC,eAAe,IACd,SAAS,EAAE;gBACT,gCAAgC;gBAChC,oDAAoD;gBACpD,mCAAmC;gBACnC,QAAQ,CAAC,CAAC,CAAC,uCAAuC,CAAC,CAAC,CAAC,mDAAmD;aACzG,CAAC,IAAI,CAAC,GAAG,CAAC,GACX,CACG,CACR;AA3BkE,CA2BlE,CAAA"}