@mycause/ui 0.0.0-cf0177ea → 0.0.0-cf4288cf

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 (42) hide show
  1. package/dist/components/button-select/button-select-exhanced.d.ts +23 -0
  2. package/dist/components/button-select/button-select.stories.d.ts +6 -0
  3. package/dist/components/button-select/index.d.ts +1 -0
  4. package/dist/components/charity-tags-filter-button/charity-tags-filter-button.d.ts +2 -1
  5. package/dist/components/chips/chip.d.ts +0 -3
  6. package/dist/components/collapse/collapse.d.ts +12 -7
  7. package/dist/components/collapse/icons.d.ts +4 -0
  8. package/dist/components/date-picker/single-date-picker-custom-header.d.ts +2 -2
  9. package/dist/components/date-picker/single-date-picker.d.ts +3 -3
  10. package/dist/components/donation.d.ts +18 -0
  11. package/dist/components/icon/material-icon.d.ts +0 -5
  12. package/dist/components/index.d.ts +1 -1
  13. package/dist/components/input-social/Icons.d.ts +4 -1
  14. package/dist/components/layout/flex.d.ts +0 -9
  15. package/dist/components/layout/stack.d.ts +1 -8
  16. package/dist/components/login/login.d.ts +4 -1
  17. package/dist/components/my-account-frp-closed/frp-closed-img.d.ts +1 -2
  18. package/dist/components/my-account-frp-closed/frp-information.d.ts +1 -1
  19. package/dist/components/my-account-frp-preview/Icon.d.ts +1 -1
  20. package/dist/components/my-account-frp-preview/frp-preview-img.d.ts +1 -1
  21. package/dist/components/my-account-sidebar/Icon.d.ts +11 -11
  22. package/dist/components/my-account-sidebar/my-account-sidebar.d.ts +1 -1
  23. package/dist/components/phone-number-input/phone-number-input-v1.d.ts +3 -2
  24. package/dist/components/spinner/spinner.d.ts +1 -1
  25. package/dist/components/toast/Icons.d.ts +3 -3
  26. package/dist/donation.css +2 -0
  27. package/dist/donation.css.map +1 -0
  28. package/dist/donation.d.ts +3 -0
  29. package/dist/donation.esm.css +2 -0
  30. package/dist/donation.esm.css.map +1 -0
  31. package/dist/donation.esm.js +25291 -0
  32. package/dist/donation.js +25346 -0
  33. package/dist/index.css +1 -1
  34. package/dist/index.css.map +1 -1
  35. package/dist/index.esm.css +1 -1
  36. package/dist/index.esm.css.map +1 -1
  37. package/dist/index.esm.js +1280 -913
  38. package/dist/index.js +1281 -913
  39. package/package.json +10 -9
  40. package/dist/components/start-campaign-card/index.d.ts +0 -1
  41. package/dist/components/start-campaign-card/start-campaign-card.d.ts +0 -8
  42. package/dist/components/start-campaign-card/start-campaign-card.stories.d.ts +0 -14
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mycause/ui",
3
- "version": "0.0.0-cf0177ea",
4
- "author": "Marc Porciuncula <marc@mycause.com.au>",
3
+ "version": "0.0.0-cf4288cf",
4
+ "author": "Mycause team",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.esm.js",
@@ -58,11 +58,13 @@
58
58
  "normalize.css": "^8.0.1",
59
59
  "postcss-flexbugs-fixes": "4",
60
60
  "postcss-import": "12.0.1",
61
+ "postcss-loader": "4",
61
62
  "postcss-preset-env": "6",
62
63
  "postcss-scss": "2.1.1",
64
+ "postinstall-postinstall": "^2.1.0",
63
65
  "prettier": "^1.18.2",
64
- "react": "^16.8.6",
65
- "react-dom": "^16.8.6",
66
+ "react": "18.2.0",
67
+ "react-dom": "18.2.0",
66
68
  "rollup": "^1.22.0",
67
69
  "rollup-plugin-babel": "^4.3.3",
68
70
  "rollup-plugin-commonjs": "^10.1.0",
@@ -70,6 +72,8 @@
70
72
  "rollup-plugin-postcss": "^2.0.3",
71
73
  "rollup-plugin-sass": "^1.2.2",
72
74
  "rollup-plugin-sourcemaps": "^0.4.2",
75
+ "sass": "1.32.13",
76
+ "sass-loader": "10",
73
77
  "serve": "^11.1.0",
74
78
  "style-loader": "1.2.1",
75
79
  "styled-jsx-plugin-postcss": "^4.0.1",
@@ -108,15 +112,11 @@
108
112
  "moment-timezone": "^0.5.45",
109
113
  "nanoid": "^2.1.6",
110
114
  "patch-package": "^8.0.0",
111
- "postcss-loader": "4",
112
- "postinstall-postinstall": "^2.1.0",
113
115
  "ramda": "^0.26.1",
114
116
  "react-cropper": "^1.3.0",
115
117
  "react-dates": "^21.8.0",
116
118
  "react-dropzone-uploader": "^2.11.0",
117
119
  "react-toastify": "8.1.0",
118
- "sass": "1.32.13",
119
- "sass-loader": "10",
120
120
  "styled-jsx": "^5.1.6",
121
121
  "use-media": "^1.4.0"
122
122
  },
@@ -132,5 +132,6 @@
132
132
  ],
133
133
  "resolutions": {
134
134
  "moment": "2.29.4"
135
- }
135
+ },
136
+ "packageManager": "yarn@1.22.22"
136
137
  }
@@ -1 +0,0 @@
1
- export { default as StartCampaignCard } from "./start-campaign-card";
@@ -1,8 +0,0 @@
1
- import React from "react";
2
- export interface StartCampaignCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- }
7
- declare const StartCampaignCard: ({ className, title, description, }: StartCampaignCardProps) => React.JSX.Element;
8
- export default StartCampaignCard;
@@ -1,14 +0,0 @@
1
- import React from "react";
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: ({ className, title, description, }: import("./start-campaign-card").StartCampaignCardProps) => React.JSX.Element;
7
- };
8
- export default _default;
9
- export declare const startcampaincard: {
10
- (): React.JSX.Element;
11
- story: {
12
- name: string;
13
- };
14
- };