simon-design-system 0.1.9

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 (85) hide show
  1. package/README.md +73 -0
  2. package/dist/app/App.d.ts +3 -0
  3. package/dist/app/App.d.ts.map +1 -0
  4. package/dist/app/main.d.ts +1 -0
  5. package/dist/app/main.d.ts.map +1 -0
  6. package/dist/components/Badge/Badge.d.ts +14 -0
  7. package/dist/components/Badge/Badge.d.ts.map +1 -0
  8. package/dist/components/Badge/index.d.ts +3 -0
  9. package/dist/components/Badge/index.d.ts.map +1 -0
  10. package/dist/components/Button/Button.d.ts +14 -0
  11. package/dist/components/Button/Button.d.ts.map +1 -0
  12. package/dist/components/Button/index.d.ts +3 -0
  13. package/dist/components/Button/index.d.ts.map +1 -0
  14. package/dist/components/CardsMap/CardsMap.d.ts +19 -0
  15. package/dist/components/CardsMap/CardsMap.d.ts.map +1 -0
  16. package/dist/components/CardsMap/index.d.ts +3 -0
  17. package/dist/components/CardsMap/index.d.ts.map +1 -0
  18. package/dist/components/Checkbox/Checkbox.d.ts +18 -0
  19. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
  20. package/dist/components/Checkbox/index.d.ts +3 -0
  21. package/dist/components/Checkbox/index.d.ts.map +1 -0
  22. package/dist/components/FAB/FAB.d.ts +17 -0
  23. package/dist/components/FAB/FAB.d.ts.map +1 -0
  24. package/dist/components/FAB/index.d.ts +3 -0
  25. package/dist/components/FAB/index.d.ts.map +1 -0
  26. package/dist/components/Input/Input.d.ts +27 -0
  27. package/dist/components/Input/Input.d.ts.map +1 -0
  28. package/dist/components/Input/index.d.ts +3 -0
  29. package/dist/components/Input/index.d.ts.map +1 -0
  30. package/dist/components/MenuItem/MenuItem.d.ts +24 -0
  31. package/dist/components/MenuItem/MenuItem.d.ts.map +1 -0
  32. package/dist/components/MenuItem/index.d.ts +3 -0
  33. package/dist/components/MenuItem/index.d.ts.map +1 -0
  34. package/dist/components/NavBar/NavBar.d.ts +17 -0
  35. package/dist/components/NavBar/NavBar.d.ts.map +1 -0
  36. package/dist/components/NavBar/index.d.ts +3 -0
  37. package/dist/components/NavBar/index.d.ts.map +1 -0
  38. package/dist/components/PaginationItem/PaginationItem.d.ts +15 -0
  39. package/dist/components/PaginationItem/PaginationItem.d.ts.map +1 -0
  40. package/dist/components/PaginationItem/index.d.ts +3 -0
  41. package/dist/components/PaginationItem/index.d.ts.map +1 -0
  42. package/dist/components/ProfileCard/ProfileCard.d.ts +23 -0
  43. package/dist/components/ProfileCard/ProfileCard.d.ts.map +1 -0
  44. package/dist/components/ProfileCard/intex.d.ts +3 -0
  45. package/dist/components/ProfileCard/intex.d.ts.map +1 -0
  46. package/dist/components/SideBar/SideBar.d.ts +10 -0
  47. package/dist/components/SideBar/SideBar.d.ts.map +1 -0
  48. package/dist/components/SideBar/index.d.ts +3 -0
  49. package/dist/components/SideBar/index.d.ts.map +1 -0
  50. package/dist/components/StatusBadge/StatusBadge.d.ts +18 -0
  51. package/dist/components/StatusBadge/StatusBadge.d.ts.map +1 -0
  52. package/dist/components/StatusBadge/index.d.ts +3 -0
  53. package/dist/components/StatusBadge/index.d.ts.map +1 -0
  54. package/dist/components/TextArea/TextArea.d.ts +28 -0
  55. package/dist/components/TextArea/TextArea.d.ts.map +1 -0
  56. package/dist/components/TextArea/index.d.ts +3 -0
  57. package/dist/components/TextArea/index.d.ts.map +1 -0
  58. package/dist/components/index.d.ts +13 -0
  59. package/dist/components/index.d.ts.map +1 -0
  60. package/dist/design-system.css +1 -0
  61. package/dist/foundation/border.d.ts +25 -0
  62. package/dist/foundation/border.d.ts.map +1 -0
  63. package/dist/foundation/colors.d.ts +66 -0
  64. package/dist/foundation/colors.d.ts.map +1 -0
  65. package/dist/foundation/elevation.d.ts +8 -0
  66. package/dist/foundation/elevation.d.ts.map +1 -0
  67. package/dist/foundation/gradients.d.ts +16 -0
  68. package/dist/foundation/gradients.d.ts.map +1 -0
  69. package/dist/foundation/index.d.ts +7 -0
  70. package/dist/foundation/index.d.ts.map +1 -0
  71. package/dist/foundation/spacing.d.ts +77 -0
  72. package/dist/foundation/spacing.d.ts.map +1 -0
  73. package/dist/foundation/typography.d.ts +1635 -0
  74. package/dist/foundation/typography.d.ts.map +1 -0
  75. package/dist/index.d.ts +3 -0
  76. package/dist/index.d.ts.map +1 -0
  77. package/dist/nuwsd-design-system.cjs +251 -0
  78. package/dist/nuwsd-design-system.es.js +21547 -0
  79. package/dist/simon-design-system.css +1 -0
  80. package/dist/styles-entry.d.ts +2 -0
  81. package/dist/styles-entry.d.ts.map +1 -0
  82. package/dist/tokens.dark.css +1049 -0
  83. package/dist/tokens.light.css +1049 -0
  84. package/dist/vite.svg +1 -0
  85. package/package.json +66 -0
package/README.md ADDED
@@ -0,0 +1,73 @@
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 [Babel](https://babeljs.io/) (or [oxc](https://oxc.rs) when used in [rolldown-vite](https://vite.dev/guide/rolldown)) for Fast Refresh
8
+ - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
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
+ ```
@@ -0,0 +1,3 @@
1
+ declare function App(): import("react/jsx-runtime").JSX.Element;
2
+ export default App;
3
+ //# sourceMappingURL=App.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../src/app/App.tsx"],"names":[],"mappings":"AAGA,OAAO,WAAW,CAAA;AAElB,iBAAS,GAAG,4CA2BX;AAED,eAAe,GAAG,CAAA"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=main.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../src/app/main.tsx"],"names":[],"mappings":"AAEA,OAAO,aAAa,CAAA;AAEpB,OAAO,sBAAsB,CAAA"}
@@ -0,0 +1,14 @@
1
+ import { BoxProps } from '@mui/material';
2
+ import * as React from 'react';
3
+ export type BadgeColor = 'primary' | 'secondary' | 'correct' | 'error' | 'warning';
4
+ export type BadgePill = 'no' | 'yes';
5
+ export type SMBadgeProps = Omit<BoxProps, 'color'> & {
6
+ hasText?: boolean;
7
+ text?: string;
8
+ dsColor?: BadgeColor;
9
+ dsPill?: BadgePill;
10
+ };
11
+ declare const Badge: React.ForwardRefExoticComponent<Omit<SMBadgeProps, "ref"> & React.RefAttributes<unknown>>;
12
+ export default Badge;
13
+ export { Badge };
14
+ //# sourceMappingURL=Badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,QAAQ,EAAE,MAAM,eAAe,CAAC;AAO9C,MAAM,MAAM,UAAU,GAClB,SAAS,GACT,WAAW,GACX,SAAS,GACT,OAAO,GACP,SAAS,CAAC;AAEd,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,KAAK,CAAC;AAErC,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,GAAG;IACnD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,UAAU,CAAC;IACrB,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB,CAAC;AAoCF,QAAA,MAAM,KAAK,2FA2FT,CAAC;AAEH,eAAe,KAAK,CAAC;AACrB,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Badge } from './Badge';
2
+ export type { SMBadgeProps } from './Badge';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { ButtonProps as MuiButtonProps } from '@mui/material';
2
+ import * as React from 'react';
3
+ type ButtonVariant = 'primary' | 'secondary' | 'ghost';
4
+ type ButtonSize = 'small' | 'medium' | 'large';
5
+ export type SMButtonProps = Omit<MuiButtonProps, 'variant' | 'size' | 'color'> & {
6
+ dsVariant?: ButtonVariant;
7
+ dsSize?: ButtonSize;
8
+ iconLeft?: unknown;
9
+ iconRight?: unknown;
10
+ };
11
+ declare const Button: React.ForwardRefExoticComponent<Omit<SMButtonProps, "ref"> & React.RefAttributes<unknown>>;
12
+ export default Button;
13
+ export { Button };
14
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAuB,WAAW,IAAI,cAAc,EAAE,MAAM,eAAe,CAAC;AASnF,KAAK,aAAa,GAAG,SAAS,GAAG,WAAW,GAAG,OAAO,CAAC;AACvD,KAAK,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE/C,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,cAAc,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC,GAAG;IAC/E,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AA8JF,QAAA,MAAM,MAAM,4FA4CV,CAAC;AAEH,eAAe,MAAM,CAAC;AACtB,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Button } from './Button';
2
+ export type { SMButtonProps } from './Button';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC"}
@@ -0,0 +1,19 @@
1
+ import * as React from 'react';
2
+ export type DeviceStatus = 'online' | 'offline' | 'warning' | string;
3
+ export type SMCardsMapProps = {
4
+ id: string | number;
5
+ name: string;
6
+ uniqueId?: string | null;
7
+ phone?: string | null;
8
+ status?: DeviceStatus;
9
+ disabled?: boolean;
10
+ interactive?: boolean;
11
+ selectedId?: string | number | null;
12
+ onSelect?: (id: string | number) => void;
13
+ getStatusLabel?: (status?: DeviceStatus) => string;
14
+ style?: React.CSSProperties;
15
+ };
16
+ declare const CardsMap: ({ id, name, uniqueId, phone, status, disabled: disabledProp, interactive, selectedId, onSelect, getStatusLabel, style, }: SMCardsMapProps) => import("react/jsx-runtime").JSX.Element;
17
+ export default CardsMap;
18
+ export { CardsMap };
19
+ //# sourceMappingURL=CardsMap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardsMap.d.ts","sourceRoot":"","sources":["../../../src/components/CardsMap/CardsMap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAc/B,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC;AAErE,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IAEpB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,CAAC,EAAE,YAAY,CAAC;IAEtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAEzC,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,YAAY,KAAK,MAAM,CAAC;IAEnD,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B,CAAC;AAiDF,QAAA,MAAM,QAAQ,GAAI,0HAef,eAAe,4CA+KjB,CAAC;AAEF,eAAe,QAAQ,CAAC;AACxB,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { CardsMap } from './CardsMap';
2
+ export type { SMCardsMapProps } from './CardsMap';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CardsMap/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1,18 @@
1
+ import * as React from 'react';
2
+ export type SMCheckboxProps = {
3
+ /** Label content rendered to the right (optional). Use children instead of label prop. */
4
+ children?: React.ReactNode;
5
+ showLabel?: boolean;
6
+ checked?: boolean;
7
+ defaultChecked?: boolean;
8
+ onChange?: (event: any, checked: boolean) => void;
9
+ disabled?: boolean;
10
+ name?: string;
11
+ id?: string;
12
+ fullWidth?: boolean;
13
+ sx?: any;
14
+ };
15
+ declare const Checkbox: React.ForwardRefExoticComponent<SMCheckboxProps & React.RefAttributes<unknown>>;
16
+ export default Checkbox;
17
+ export { Checkbox };
18
+ //# sourceMappingURL=Checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,MAAM,MAAM,eAAe,GAAG;IAC5B,0FAA0F;IAC1F,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAElD,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,EAAE,CAAC,EAAE,GAAG,CAAC;CACV,CAAC;AAMF,QAAA,MAAM,QAAQ,iFA2JZ,CAAC;AAEH,eAAe,QAAQ,CAAC;AACxB,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Checkbox } from './Checkbox';
2
+ export type { SMCheckboxProps } from './Checkbox';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,eAAe,EAAC,MAAM,YAAY,CAAC"}
@@ -0,0 +1,17 @@
1
+ import * as React from 'react';
2
+ export type FabSize = 's' | 'normal' | 'l';
3
+ export type FabType = 'principal' | 'secundario' | 'ghost';
4
+ export type FabState = 'default' | 'hover' | 'focus' | 'disabled';
5
+ export type SMFABProps = {
6
+ icon: React.ReactNode;
7
+ size?: FabSize;
8
+ type?: FabType;
9
+ state?: FabState;
10
+ onClick?: () => void;
11
+ disabled?: boolean;
12
+ sx?: any;
13
+ };
14
+ declare const FAB: React.ForwardRefExoticComponent<SMFABProps & React.RefAttributes<HTMLButtonElement>>;
15
+ export default FAB;
16
+ export { FAB };
17
+ //# sourceMappingURL=FAB.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FAB.d.ts","sourceRoot":"","sources":["../../../src/components/FAB/FAB.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,MAAM,MAAM,OAAO,GAAG,GAAG,GAAG,QAAQ,GAAG,GAAG,CAAC;AAC3C,MAAM,MAAM,OAAO,GAAG,WAAW,GAAG,YAAY,GAAG,OAAO,CAAC;AAC3D,MAAM,MAAM,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,UAAU,CAAC;AAElE,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IAEtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,QAAQ,CAAC;IAEjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,EAAE,CAAC,EAAE,GAAG,CAAC;CACV,CAAC;AA2IF,QAAA,MAAM,GAAG,sFA4DP,CAAC;AAEH,eAAe,GAAG,CAAC;AACnB,OAAO,EAAE,GAAG,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { FAB } from './FAB';
2
+ export type { SMFABProps } from './FAB';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/FAB/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,YAAY,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC"}
@@ -0,0 +1,27 @@
1
+ import * as React from 'react';
2
+ export type SMInputState = 'enable' | 'completed' | 'error' | 'success' | 'disabled';
3
+ export type SMInputType = 'text' | 'email' | 'password' | 'number';
4
+ export type SMInputProps = {
5
+ label?: string;
6
+ required?: boolean;
7
+ infoIcon?: React.ReactNode;
8
+ infoTooltipText?: string;
9
+ infoTooltipPlacement?: 'top' | 'bottom' | 'left' | 'right';
10
+ dsType?: SMInputType;
11
+ value?: string;
12
+ placeholder?: string;
13
+ onChange?: (event: any) => void;
14
+ leftIcon?: React.ReactNode;
15
+ rightIcon?: React.ReactNode;
16
+ onRightIconClick?: () => void;
17
+ supportText?: string;
18
+ state?: SMInputState;
19
+ pressed?: boolean;
20
+ fullWidth?: boolean;
21
+ name?: string;
22
+ id?: string;
23
+ };
24
+ declare const Input: React.ForwardRefExoticComponent<SMInputProps & React.RefAttributes<unknown>>;
25
+ export default Input;
26
+ export { Input };
27
+ //# sourceMappingURL=Input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAkB/B,MAAM,MAAM,YAAY,GACpB,QAAQ,GACR,WAAW,GACX,OAAO,GACP,SAAS,GACT,UAAU,CAAC;AAEf,MAAM,MAAM,WAAW,GACnB,MAAM,GACN,OAAO,GACP,UAAU,GACV,QAAQ,CAAC;AAEb,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,oBAAoB,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;IAE3D,MAAM,CAAC,EAAE,WAAW,CAAC;IAErB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAEhC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAE9B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAiDF,QAAA,MAAM,KAAK,8EAqOT,CAAC;AAEH,eAAe,KAAK,CAAC;AACrB,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Input } from './Input';
2
+ export type { SMInputProps } from './Input';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,YAAY,EAAC,MAAM,SAAS,CAAC"}
@@ -0,0 +1,24 @@
1
+ import * as React from 'react';
2
+ export type MenuItemItem = 'reportes' | 'mapa' | 'geocercas' | 'guantera';
3
+ export type MenuItemState = 'selected' | 'enable' | 'hover';
4
+ export type MenuItemSubItem = {
5
+ key: string;
6
+ label: string;
7
+ state?: MenuItemState;
8
+ onClick?: () => void;
9
+ };
10
+ export type SMMenuItemProps = {
11
+ hasIcon?: boolean;
12
+ item?: MenuItemItem;
13
+ state?: MenuItemState;
14
+ label: string;
15
+ collapsed?: boolean;
16
+ /** Dropdown */
17
+ hasDropdown?: boolean;
18
+ items?: MenuItemSubItem[];
19
+ onClick?: () => void;
20
+ };
21
+ declare const MenuItem: React.ForwardRefExoticComponent<SMMenuItemProps & React.RefAttributes<HTMLDivElement>>;
22
+ export default MenuItem;
23
+ export { MenuItem };
24
+ //# sourceMappingURL=MenuItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MenuItem.d.ts","sourceRoot":"","sources":["../../../src/components/MenuItem/MenuItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AA0B/B,MAAM,MAAM,YAAY,GAAG,UAAU,GAAG,MAAM,GAAG,WAAW,GAAG,UAAU,CAAC;AAC1E,MAAM,MAAM,aAAa,GAAG,UAAU,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE5D,MAAM,MAAM,eAAe,GAAG;IAC5B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IAEd,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,eAAe;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;IAE1B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAqBF,QAAA,MAAM,QAAQ,wFAgKb,CAAC;AAEF,eAAe,QAAQ,CAAC;AACxB,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { MenuItem } from './MenuItem';
2
+ export type { SMMenuItemProps } from './MenuItem';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/MenuItem/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1,17 @@
1
+ export type SMNavBarProps = {
2
+ title: string;
3
+ user: {
4
+ name: string;
5
+ role?: string;
6
+ photoSrc?: string;
7
+ };
8
+ onAccount?: () => void;
9
+ onLogout?: () => void;
10
+ onNotifications?: () => void;
11
+ forceMobile?: boolean;
12
+ sx?: any;
13
+ };
14
+ declare const NavBar: ({ title, user, onAccount, onLogout, onNotifications, forceMobile, sx, }: SMNavBarProps) => import("react/jsx-runtime").JSX.Element;
15
+ export default NavBar;
16
+ export { NavBar };
17
+ //# sourceMappingURL=NavBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../src/components/NavBar/NavBar.tsx"],"names":[],"mappings":"AAkBA,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAC;IAEd,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;IAEF,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAE7B,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,EAAE,CAAC,EAAE,GAAG,CAAC;CACV,CAAC;AAEF,QAAA,MAAM,MAAM,GAAI,yEAQb,aAAa,4CA+Ff,CAAC;AAEF,eAAe,MAAM,CAAC;AACtB,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { NavBar } from './NavBar';
2
+ export type { SMNavBarProps } from './NavBar';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/NavBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { ButtonBaseProps } from '@mui/material';
2
+ import * as React from 'react';
3
+ export type SMPaginationItemState = 'normal' | 'selected' | 'disabled';
4
+ export type SMPaginationItemProps = Omit<ButtonBaseProps, 'disabled' | 'style'> & {
5
+ paginationText?: React.ReactNode;
6
+ showText?: boolean;
7
+ state?: SMPaginationItemState;
8
+ forceHover?: boolean;
9
+ forcePressed?: boolean;
10
+ sx?: any;
11
+ };
12
+ declare const PaginationItem: React.ForwardRefExoticComponent<Omit<SMPaginationItemProps, "ref"> & React.RefAttributes<unknown>>;
13
+ export default PaginationItem;
14
+ export { PaginationItem };
15
+ //# sourceMappingURL=PaginationItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaginationItem.d.ts","sourceRoot":"","sources":["../../../src/components/PaginationItem/PaginationItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAc,eAAe,EAAO,MAAM,eAAe,CAAC;AAQjE,MAAM,MAAM,qBAAqB,GAAG,QAAQ,GAAG,UAAU,GAAG,UAAU,CAAC;AAEvE,MAAM,MAAM,qBAAqB,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,GAAG,OAAO,CAAC,GAAG;IAEhF,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,KAAK,CAAC,EAAE,qBAAqB,CAAC;IAE9B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,EAAE,CAAC,EAAE,GAAG,CAAC;CACV,CAAC;AAuDF,QAAA,MAAM,cAAc,oGA4FlB,CAAC;AAEH,eAAe,cAAc,CAAC;AAC9B,OAAO,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { PaginationItem } from './PaginationItem';
2
+ export type { SMPaginationItemProps } from './PaginationItem';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PaginationItem/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,23 @@
1
+ import * as React from 'react';
2
+ export type SMProfileCardType = 'open' | 'close';
3
+ export type SNProfileCardProps = {
4
+ hasName?: boolean;
5
+ name?: string;
6
+ hasRol?: boolean;
7
+ rol?: string;
8
+ hasDropdown?: boolean;
9
+ hasPhoto?: boolean;
10
+ photoSrc?: string;
11
+ type?: SMProfileCardType;
12
+ collapsed?: boolean;
13
+ onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
14
+ id?: string;
15
+ 'aria-controls'?: string;
16
+ 'aria-haspopup'?: React.AriaAttributes['aria-haspopup'];
17
+ 'aria-expanded'?: React.AriaAttributes['aria-expanded'];
18
+ sx?: any;
19
+ };
20
+ declare const ProfileCard: React.ForwardRefExoticComponent<SNProfileCardProps & React.RefAttributes<HTMLButtonElement>>;
21
+ export default ProfileCard;
22
+ export { ProfileCard };
23
+ //# sourceMappingURL=ProfileCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProfileCard.d.ts","sourceRoot":"","sources":["../../../src/components/ProfileCard/ProfileCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,MAAM,MAAM,iBAAiB,GAAG,MAAM,GAAG,OAAO,CAAC;AAEjD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,IAAI,CAAC,EAAE,iBAAiB,CAAC;IAEzB,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAE/D,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC;IACxD,eAAe,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC;IAExD,EAAE,CAAC,EAAE,GAAG,CAAC;CACV,CAAC;AAIF,QAAA,MAAM,WAAW,8FAkIhB,CAAC;AAEF,eAAe,WAAW,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ProfileCard } from './ProfileCard';
2
+ export type { SNProfileCardProps } from './ProfileCard';
3
+ //# sourceMappingURL=intex.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"intex.d.ts","sourceRoot":"","sources":["../../../src/components/ProfileCard/intex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,kBAAkB,EAAC,MAAM,eAAe,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ export type SMSideBarProps = {
3
+ children: React.ReactNode;
4
+ logoSrc: string;
5
+ sx?: any;
6
+ };
7
+ declare const SideBar: ({ children, logoSrc, sx }: SMSideBarProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default SideBar;
9
+ export { SideBar };
10
+ //# sourceMappingURL=SideBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SideBar.d.ts","sourceRoot":"","sources":["../../../src/components/SideBar/SideBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,EAAE,CAAC,EAAE,GAAG,CAAC;CACV,CAAC;AAKF,QAAA,MAAM,OAAO,GAAI,2BAA2B,cAAc,4CA0FzD,CAAC;AAEF,eAAe,OAAO,CAAC;AACvB,OAAO,EAAE,OAAO,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { SideBar } from './SideBar';
2
+ export type { SMSideBarProps } from './SideBar';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SideBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,cAAc,EAAC,MAAM,WAAW,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { BoxProps } from '@mui/material';
2
+ import * as React from 'react';
3
+ export type StatusBadgeColor = 'primary' | 'secondary' | 'correct' | 'error' | 'warning';
4
+ export type StatusBadgePill = 'no' | 'yes';
5
+ export type SMStatusBadgeProps = Omit<BoxProps, 'color'> & {
6
+ hasText?: boolean;
7
+ hasLeftIcon?: boolean;
8
+ hasRightIcon?: boolean;
9
+ leftIcon?: React.ReactNode;
10
+ rightIcon?: React.ReactNode;
11
+ text?: string;
12
+ dsColor?: StatusBadgeColor;
13
+ dsPill?: StatusBadgePill;
14
+ };
15
+ declare const StatusBadge: React.ForwardRefExoticComponent<Omit<SMStatusBadgeProps, "ref"> & React.RefAttributes<unknown>>;
16
+ export default StatusBadge;
17
+ export { StatusBadge };
18
+ //# sourceMappingURL=StatusBadge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatusBadge.d.ts","sourceRoot":"","sources":["../../../src/components/StatusBadge/StatusBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,QAAQ,EAAE,MAAM,eAAe,CAAC;AAO9C,MAAM,MAAM,gBAAgB,GACxB,SAAS,GACT,WAAW,GACX,SAAS,GACT,OAAO,GACP,SAAS,CAAC;AAEd,MAAM,MAAM,eAAe,GAAG,IAAI,GAAG,KAAK,CAAC;AAE3C,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,GAAG;IACzD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAC3B,MAAM,CAAC,EAAE,eAAe,CAAC;CAC1B,CAAC;AAwEF,QAAA,MAAM,WAAW,iGA6Hf,CAAC;AAEH,eAAe,WAAW,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { StatusBadge } from './StatusBadge';
2
+ export type { SMStatusBadgeProps } from './StatusBadge';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/StatusBadge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,28 @@
1
+ import * as React from 'react';
2
+ export type SMTextAreaState = 'enable' | 'completed' | 'error' | 'disable' | 'success';
3
+ export type SMTextAreaPressed = 'no' | 'yes';
4
+ export type SMTextAreaProps = {
5
+ isRequired?: boolean;
6
+ hasInfoIcon?: boolean;
7
+ hasLabel?: boolean;
8
+ label?: string;
9
+ supportText?: string;
10
+ text?: string;
11
+ hasIconSupportText?: boolean;
12
+ hasOtherText?: boolean;
13
+ otherText?: string;
14
+ state?: SMTextAreaState;
15
+ pressed?: SMTextAreaPressed;
16
+ placeholder?: string;
17
+ onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
18
+ fullWidth?: boolean;
19
+ name?: string;
20
+ id?: string;
21
+ infoTooltipText?: string;
22
+ infoTooltipPlacement?: 'top' | 'bottom' | 'left' | 'right';
23
+ sx?: any;
24
+ };
25
+ declare const TextArea: React.ForwardRefExoticComponent<SMTextAreaProps & React.RefAttributes<HTMLDivElement>>;
26
+ export default TextArea;
27
+ export { TextArea };
28
+ //# sourceMappingURL=TextArea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAY/B,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,WAAW,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;AACvF,MAAM,MAAM,iBAAiB,GAAG,IAAI,GAAG,KAAK,CAAC;AAE7C,MAAM,MAAM,eAAe,GAAG;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAE5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAEhE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,oBAAoB,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;IAE3D,EAAE,CAAC,EAAE,GAAG,CAAC;CACV,CAAC;AAwCF,QAAA,MAAM,QAAQ,wFA0NZ,CAAC;AAEH,eAAe,QAAQ,CAAC;AACxB,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { TextArea } from './TextArea';
2
+ export type { SMTextAreaProps as TextAreaProps } from './TextArea';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,eAAe,IAAI,aAAa,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1,13 @@
1
+ export * from './Badge';
2
+ export * from './Button';
3
+ export * from './CardsMap';
4
+ export * from './Checkbox';
5
+ export * from './FAB';
6
+ export * from './Input';
7
+ export * from './MenuItem';
8
+ export * from './NavBar';
9
+ export * from './PaginationItem';
10
+ export * from './SideBar';
11
+ export * from './StatusBadge';
12
+ export * from './TextArea';
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AAEjC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC"}
@@ -0,0 +1 @@
1
+ :root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
@@ -0,0 +1,25 @@
1
+ export declare const border: {
2
+ readonly extraSmall: {
3
+ readonly width: 1;
4
+ readonly style: "solid";
5
+ };
6
+ readonly small: {
7
+ readonly width: 2;
8
+ readonly style: "solid";
9
+ };
10
+ readonly medium: {
11
+ readonly width: 4;
12
+ readonly style: "solid";
13
+ };
14
+ readonly large: {
15
+ readonly width: 8;
16
+ readonly style: "solid";
17
+ };
18
+ };
19
+ export declare const borderWidth: {
20
+ readonly extraSmall: 1;
21
+ readonly small: 2;
22
+ readonly medium: 4;
23
+ readonly large: 8;
24
+ };
25
+ //# sourceMappingURL=border.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"border.d.ts","sourceRoot":"","sources":["../../src/foundation/border.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;CAoBT,CAAC;AAEX,eAAO,MAAM,WAAW;;;;;CAKd,CAAC"}