@tmf_ciclica/ciclicastorybook 1.0.12 → 1.0.15

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 (134) hide show
  1. package/package.json +32 -54
  2. package/.storybook/main.js +0 -21
  3. package/.storybook/preview.jsx +0 -31
  4. package/eslint.config.js +0 -38
  5. package/index.html +0 -13
  6. package/public/vite.svg +0 -1
  7. package/src/App.css +0 -0
  8. package/src/App.jsx +0 -36
  9. package/src/_variables.scss +0 -56
  10. package/src/assets/img/arrowDown.svg +0 -3
  11. package/src/assets/img/closeIcon.svg +0 -4
  12. package/src/assets/img/copyIcon.svg +0 -17
  13. package/src/assets/img/deleteIcon.svg +0 -6
  14. package/src/assets/img/eyeActiveIcon.svg +0 -6
  15. package/src/assets/img/eyeNotActiveIcon.svg +0 -8
  16. package/src/assets/img/filtersIcon.svg +0 -6
  17. package/src/assets/img/langarrow.png +0 -0
  18. package/src/assets/img/pause.svg +0 -5
  19. package/src/assets/img/play.svg +0 -4
  20. package/src/assets/img/processingIcon.svg +0 -20
  21. package/src/assets/img/sample-image.png +0 -0
  22. package/src/assets/img/sample2.png +0 -0
  23. package/src/assets/img/world.svg +0 -3
  24. package/src/assets/mapStyles/mapStyle.js +0 -781
  25. package/src/components/AmbitSelector/AmbitItem/AmbitItem.jsx +0 -74
  26. package/src/components/AmbitSelector/AmbitItem/AmbitItem.module.scss +0 -27
  27. package/src/components/AmbitSelector/AmbitSelector.jsx +0 -68
  28. package/src/components/AmbitSelector/AmbitSelector.module.scss +0 -29
  29. package/src/components/AmbitSelector/AmbitSelector.stories.jsx +0 -21
  30. package/src/components/ButtonsList/ButtonsList.jsx +0 -92
  31. package/src/components/ButtonsList/ButtonsList.module.scss +0 -37
  32. package/src/components/ButtonsList/ButtonsList.stories.jsx +0 -55
  33. package/src/components/DropdownList/DropdownList.jsx +0 -69
  34. package/src/components/DropdownList/DropdownList.module.scss +0 -20
  35. package/src/components/DropdownList/DropdownList.stories.jsx +0 -22
  36. package/src/components/DropdownList/DropdownListExample/DropDownListExample.jsx +0 -33
  37. package/src/components/DropdownList/DropdownListExample/DropdownListExample.stories.jsx +0 -11
  38. package/src/components/EditAmbit/EditAmbit.jsx +0 -7
  39. package/src/components/FiltersAmbit/AppliedFilters/AppliedFilters.jsx +0 -57
  40. package/src/components/FiltersAmbit/AppliedFilters/AppliedFilters.module.scss +0 -13
  41. package/src/components/FiltersAmbit/AppliedFilters/AppliedFilters.stories.jsx +0 -47
  42. package/src/components/FiltersAmbit/FiltersAmbit.jsx +0 -58
  43. package/src/components/FiltersAmbit/FiltersAmbit.module.scss +0 -28
  44. package/src/components/FiltersAmbit/FiltersAmbit.stories.jsx +0 -36
  45. package/src/components/FiltersAmbit/GeographicFilters/GeographicalFilters.jsx +0 -33
  46. package/src/components/FiltersAmbit/GeographicFilters/GeographicalFilters.module.scss +0 -13
  47. package/src/components/FiltersAmbit/GeographicFilters/GeographicalFilters.stories.jsx +0 -47
  48. package/src/components/FiltersAmbit/TematicalFilters/TematicalFilters.jsx +0 -83
  49. package/src/components/FiltersAmbit/TematicalFilters/TematicalFilters.module.scss +0 -8
  50. package/src/components/FiltersAmbit/TematicalFilters/TematicalFilters.stories.jsx +0 -17
  51. package/src/components/FiltersAmbit/TematicalFilters/TematicalFiltersCategory/TematicalFiltersCategory.jsx +0 -60
  52. package/src/components/FiltersAmbit/TematicalFilters/TematicalFiltersInput/AbsoluteSlider/AbsoluteSlider.jsx +0 -61
  53. package/src/components/FiltersAmbit/TematicalFilters/TematicalFiltersInput/AbsoluteSlider/AbsoluteSlider.module.scss +0 -45
  54. package/src/components/FiltersAmbit/TematicalFilters/TematicalFiltersInput/CategoryCheckbox/CategoryChackbox.module.scss +0 -18
  55. package/src/components/FiltersAmbit/TematicalFilters/TematicalFiltersInput/CategoryCheckbox/CategoryCheckbox.jsx +0 -47
  56. package/src/components/FiltersAmbit/TematicalFilters/TematicalFiltersInput/TematicalFiltersInput.jsx +0 -267
  57. package/src/components/FiltersAmbit/TematicalFilters/TematicalFiltersInput/TematicalFiltersInput.module.scss +0 -31
  58. package/src/components/FiltersAmbit/TematicalFilters/TematicalFiltersSubcat/TematicalFiltersSubcat.jsx +0 -58
  59. package/src/components/FiltersAmbit/useAmbitStore.jsx +0 -10
  60. package/src/components/Graphic/BarChart/BarChart.jsx +0 -146
  61. package/src/components/Graphic/BarChart/BarChart.module.scss +0 -5
  62. package/src/components/Graphic/BarChart/BarChart.stories.jsx +0 -18
  63. package/src/components/Graphic/Graphic.jsx +0 -55
  64. package/src/components/Graphic/Graphic.module.scss +0 -12
  65. package/src/components/Graphic/Graphic.stories.jsx +0 -25
  66. package/src/components/IndicatorsList/Indicator/Indicator.jsx +0 -180
  67. package/src/components/IndicatorsList/Indicator/Indicator.module.scss +0 -46
  68. package/src/components/IndicatorsList/IndicatorSubCategory/IndicatorSubCategory.jsx +0 -76
  69. package/src/components/IndicatorsList/IndicatorSubCategory/IndicatorSubCategory.module.scss +0 -12
  70. package/src/components/IndicatorsList/IndicatorsCategory/IndicatorsCategory.jsx +0 -122
  71. package/src/components/IndicatorsList/IndicatorsCategory/IndicatorsCategory.module.scss +0 -20
  72. package/src/components/IndicatorsList/IndicatorsList.jsx +0 -173
  73. package/src/components/IndicatorsList/IndicatorsList.module.scss +0 -10
  74. package/src/components/IndicatorsList/IndicatorsList.stories.jsx +0 -263
  75. package/src/components/LangSelector/LangSelector.jsx +0 -70
  76. package/src/components/LangSelector/LangSelector.module.scss +0 -41
  77. package/src/components/LangSelector/LangSelector.stories.jsx +0 -27
  78. package/src/components/Legend/Legend.jsx +0 -132
  79. package/src/components/Legend/Legend.module.scss +0 -121
  80. package/src/components/Legend/Legend.stories.jsx +0 -53
  81. package/src/components/LogoApp/LogoApp.jsx +0 -33
  82. package/src/components/LogoApp/LogoApp.module.scss +0 -7
  83. package/src/components/LogoApp/LogoApp.stories.jsx +0 -27
  84. package/src/components/MapboxMap/MapboxMap.jsx +0 -160
  85. package/src/components/MapboxMap/MapboxMap.module.scss +0 -4
  86. package/src/components/MapboxMap/MapboxMap.stories.jsx +0 -57
  87. package/src/components/MaplibreMap/MaplibreMap.jsx +0 -166
  88. package/src/components/MaplibreMap/MaplibreMap.module.scss +0 -5
  89. package/src/components/MaplibreMap/MaplibreMap.stories.jsx +0 -55
  90. package/src/components/SectionBar/SectionBar.jsx +0 -41
  91. package/src/components/SectionBar/SectionBar.module.scss +0 -40
  92. package/src/components/SectionBar/SectionBar.stories.jsx +0 -35
  93. package/src/components/TimeSlider/TimeSlider.jsx +0 -147
  94. package/src/components/TimeSlider/TimeSlider.module.scss +0 -63
  95. package/src/components/TimeSlider/TimeSlider.stories.jsx +0 -9
  96. package/src/components/Tooltip/Tooltip.jsx +0 -40
  97. package/src/components/Tooltip/Tooltip.module.scss +0 -141
  98. package/src/components/Tooltip/Tooltip.stories.jsx +0 -51
  99. package/src/components/TopNavMenu/TopNavMenu.jsx +0 -62
  100. package/src/components/TopNavMenu/TopNavMenu.module.scss +0 -21
  101. package/src/components/TopNavMenu/TopNavMenu.stories.jsx +0 -20
  102. package/src/components/UserMenuTrigger/UserMenuTrigger.jsx +0 -47
  103. package/src/components/UserMenuTrigger/UserMenuTrigger.module.scss +0 -5
  104. package/src/components/UserMenuTrigger/UserMenuTrigger.stories.jsx +0 -33
  105. package/src/components/index.jsx +0 -17
  106. package/src/constants/indicators.js +0 -1371
  107. package/src/constants/mapTexts.js +0 -161
  108. package/src/constants/textLayers.js +0 -639
  109. package/src/constants/topNavMenuOptions.js +0 -14
  110. package/src/i18n.js +0 -19
  111. package/src/index.jsx +0 -2
  112. package/src/index.scss +0 -87
  113. package/src/locales/ca.json +0 -8
  114. package/src/locales/es.json +0 -15
  115. package/src/main.jsx +0 -10
  116. package/src/sections/HeaderSection/HeaderSection.jsx +0 -51
  117. package/src/sections/HeaderSection/HeaderSection.module.scss +0 -33
  118. package/src/sections/HeaderSection/HeaderSection.stories.jsx +0 -61
  119. package/src/sections/RightSidebar/RightSidebar.jsx +0 -35
  120. package/src/sections/RightSidebar/RightSidebar.module.scss +0 -39
  121. package/src/sections/RightSidebar/RightSidebar.stories.jsx +0 -21
  122. package/src/sections/index.jsx +0 -2
  123. package/src/store/index.js +0 -1
  124. package/src/store/mapSlice/index.js +0 -1
  125. package/src/store/mapSlice/mapSlice.js +0 -30
  126. package/src/store/rightBarSlice/index.js +0 -1
  127. package/src/store/rightBarSlice/rightBarSlice.js +0 -28
  128. package/src/store/routerSlice/index.js +0 -1
  129. package/src/store/routerSlice/routerSlice.js +0 -14
  130. package/src/store/store.js +0 -14
  131. package/src/store/userSlice/index.js +0 -1
  132. package/src/store/userSlice/userSlice.js +0 -22
  133. package/tmf_ciclica-ciclicastorybook-1.0.8.tgz +0 -0
  134. package/vite.config.js +0 -49
package/package.json CHANGED
@@ -1,11 +1,40 @@
1
1
  {
2
2
  "name": "@tmf_ciclica/ciclicastorybook",
3
- "private": false,
4
- "version": "1.0.12",
3
+ "version": "1.0.15",
5
4
  "main": "dist/index.cjs.js",
6
5
  "module": "dist/index.es.js",
6
+ "types": "dist/index.d.ts",
7
+ "style": "dist/ciclicastorybook.css",
7
8
  "exports": {
8
- ".": "./dist/index.es.js"
9
+ ".": {
10
+ "import": "./dist/index.es.js",
11
+ "require": "./dist/index.cjs.js",
12
+ "types": "./dist/index.d.ts",
13
+ "style": "./dist/ciclicastorybook.css"
14
+ },
15
+ "./dist/ciclicastorybook.css": {
16
+ "default": "./dist/ciclicastorybook.css"
17
+ }
18
+ },
19
+ "files": [
20
+ "dist"
21
+ ],
22
+ "peerDependencies": {
23
+ "react": "^18.3.1",
24
+ "react-dom": "^18.3.1",
25
+ "@mui/material": "^5.14.18",
26
+ "@emotion/react": "^11.11.1",
27
+ "@emotion/styled": "^11.11.0",
28
+ "@reduxjs/toolkit": "^1.9.7",
29
+ "react-redux": "^8.0.5",
30
+ "react-router-dom": "^7.5.2",
31
+ "i18next": "^24.2.2",
32
+ "react-i18next": "^15.4.0",
33
+ "mapbox-gl": "^3.10.0",
34
+ "maplibre-gl": "^3.6.2",
35
+ "d3": "^7.9.0",
36
+ "framer-motion": "^12.4.10",
37
+ "zustand": "^5.0.5"
9
38
  },
10
39
  "scripts": {
11
40
  "dev": "vite",
@@ -16,56 +45,5 @@
16
45
  "build-storybook": "storybook build",
17
46
  "init-msw": "msw init public/",
18
47
  "test-storybook": "test-storybook"
19
- },
20
- "dependencies": {
21
- "@emotion/react": "^11.11.1",
22
- "@emotion/styled": "^11.11.0",
23
- "@mui/material": "^5.14.18",
24
- "@mui/styled-engine-sc": "^6.0.0-alpha.6",
25
- "@reduxjs/toolkit": "^1.9.7",
26
- "@types/mapbox-gl": "^3.4.1",
27
- "d3": "^7.9.0",
28
- "framer-motion": "^12.4.10",
29
- "i18next": "^24.2.2",
30
- "i18next-browser-languagedetector": "^8.0.2",
31
- "i18next-http-backend": "^3.0.2",
32
- "mapbox-gl": "^3.10.0",
33
- "maplibre-gl": "^3.6.2",
34
- "react": "^18.3.1",
35
- "react-dom": "^18.3.1",
36
- "react-i18next": "^15.4.0",
37
- "react-map-gl": "^8.0.1",
38
- "react-redux": "^8.0.5",
39
- "react-router-dom": "^7.5.2",
40
- "pmtiles": "^4.3.0",
41
- "react-slider": "^2.0.6",
42
- "zustand": "^5.0.5"
43
- },
44
- "devDependencies": {
45
- "@eslint/js": "^9.17.0",
46
- "@storybook/addon-a11y": "^8.5.2",
47
- "@storybook/addon-essentials": "^8.5.2",
48
- "@storybook/addon-interactions": "^8.5.2",
49
- "@storybook/addon-links": "^8.5.2",
50
- "@storybook/addon-styling-webpack": "^1.0.1",
51
- "@storybook/blocks": "^8.5.2",
52
- "@storybook/react": "^8.5.2",
53
- "@storybook/react-vite": "^8.5.2",
54
- "@storybook/test": "^8.5.2",
55
- "@storybook/test-runner": "^0.21.0",
56
- "@types/react": "^18.3.18",
57
- "@types/react-dom": "^18.3.5",
58
- "@vitejs/plugin-react": "^4.3.4",
59
- "eslint": "^9.17.0",
60
- "eslint-plugin-react": "^7.37.2",
61
- "eslint-plugin-react-hooks": "^5.0.0",
62
- "eslint-plugin-react-refresh": "^0.4.16",
63
- "globals": "^15.14.0",
64
- "msw": "^2.3.0",
65
- "msw-storybook-addon": "^2.0.3",
66
- "prop-types": "^15.8.1",
67
- "sass": "^1.54.8",
68
- "storybook": "^8.5.2",
69
- "vite": "^6.0.5"
70
48
  }
71
49
  }
@@ -1,21 +0,0 @@
1
-
2
- /** @type { import('@storybook/react-vite').StorybookConfig } */
3
- const config = {
4
- stories: [
5
- '../src/components/**/*.stories.@(js|jsx)',
6
- '../src/sections/**/*.stories.@(js|jsx)',
7
- '../src/sections/**/**/*.stories.@(js|jsx)'
8
- ],
9
- staticDirs: ["../public"],
10
- addons: [
11
- "@storybook/addon-links",
12
- "@storybook/addon-essentials",
13
- "@storybook/addon-interactions",
14
- "@storybook/addon-a11y"
15
- ],
16
- framework: {
17
- name: "@storybook/react-vite",
18
- options: {},
19
- },
20
- };
21
- export default config;
@@ -1,31 +0,0 @@
1
- //styles
2
- import "../src/index.scss"
3
-
4
- // Router
5
- import { BrowserRouter } from "react-router-dom"
6
- import { I18nextProvider } from "react-i18next"
7
- //i18n
8
- import { Provider } from "react-redux"
9
- import { configureStore } from "@reduxjs/toolkit"
10
- import i18n from "../src/i18n"
11
- //store
12
- import { rootReducer } from "../src/store"
13
-
14
- // Mock del store para Storybook
15
- const mockStore = configureStore({
16
- reducer: rootReducer,
17
- })
18
-
19
- //traducciones
20
-
21
- export const decorators = [
22
- (Story) => (
23
- <Provider store={mockStore}>
24
- <BrowserRouter>
25
- <I18nextProvider i18n={i18n}>
26
- <Story />
27
- </I18nextProvider>
28
- </BrowserRouter>
29
- </Provider>
30
- ),
31
- ]
package/eslint.config.js DELETED
@@ -1,38 +0,0 @@
1
- import js from '@eslint/js'
2
- import globals from 'globals'
3
- import react from 'eslint-plugin-react'
4
- import reactHooks from 'eslint-plugin-react-hooks'
5
- import reactRefresh from 'eslint-plugin-react-refresh'
6
-
7
- export default [
8
- { ignores: ['dist'] },
9
- {
10
- files: ['**/*.{js,jsx}'],
11
- languageOptions: {
12
- ecmaVersion: 2020,
13
- globals: globals.browser,
14
- parserOptions: {
15
- ecmaVersion: 'latest',
16
- ecmaFeatures: { jsx: true },
17
- sourceType: 'module',
18
- },
19
- },
20
- settings: { react: { version: '18.3' } },
21
- plugins: {
22
- react,
23
- 'react-hooks': reactHooks,
24
- 'react-refresh': reactRefresh,
25
- },
26
- rules: {
27
- ...js.configs.recommended.rules,
28
- ...react.configs.recommended.rules,
29
- ...react.configs['jsx-runtime'].rules,
30
- ...reactHooks.configs.recommended.rules,
31
- 'react/jsx-no-target-blank': 'off',
32
- 'react-refresh/only-export-components': [
33
- 'warn',
34
- { allowConstantExport: true },
35
- ],
36
- },
37
- },
38
- ]
package/index.html DELETED
@@ -1,13 +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="/vite.svg" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Vite + React</title>
8
- </head>
9
- <body>
10
- <div id="root"></div>
11
- <script type="module" src="/src/main.jsx"></script>
12
- </body>
13
- </html>
package/public/vite.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
package/src/App.css DELETED
File without changes
package/src/App.jsx DELETED
@@ -1,36 +0,0 @@
1
- import './App.css'
2
-
3
- import reactLogo from './assets/react.svg'
4
- import { useState } from 'react'
5
- import viteLogo from '/vite.svg'
6
-
7
- function App() {
8
- const [count, setCount] = useState(0)
9
-
10
- return (
11
- <>
12
- <div>
13
- <a href="https://vite.dev" target="_blank">
14
- <img src={viteLogo} className="logo" alt="Vite logo" />
15
- </a>
16
- <a href="https://react.dev" target="_blank">
17
- <img src={reactLogo} className="logo react" alt="React logo" />
18
- </a>
19
- </div>
20
- <h1>Vite + React</h1>
21
- <div className="card">
22
- <button onClick={() => setCount((count) => count + 1)}>
23
- count is {count}
24
- </button>
25
- <p>
26
- Edit <code>src/App.jsx</code> and save to test HMR
27
- </p>
28
- </div>
29
- <p className="read-the-docs">
30
- Click on the Vite and React logos to learn more
31
- </p>
32
- </>
33
- )
34
- }
35
-
36
- export default App
@@ -1,56 +0,0 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
2
- $mainFont: 'Poppins', sans-serif;
3
-
4
-
5
-
6
- $sideBarWidth: 500px;
7
- $headerHeight: 60px;
8
- $zindexMap: -10;
9
- $zindexSection: 10;
10
- $zindexSidebar: 20;
11
-
12
-
13
-
14
-
15
- @mixin flex($direction: row, $justify: center, $align: center, $wrap: nowrap, $gap: 0) {
16
- display: flex;
17
- flex-wrap: $wrap ;
18
- justify-content: $justify;
19
- gap: $gap;
20
-
21
- @if $direction {
22
- flex-direction: $direction;
23
- }
24
-
25
- @if $align {
26
- align-items: $align;
27
- }
28
-
29
- @if not $align {
30
- align-items: center;
31
- }
32
- }
33
-
34
- //langSelector
35
- $langColor: #ccc;
36
- $langBckColor: #000;
37
- $langSelectedColor: #404040;
38
- $langHoverColor: #cbcbcb;
39
- $langHoverBckColor: #fafafa;
40
-
41
- @mixin fontBase() {
42
- font-size: 16px;
43
- font-weight: 400;
44
- }
45
- @mixin fontBaseSemi() {
46
- font-size: 16px;
47
- font-weight: 600;
48
- }
49
- @mixin fontSubtitols() {
50
- font-size: 18px;
51
- font-weight: 600;
52
- }
53
- @mixin fontTitols() {
54
- font-size: 30px;
55
- font-weight: 600;
56
- }
@@ -1,3 +0,0 @@
1
- <svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M1 1L6.5 6L12 1" stroke="white" stroke-width="1.5"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M1 1L13.9996 13.9996" stroke="#FDFDFD" stroke-width="1.5" stroke-linecap="round"/>
3
- <path d="M14 1L1.00044 13.9996" stroke="#FDFDFD" stroke-width="1.5" stroke-linecap="round"/>
4
- </svg>
@@ -1,17 +0,0 @@
1
- <svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Group 9259">
3
- <circle id="Ellipse 219" cx="15.3062" cy="15.8063" r="14.3521" stroke="#605B56" stroke-width="1.5"/>
4
- <g id="Group 3973">
5
- <g id="Rectangle 495">
6
- <mask id="path-2-inside-1_4451_10560" fill="white">
7
- <rect x="10.4033" y="7.70422" width="12.8" height="12.8" rx="1"/>
8
- </mask>
9
- <rect x="10.4033" y="7.70422" width="12.8" height="12.8" rx="1" stroke="#605B56" stroke-width="3" mask="url(#path-2-inside-1_4451_10560)"/>
10
- </g>
11
- <g id="Group 3972">
12
- <rect id="Rectangle 496" x="7.2041" y="10.9042" width="12.8" height="12.8" rx="1" fill="#605B56"/>
13
- <path id="+" d="M16.3785 18.0509H14.3838V20.0776H12.9331V18.0509H10.9385V16.6749H12.9331V14.6376H14.3838V16.6749H16.3785V18.0509Z" fill="#FDFDFD"/>
14
- </g>
15
- </g>
16
- </g>
17
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Eliminar">
3
- <circle id="Ellipse 220" cx="15.5106" cy="15.8063" r="14.3521" stroke="#605B56" stroke-width="1.5"/>
4
- <path id="Vector" d="M20.8581 10.5548H17.5491V10.4015C17.5491 9.17493 16.6257 8.255 15.4714 8.255C14.3171 8.255 13.3167 9.17493 13.3167 10.4015V10.5548H10.0846C9.69985 10.5548 9.46899 10.7848 9.46899 11.1681C9.46899 11.5514 9.69985 11.7814 10.0846 11.7814H10.2385V21.2106C10.2385 22.3605 11.162 23.3571 12.3932 23.3571H18.5495C19.7038 23.3571 20.7042 22.4372 20.7042 21.2106V11.7047H20.9351C21.2429 11.7047 21.5507 11.4747 21.5507 11.0914C21.5507 10.7081 21.1659 10.5548 20.8581 10.5548ZM14.471 10.4015C14.471 9.86488 14.9327 9.40491 15.4714 9.40491C16.01 9.40491 16.3948 9.86488 16.3948 10.4015V10.5548H14.471V10.4015ZM16.3948 18.8342V15.0011C16.3948 14.6178 16.6257 14.3878 17.0104 14.3878C17.3952 14.3878 17.6261 14.6178 17.6261 15.0011V18.8342C17.6261 19.1408 17.3952 19.4474 17.0104 19.4474C16.6257 19.4474 16.3948 19.1408 16.3948 18.8342ZM13.3167 18.8342V15.0011C13.3167 14.6178 13.5475 14.3878 13.9323 14.3878C14.3171 14.3878 14.5479 14.6178 14.5479 15.0011V18.8342C14.5479 19.1408 14.3171 19.4474 13.9323 19.4474C13.5475 19.4474 13.3167 19.1408 13.3167 18.8342Z" fill="#605B56"/>
5
- </g>
6
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="26" height="14" viewBox="0 0 26 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Group 5138">
3
- <path id="Vector" d="M12.95 0.408447C7.659 0.408447 2.84899 2.77185 0.0832465 6.72621C-0.0277488 6.88808 -0.0277488 7.09621 0.0832465 7.25807C2.84439 11.2125 7.65437 13.5712 12.95 13.5712C18.2456 13.5712 23.0556 11.2125 25.8168 7.25807C25.9278 7.0962 25.9278 6.88807 25.8168 6.72621C23.051 2.77184 18.241 0.408447 12.95 0.408447ZM12.95 11.2217C10.619 11.2217 8.71812 9.32083 8.71812 6.98984C8.71812 4.65885 10.619 2.75796 12.95 2.75796C15.281 2.75796 17.1819 4.65883 17.1819 6.98984C17.1819 9.32085 15.281 11.2217 12.95 11.2217Z" fill="#B32F5D"/>
4
- <path id="Vector_2" d="M12.9514 10.2966C14.7777 10.2966 16.2583 8.81607 16.2583 6.98974C16.2583 5.1634 14.7777 3.68286 12.9514 3.68286C11.1251 3.68286 9.64453 5.1634 9.64453 6.98974C9.64453 8.81607 11.1251 10.2966 12.9514 10.2966Z" fill="#B32F5D"/>
5
- </g>
6
- </svg>
@@ -1,8 +0,0 @@
1
- <svg width="26" height="18" viewBox="0 0 26 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Group 5207">
3
- <path id="Vector" d="M12.9837 6.40625C11.1707 6.40625 9.69531 7.88162 9.69531 9.69462C9.69531 10.0276 9.74618 10.3514 9.83869 10.652C9.93579 10.9711 10.0792 11.2718 10.2642 11.54L14.8291 6.97512C14.5562 6.79013 14.2602 6.64676 13.9411 6.54962C13.6404 6.45712 13.3167 6.40625 12.9837 6.40625Z" fill="#605B56" fill-opacity="0.5"/>
4
- <path id="Vector_2" d="M19.4938 4.44079C19.318 4.36678 19.1191 4.40841 18.985 4.53792L16.3534 7.16955V7.17415C16.543 7.42855 16.7049 7.70604 16.8344 8.00204C17.0656 8.52004 17.1905 9.09354 17.1905 9.69478C17.1905 12.0165 15.3035 13.9035 12.9818 13.9035C12.3805 13.9035 11.807 13.7787 11.289 13.5474C10.993 13.4179 10.7155 13.256 10.4611 13.0664H10.4565L8.52788 14.995C8.41225 15.1153 8.36601 15.2864 8.41225 15.4437C8.45389 15.6055 8.57875 15.7304 8.74063 15.772C10.0958 16.1189 11.511 16.2947 12.9494 16.2947C18.245 16.2947 23.055 13.9359 25.8161 9.98153C25.9271 9.82429 25.9271 9.61153 25.8161 9.45427C24.2991 7.27591 22.1115 5.54154 19.4938 4.44079Z" fill="#605B56" fill-opacity="0.5"/>
5
- <path id="Vector_3" d="M12.9843 12.979C14.7973 12.979 16.268 11.5082 16.268 9.6952C16.268 9.35295 16.2171 9.0292 16.12 8.71933C16.0229 8.4002 15.8749 8.10419 15.6899 7.83594L11.125 12.4008C11.3933 12.5858 11.6893 12.7338 12.0084 12.831C12.3183 12.9281 12.6466 12.979 12.9843 12.979Z" fill="#605B56" fill-opacity="0.5"/>
6
- <path id="Vector_4" d="M9.12048 11.3694C8.89386 10.856 8.769 10.2918 8.769 9.69516C8.769 7.3734 10.656 5.48178 12.9824 5.48178C13.579 5.48178 14.1433 5.60667 14.6566 5.83329C14.9526 5.95815 15.2347 6.12004 15.4891 6.31428L17.3808 4.42267L21.0114 0.792026C21.1918 0.611646 21.1918 0.315664 21.0114 0.135285C20.831 -0.0450949 20.535 -0.0450949 20.3546 0.135285L16.8951 3.59478C15.6186 3.28491 14.2959 3.13228 12.95 3.13228C7.65437 3.13228 2.84439 5.49565 0.0832465 9.45464C-0.0277488 9.61191 -0.0277488 9.82467 0.0832465 9.9819C1.48001 11.9845 3.44563 13.6079 5.78125 14.7087L3.37162 17.1183C3.19127 17.2986 3.19127 17.5947 3.37162 17.775C3.46412 17.8629 3.57975 17.9091 3.7 17.9091C3.82026 17.9091 3.93588 17.8629 4.02839 17.775L9.60151 12.2019C9.40727 11.9429 9.24536 11.6654 9.12048 11.3694Z" fill="#605B56" fill-opacity="0.5"/>
7
- </g>
8
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Group 9260">
3
- <circle id="Ellipse 219" cx="15.1021" cy="15.8063" r="14.3521" stroke="#605B56" stroke-width="1.5"/>
4
- <path id="Vector" d="M8.20744 8.70422C7.34769 8.70422 6.88873 9.71735 7.45568 10.3637L13.3518 17.085C13.5118 17.2675 13.6 17.5018 13.6 17.7445V23.2443C13.6 23.6283 13.8199 23.9783 14.1658 24.1451L15.9658 25.0128C16.6297 25.3329 17.4 24.8491 17.4 24.112V17.7445C17.4 17.5018 17.4882 17.2675 17.6482 17.085L23.5443 10.3637C24.1113 9.71735 23.6523 8.70422 22.7926 8.70422H8.20744Z" fill="#605B56"/>
5
- </g>
6
- </svg>
Binary file
@@ -1,5 +0,0 @@
1
- <svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="21" cy="21" r="20.25" fill="#FDFDFD" stroke="#605B56" stroke-width="1.5"/>
3
- <rect x="15" y="12" width="4" height="19" rx="1" fill="#605B56"/>
4
- <rect x="23" y="12" width="4" height="19" rx="1" fill="#605B56"/>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="21" cy="21" r="20.25" fill="#FDFDFD" stroke="#605B56" stroke-width="1.5"/>
3
- <path d="M15.2722 12.6627C15.2722 11.8929 16.1055 11.4118 16.7722 11.7967L31.5641 20.3368C32.2308 20.7217 32.2308 21.684 31.5641 22.0689L16.7722 30.609C16.1055 30.9939 15.2722 30.5128 15.2722 29.743L15.2722 12.6627Z" fill="#605B56"/>
4
- </svg>
@@ -1,20 +0,0 @@
1
- <svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Group 6725">
3
- <circle id="Ellipse 219" cx="15.1021" cy="15.7148" r="14.3521" stroke="#605B56" stroke-opacity="0.5" stroke-width="1.5"/>
4
- <g id="Group 6724">
5
- <path id="Vector" d="M17.4114 23.3302C17.4114 24.5419 16.4269 27.4724 15.2126 27.4724C13.9982 27.4724 13.0137 24.5419 13.0137 23.3302C13.0137 22.7483 13.2453 22.1902 13.6577 21.7787C14.0701 21.3673 14.6294 21.1361 15.2126 21.1361C15.7957 21.1361 16.355 21.3673 16.7674 21.7787C17.1798 22.1902 17.4114 22.7483 17.4114 23.3302Z" fill="#605B56" fill-opacity="0.5"/>
6
- <path id="Union" d="M15.2919 20.6088H11.2899L11.289 20.6078C10.6273 20.7718 9.36856 21.3396 9.39931 23.2845C9.39931 23.2845 7.41254 21.7976 8.17372 19.0179L8.25575 18.7445C8.59675 17.7118 9.66004 16.7306 10.7714 16.2435C10.7337 12.8666 11.5045 8.19644 15.2919 4.724V20.6088ZM10.6835 17.4164C10.5323 17.5091 10.3819 17.6125 10.2372 17.7279C9.77215 18.099 9.43634 18.5195 9.26747 18.8988L9.20595 19.058C8.95666 19.8145 8.9632 20.4347 9.07607 20.9291C9.34144 20.5645 9.66233 20.2832 9.9999 20.0746C10.2365 19.9284 10.4715 19.8251 10.6835 19.7494V17.4164Z" fill="#605B56" fill-opacity="0.5"/>
7
- <path id="Union_2" d="M15.293 4.724C19.0931 8.20817 19.8548 12.8981 19.8115 16.2777C20.8629 16.7859 21.8411 17.7218 22.165 18.7045C23.1398 21.6599 21.0225 23.2445 21.0225 23.2445C21.051 21.4361 19.9648 20.8184 19.2803 20.6088H15.293V4.724ZM19.7676 17.3949C19.7586 17.5313 19.7493 17.6646 19.7383 17.7943V19.7094C19.9502 19.7851 20.1854 19.8884 20.4219 20.0345C20.7595 20.2432 21.0794 20.5253 21.3447 20.89C21.4466 20.444 21.4627 19.8956 21.2812 19.2367L21.2148 19.0179C21.0772 18.6004 20.7157 18.1118 20.1846 17.6879C20.0493 17.58 19.9088 17.4829 19.7676 17.3949Z" fill="#605B56" fill-opacity="0.5"/>
8
- <g id="Vector_2">
9
- <path d="M12.541 8.28445C12.541 8.28445 14.8218 9.81829 18.0434 8.28445C18.0434 8.28445 16.9978 6.03912 15.2919 4.61267C15.2919 4.61267 13.7894 5.92343 12.541 8.28445Z" fill="#FDFDFD"/>
10
- <path d="M15.3057 5.29626C15.9532 5.9116 16.4918 6.63792 16.8867 7.2533C17.0801 7.55466 17.2355 7.82605 17.3516 8.03748C16.0573 8.54342 14.966 8.52427 14.1807 8.36951C13.781 8.29074 13.4584 8.17533 13.2266 8.07556C13.7607 7.14513 14.32 6.40895 14.7646 5.88806C14.9759 5.64056 15.1621 5.44302 15.3057 5.29626Z" stroke="#605B56" stroke-opacity="0.5"/>
11
- </g>
12
- <path id="Vector_3" d="M17.6984 12.9862C17.6985 13.4539 17.5596 13.9111 17.2993 14.3001C17.039 14.689 16.669 14.9922 16.236 15.1712C15.803 15.3503 15.3265 15.3972 14.8668 15.3061C14.4071 15.2149 13.9848 14.9898 13.6533 14.6591C13.3218 14.3285 13.0961 13.9072 13.0046 13.4485C12.9131 12.9898 12.96 12.5143 13.1393 12.0822C13.3186 11.6501 13.6224 11.2808 14.0121 11.021C14.4018 10.7611 14.86 10.6224 15.3287 10.6224C15.957 10.6224 16.5597 10.8715 17.004 11.3147C17.4484 11.758 17.6982 12.3593 17.6984 12.9862Z" fill="#FDFDFD"/>
13
- <path id="Vector_4" d="M17.1358 13.0038C17.1358 13.36 17.0299 13.7083 16.8316 14.0045C16.6332 14.3007 16.3513 14.5316 16.0214 14.6679C15.6916 14.8042 15.3286 14.8399 14.9784 14.7704C14.6282 14.7009 14.3066 14.5294 14.0541 14.2774C13.8017 14.0255 13.6297 13.7046 13.5601 13.3552C13.4904 13.0058 13.5262 12.6436 13.6628 12.3145C13.7994 11.9853 14.0308 11.704 14.3277 11.5061C14.6245 11.3082 14.9736 11.2025 15.3306 11.2025C15.8094 11.2025 16.2685 11.3923 16.6071 11.7301C16.9456 12.0679 17.1358 12.526 17.1358 13.0038Z" fill="#605B56" fill-opacity="0.5"/>
14
- <path id="Vector_5" d="M16.7061 13.2093C16.6508 13.2093 16.5978 13.1874 16.5588 13.1485C16.5197 13.1095 16.4978 13.0566 16.4978 13.0015C16.4974 12.7236 16.3866 12.4572 16.1897 12.2607C15.9928 12.0642 15.7258 11.9537 15.4473 11.9533C15.4175 11.9582 15.3869 11.9566 15.3578 11.9485C15.3287 11.9405 15.3017 11.9262 15.2786 11.9067C15.2556 11.8872 15.237 11.8629 15.2244 11.8356C15.2117 11.8082 15.2051 11.7784 15.2051 11.7482C15.2051 11.7181 15.2117 11.6883 15.2244 11.6609C15.237 11.6336 15.2556 11.6093 15.2786 11.5898C15.3017 11.5703 15.3287 11.556 15.3578 11.5479C15.3869 11.5399 15.4175 11.5383 15.4473 11.5432C15.8348 11.5435 16.2063 11.6973 16.4803 11.9707C16.7543 12.2441 16.9084 12.6148 16.9088 13.0015C16.9088 13.0557 16.8876 13.1077 16.8498 13.1465C16.8119 13.1854 16.7603 13.2079 16.7061 13.2093Z" fill="#FDFDFD"/>
15
- <path id="Vector_6" d="M16.8082 13.6607C16.8082 13.7106 16.7934 13.7594 16.7656 13.8008C16.7378 13.8423 16.6984 13.8746 16.6522 13.8937C16.606 13.9128 16.5552 13.9178 16.5062 13.9081C16.4571 13.8983 16.4121 13.8743 16.3768 13.8391C16.3414 13.8038 16.3173 13.7589 16.3076 13.7099C16.2978 13.661 16.3028 13.6103 16.322 13.5642C16.3411 13.5182 16.3735 13.4788 16.4151 13.4511C16.4566 13.4234 16.5055 13.4086 16.5555 13.4086C16.6225 13.4086 16.6868 13.4351 16.7342 13.4824C16.7816 13.5297 16.8082 13.5939 16.8082 13.6607Z" fill="#FDFDFD"/>
16
- <path id="Vector_7" d="M15.6008 16.0612C15.5633 16.0097 15.5141 15.9677 15.4573 15.9388C15.4005 15.9099 15.3376 15.8949 15.2738 15.8949H15.1898C15.126 15.8948 15.0631 15.9099 15.0062 15.9388C14.9494 15.9677 14.9002 16.0096 14.8627 16.0612C14.8627 16.0612 13.6074 17.4973 14.1816 21.0915C14.4989 23.0777 15.2314 23.6694 15.2314 23.6694C15.2314 23.6694 15.9639 23.0777 16.2819 21.0915C16.8561 17.4973 15.6008 16.0612 15.6008 16.0612Z" fill="#FDFDFD"/>
17
- <path id="Vector_8" d="M15.1468 15.8949C15.083 15.8948 15.0201 15.9099 14.9632 15.9388C14.9064 15.9677 14.8572 16.0096 14.8198 16.0612C14.8198 16.0612 13.5645 17.4973 14.1387 21.0915C14.456 23.0777 15.1884 23.6694 15.1884 23.6694V15.8949H15.1468Z" fill="#FDFDFD"/>
18
- </g>
19
- </g>
20
- </svg>
Binary file
Binary file
@@ -1,3 +0,0 @@
1
- <svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12.5 25C10.7796 25 9.15926 24.6713 7.63889 24.0139C6.11852 23.3556 4.79445 22.462 3.66667 21.3333C2.5389 20.2046 1.64538 18.8806 0.986119 17.3611C0.32686 15.8417 -0.00184407 14.2213 7.78089e-06 12.5C7.78089e-06 10.7741 0.328711 9.15231 0.986119 7.63472C1.64445 6.1162 2.53797 4.79352 3.66667 3.66667C4.79538 2.53981 6.11945 1.6463 7.63889 0.986111C9.15926 0.328704 10.7796 0 12.5 0C14.2259 0 15.8477 0.328704 17.3653 0.986111C18.8838 1.64444 20.2069 2.53796 21.3347 3.66667C22.4625 4.79537 23.3556 6.11805 24.0139 7.63472C24.6713 9.15324 25 10.775 25 12.5C25 14.2204 24.6713 15.8407 24.0139 17.3611C23.3556 18.8815 22.462 20.2056 21.3333 21.3333C20.2046 22.4611 18.8819 23.3546 17.3653 24.0139C15.8486 24.6731 14.2269 25.0018 12.5 25ZM12.5 23.6222C13.3148 22.575 13.987 21.5468 14.5167 20.5375C15.0454 19.5282 15.4755 18.3986 15.8069 17.1486H9.19306C9.56065 18.469 9.99954 19.6338 10.5097 20.6431C11.0208 21.6523 11.6843 22.6454 12.5 23.6222ZM10.7319 23.4139C10.0838 22.65 9.49214 21.7056 8.95695 20.5806C8.42177 19.4565 8.02362 18.312 7.76251 17.1472H2.43612C3.23241 18.8741 4.36065 20.2907 5.82084 21.3972C7.28195 22.5028 8.91899 23.175 10.7319 23.4139ZM14.2681 23.4139C16.081 23.175 17.7181 22.5028 19.1792 21.3972C20.6394 20.2907 21.7676 18.8741 22.5639 17.1472H17.2389C16.887 18.3296 16.444 19.4829 15.9097 20.6069C15.3745 21.7319 14.8273 22.6685 14.2681 23.4139ZM1.86945 15.7597H7.47362C7.36806 15.1893 7.29399 14.6338 7.25139 14.0931C7.20695 13.5532 7.18473 13.0222 7.18473 12.5C7.18473 11.9778 7.20649 11.4468 7.25001 10.9069C7.29352 10.3671 7.3676 9.81157 7.47223 9.24027H1.87084C1.71991 9.72176 1.60186 10.2463 1.51667 10.8139C1.43149 11.3806 1.3889 11.9426 1.3889 12.5C1.3889 13.0574 1.43103 13.6199 1.51529 14.1875C1.59954 14.7551 1.7176 15.2787 1.86945 15.7583M8.8625 15.7583H16.1375C16.2431 15.1889 16.3171 14.6426 16.3597 14.1194C16.4042 13.5972 16.4264 13.0574 16.4264 12.5C16.4264 11.9426 16.4046 11.4028 16.3611 10.8806C16.3176 10.3583 16.2435 9.81203 16.1389 9.24166H8.86112C8.75649 9.81111 8.68241 10.3574 8.6389 10.8806C8.59538 11.4028 8.57362 11.9426 8.57362 12.5C8.57362 13.0574 8.59538 13.5972 8.6389 14.1194C8.68241 14.6417 8.75788 15.188 8.8625 15.7583ZM17.5278 15.7583H23.1306C23.2815 15.2778 23.3995 14.7542 23.4847 14.1875C23.569 13.6199 23.6111 13.0574 23.6111 12.5C23.6111 11.9426 23.569 11.3801 23.4847 10.8125C23.4005 10.2449 23.2824 9.72129 23.1306 9.24166H17.5264C17.6319 9.81111 17.706 10.3662 17.7486 10.9069C17.7931 11.4477 17.8153 11.9787 17.8153 12.5C17.8153 13.0213 17.7935 13.5523 17.75 14.0931C17.7065 14.6338 17.6324 15.1893 17.5278 15.7597M17.2389 7.85278H22.5639C21.75 6.08981 20.6352 4.67315 19.2194 3.60278C17.8037 2.53241 16.1532 1.85139 14.2681 1.55972C14.9162 2.4125 15.4991 3.38796 16.0167 4.48611C16.5343 5.58333 16.9417 6.70555 17.2389 7.85278ZM9.19306 7.85278H15.8069C15.4403 6.54907 14.988 5.37037 14.45 4.31667C13.912 3.26296 13.262 2.28333 12.5 1.37778C11.738 2.28241 11.088 3.26204 10.55 4.31667C10.012 5.37129 9.5588 6.55 9.19306 7.85278ZM2.43751 7.85278H7.76251C8.05973 6.70648 8.46713 5.58426 8.98473 4.48611C9.50232 3.38796 10.0852 2.4125 10.7333 1.55972C8.83149 1.85231 7.17686 2.5375 5.76945 3.61528C4.36204 4.69491 3.25093 6.10694 2.43612 7.85139" fill="white"/>
3
- </svg>