@bigbinary/neetoui-rn 0.0.288 → 1.0.0

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 (83) hide show
  1. package/package.json +4 -113
  2. package/README.md +0 -115
  3. package/assets/fonts/SFProText-Bold.ttf +0 -0
  4. package/assets/fonts/SFProText-Medium.ttf +0 -0
  5. package/assets/fonts/SFProText-Regular.ttf +0 -0
  6. package/assets/fonts/SFProText-Semibold.ttf +0 -0
  7. package/assets/icons/apple-logo.svg +0 -3
  8. package/assets/icons/error.svg +0 -4
  9. package/assets/icons/expand.svg +0 -5
  10. package/assets/icons/google-logo.svg +0 -6
  11. package/assets/icons/info.svg +0 -7
  12. package/assets/icons/minimize.svg +0 -6
  13. package/assets/icons/reply.svg +0 -5
  14. package/assets/icons/success.svg +0 -3
  15. package/assets/icons/warning.svg +0 -5
  16. package/assets/images/image-placeholder.svg +0 -4
  17. package/index.d.ts +0 -630
  18. package/lib/components/Accordion.js +0 -1
  19. package/lib/components/ActionIcon.js +0 -1
  20. package/lib/components/Alert.js +0 -1
  21. package/lib/components/AnimatedImage.js +0 -1
  22. package/lib/components/Avatar.js +0 -1
  23. package/lib/components/Badge.js +0 -1
  24. package/lib/components/BottomSheet.js +0 -1
  25. package/lib/components/BottomTabBar.js +0 -1
  26. package/lib/components/Button.js +0 -1
  27. package/lib/components/ButtonGroup.js +0 -1
  28. package/lib/components/Calendar.js +0 -1
  29. package/lib/components/Card.js +0 -1
  30. package/lib/components/Carousel.js +0 -1
  31. package/lib/components/ChatInput/AttachmentsView.js +0 -1
  32. package/lib/components/ChatInput/Badge.js +0 -1
  33. package/lib/components/ChatInput/ChatInput.js +0 -1
  34. package/lib/components/ChatInput/EmailFields.js +0 -1
  35. package/lib/components/ChatInput/IconButton.js +0 -1
  36. package/lib/components/ChatInput/MentionsInputWrapper.js +0 -1
  37. package/lib/components/CheckBox.js +0 -1
  38. package/lib/components/Chip.js +0 -1
  39. package/lib/components/Container.js +0 -1
  40. package/lib/components/Divider.js +0 -1
  41. package/lib/components/FAB.js +0 -1
  42. package/lib/components/FlashList.js +0 -1
  43. package/lib/components/FlatList.js +0 -1
  44. package/lib/components/Input.js +0 -1
  45. package/lib/components/InputEmailChip.js +0 -1
  46. package/lib/components/LineLoader.js +0 -1
  47. package/lib/components/ListItem.js +0 -1
  48. package/lib/components/Loader.js +0 -1
  49. package/lib/components/MultiSelect.js +0 -1
  50. package/lib/components/NotificationIcon.js +0 -1
  51. package/lib/components/NotificationPreferenceList.js +0 -1
  52. package/lib/components/OnBoarding.js +0 -1
  53. package/lib/components/OrganizationItem.js +0 -1
  54. package/lib/components/OtpInputs.js +0 -1
  55. package/lib/components/ParentView.js +0 -1
  56. package/lib/components/Popover.js +0 -1
  57. package/lib/components/RadioButton.js +0 -1
  58. package/lib/components/RichTextEditor.js +0 -1
  59. package/lib/components/Ripple.js +0 -1
  60. package/lib/components/ScrollView.js +0 -1
  61. package/lib/components/SearchBar.js +0 -1
  62. package/lib/components/SegmentedTopBar/Indicator.js +0 -1
  63. package/lib/components/SegmentedTopBar/Tab.js +0 -1
  64. package/lib/components/SegmentedTopBar/index.js +0 -1
  65. package/lib/components/SocialButton.js +0 -1
  66. package/lib/components/Toast.js +0 -1
  67. package/lib/components/ToggleSwitch.js +0 -1
  68. package/lib/components/TopBar.js +0 -1
  69. package/lib/components/Touchable.js +0 -1
  70. package/lib/components/TouchableWithoutFeedback.js +0 -1
  71. package/lib/components/Typography.js +0 -1
  72. package/lib/components/index.js +0 -1
  73. package/lib/config/index.js +0 -1
  74. package/lib/config/toasterConfig.js +0 -1
  75. package/lib/contexts/index.js +0 -1
  76. package/lib/hooks/index.js +0 -1
  77. package/lib/hooks/useDebounce.js +0 -1
  78. package/lib/hooks/useKeyboard.js +0 -1
  79. package/lib/hooks/useRefreshByUser.js +0 -1
  80. package/lib/index.js +0 -1
  81. package/lib/theme/index.js +0 -1
  82. package/lib/utils/index.js +0 -1
  83. package/react-native.config.js +0 -10
package/package.json CHANGED
@@ -1,46 +1,16 @@
1
1
  {
2
2
  "name": "@bigbinary/neetoui-rn",
3
- "version": "0.0.288",
4
- "main": "lib/index.js",
3
+ "version": "1.0.0",
4
+ "main": "dist/index.js",
5
5
  "author": "BigBinary",
6
6
  "license": "MIT",
7
7
  "description": "The neetoUI-RN library drives the experience in all neeto product's React Native applications built at BigBinary.",
8
- "scripts": {
9
- "android": "yarn prestart && react-native run-android",
10
- "ios": "yarn prestart && react-native run-ios",
11
- "start": "react-native start",
12
- "test": "jest",
13
- "build": "rm -rf lib && babel src --out-dir lib",
14
- "lint": "eslint .",
15
- "format": "prettier --write .",
16
- "flow": "flow",
17
- "prestart": "sb-rn-get-stories",
18
- "storybook-watcher": "sb-rn-watcher",
19
- "build-react": "webpack --mode production --config webpack.config.js",
20
- "serve": "serve -s dist",
21
- "start-react": "webpack-dev-server --config ./webpack.config.js --mode development",
22
- "build-storybook-web": "./node_modules/@storybook/react/bin/build.js",
23
- "storybook-web": "yarn prestart && ./node_modules/@storybook/react/bin/index.js",
24
- "get-stories": "sb-rn-get-stories --config-path=./.storybook",
25
- "preweb": "yarn get-stories",
26
- "storybook": "yarn prestart && BABEL_ENV=production webpack serve --mode=production --config webpack.config.js",
27
- "prepare": "husky install",
28
- "yalc:publish": "yarn build && rm -rf ~/.yalc/packages && yalc publish --private",
29
- "postinstall": "patch-package"
30
- },
31
8
  "files": [
32
- "lib",
9
+ "dist",
33
10
  "react-native.config.js",
34
11
  "index.d.ts",
35
12
  "assets"
36
13
  ],
37
- "lint-staged": {
38
- "src/**/*.{js,es6,jsx,ts,tsx}|storybook/stories**/*.js|.storybook/preview.js|.storybook/main.js|.storybook/Storybook.js": [
39
- "./node_modules/prettier/bin-prettier.js --write",
40
- "prettier --write",
41
- "eslint --fix"
42
- ]
43
- },
44
14
  "peerDependencies": {
45
15
  "react-native-device-info": "^10.3.0",
46
16
  "react-native-reanimated": "3.6.0",
@@ -74,85 +44,6 @@
74
44
  "styled-components": "^5.3.3",
75
45
  "styled-system": "^5.1.5"
76
46
  },
77
- "devDependencies": {
78
- "@babel/cli": "^7.16.0",
79
- "@babel/core": "^7.12.9",
80
- "@babel/eslint-parser": "^7.19.1",
81
- "@babel/runtime": "^7.12.5",
82
- "@bigbinary/eslint-plugin-neeto": "^1.0.15",
83
- "@bigbinary/neeto-cist": "^1.0.6",
84
- "@react-native-async-storage/async-storage": "^1.15.11",
85
- "@react-native-community/datetimepicker": "^3.5.2",
86
- "@react-native-community/eslint-config": "^3.0.1",
87
- "@react-native-community/slider": "^4.1.12",
88
- "@react-navigation/bottom-tabs": "^6.3.2",
89
- "@react-navigation/material-top-tabs": "^6.2.2",
90
- "@react-navigation/native": "^6.0.11",
91
- "@storybook/addon-actions": "^6.5.15",
92
- "@storybook/addon-controls": "^6.5.15",
93
- "@storybook/addon-essentials": "^6.5.15",
94
- "@storybook/addon-knobs": "^5.3",
95
- "@storybook/addon-links": "^6.5",
96
- "@storybook/addon-ondevice-actions": "^6.0.1-beta.11",
97
- "@storybook/addon-ondevice-backgrounds": "^6.0.1-beta.11",
98
- "@storybook/addon-ondevice-controls": "^6.0.1-beta.11",
99
- "@storybook/addon-ondevice-knobs": "^6.0.1-beta.11",
100
- "@storybook/addon-ondevice-notes": "^6.5.7",
101
- "@storybook/addon-react-native-web": "^0.0.21",
102
- "@storybook/addon-storyshots": "^6.5.15",
103
- "@storybook/addons": "^6.5.15",
104
- "@storybook/builder-webpack5": "6.5.16",
105
- "@storybook/cli": "^6.5.15",
106
- "@storybook/react": "^6.5.15",
107
- "@storybook/react-native": "^6.0.1-beta.11",
108
- "@storybook/react-native-server": "^6.0.1-beta.11",
109
- "@svgr/webpack": "^5.5.0",
110
- "awesome-typescript-loader": "^5.2.1",
111
- "babel-jest": "^26.6.3",
112
- "babel-loader": "^8.2.3",
113
- "babel-plugin-module-resolver": "^4.1.0",
114
- "babel-plugin-react-native-web": "^0.19.9",
115
- "babel-plugin-transform-remove-console": "^6.9.4",
116
- "eslint": "^8.26.0",
117
- "eslint-config-prettier": "^8.3.0",
118
- "eslint-import-resolver-babel-module": "^5.3.1",
119
- "eslint-plugin-import": "^2.26.0",
120
- "eslint-plugin-jest": "^25.2.4",
121
- "eslint-plugin-prettier": "^4.2.1",
122
- "eslint-plugin-promise": "^5.1.1",
123
- "eslint-plugin-react": "^7.31.10",
124
- "eslint-plugin-react-hooks": "^4.3.0",
125
- "eslint-plugin-react-native": "^3.11.0",
126
- "eslint-plugin-storybook": "^0.6.15",
127
- "eslint-plugin-unused-imports": "^2.0.0",
128
- "html-webpack-plugin": "^5.5.0",
129
- "husky": "^7.0.0",
130
- "jest": "^26.6.3",
131
- "lint-staged": "^12.0.3",
132
- "metro-react-native-babel-preset": "^0.66.2",
133
- "prettier": "^2.3.1",
134
- "ramda": "^0.29.1",
135
- "react": "18.1.0",
136
- "react-dom": "^18.2.0",
137
- "react-native": "0.70.6",
138
- "react-native-device-info": "^10.3.0",
139
- "react-native-pager-view": "^5.4.25",
140
- "react-native-reanimated": "3.6.0",
141
- "react-native-screens": "^3.15.0",
142
- "react-native-storybook-loader": "^2.0.5",
143
- "react-native-svg": "^12.4.4",
144
- "react-native-svg-transformer": "^1.0.0",
145
- "react-native-tab-view": "^3.1.1",
146
- "react-native-web-image-loader": "^0.1.1",
147
- "react-native-webview": "^11.26.0",
148
- "react-test-renderer": "17.0.2",
149
- "serve": "^13.0.2",
150
- "typescript": "^5.3.3",
151
- "url-loader": "^4.1.1",
152
- "webpack": "^5.61.0",
153
- "webpack-cli": "^4.9.1",
154
- "webpack-dev-server": "^4.4.0"
155
- },
156
47
  "jest": {
157
48
  "preset": "react-native",
158
49
  "moduleDirectories": [
@@ -186,4 +77,4 @@
186
77
  "resolutions": {
187
78
  "styled-components": "^5"
188
79
  }
189
- }
80
+ }
package/README.md DELETED
@@ -1,115 +0,0 @@
1
- **neetoUI-RN** is the library that drives the experience in all
2
- [neeto product's](https://neeto.com/) React Native application built at
3
- [BigBinary](https://www.bigbinary.com).
4
-
5
- ## Documentation
6
-
7
- Read the docs here.
8
-
9
- Docs: https://neetoui-rn-docs.onrender.com/
10
-
11
- Storybook: https://neetoui-rn.onrender.com/
12
-
13
- ## Installation
14
-
15
- ```
16
- yarn add @bigbinary/neetoui-rn react-native-svg react-native-webview @shopify/flash-list react-native-reanimated react-native-fast-image react-native-device-info
17
- ```
18
-
19
- Navigate to iOS folder and run:
20
-
21
- ```
22
- pod install
23
- ```
24
-
25
- > All the native components will be linked automatically.
26
-
27
- ## Getting Started
28
-
29
- ## react-native-safe-area-context
30
-
31
- We are using SafeAreaView from
32
- [`react-native-safe-area-context`](https://github.com/th3rdwave/react-native-safe-area-context)
33
- in our `ParentView` component to handle safe area. Follow the instructions under
34
- `SafeAreaProvider` for the `ParentView` component to work.
35
-
36
- ### SafeAreaProvider
37
-
38
- You should add `SafeAreaProvider` in your app root component. You may need to
39
- add it in other places like the root of modals and routes when using
40
- [`react-native-screens`](https://github.com/software-mansion/react-native-screens).
41
-
42
- Note that providers should not be inside a `View` that is animated with
43
- `Animated` or inside a `ScrollView` since it can cause very frequent updates.
44
-
45
- #### Example
46
-
47
- ```js
48
- import { SafeAreaProvider } from "react-native-safe-area-context";
49
-
50
- function App() {
51
- return <SafeAreaProvider>...</SafeAreaProvider>;
52
- }
53
- ```
54
-
55
- ## Development
56
-
57
- Install all the dependencies by executing following command.
58
-
59
- ```
60
- yarn
61
- ```
62
-
63
- You can create new components in the `src/components` and export them from
64
- `src/components/index.js`. You can create stories in `storybook/stories`.
65
-
66
- You can use below commands for running storybook in different platforms:
67
-
68
- | Platform | Command |
69
- | -------- | -------------- |
70
- | Android | `yarn android` |
71
- | iOS: | `yarn ios` |
72
- | Web | `yarn web` |
73
-
74
- ## Auto Publish to NPM
75
-
76
- neetoUI-RN version gets patched, auto-incremented and auto-published to npm on
77
- new commit to main branch. You can checkout the `publish` workflow in Github actions
78
- to get a live update.
79
-
80
- ## Building Storybook
81
-
82
- Run `yarn build-react` to build storybook locally, this would create `dist`
83
- folder with static files.
84
-
85
- Run `yarn serve` to serve storybook locally.
86
-
87
- ## Running Component Documentation
88
-
89
- Run `cd docs`, `yarn start` to run component documentation locally.
90
-
91
- ## Building Component Documentation
92
-
93
- Run `cd docs`, `yarn build` to build component documentation locally, this would
94
- create `dist` folder with static files in `docs` folder.
95
-
96
- ## Testing with yalc package manager
97
-
98
- To publish locally
99
- ```
100
- yarn build && rm -rf ~/.yalc/packages && yalc publish --private
101
- ```
102
-
103
- or
104
-
105
- ```
106
- yarn yalc:publish
107
- ```
108
-
109
- To install local yalc version of library in any app.
110
- ```
111
- rm -rf .yalc && yalc add @bigbinary/neetoui-rn && rm -rf node_modules && yarn
112
- ```
113
- ## Learn more about contributing to this repository
114
-
115
- https://github.com/bigbinary/neeto-ui-rn/blob/main/CONTRIBUTING.md
Binary file
Binary file
Binary file
Binary file
@@ -1,3 +0,0 @@
1
- <svg width="22" height="26" viewBox="0 0 22 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.5421 4.8C15.0147 4.25535 15.375 3.62271 15.6024 2.93842C15.8298 2.25413 15.9197 1.53166 15.8671 0.8125C14.4164 0.929609 13.0696 1.61195 12.1171 2.7125C11.661 3.23997 11.3154 3.8536 11.1006 4.51706C10.8859 5.18051 10.8065 5.88031 10.8671 6.575C11.5748 6.5809 12.2744 6.42387 12.9116 6.11607C13.5489 5.80828 14.1068 5.35797 14.5421 4.8ZM17.6921 14.1C17.7005 13.1422 17.9528 12.2023 18.4252 11.369C18.8976 10.5357 19.5746 9.83657 20.3921 9.3375C19.8762 8.59405 19.1941 7.98104 18.3999 7.54709C17.6058 7.11314 16.7215 6.87019 15.8171 6.8375C13.8671 6.6375 12.0671 7.975 11.0296 7.975C9.99214 7.975 8.52964 6.8625 6.90464 6.8875C5.8423 6.9225 4.80716 7.23223 3.9002 7.78648C2.99323 8.34074 2.2454 9.1206 1.72964 10.05C-0.470362 13.875 1.16714 19.5625 3.36714 22.65C4.36714 24.1625 5.61714 25.875 7.26714 25.8125C8.91714 25.75 9.45464 24.7875 11.3671 24.7875C13.2796 24.7875 13.8671 25.8125 15.4921 25.775C17.1171 25.7375 18.2671 24.225 19.3171 22.7125C20.0609 21.6144 20.642 20.4145 21.0421 19.15C20.0515 18.7275 19.2063 18.0241 18.6109 17.1266C18.0156 16.2292 17.6962 15.177 17.6921 14.1Z" fill="black"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5 5L15 15" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M15 5L5 15" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.93335 0.93407C7.93335 0.651193 8.16266 0.421875 8.44554 0.421875H13.9089C14.1918 0.421875 14.4211 0.651193 14.4211 0.93407V6.39749C14.4211 6.68036 14.1918 6.90968 13.9089 6.90968C13.6261 6.90968 13.3968 6.68036 13.3968 6.39749V1.44627H8.44554C8.16266 1.44627 7.93335 1.21695 7.93335 0.93407Z" fill="#87929D"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.2711 0.571893C14.4711 0.771918 14.4711 1.09622 14.2711 1.29625L1.29551 14.2719C1.09549 14.4719 0.771185 14.4719 0.571161 14.2719C0.371136 14.0718 0.371136 13.7475 0.571161 13.5475L13.5468 0.571893C13.7468 0.371869 14.0711 0.371869 14.2711 0.571893Z" fill="#87929D"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0.933337 7.93396C1.21621 7.93396 1.44553 8.16328 1.44553 8.44615V13.3974H6.39674C6.67962 13.3974 6.90894 13.6267 6.90894 13.9096C6.90894 14.1924 6.67962 14.4218 6.39674 14.4218H0.933337C0.65046 14.4218 0.421143 14.1924 0.421143 13.9096V8.44615C0.421143 8.16328 0.65046 7.93396 0.933337 7.93396Z" fill="#87929D"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M23.25 12.25C23.25 11.325 23.1734 10.65 23.0077 9.95001H12.2296V14.125H18.5561C18.4286 15.1625 17.7398 16.725 16.2092 17.7749L16.1877 17.9147L19.5955 20.5019L19.8316 20.525C22 18.5625 23.25 15.675 23.25 12.25Z" fill="#4285F4"/>
3
- <path d="M12.2296 23.25C15.329 23.25 17.931 22.25 19.8316 20.525L16.2092 17.7749C15.2398 18.4374 13.9387 18.8999 12.2296 18.8999C9.1939 18.8999 6.61739 16.9375 5.69893 14.225L5.56431 14.2362L2.0208 16.9237L1.97446 17.05C3.8622 20.7249 7.73976 23.25 12.2296 23.25Z" fill="#34A853"/>
4
- <path d="M5.69893 14.225C5.45659 13.525 5.31634 12.775 5.31634 12C5.31634 11.225 5.45659 10.475 5.68618 9.77499L5.67976 9.62591L2.09185 6.89523L1.97446 6.94995C1.19643 8.47497 0.75 10.1875 0.75 12C0.75 13.8125 1.19643 15.5249 1.97446 17.05L5.69893 14.225Z" fill="#FBBC05"/>
5
- <path d="M12.2296 5.09997C14.3852 5.09997 15.8392 6.01247 16.6683 6.77502L19.9081 3.675C17.9184 1.8625 15.329 0.75 12.2296 0.75C7.73976 0.75 3.8622 3.27498 1.97446 6.94995L5.68618 9.77499C6.61739 7.0625 9.1939 5.09997 12.2296 5.09997Z" fill="#EB4335"/>
6
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.17432 9.37415H10.1327V12.9158" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M9.1665 12.9155H11.091" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M10.0832 6.87154C10.0832 6.91275 10.071 6.95302 10.0481 6.98729C10.0252 7.02155 9.99263 7.04825 9.95456 7.06402C9.9165 7.07978 9.87461 7.08391 9.83419 7.07587C9.79378 7.06783 9.75666 7.04799 9.72752 7.01886C9.69839 6.98972 9.67855 6.9526 9.67051 6.91218C9.66247 6.87177 9.66659 6.82988 9.68236 6.79182C9.69813 6.75375 9.72483 6.72121 9.75909 6.69832C9.79335 6.67543 9.83363 6.66321 9.87484 6.66321" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M9.875 6.66321C9.93025 6.66321 9.98324 6.68516 10.0223 6.72423C10.0614 6.7633 10.0833 6.81629 10.0833 6.87154" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M13.3333 2.4989H6.66667C4.36548 2.4989 2.5 4.36438 2.5 6.66557V13.3322C2.5 15.6334 4.36548 17.4989 6.66667 17.4989H13.3333C15.6345 17.4989 17.5 15.6334 17.5 13.3322V6.66557C17.5 4.36438 15.6345 2.4989 13.3333 2.4989Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
7
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M1.21802 8.93594C1.21802 8.63854 1.45909 8.39746 1.75648 8.39746H6.06416C6.36154 8.39746 6.60262 8.63854 6.60262 8.93594V13.2437C6.60262 13.5411 6.36154 13.7822 6.06416 13.7822C5.76677 13.7822 5.5257 13.5411 5.5257 13.2437V9.47441H1.75648C1.45909 9.47441 1.21802 9.23333 1.21802 8.93594Z" fill="#87929D"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.93592 1.21777C9.2333 1.21777 9.47438 1.45886 9.47438 1.75625V5.52557H13.2436C13.541 5.52557 13.7821 5.76666 13.7821 6.06405C13.7821 6.36144 13.541 6.60252 13.2436 6.60252H8.93592C8.63854 6.60252 8.39746 6.36144 8.39746 6.06405V1.75625C8.39746 1.45886 8.63854 1.21777 8.93592 1.21777Z" fill="#87929D"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.3423 0.657716C14.5526 0.868003 14.5526 1.20895 14.3423 1.41923L9.31667 6.445C9.10639 6.65529 8.76545 6.65529 8.55517 6.445C8.34489 6.23471 8.34489 5.89377 8.55517 5.68348L13.5808 0.657716C13.7911 0.447428 14.132 0.447428 14.3423 0.657716Z" fill="#87929D"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.44483 8.55518C6.65512 8.76546 6.65512 9.10641 6.44483 9.3167L1.41921 14.3425C1.20893 14.5527 0.867993 14.5527 0.657711 14.3425C0.44743 14.1322 0.44743 13.7912 0.657711 13.5809L5.68334 8.55518C5.89362 8.34489 6.23455 8.34489 6.44483 8.55518Z" fill="#87929D"/>
6
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15.5 14.5H8.5" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M8.5 10.5H15.5" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.151 16.396C3.421 15.096 3 13.598 3 12C3 7.029 7.029 3 12 3C16.971 3 21 7.029 21 12C21 16.971 16.971 21 12 21C10.402 21 8.904 20.579 7.604 19.849L3 21L4.151 16.396Z" stroke="#323232" stroke-width="1.5882" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.5832 7.5L7.49984 14.5833L4.1665 11.25" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10 10.9333V7.81665" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M9.99901 13.4375C9.88401 13.4375 9.79068 13.5308 9.79151 13.6458C9.79151 13.7608 9.88484 13.8542 9.99984 13.8542C10.1148 13.8542 10.2082 13.7608 10.2082 13.6458C10.2082 13.5308 10.1148 13.4375 9.99901 13.4375Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M11.522 4.20233L17.2666 14.0877C17.9341 15.2367 17.0903 16.6667 15.7447 16.6667H4.25566C2.90934 16.6667 2.06555 15.2367 2.73383 14.0877L8.47838 4.20233C9.15116 3.04372 10.8492 3.04372 11.522 4.20233Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="255" height="139" viewBox="0 0 255 139" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="255" height="139" rx="18" fill="#F6F6FA"/>
3
- <path d="M142.375 48.25H112.625C109.106 48.2539 106.254 51.1057 106.25 54.625V73.8953V84.375C106.254 87.8943 109.106 90.7461 112.625 90.75H142.375C142.762 90.7495 143.145 90.7033 143.522 90.6333C143.662 90.6076 143.796 90.5688 143.933 90.534C144.158 90.4765 144.38 90.4094 144.597 90.3274C144.755 90.2682 144.91 90.206 145.062 90.1348C145.24 90.0508 145.411 89.9534 145.581 89.8527C145.741 89.7588 145.903 89.6708 146.053 89.5638C146.065 89.5549 146.079 89.5491 146.092 89.5402C146.107 89.5287 146.121 89.5146 146.136 89.5023C146.165 89.4788 146.202 89.4673 146.228 89.4407C146.243 89.4265 146.247 89.4076 146.26 89.393C147.763 88.2268 148.748 86.4241 148.75 84.375V78.1494V54.625C148.746 51.1057 145.894 48.2539 142.375 48.25ZM143.597 88.424C143.2 88.5468 142.79 88.6247 142.375 88.625H112.625C110.279 88.622 108.378 86.721 108.375 84.375V74.3352L116.371 66.3395C117.824 64.891 120.176 64.891 121.629 66.3395L128.865 73.5741C128.869 73.5783 128.87 73.5839 128.874 73.588L143.683 88.3971C143.654 88.4065 143.626 88.4151 143.597 88.424ZM146.625 84.375C146.624 85.4721 146.196 86.4621 145.513 87.2161L131.13 72.8344L133.373 70.5916C134.842 69.1846 137.158 69.1846 138.627 70.5916L146.625 78.5894V84.375ZM146.625 75.5845L140.13 69.0891C137.848 66.8105 134.152 66.8105 131.87 69.0891L129.627 71.3321L123.132 64.837C120.848 62.5585 117.152 62.5585 114.868 64.837L108.375 71.3303V54.625C108.378 52.279 110.279 50.378 112.625 50.375H142.375C144.721 50.378 146.622 52.279 146.625 54.625V75.5845ZM130.688 56.75C128.927 56.75 127.5 58.1771 127.5 59.9375C127.5 61.6979 128.927 63.125 130.688 63.125C132.447 63.1231 133.873 61.6971 133.875 59.9375C133.875 58.1771 132.448 56.75 130.688 56.75ZM130.688 61C130.101 61 129.625 60.5243 129.625 59.9375C129.625 59.3507 130.101 58.875 130.688 58.875C131.274 58.8762 131.749 59.3511 131.75 59.9375C131.75 60.5243 131.274 61 130.688 61Z" fill="#68737D"/>
4
- </svg>