@mindly/ui-components 0.1.2 → 0.1.4

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 (64) hide show
  1. package/dist/index.tsx +1 -1
  2. package/dist/tab-bar/tabBar.style.ts +1 -1
  3. package/dist/tab-bar/tabBar.tsx +3 -1
  4. package/package.json +30 -3
  5. package/.eslintrc.json +0 -47
  6. package/.idea/codeStyles/Project.xml +0 -45
  7. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  8. package/.idea/inspectionProfiles/Project_Default.xml +0 -6
  9. package/.idea/jsLinters/eslint.xml +0 -6
  10. package/.idea/mindly-components.iml +0 -13
  11. package/.idea/modules.xml +0 -8
  12. package/.idea/vcs.xml +0 -6
  13. package/.storybook/main.js +0 -11
  14. package/.storybook/preview.js +0 -9
  15. package/babel.config.json +0 -18
  16. package/ionic.config.json +0 -5
  17. package/public/favicon.ico +0 -0
  18. package/public/index.html +0 -43
  19. package/public/logo192.png +0 -0
  20. package/public/logo512.png +0 -0
  21. package/public/manifest.json +0 -25
  22. package/public/robots.txt +0 -3
  23. package/src/fonts/Lato-Bold.ttf +0 -0
  24. package/src/fonts/Lato-Regular.ttf +0 -0
  25. package/src/fonts/Lato-Semibold.ttf +0 -0
  26. package/src/lib/Theme/global.css +0 -191
  27. package/src/lib/Theme/mindly_constants.ts +0 -20
  28. package/src/lib/button/Button.style.ts +0 -83
  29. package/src/lib/button/Button.tsx +0 -29
  30. package/src/lib/consultation-card/consultationCard.tsx +0 -18
  31. package/src/lib/floating-button/floating button.svg +0 -6
  32. package/src/lib/floating-button/floatingButton.style.ts +0 -21
  33. package/src/lib/floating-button/floatingButton.tsx +0 -29
  34. package/src/lib/footer-for-booking/FooterForBooking.style.ts +0 -42
  35. package/src/lib/footer-for-booking/FooterForBooking.tsx +0 -43
  36. package/src/lib/index.tsx +0 -9
  37. package/src/lib/list-button/listButton.style.ts +0 -19
  38. package/src/lib/list-button/listButton.tsx +0 -19
  39. package/src/lib/navigation-bar/NavigationBar.style.ts +0 -56
  40. package/src/lib/navigation-bar/NavigationBar.tsx +0 -26
  41. package/src/lib/tab-bar/tabBar.style.ts +0 -15
  42. package/src/lib/tab-bar/tabBar.tsx +0 -31
  43. package/src/lib/therapist-card/TherapistCard.style.ts +0 -140
  44. package/src/lib/therapist-card/TherapistCard.tsx +0 -97
  45. package/src/react-app-env.d.ts +0 -1
  46. package/src/stories/Button.stories.tsx +0 -37
  47. package/src/stories/Button.tsx +0 -48
  48. package/src/stories/Header.stories.tsx +0 -19
  49. package/src/stories/Header.tsx +0 -47
  50. package/src/stories/Introduction.stories.mdx +0 -211
  51. package/src/stories/Page.stories.tsx +0 -22
  52. package/src/stories/Page.tsx +0 -67
  53. package/src/stories/assets/code-brackets.svg +0 -1
  54. package/src/stories/assets/colors.svg +0 -1
  55. package/src/stories/assets/comments.svg +0 -1
  56. package/src/stories/assets/direction.svg +0 -1
  57. package/src/stories/assets/flow.svg +0 -1
  58. package/src/stories/assets/plugin.svg +0 -1
  59. package/src/stories/assets/repo.svg +0 -1
  60. package/src/stories/assets/stackalt.svg +0 -1
  61. package/src/stories/button.css +0 -30
  62. package/src/stories/header.css +0 -26
  63. package/src/stories/page.css +0 -69
  64. package/tsconfig.json +0 -26
@@ -1,26 +0,0 @@
1
- .wrapper {
2
- font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
3
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
4
- padding: 15px 20px;
5
- display: flex;
6
- align-items: center;
7
- justify-content: space-between;
8
- }
9
-
10
- svg {
11
- display: inline-block;
12
- vertical-align: top;
13
- }
14
-
15
- h1 {
16
- font-weight: 900;
17
- font-size: 20px;
18
- line-height: 1;
19
- margin: 6px 0 6px 10px;
20
- display: inline-block;
21
- vertical-align: top;
22
- }
23
-
24
- button + button {
25
- margin-left: 10px;
26
- }
@@ -1,69 +0,0 @@
1
- section {
2
- font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
3
- font-size: 14px;
4
- line-height: 24px;
5
- padding: 48px 20px;
6
- margin: 0 auto;
7
- max-width: 600px;
8
- color: #333;
9
- }
10
-
11
- h2 {
12
- font-weight: 900;
13
- font-size: 32px;
14
- line-height: 1;
15
- margin: 0 0 4px;
16
- display: inline-block;
17
- vertical-align: top;
18
- }
19
-
20
- p {
21
- margin: 1em 0;
22
- }
23
-
24
- a {
25
- text-decoration: none;
26
- color: #1ea7fd;
27
- }
28
-
29
- ul {
30
- padding-left: 30px;
31
- margin: 1em 0;
32
- }
33
-
34
- li {
35
- margin-bottom: 8px;
36
- }
37
-
38
- .tip {
39
- display: inline-block;
40
- border-radius: 1em;
41
- font-size: 11px;
42
- line-height: 12px;
43
- font-weight: 700;
44
- background: #e7fdd8;
45
- color: #66bf3c;
46
- padding: 4px 12px;
47
- margin-right: 10px;
48
- vertical-align: top;
49
- }
50
-
51
- .tip-wrapper {
52
- font-size: 13px;
53
- line-height: 20px;
54
- margin-top: 40px;
55
- margin-bottom: 40px;
56
- }
57
-
58
- .tip-wrapper svg {
59
- display: inline-block;
60
- height: 12px;
61
- width: 12px;
62
- margin-right: 4px;
63
- vertical-align: top;
64
- margin-top: 3px;
65
- }
66
-
67
- .tip-wrapper svg path {
68
- fill: #1ea7fd;
69
- }
package/tsconfig.json DELETED
@@ -1,26 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "es5",
4
- "lib": [
5
- "dom",
6
- "dom.iterable",
7
- "esnext"
8
- ],
9
- "allowJs": true,
10
- "skipLibCheck": true,
11
- "esModuleInterop": true,
12
- "allowSyntheticDefaultImports": true,
13
- "strict": true,
14
- "forceConsistentCasingInFileNames": true,
15
- "noFallthroughCasesInSwitch": true,
16
- "module": "esnext",
17
- "moduleResolution": "node",
18
- "resolveJsonModule": true,
19
- "isolatedModules": true,
20
- "noEmit": true,
21
- "jsx": "react-jsx"
22
- },
23
- "include": [
24
- "src"
25
- ]
26
- }