@situaction/traquiste-mobile 1.0.0-next.2 → 1.0.0-next.3

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 (79) hide show
  1. package/package.json +8 -1
  2. package/.eslintrc.js +0 -5
  3. package/.releaserc +0 -12
  4. package/CLAUDE.md +0 -25
  5. package/app.json +0 -5
  6. package/bitbucket-pipelines.yml +0 -81
  7. package/build/components/Button/Button.stories.d.ts +0 -19
  8. package/build/components/Button/Button.stories.d.ts.map +0 -1
  9. package/build/components/Button/Button.stories.js +0 -95
  10. package/build/components/Button/Button.stories.js.map +0 -1
  11. package/build/components/ButtonAction/ButtonAction.stories.d.ts +0 -13
  12. package/build/components/ButtonAction/ButtonAction.stories.d.ts.map +0 -1
  13. package/build/components/ButtonAction/ButtonAction.stories.js +0 -51
  14. package/build/components/ButtonAction/ButtonAction.stories.js.map +0 -1
  15. package/build/components/ButtonMap/ButtonMap.stories.d.ts +0 -12
  16. package/build/components/ButtonMap/ButtonMap.stories.d.ts.map +0 -1
  17. package/build/components/ButtonMap/ButtonMap.stories.js +0 -36
  18. package/build/components/ButtonMap/ButtonMap.stories.js.map +0 -1
  19. package/build/components/ButtonMenu/ButtonMenu.stories.d.ts +0 -15
  20. package/build/components/ButtonMenu/ButtonMenu.stories.d.ts.map +0 -1
  21. package/build/components/ButtonMenu/ButtonMenu.stories.js +0 -52
  22. package/build/components/ButtonMenu/ButtonMenu.stories.js.map +0 -1
  23. package/build/components/FilterChip/FilterChip.stories.d.ts +0 -15
  24. package/build/components/FilterChip/FilterChip.stories.d.ts.map +0 -1
  25. package/build/components/FilterChip/FilterChip.stories.js +0 -55
  26. package/build/components/FilterChip/FilterChip.stories.js.map +0 -1
  27. package/docs/README.md +0 -73
  28. package/docs/eslint.config.js +0 -22
  29. package/docs/index.html +0 -16
  30. package/docs/package-lock.json +0 -5578
  31. package/docs/package.json +0 -37
  32. package/docs/public/favicon.svg +0 -1
  33. package/docs/public/icons.svg +0 -24
  34. package/docs/src/App.css +0 -184
  35. package/docs/src/App.tsx +0 -38
  36. package/docs/src/assets/hero.png +0 -0
  37. package/docs/src/assets/react.svg +0 -1
  38. package/docs/src/assets/vite.svg +0 -1
  39. package/docs/src/components/Layout.tsx +0 -108
  40. package/docs/src/components/LiveEditor.tsx +0 -294
  41. package/docs/src/components/PropsTable.tsx +0 -101
  42. package/docs/src/components/Sidebar.tsx +0 -103
  43. package/docs/src/components/TableOfContents.tsx +0 -75
  44. package/docs/src/context/ColorModeContext.tsx +0 -34
  45. package/docs/src/index.css +0 -76
  46. package/docs/src/lib/createComponentPage.tsx +0 -270
  47. package/docs/src/main.tsx +0 -13
  48. package/docs/src/pages/Examples.tsx +0 -273
  49. package/docs/src/pages/Home.tsx +0 -70
  50. package/docs/src/pages/components/button-action.ts +0 -88
  51. package/docs/src/pages/components/button-map.ts +0 -67
  52. package/docs/src/pages/components/button-menu.ts +0 -90
  53. package/docs/src/pages/components/button.ts +0 -158
  54. package/docs/src/pages/components/filter-chip.ts +0 -109
  55. package/docs/tsconfig.app.json +0 -32
  56. package/docs/tsconfig.json +0 -7
  57. package/docs/tsconfig.node.json +0 -24
  58. package/docs/vite.config.ts +0 -18
  59. package/ios/.xcode.env +0 -11
  60. package/ios/Podfile +0 -63
  61. package/ios/Podfile.properties.json +0 -4
  62. package/ios/situactiontraquistemobile/AppDelegate.swift +0 -69
  63. package/ios/situactiontraquistemobile/Images.xcassets/AppIcon.appiconset/Contents.json +0 -13
  64. package/ios/situactiontraquistemobile/Images.xcassets/Contents.json +0 -6
  65. package/ios/situactiontraquistemobile/Images.xcassets/SplashScreenLegacy.imageset/Contents.json +0 -21
  66. package/ios/situactiontraquistemobile/Images.xcassets/SplashScreenLegacy.imageset/SplashScreenLegacy.png +0 -0
  67. package/ios/situactiontraquistemobile/Info.plist +0 -53
  68. package/ios/situactiontraquistemobile/SplashScreen.storyboard +0 -47
  69. package/ios/situactiontraquistemobile/Supporting/Expo.plist +0 -6
  70. package/ios/situactiontraquistemobile/situactiontraquistemobile-Bridging-Header.h +0 -3
  71. package/ios/situactiontraquistemobile.xcodeproj/project.pbxproj +0 -432
  72. package/ios/situactiontraquistemobile.xcodeproj/xcshareddata/xcschemes/situactiontraquistemobile.xcscheme +0 -88
  73. package/jest.config.js +0 -197
  74. package/src/components/Button/Button.stories.tsx +0 -123
  75. package/src/components/ButtonAction/ButtonAction.stories.tsx +0 -67
  76. package/src/components/ButtonMap/ButtonMap.stories.tsx +0 -49
  77. package/src/components/ButtonMenu/ButtonMenu.stories.tsx +0 -68
  78. package/src/components/FilterChip/FilterChip.stories.tsx +0 -71
  79. package/tsconfig.json +0 -9
package/docs/README.md DELETED
@@ -1,73 +0,0 @@
1
- # React + TypeScript + Vite
2
-
3
- This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
4
-
5
- Currently, two official plugins are available:
6
-
7
- - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Oxc](https://oxc.rs)
8
- - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/)
9
-
10
- ## React Compiler
11
-
12
- The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see [this documentation](https://react.dev/learn/react-compiler/installation).
13
-
14
- ## Expanding the ESLint configuration
15
-
16
- If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:
17
-
18
- ```js
19
- export default defineConfig([
20
- globalIgnores(['dist']),
21
- {
22
- files: ['**/*.{ts,tsx}'],
23
- extends: [
24
- // Other configs...
25
-
26
- // Remove tseslint.configs.recommended and replace with this
27
- tseslint.configs.recommendedTypeChecked,
28
- // Alternatively, use this for stricter rules
29
- tseslint.configs.strictTypeChecked,
30
- // Optionally, add this for stylistic rules
31
- tseslint.configs.stylisticTypeChecked,
32
-
33
- // Other configs...
34
- ],
35
- languageOptions: {
36
- parserOptions: {
37
- project: ['./tsconfig.node.json', './tsconfig.app.json'],
38
- tsconfigRootDir: import.meta.dirname,
39
- },
40
- // other options...
41
- },
42
- },
43
- ])
44
- ```
45
-
46
- You can also install [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) and [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) for React-specific lint rules:
47
-
48
- ```js
49
- // eslint.config.js
50
- import reactX from 'eslint-plugin-react-x'
51
- import reactDom from 'eslint-plugin-react-dom'
52
-
53
- export default defineConfig([
54
- globalIgnores(['dist']),
55
- {
56
- files: ['**/*.{ts,tsx}'],
57
- extends: [
58
- // Other configs...
59
- // Enable lint rules for React
60
- reactX.configs['recommended-typescript'],
61
- // Enable lint rules for React DOM
62
- reactDom.configs.recommended,
63
- ],
64
- languageOptions: {
65
- parserOptions: {
66
- project: ['./tsconfig.node.json', './tsconfig.app.json'],
67
- tsconfigRootDir: import.meta.dirname,
68
- },
69
- // other options...
70
- },
71
- },
72
- ])
73
- ```
@@ -1,22 +0,0 @@
1
- import js from '@eslint/js'
2
- import globals from 'globals'
3
- import reactHooks from 'eslint-plugin-react-hooks'
4
- import reactRefresh from 'eslint-plugin-react-refresh'
5
- import tseslint from 'typescript-eslint'
6
- import { defineConfig, globalIgnores } from 'eslint/config'
7
-
8
- export default defineConfig([
9
- globalIgnores(['dist']),
10
- {
11
- files: ['**/*.{ts,tsx}'],
12
- extends: [
13
- js.configs.recommended,
14
- tseslint.configs.recommended,
15
- reactHooks.configs.flat.recommended,
16
- reactRefresh.configs.vite,
17
- ],
18
- languageOptions: {
19
- globals: globals.browser,
20
- },
21
- },
22
- ])
package/docs/index.html DELETED
@@ -1,16 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>traquiste-mobile — Documentation</title>
8
- <link rel="preconnect" href="https://fonts.googleapis.com" />
9
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
10
- <link href="https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700&display=swap" rel="stylesheet" />
11
- </head>
12
- <body>
13
- <div id="root"></div>
14
- <script type="module" src="/src/main.tsx"></script>
15
- </body>
16
- </html>