@platformatic/ui-components 0.7.12 → 0.7.14

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.
package/dist/index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>Platformatic UI Components</title>
7
- <script type="module" crossorigin src="/assets/index-eoI4Uq2D.js"></script>
7
+ <script type="module" crossorigin src="/assets/index-B9K4dv-s.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="/assets/index-TVRb_Qow.css">
9
9
  </head>
10
10
  <body>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@platformatic/ui-components",
3
3
  "description": "Platformatic UI Components",
4
- "version": "0.7.12",
4
+ "version": "0.7.14",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -90,6 +90,13 @@ function InputWithSeparator ({
90
90
  onChange({ value: event.target.value, chunks })
91
91
  }
92
92
 
93
+ function handleKeyDown (event) {
94
+ if ((event.keyCode === 46 || event.keyCode === 8) && value === '' && chunks.length > 0) {
95
+ setChunks(prevChunks => prevChunks.splice(0, prevChunks.length - 1))
96
+ onChange({ value: '', chunks })
97
+ }
98
+ }
99
+
93
100
  function normalClassName () {
94
101
  return `${baseClassName} `
95
102
  }
@@ -150,6 +157,7 @@ function InputWithSeparator ({
150
157
  placeholder={chunks.length > 0 ? '' : placeholder}
151
158
  className={inputClassName}
152
159
  onChange={handleChange}
160
+ onKeyDown={handleKeyDown}
153
161
  disabled={disabled}
154
162
  onFocus={() => handleFocus()}
155
163
  onBlur={() => handleBlur()}
@@ -8,7 +8,7 @@
8
8
  @apply flex min-h-[40px] border border-solid box-border rounded items-center gap-2 flex-wrap relative grow px-2;
9
9
  }
10
10
  .input {
11
- @apply h-full m-0 border-0;
11
+ @apply h-full m-0 border-0 min-w-[250px];
12
12
  padding-block: 0;
13
13
  padding-inline: 0;
14
14
  background: inherit;
@@ -0,0 +1,102 @@
1
+ import * as React from 'react'
2
+ import PropTypes from 'prop-types'
3
+ import styles from './Icons.module.css'
4
+ import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
+
6
+ const AddUserIcon = ({
7
+ color = MAIN_DARK_BLUE,
8
+ size = MEDIUM,
9
+ disabled = false,
10
+ inactive = false
11
+ }) => {
12
+ let className = `${styles.svgClassName} ` + styles[`${color}`]
13
+ if (disabled) {
14
+ className += ` ${styles.iconDisabled}`
15
+ }
16
+ if (inactive) {
17
+ className += ` ${styles.iconInactive}`
18
+ }
19
+ let icon = <></>
20
+
21
+ switch (size) {
22
+ case SMALL:
23
+ icon = (
24
+ <svg
25
+ width={16}
26
+ height={16}
27
+ viewBox='0 0 16 16'
28
+ fill='none'
29
+ xmlns='http://www.w3.org/2000/svg'
30
+ className={className}
31
+ >
32
+ <path d='M7 10.0554C4.16229 10.3728 2 12.0181 2 14.0001H8' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
33
+ <circle cx='8' cy='5' r='3' stroke='none' />
34
+ <circle cx='11' cy='11' r='3' stroke='none' />
35
+ <path d='M9.58569 11H12.4141' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
36
+ <path d='M11 12.4143L11 9.58588' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
37
+ </svg>
38
+ )
39
+ break
40
+ case MEDIUM:
41
+ icon = (
42
+ <svg
43
+ width={24}
44
+ height={24}
45
+ viewBox='0 0 24 24'
46
+ fill='none'
47
+ xmlns='http://www.w3.org/2000/svg'
48
+ className={className}
49
+ >
50
+ <path d='M10.5 15.083C6.24343 15.5591 3 18.0271 3 21H12' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
51
+ <circle cx='12' cy='7.5' r='4.5' stroke='none' strokeWidth={1.5} />
52
+ <circle cx='16.5' cy='16.5' r='4.5' stroke='none' strokeWidth={1.5} />
53
+ <path d='M14.3787 16.5H18.6213' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
54
+ <path d='M16.5 18.6213L16.5 14.3787' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
55
+ </svg>
56
+ )
57
+ break
58
+ case LARGE:
59
+ icon = (
60
+ <svg
61
+ width={40}
62
+ height={40}
63
+ viewBox='0 0 40 40'
64
+ fill='none'
65
+ xmlns='http://www.w3.org/2000/svg'
66
+ className={className}
67
+ >
68
+ <path d='M17.5 25.1382C10.4057 25.9316 5 30.0449 5 34.9999H20' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
69
+ <circle cx='20' cy='12.5' r='7.5' stroke='none' strokeWidth={2} />
70
+ <circle cx='27.5' cy='27.5' r='7.5' stroke='none' strokeWidth={2} />
71
+ <path d='M23.9644 27.5H31.0354' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
72
+ <path d='M27.5 31.0356L27.5 23.9646' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
73
+ </svg>
74
+ )
75
+ break
76
+
77
+ default:
78
+ break
79
+ }
80
+ return icon
81
+ }
82
+
83
+ AddUserIcon.propTypes = {
84
+ /**
85
+ * color of text, icon and borders
86
+ */
87
+ color: PropTypes.oneOf(COLORS_ICON),
88
+ /**
89
+ * Size
90
+ */
91
+ size: PropTypes.oneOf(SIZES),
92
+ /**
93
+ * disabled
94
+ */
95
+ disabled: PropTypes.bool,
96
+ /**
97
+ * inactive
98
+ */
99
+ inactive: PropTypes.bool
100
+ }
101
+
102
+ export default AddUserIcon
@@ -0,0 +1,105 @@
1
+ import * as React from 'react'
2
+ import PropTypes from 'prop-types'
3
+ import styles from './Icons.module.css'
4
+ import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
+
6
+ const DatabaseEditIcon = ({
7
+ color = MAIN_DARK_BLUE,
8
+ size = MEDIUM,
9
+ disabled = false,
10
+ inactive = false
11
+ }) => {
12
+ let className = `${styles.svgClassName} ` + styles[`${color}`]
13
+ if (disabled) {
14
+ className += ` ${styles.iconDisabled}`
15
+ }
16
+ if (inactive) {
17
+ className += ` ${styles.iconInactive}`
18
+ }
19
+ let icon = <></>
20
+
21
+ switch (size) {
22
+ case SMALL:
23
+ icon = (
24
+ <svg
25
+ width={16}
26
+ height={16}
27
+ viewBox='0 0 16 16'
28
+ fill='none'
29
+ xmlns='http://www.w3.org/2000/svg'
30
+ className={className}
31
+ >
32
+ <rect x='11.7522' y='7.2478' width='2' height='6.47059' transform='rotate(45 11.7522 7.2478)' stroke='none' strokeLinejoin='round' />
33
+ <path d='M8.59097 13.2373L7.17676 11.8231L6.63603 13.7781L8.59097 13.2373Z' stroke='none' strokeLinejoin='round' />
34
+ <path d='M12.2929 6.70711C12.6834 6.31658 13.3166 6.31658 13.7071 6.70711V6.70711C14.0976 7.09763 14.0976 7.7308 13.7071 8.12132L13.1664 8.66205L11.7522 7.24784L12.2929 6.70711Z' stroke='none' />
35
+ <path d='M6.50001 5.60541C8.9853 5.60541 11 4.79831 11 3.80271C11 2.8071 8.9853 2 6.50001 2C4.01472 2 2 2.8071 2 3.80271C2 4.79831 4.01472 5.60541 6.50001 5.60541Z' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
36
+ <path d='M6.50001 8.36667C4.01501 8.36667 2 7.55953 2 6.56396' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
37
+ <path d='M11 3.80273V6M2 3.80273V9.19735C2 10.0248 3.39187 10.7221 5.28863 10.934' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
38
+ </svg>
39
+ )
40
+ break
41
+ case MEDIUM:
42
+ icon = (
43
+ <svg
44
+ width={24}
45
+ height={24}
46
+ viewBox='0 0 24 24'
47
+ fill='none'
48
+ xmlns='http://www.w3.org/2000/svg'
49
+ className={className}
50
+ >
51
+ <rect x='17.6284' y='10.8717' width='3' height='9.70588' transform='rotate(45 17.6284 10.8717)' stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
52
+ <path d='M12.8865 19.8561L10.7651 17.7347L9.95404 20.6672L12.8865 19.8561Z' stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
53
+ <path d='M18.7929 9.70711C19.1834 9.31658 19.8166 9.31658 20.2071 9.70711L20.9142 10.4142C21.3047 10.8047 21.3047 11.4379 20.9142 11.8284L19.7496 12.9931L17.6282 10.8718L18.7929 9.70711Z' stroke='none' strokeWidth={1.5} />
54
+ <path d='M9.75002 8.40812C13.478 8.40812 16.5 7.19747 16.5 5.70406C16.5 4.21065 13.478 3 9.75002 3C6.02209 3 3 4.21065 3 5.70406C3 7.19747 6.02209 8.40812 9.75002 8.40812Z' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
55
+ <path d='M9.75002 12.5501C6.02251 12.5501 3 11.3394 3 9.84607' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
56
+ <path d='M16.5 5.70398V8.99988M3 5.70398V13.7959C3 15.037 5.0878 16.083 7.93294 16.4008' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
57
+ </svg>
58
+ )
59
+ break
60
+ case LARGE:
61
+ icon = (
62
+ <svg
63
+ width={40}
64
+ height={40}
65
+ viewBox='0 0 40 40'
66
+ fill='none'
67
+ xmlns='http://www.w3.org/2000/svg'
68
+ className={className}
69
+ >
70
+ <rect x='29.3806' y='18.1195' width='5' height='16.1765' transform='rotate(45 29.3806 18.1195)' stroke='none' strokeWidth={2} strokeLinejoin='round' />
71
+ <path d='M21.4774 33.0934L17.9419 29.5579L16.5901 34.4452L21.4774 33.0934Z' stroke='none' strokeWidth={2} strokeLinejoin='round' />
72
+ <path d='M31.0858 16.4142C31.8668 15.6332 33.1332 15.6332 33.9142 16.4142L34.6213 17.1213C35.4024 17.9024 35.4024 19.1687 34.6213 19.9497L32.9159 21.6551L29.3804 18.1196L31.0858 16.4142Z' stroke='none' strokeWidth={2} />
73
+ <path d='M16.25 14.0135C22.4633 14.0135 27.5001 11.9958 27.5001 9.50676C27.5001 7.01775 22.4633 5 16.25 5C10.0368 5 5 7.01775 5 9.50676C5 11.9958 10.0368 14.0135 16.25 14.0135Z' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
74
+ <path d='M16.25 20.9168C10.0375 20.9168 5 18.899 5 16.41' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
75
+ <path d='M27.5001 9.50671V14.9999M5 9.50671V22.9933C5 25.0618 8.47967 26.805 13.2216 27.3348' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
76
+ </svg>
77
+ )
78
+ break
79
+
80
+ default:
81
+ break
82
+ }
83
+ return icon
84
+ }
85
+
86
+ DatabaseEditIcon.propTypes = {
87
+ /**
88
+ * color of text, icon and borders
89
+ */
90
+ color: PropTypes.oneOf(COLORS_ICON),
91
+ /**
92
+ * Size
93
+ */
94
+ size: PropTypes.oneOf(SIZES),
95
+ /**
96
+ * disabled
97
+ */
98
+ disabled: PropTypes.bool,
99
+ /**
100
+ * inactive
101
+ */
102
+ inactive: PropTypes.bool
103
+ }
104
+
105
+ export default DatabaseEditIcon
@@ -32,11 +32,12 @@ const OpenAPIEditsIcon = ({
32
32
  xmlns='http://www.w3.org/2000/svg'
33
33
  className={className}
34
34
  >
35
- <rect x='11.376' y='6.36633' width='1.9323' height='7.0851' transform='rotate(45 11.376 6.36633)' stroke='none' strokeLinejoin='round' />
36
- <path d='M7.73304 12.7427L6.3667 11.3763L5.68353 13.4259L7.73304 12.7427Z' stroke='none' strokeLinejoin='round' />
37
- <path d='M12.0595 5.68317C12.4368 5.30587 13.0485 5.30587 13.4258 5.68317V5.68317C13.8032 6.06048 13.8032 6.67221 13.4258 7.04951L12.7427 7.73268L11.3763 6.36634L12.0595 5.68317Z' stroke='none' />
38
- <path d='M10.9995 3.25662C10.9331 3.2872 10.944 3.35803 10.9263 3.41074C10.7255 4.0051 10.138 4.31738 9.54037 4.12824C9.41039 4.0872 9.33876 4.10852 9.24661 4.20108C8.53595 4.91455 7.82127 5.6236 7.10377 6.33024C7.01967 6.41313 6.98707 6.47591 7.03093 6.60227C7.19914 7.09039 7.00639 7.60065 6.57178 7.87027C6.14804 8.13304 5.57823 8.07187 5.22451 7.7258C4.86435 7.37288 4.78548 6.82923 5.03296 6.40388C5.2901 5.96203 5.81605 5.74674 6.30619 5.90288C6.44864 5.94835 6.53033 5.9238 6.63214 5.82119C7.3424 5.10771 8.0591 4.40027 8.77579 3.69283C8.84742 3.62201 8.87921 3.56768 8.84138 3.45541C8.63575 2.84938 8.94561 2.24053 9.54319 2.0526C10.1448 1.86347 10.754 2.19948 10.9404 2.81759C10.9561 2.8703 10.9307 2.94274 10.9999 2.97614V3.25622L10.9995 3.25662Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
39
- <path d='M5.89288 2.84767C6.81078 2.84887 7.54276 3.07744 8.21238 3.51688C8.30775 3.57965 8.32103 3.61305 8.23451 3.69957C7.71258 4.22472 7.19468 4.75349 6.6808 5.28668C6.59066 5.38004 6.51138 5.39815 6.38422 5.36716C5.3794 5.12089 4.38826 5.87863 4.40476 6.89271C4.41563 7.55105 4.73594 8.0428 5.33675 8.31362C5.95887 8.5941 6.55444 8.50235 7.07033 8.05487C7.51218 7.67177 7.67435 7.17117 7.56973 6.59492C7.548 6.4754 7.57134 6.39734 7.65504 6.31283C8.17254 5.79251 8.68843 5.27139 9.19668 4.74182C9.31096 4.6227 9.34919 4.66294 9.42042 4.77683C10.3391 6.2408 10.1592 8.2943 8.99949 9.57598C8.18461 10.4762 7.16973 10.9361 5.95807 10.9353C4.08846 10.9341 2.41765 9.5293 2.0752 7.68988C1.65709 5.44241 3.01885 3.39897 5.25465 2.9193C5.50294 2.86618 5.75485 2.84284 5.89288 2.84767Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
35
+ <path d='M11.8177 3.31126C11.7452 3.34318 11.7571 3.41708 11.7378 3.47209C11.5187 4.09229 10.8778 4.41814 10.2259 4.22079C10.0841 4.17796 10.0059 4.20021 9.90539 4.29679C9.13013 5.04129 8.35048 5.78117 7.56775 6.51853C7.476 6.60504 7.44044 6.67054 7.48829 6.80239C7.67179 7.31174 7.46151 7.84419 6.9874 8.12553C6.52514 8.39973 5.90352 8.3359 5.51765 7.97478C5.12475 7.60652 5.0387 7.03922 5.30868 6.59538C5.5892 6.13432 6.16297 5.90966 6.69766 6.07259C6.85307 6.12004 6.94218 6.09442 7.05325 5.98735C7.82807 5.24285 8.60992 4.50465 9.39177 3.76644C9.46991 3.69254 9.50459 3.63585 9.46333 3.5187C9.239 2.88631 9.57703 2.25099 10.2289 2.05489C10.8852 1.85753 11.5499 2.20816 11.7531 2.85314C11.7702 2.90815 11.7426 2.98373 11.8181 3.01858V3.31084L11.8177 3.31126Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
36
+ <path d='M6.24678 2.88456C7.24812 2.88582 8.04665 3.12433 8.77714 3.58287C8.88118 3.64837 8.89567 3.68323 8.80128 3.77351C8.23191 4.32149 7.66692 4.87325 7.10633 5.42963C7.00799 5.52705 6.92151 5.54595 6.78279 5.51361C5.68662 5.25663 4.60538 6.04732 4.62337 7.10549C4.63523 7.79247 4.98467 8.3056 5.64009 8.58819C6.31877 8.88087 6.96848 8.78513 7.53127 8.31819C8.01329 7.91844 8.1902 7.39607 8.07607 6.79476C8.05236 6.67005 8.07782 6.58858 8.16913 6.5004C8.73368 5.95746 9.29647 5.41368 9.85092 4.86107C9.97559 4.73678 10.0173 4.77877 10.095 4.89761C11.0972 6.42524 10.901 8.56804 9.63581 9.90545C8.74685 10.8448 7.6397 11.3247 6.31789 11.3239C4.27833 11.3226 2.45562 9.85674 2.08204 7.93733C1.62592 5.59214 3.11148 3.45983 5.55053 2.9593C5.82139 2.90387 6.0962 2.87952 6.24678 2.88456Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
37
+ <path d='M6.72159 11.2175H11.0909H13C13.5523 11.2175 14 10.7697 14 10.2175V7.17395C14 6.62167 13.5523 6.17395 13 6.17395H11.8182' stroke='none' strokeLinecap='round' />
38
+ <path d='M11.0913 11.2175V12.6088' stroke='none' />
39
+ <path d='M9.63623 11.2175V12.6088' stroke='none' />
40
+ <path d='M12.5454 14.0001H8.54559V13.6088C8.54559 13.0565 8.9933 12.6088 9.54559 12.6088H10.7272H11.5454C12.0977 12.6088 12.5454 13.0565 12.5454 13.6088V14.0001Z' stroke='none' strokeLinecap='round' strokeLinejoin='round' />
40
41
  </svg>
41
42
  )
42
43
  break
@@ -50,11 +51,12 @@ const OpenAPIEditsIcon = ({
50
51
  xmlns='http://www.w3.org/2000/svg'
51
52
  className={className}
52
53
  >
53
- <rect x='17.0645' y='9.54956' width='2.89845' height='10.6276' transform='rotate(45 17.0645 9.54956)' stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
54
- <path d='M11.5993 19.114L9.5498 17.0645L8.52505 20.1387L11.5993 19.114Z' stroke='none' strokeWidth={1.5} strokeLinejoin='round' />
55
- <path d='M18.4072 8.20711C18.7977 7.81658 19.4308 7.81658 19.8214 8.20711L20.4567 8.84241C20.8472 9.23293 20.8472 9.8661 20.4567 10.2566L19.1143 11.599L17.0647 9.54951L18.4072 8.20711Z' stroke='none' strokeWidth={1.5} />
56
- <path d='M16.4993 4.88493C16.3997 4.9308 16.416 5.03704 16.3894 5.11611C16.0882 6.00766 15.2069 6.47606 14.3106 6.19236C14.1156 6.13079 14.0081 6.16279 13.8699 6.30162C12.8039 7.37183 11.7319 8.4354 10.6557 9.49536C10.5295 9.6197 10.4806 9.71386 10.5464 9.9034C10.7987 10.6356 10.5096 11.401 9.85767 11.8054C9.22206 12.1996 8.36734 12.1078 7.83676 11.5887C7.29653 11.0593 7.17822 10.2438 7.54944 9.60582C7.93515 8.94305 8.72408 8.62011 9.45929 8.85431C9.67297 8.92252 9.7955 8.8857 9.94822 8.73178C11.0136 7.66157 12.0886 6.60041 13.1637 5.53925C13.2711 5.43301 13.3188 5.35152 13.2621 5.18312C12.9536 4.27407 13.4184 3.3608 14.3148 3.07891C15.2172 2.79521 16.1311 3.29923 16.4105 4.22638C16.4341 4.30546 16.3961 4.41411 16.4999 4.46421V4.88432L16.4993 4.88493Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
57
- <path d='M8.83932 4.27144C10.2162 4.27325 11.3141 4.6161 12.3186 5.27525C12.4616 5.36942 12.4815 5.41952 12.3518 5.5493C11.5689 6.33702 10.792 7.13017 10.0212 7.92996C9.88599 8.07 9.76708 8.09716 9.57633 8.05068C8.0691 7.68127 6.58239 8.81788 6.60714 10.339C6.62344 11.3265 7.10392 12.0641 8.00512 12.4704C8.93831 12.8911 9.83166 12.7535 10.6055 12.0822C11.2683 11.5076 11.5115 10.7567 11.3546 9.89232C11.322 9.71305 11.357 9.59594 11.4826 9.46918C12.2588 8.68871 13.0326 7.90702 13.795 7.11266C13.9664 6.93399 14.0238 6.99435 14.1306 7.16518C15.5087 9.36114 15.2389 12.4414 13.4992 14.3639C12.2769 15.7142 10.7546 16.4041 8.9371 16.4029C6.1327 16.4011 3.62648 14.2939 3.1128 11.5348C2.48564 8.16356 4.52828 5.09839 7.88198 4.37888C8.25441 4.2992 8.63228 4.26419 8.83932 4.27144Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
54
+ <path d='M17.7265 4.96689C17.6178 5.01476 17.6356 5.12562 17.6066 5.20813C17.278 6.13844 16.3166 6.62722 15.3388 6.33118C15.1261 6.26693 15.0089 6.30032 14.8581 6.44519C13.6952 7.56194 12.5257 8.67176 11.3516 9.7778C11.214 9.90755 11.1607 10.0058 11.2324 10.2036C11.5077 10.9676 11.1923 11.7663 10.4811 12.1883C9.78771 12.5996 8.85528 12.5039 8.27647 11.9622C7.68712 11.4098 7.55806 10.5588 7.96303 9.89307C8.3838 9.20147 9.24445 8.8645 10.0465 9.10888C10.2796 9.18006 10.4133 9.14164 10.5799 8.98102C11.7421 7.86427 12.9149 6.75697 14.0877 5.64967C14.2049 5.53881 14.2569 5.45378 14.195 5.27805C13.8585 4.32947 14.3655 3.37648 15.3434 3.08234C16.3278 2.7863 17.3248 3.31224 17.6297 4.27971C17.6554 4.36222 17.6139 4.4756 17.7271 4.52788V4.96626L17.7265 4.96689Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
55
+ <path d='M9.37016 4.32678C10.8722 4.32867 12.07 4.68643 13.1657 5.37424C13.3218 5.4725 13.3435 5.52478 13.2019 5.6602C12.3479 6.48217 11.5004 7.30982 10.6595 8.14439C10.512 8.29052 10.3823 8.31886 10.1742 8.27036C8.52993 7.88488 6.90806 9.07092 6.93506 10.6582C6.95284 11.6886 7.477 12.4583 8.46013 12.8822C9.47816 13.3212 10.4527 13.1776 11.2969 12.4772C12.0199 11.8776 12.2853 11.094 12.1141 10.1921C12.0785 10.005 12.1167 9.88281 12.2537 9.75054C13.1005 8.93613 13.9447 8.12045 14.7764 7.29155C14.9634 7.10511 15.0259 7.1681 15.1425 7.34635C16.6458 9.6378 16.3515 12.852 14.4537 14.8581C13.1203 16.2671 11.4596 16.9871 9.47684 16.9858C6.41749 16.9839 3.68343 14.7851 3.12305 11.9059C2.43888 8.38814 4.66722 5.18969 8.3258 4.43889C8.73209 4.35575 9.1443 4.31922 9.37016 4.32678Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
56
+ <path d='M10.0824 16.8261H16.6364H20C20.5523 16.8261 21 16.3784 21 15.8261V10.2609C21 9.70858 20.5523 9.26086 20 9.26086H17.7273' stroke='none' strokeWidth='1.5' strokeLinecap='round' />
57
+ <path d='M16.6367 16.8262V18.9131' stroke='none' strokeWidth='1.5' />
58
+ <path d='M14.4541 16.8262V18.9131' stroke='none' strokeWidth='1.5' />
59
+ <path d='M18.8184 20.9999H12.8186V19.913C12.8186 19.3607 13.2663 18.913 13.8186 18.913H16.0911H17.8184C18.3706 18.913 18.8184 19.3607 18.8184 19.913V20.9999Z' stroke='none' strokeWidth='1.5' strokeLinecap='round' strokeLinejoin='round' />
58
60
  </svg>
59
61
  )
60
62
  break
@@ -68,11 +70,12 @@ const OpenAPIEditsIcon = ({
68
70
  xmlns='http://www.w3.org/2000/svg'
69
71
  className={className}
70
72
  >
71
- <rect x='28.4404' y='15.9159' width='4.83075' height='17.7127' transform='rotate(45 28.4404 15.9159)' stroke='none' strokeWidth={2} strokeLinejoin='round' />
72
- <path d='M19.3319 31.8567L15.916 28.4408L14.2081 33.5646L19.3319 31.8567Z' stroke='none' strokeWidth={2} strokeLinejoin='round' />
73
- <path d='M31.1493 13.2071C31.5399 12.8166 32.173 12.8166 32.5636 13.2071L34.5652 15.2087C34.9557 15.5993 34.9557 16.2324 34.5652 16.623L31.8564 19.3317L28.4406 15.9159L31.1493 13.2071Z' stroke='none' strokeWidth={2} />
74
- <path d='M27.4988 8.14155C27.3328 8.21801 27.36 8.39507 27.3157 8.52686C26.8137 10.0128 25.3449 10.7934 23.8509 10.3206C23.526 10.218 23.3469 10.2713 23.1165 10.5027C21.3399 12.2864 19.5532 14.059 17.7594 15.8256C17.5492 16.0328 17.4677 16.1898 17.5773 16.5057C17.9979 17.726 17.516 19.0016 16.4295 19.6757C15.3701 20.3326 13.9456 20.1797 13.0613 19.3145C12.1609 18.4322 11.9637 17.0731 12.5824 16.0097C13.2253 14.9051 14.5401 14.3669 15.7655 14.7572C16.1216 14.8709 16.3258 14.8095 16.5804 14.553C18.356 12.7693 20.1477 11.0007 21.9395 9.23208C22.1185 9.05502 22.198 8.91921 22.1035 8.63852C21.5894 7.12345 22.364 5.60133 23.858 5.13151C25.362 4.65868 26.8851 5.49871 27.3509 7.04397C27.3901 7.17576 27.3268 7.35684 27.4998 7.44035V8.14054L27.4988 8.14155Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
75
- <path d='M14.7322 7.1191C17.0269 7.12212 18.8569 7.69355 20.5309 8.79213C20.7694 8.94907 20.8026 9.03257 20.5863 9.24887C19.2815 10.5617 17.9867 11.8837 16.702 13.2166C16.4766 13.45 16.2785 13.4953 15.9606 13.4178C13.4485 12.8022 10.9707 14.6965 11.0119 17.2317C11.0391 18.8776 11.8399 20.1069 13.3419 20.784C14.8972 21.4852 16.3861 21.2558 17.6758 20.1371C18.7805 19.1794 19.1859 17.9279 18.9243 16.4872C18.87 16.1885 18.9283 15.9933 19.1376 15.782C20.4313 14.4812 21.7211 13.1784 22.9917 11.8545C23.2774 11.5567 23.373 11.6573 23.551 11.942C25.8478 15.6019 25.3981 20.7357 22.4987 23.9399C20.4615 26.1904 17.9243 27.3403 14.8952 27.3383C10.2212 27.3352 6.04413 23.8232 5.188 19.2246C4.14274 13.606 7.54714 8.49736 13.1366 7.29818C13.7574 7.16538 14.3871 7.10703 14.7322 7.1191Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
73
+ <path d='M29.5441 8.27815C29.363 8.35794 29.3927 8.5427 29.3444 8.68022C28.7967 10.2307 27.1944 11.0454 25.5646 10.552C25.2102 10.4449 25.0148 10.5005 24.7635 10.742C22.8253 12.6032 20.8762 14.4529 18.9194 16.2963C18.69 16.5126 18.6011 16.6764 18.7207 17.006C19.1795 18.2794 18.6538 19.6105 17.4685 20.3138C16.3128 20.9993 14.7588 20.8398 13.7941 19.937C12.8119 19.0163 12.5968 17.5981 13.2717 16.4884C13.973 15.3358 15.4074 14.7742 16.7442 15.1815C17.1327 15.3001 17.3555 15.2361 17.6331 14.9684C19.5702 13.1071 21.5248 11.2616 23.4794 9.41611C23.6748 9.23135 23.7615 9.08963 23.6583 8.79674C23.0975 7.21578 23.9426 5.62747 25.5723 5.13723C27.2131 4.64383 28.8747 5.5204 29.3828 7.13285C29.4256 7.27037 29.3565 7.45933 29.5452 7.54646V8.2771L29.5441 8.27815Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
74
+ <path d='M15.6169 7.21133C18.1203 7.21448 20.1166 7.81076 21.9428 8.95711C22.203 9.12087 22.2392 9.20801 22.0032 9.43371C20.5798 10.8037 19.1673 12.1831 17.7658 13.574C17.52 13.8176 17.3038 13.8648 16.957 13.784C14.2165 13.1415 11.5134 15.1182 11.5584 17.7637C11.5881 19.4811 12.4617 20.7639 14.1002 21.4704C15.7969 22.2021 17.4212 21.9628 18.8282 20.7954C20.0332 19.796 20.4755 18.4901 20.1902 16.9868C20.1309 16.6751 20.1946 16.4714 20.4228 16.2509C21.8342 14.8936 23.2412 13.5341 24.6273 12.1526C24.939 11.8419 25.0432 11.9469 25.2375 12.244C27.7431 16.063 27.2525 21.42 24.0895 24.7636C21.8671 27.1119 19.0993 28.3118 15.7947 28.3097C10.6958 28.3066 6.13905 24.6418 5.20509 19.8433C4.0648 13.9803 7.7787 8.64953 13.8763 7.39819C14.5535 7.25962 15.2405 7.19874 15.6169 7.21133Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
75
+ <path d='M16.804 28.0436H27.7273H34C34.5523 28.0436 35 27.5959 35 27.0436V16.4348C35 15.8825 34.5523 15.4348 34 15.4348H29.5455' stroke='none' strokeWidth='2' strokeLinecap='round' />
76
+ <path d='M27.7285 28.0437V31.522' stroke='none' strokeWidth='2' />
77
+ <path d='M24.0908 28.0437V31.522' stroke='none' strokeWidth='2' />
78
+ <path d='M31.3633 35H21.3637V32.5217C21.3637 31.9694 21.8114 31.5217 22.3637 31.5217H26.8178H30.3633C30.9156 31.5217 31.3633 31.9694 31.3633 32.5217V35Z' stroke='none' strokeWidth='2' strokeLinecap='round' strokeLinejoin='round' />
76
79
  </svg>
77
80
  )
78
81
  break
@@ -1,6 +1,7 @@
1
1
  import AddIcon from './AddIcon'
2
2
  import AddEnvVariableIcon from './AddEnvVariableIcon'
3
3
  import AddRouteIcon from './AddRouteIcon'
4
+ import AddUserIcon from './AddUserIcon'
4
5
  import AlertIcon from './AlertIcon'
5
6
  import AllAppsIcon from './AllAppsIcon'
6
7
  import AllInOneIcon from './AllInOneIcon'
@@ -68,6 +69,7 @@ import ConfigureDatabaseIcon from './ConfigureDatabaseIcon'
68
69
  import CreateAppIcon from './CreateAppIcon'
69
70
  import RunningAppIcon from './RunningAppIcon'
70
71
  import DatabaseIcon from './DatabaseIcon'
72
+ import DatabaseEditIcon from './DatabaseEditIcon'
71
73
  import DatabaseMigrationIcon from './DatabaseMigrationIcon'
72
74
  import DepencenciesReloadIcon from './DepencenciesReloadIcon'
73
75
  import DeploymentHistoryIcon from './DeploymentHistoryIcon'
@@ -188,6 +190,7 @@ export default {
188
190
  AddIcon,
189
191
  AddEnvVariableIcon,
190
192
  AddRouteIcon,
193
+ AddUserIcon,
191
194
  AlertIcon,
192
195
  AllAppsIcon,
193
196
  AllInOneIcon,
@@ -255,6 +258,7 @@ export default {
255
258
  CreateAppIcon,
256
259
  RunningAppIcon,
257
260
  DatabaseIcon,
261
+ DatabaseEditIcon,
258
262
  DatabaseMigrationIcon,
259
263
  DepencenciesReloadIcon,
260
264
  DeploymentHistoryIcon,