@aivenio/aquarium 1.20.0 → 1.22.0-rc1
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/_variables.scss +104 -104
- package/dist/_variables_timescale.scss +104 -104
- package/dist/atoms.cjs +200 -47
- package/dist/atoms.mjs +200 -47
- package/dist/src/atoms/Alert/Alert.js +1 -1
- package/dist/src/atoms/Banner/Banner.js +3 -3
- package/dist/src/atoms/Checkbox/Checkbox.js +6 -6
- package/dist/src/atoms/InputGroup/InputGroup.js +1 -1
- package/dist/src/atoms/RadioButton/RadioButton.js +4 -4
- package/dist/src/atoms/Switch/Switch.js +3 -3
- package/dist/src/atoms/Table/Table.js +1 -1
- package/dist/src/charts/Axis/Axis.js +1 -1
- package/dist/src/charts/BarChart/BarChart.d.ts +1 -1
- package/dist/src/charts/BarChart/BarChart.js +1 -1
- package/dist/src/charts/Container/Container.js +1 -1
- package/dist/src/charts/Grid/Grid.d.ts +1 -1
- package/dist/src/charts/Grid/Grid.js +1 -1
- package/dist/src/icons/index.d.ts +9 -0
- package/dist/src/icons/index.js +10 -1
- package/dist/src/icons/indexes.d.ts +9 -0
- package/dist/src/icons/indexes.js +11 -0
- package/dist/src/icons/integrations.d.ts +9 -0
- package/dist/src/icons/integrations.js +11 -0
- package/dist/src/icons/jobsAndData.d.ts +9 -0
- package/dist/src/icons/jobsAndData.js +11 -0
- package/dist/src/icons/kafkaTopic.d.ts +9 -0
- package/dist/src/icons/kafkaTopic.js +11 -0
- package/dist/src/icons/namespaces.d.ts +9 -0
- package/dist/src/icons/namespaces.js +11 -0
- package/dist/src/icons/networkPrivateLink.d.ts +9 -0
- package/dist/src/icons/networkPrivateLink.js +11 -0
- package/dist/src/icons/pools.d.ts +9 -0
- package/dist/src/icons/pools.js +11 -0
- package/dist/src/icons/queries.d.ts +9 -0
- package/dist/src/icons/queries.js +11 -0
- package/dist/src/icons/replicationFlow.d.ts +9 -0
- package/dist/src/icons/replicationFlow.js +11 -0
- package/dist/src/molecules/Alert/Alert.js +1 -1
- package/dist/src/molecules/Banner/Banner.js +2 -2
- package/dist/src/molecules/Box/Box.d.ts +1 -1
- package/dist/src/molecules/Box/Box.js +1 -1
- package/dist/src/molecules/Breadcrumbs/Breadcrumbs.js +2 -2
- package/dist/src/molecules/Button/Button.js +7 -6
- package/dist/src/molecules/Card/Card.js +1 -1
- package/dist/src/molecules/Card/Compact.js +1 -1
- package/dist/src/molecules/Checkbox/Checkbox.js +1 -1
- package/dist/src/molecules/CheckboxGroup/CheckboxGroup.js +1 -1
- package/dist/src/molecules/Combobox/Combobox.js +1 -1
- package/dist/src/molecules/DataList/DataList.js +1 -1
- package/dist/src/molecules/DataTable/DataTable.js +1 -1
- package/dist/src/molecules/Dialog/Dialog.js +1 -1
- package/dist/src/molecules/Dropdown/Dropdown.js +1 -1
- package/dist/src/molecules/Icon/Icon.js +1 -1
- package/dist/src/molecules/Input/Input.js +1 -1
- package/dist/src/molecules/LineClamp/LineClamp.js +1 -1
- package/dist/src/molecules/Modal/Modal.js +1 -1
- package/dist/src/molecules/MultiInput/MultiInput.js +1 -1
- package/dist/src/molecules/MultiSelect/MultiSelect.js +1 -1
- package/dist/src/molecules/NativeSelect/NativeSelect.js +1 -1
- package/dist/src/molecules/PageHeader/PageHeader.js +1 -1
- package/dist/src/molecules/Popover/Popover.js +1 -1
- package/dist/src/molecules/PopoverDialog/PopoverDialog.d.ts +1 -1
- package/dist/src/molecules/PopoverDialog/PopoverDialog.js +1 -1
- package/dist/src/molecules/RadioButton/RadioButton.js +1 -1
- package/dist/src/molecules/RadioButtonGroup/RadioButtonGroup.js +1 -1
- package/dist/src/molecules/Select/Select.js +1 -1
- package/dist/src/molecules/Spacing/Spacing.js +1 -1
- package/dist/src/molecules/Switch/Switch.js +1 -1
- package/dist/src/molecules/SwitchGroup/SwitchGroup.js +1 -1
- package/dist/src/molecules/Table/Table.d.ts +1 -1
- package/dist/src/molecules/Table/Table.js +1 -1
- package/dist/src/molecules/Tabs/Tabs.js +3 -3
- package/dist/src/molecules/Textarea/Textarea.js +1 -1
- package/dist/src/molecules/Toast/Toast.js +1 -1
- package/dist/src/molecules/Typography/Typography.js +1 -1
- package/dist/src/utils/constants.js +3 -3
- package/dist/src/utils/form/InputAdornment/InputAdornment.js +1 -1
- package/dist/src/utils/form/Label/Label.js +1 -1
- package/dist/src/utils/table/utils.js +1 -1
- package/dist/styles.css +406 -121
- package/dist/styles_timescaledb.css +385 -100
- package/dist/system.cjs +206 -54
- package/dist/system.mjs +206 -54
- package/dist/tailwind.config.js +6 -3
- package/dist/tailwind.theme.json +12 -12
- package/dist/tokens.json +12 -12
- package/dist/tsconfig.module.tsbuildinfo +1 -1
- package/dist/types/tailwindGenerated.d.ts +1 -1
- package/dist/types/utils.js +1 -1
- package/package.json +22 -27
package/dist/atoms.cjs
CHANGED
@@ -2071,6 +2071,22 @@ var require_inbox = __commonJS({
|
|
2071
2071
|
}
|
2072
2072
|
});
|
2073
2073
|
|
2074
|
+
// src/icons/indexes.js
|
2075
|
+
var require_indexes = __commonJS({
|
2076
|
+
"src/icons/indexes.js"(exports) {
|
2077
|
+
"use strict";
|
2078
|
+
var data = {
|
2079
|
+
"body": '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M6.5 21h7.7c1.68 0 2.52 0 3.162-.327a3 3 0 001.311-1.311C19 18.72 19 17.88 19 16.2V8.988c0-.734 0-1.1-.083-1.446a3 3 0 00-.36-.867c-.185-.303-.444-.562-.963-1.08l-3.188-3.19c-.519-.518-.778-.777-1.081-.963a3.001 3.001 0 00-.867-.36C12.112 1 11.745 1 11.012 1H6.5c-.464 0-.697 0-.892.026a3 3 0 00-2.582 2.582C3 3.803 3 17.036 3 17.5c0 .464 0 .697.026.892a3 3 0 002.582 2.582c.195.026.428.026.892.026Z"/><path d="M11.806 17c.623 0 1.13-.512 1.13-1.143v-2.285L14 12l-1.065-1.572V8.143c0-.632-.505-1.143-1.13-1.143m-2.61 0c-.625 0-1.13.511-1.13 1.143v2.285L7 12l1.065 1.572v2.285c0 .631.505 1.143 1.13 1.143"/></g>',
|
2080
|
+
"left": 0,
|
2081
|
+
"top": 0,
|
2082
|
+
"width": 22,
|
2083
|
+
"height": 22
|
2084
|
+
};
|
2085
|
+
exports.__esModule = true;
|
2086
|
+
exports.default = data;
|
2087
|
+
}
|
2088
|
+
});
|
2089
|
+
|
2074
2090
|
// src/icons/infoSign.js
|
2075
2091
|
var require_infoSign = __commonJS({
|
2076
2092
|
"src/icons/infoSign.js"(exports) {
|
@@ -2087,6 +2103,22 @@ var require_infoSign = __commonJS({
|
|
2087
2103
|
}
|
2088
2104
|
});
|
2089
2105
|
|
2106
|
+
// src/icons/integrations.js
|
2107
|
+
var require_integrations = __commonJS({
|
2108
|
+
"src/icons/integrations.js"(exports) {
|
2109
|
+
"use strict";
|
2110
|
+
var data = {
|
2111
|
+
"body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.433 20.167c.257 0 .385 0 .483-.05a.459.459 0 00.2-.2c.05-.099.05-.227.05-.484V9.9c0-.257 0-.385-.05-.483a.458.458 0 00-.2-.2c-.098-.05-.226-.05-.483-.05h-2.2c-.256 0-.385 0-.483.05a.459.459 0 00-.2.2c-.05.098-.05.226-.05.483v2.2c0 .257 0 .385-.05.483a.458.458 0 01-.2.2c-.098.05-.227.05-.483.05h-2.2c-.257 0-.385 0-.483.05a.457.457 0 00-.2.2c-.05.099-.05.227-.05.484v2.2c0 .256 0 .385-.05.483a.458.458 0 01-.2.2c-.099.05-.227.05-.484.05H9.9c-.257 0-.385 0-.483.05a.459.459 0 00-.2.2c-.05.098-.05.227-.05.483v2.2c0 .257 0 .385.05.483a.459.459 0 00.2.2c.098.05.226.05.483.05h9.533ZM9.167 6.233c0-.256 0-.385.05-.483a.458.458 0 01.2-.2c.098-.05.226-.05.483-.05h2.2c.257 0 .385 0 .483.05a.459.459 0 01.2.2c.05.098.05.227.05.483v2.2c0 .257 0 .385-.05.483a.459.459 0 01-.2.2c-.098.05-.226.05-.483.05H9.9c-.257 0-.385 0-.483-.05a.458.458 0 01-.2-.2c-.05-.098-.05-.226-.05-.483v-2.2Zm-6.417 5.5c0-.256 0-.385.05-.483a.459.459 0 01.2-.2c.098-.05.227-.05.483-.05h2.2c.257 0 .385 0 .483.05a.459.459 0 01.2.2c.05.098.05.227.05.483v2.2c0 .257 0 .385-.05.483a.459.459 0 01-.2.2c-.098.05-.226.05-.483.05h-2.2c-.256 0-.385 0-.483-.05a.459.459 0 01-.2-.2c-.05-.098-.05-.226-.05-.483v-2.2Zm-.917-9.166c0-.257 0-.385.05-.483a.458.458 0 01.2-.2c.099-.05.227-.05.484-.05h2.2c.256 0 .385 0 .483.05a.458.458 0 01.2.2c.05.098.05.226.05.483v2.2c0 .256 0 .385-.05.483a.458.458 0 01-.2.2c-.098.05-.227.05-.483.05h-2.2c-.257 0-.385 0-.483-.05a.458.458 0 01-.2-.2c-.05-.098-.05-.227-.05-.483v-2.2Z"/>',
|
2112
|
+
"left": 0,
|
2113
|
+
"top": 0,
|
2114
|
+
"width": 22,
|
2115
|
+
"height": 22
|
2116
|
+
};
|
2117
|
+
exports.__esModule = true;
|
2118
|
+
exports.default = data;
|
2119
|
+
}
|
2120
|
+
});
|
2121
|
+
|
2090
2122
|
// src/icons/issue.js
|
2091
2123
|
var require_issue = __commonJS({
|
2092
2124
|
"src/icons/issue.js"(exports) {
|
@@ -2103,6 +2135,38 @@ var require_issue = __commonJS({
|
|
2103
2135
|
}
|
2104
2136
|
});
|
2105
2137
|
|
2138
|
+
// src/icons/jobsAndData.js
|
2139
|
+
var require_jobsAndData = __commonJS({
|
2140
|
+
"src/icons/jobsAndData.js"(exports) {
|
2141
|
+
"use strict";
|
2142
|
+
var data = {
|
2143
|
+
"body": '<path fill="currentColor" fill-rule="evenodd" d="M11.01 2.583c.624 0 .878.004 1.073.04v3.269c0 .235 0 .454.015.638.017.2.054.422.167.643.16.314.415.569.728.729.222.112.445.15.644.166.184.015.403.015.637.015h3.27c.036.196.04.45.04 1.073v3.677a.75.75 0 101.5 0v-3.76c0-.593 0-1.013-.097-1.418a3.5 3.5 0 00-.42-1.011c-.217-.355-.514-.652-.933-1.071l-.059-.059-2.923-2.922-.058-.059c-.42-.42-.716-.717-1.071-.934a3.495 3.495 0 00-1.012-.419c-.404-.097-.825-.097-1.417-.097H8.035c-.743 0-1.346 0-1.836.04-.505.042-.954.13-1.371.342a3.5 3.5 0 00-1.53 1.53c-.213.417-.3.866-.341 1.371-.04.49-.04 1.092-.04 1.835v9.598c0 .743 0 1.347.04 1.836.04.505.128.954.341 1.372a3.5 3.5 0 001.53 1.53c.417.212.866.3 1.371.34.49.04 1.093.04 1.836.04h4.302a.75.75 0 100-1.5h-4.27c-.783 0-1.324 0-1.745-.034-.413-.034-.643-.096-.813-.183a2 2 0 01-.874-.874c-.087-.171-.15-.401-.183-.813-.035-.421-.035-.963-.035-1.745V6.233c0-.782 0-1.324.035-1.745.033-.412.096-.642.183-.813a2 2 0 01.874-.874c.17-.087.4-.15.813-.183.42-.034.962-.035 1.745-.035h2.944Zm2.573 3.284V3.644l.009.008 2.922 2.923.009.008H14.3c-.269 0-.426 0-.541-.01a.66.66 0 01-.092-.012.167.167 0 01-.061-.061.641.641 0 01-.013-.092 7.552 7.552 0 01-.01-.541ZM6.875 4.292a.75.75 0 000 1.5h2.75a.75.75 0 000-1.5h-2.75Zm0 2.75a.75.75 0 000 1.5h2.75a.75.75 0 000-1.5h-2.75Zm0 2.75a.75.75 0 100 1.5h3.208a.75.75 0 000-1.5H6.875Zm8.499 5.145a2.27 2.27 0 00-1.947-2.247l.392.392.015.014c.087.087.181.181.256.27.084.1.187.24.249.428.082.252.082.523 0 .775a1.25 1.25 0 01-.25.429c-.074.088-.168.182-.255.27l-.015.014-.37.37-.015.015a4.724 4.724 0 01-.27.256c-.099.085-.24.187-.428.249a1.253 1.253 0 01-.775 0 1.263 1.263 0 01-.429-.249 4.757 4.757 0 01-.269-.256l-.014-.014-.393-.393a2.27 2.27 0 002.787 1.883l.013-.004c.112-.027.217-.052.304-.07.08-.016.214-.04.36-.03.183.012.326.052.49.137.18.093.333.249.43.347l.03.03 1.313 1.312a.318.318 0 10.449-.45l-1.288-1.288h-.001l-.004-.004-.019-.019-.03-.03a1.821 1.821 0 01-.347-.43 1.17 1.17 0 01-.138-.491c-.01-.146.015-.28.03-.36a8.28 8.28 0 01.071-.303l.003-.013c.042-.173.065-.353.065-.54Zm1.393.895a27.35 27.35 0 00-.039.159l.053.053.01.01.009.009.004.003.016.017.107.107.353.353.813.812a1.818 1.818 0 11-2.571 2.57l-1.312-1.31-.053-.053-.159.038a3.77 3.77 0 01-4.332-5.215.75.75 0 011.215-.222l1.428 1.429.04.04.039-.04.37-.371.04-.04-.04-.038-1.428-1.43a.75.75 0 01.221-1.213 3.77 3.77 0 015.215 4.332Z" clip-rule="evenodd"/>',
|
2144
|
+
"left": 0,
|
2145
|
+
"top": 0,
|
2146
|
+
"width": 22,
|
2147
|
+
"height": 22
|
2148
|
+
};
|
2149
|
+
exports.__esModule = true;
|
2150
|
+
exports.default = data;
|
2151
|
+
}
|
2152
|
+
});
|
2153
|
+
|
2154
|
+
// src/icons/kafkaTopic.js
|
2155
|
+
var require_kafkaTopic = __commonJS({
|
2156
|
+
"src/icons/kafkaTopic.js"(exports) {
|
2157
|
+
"use strict";
|
2158
|
+
var data = {
|
2159
|
+
"body": '<path fill="currentColor" fill-rule="evenodd" d="M8.25 2.583a1.083 1.083 0 100 2.167 1.083 1.083 0 000-2.167ZM5.667 3.667A2.583 2.583 0 119 6.139v1.442a3.5 3.5 0 011.973 1.22l2.063-1.033a2.583 2.583 0 11.671 1.341l-2.063 1.033a3.51 3.51 0 010 1.716l2.064 1.032a2.583 2.583 0 11-.671 1.341L10.973 13.2A3.5 3.5 0 019 14.42v1.44a2.584 2.584 0 11-1.5 0v-1.44a3.501 3.501 0 010-6.84V6.14a2.584 2.584 0 01-1.833-2.473Zm9.916 2.583a1.083 1.083 0 100 2.167 1.083 1.083 0 000-2.167ZM14.5 14.667a1.083 1.083 0 112.167 0 1.083 1.083 0 01-2.167 0ZM8.25 9a2 2 0 100 4 2 2 0 000-4Zm-1.083 9.333a1.083 1.083 0 112.166 0 1.083 1.083 0 01-2.166 0Z" clip-rule="evenodd"/>',
|
2160
|
+
"left": 0,
|
2161
|
+
"top": 0,
|
2162
|
+
"width": 22,
|
2163
|
+
"height": 22
|
2164
|
+
};
|
2165
|
+
exports.__esModule = true;
|
2166
|
+
exports.default = data;
|
2167
|
+
}
|
2168
|
+
});
|
2169
|
+
|
2106
2170
|
// src/icons/key.js
|
2107
2171
|
var require_key = __commonJS({
|
2108
2172
|
"src/icons/key.js"(exports) {
|
@@ -2551,6 +2615,38 @@ var require_moveProject = __commonJS({
|
|
2551
2615
|
}
|
2552
2616
|
});
|
2553
2617
|
|
2618
|
+
// src/icons/namespaces.js
|
2619
|
+
var require_namespaces = __commonJS({
|
2620
|
+
"src/icons/namespaces.js"(exports) {
|
2621
|
+
"use strict";
|
2622
|
+
var data = {
|
2623
|
+
"body": '<path fill="currentColor" fill-rule="evenodd" d="M7.32 1.25h-.032c-.729 0-1.322 0-1.802.04-.497.04-.94.126-1.352.336a3.45 3.45 0 00-1.508 1.508c-.21.412-.296.855-.337 1.352-.039.48-.039 1.073-.039 1.802v9.424c0 .729 0 1.322.04 1.802.04.497.126.94.336 1.352a3.45 3.45 0 001.508 1.508c.412.21.855.296 1.352.337.48.039 1.073.039 1.802.039H9.75a.75.75 0 000-1.5H7.32c-.768 0-1.3 0-1.712-.034-.404-.033-.628-.094-.793-.178a1.95 1.95 0 01-.852-.853l-.669.34.669-.34c-.085-.165-.146-.389-.179-.793-.033-.412-.034-.944-.034-1.712V6.32c0-.768 0-1.3.034-1.712.033-.404.094-.628.179-.793a1.95 1.95 0 01.852-.852c.165-.085.389-.146.793-.179.412-.033.944-.034 1.712-.034h5.76c.768 0 1.3 0 1.712.034.404.033.628.094.793.179.367.186.665.485.852.852.085.165.146.389.179.793.033.412.034.944.034 1.712v3.33a.75.75 0 001.5 0V6.288c0-.729 0-1.322-.04-1.802-.04-.497-.126-.94-.336-1.352a3.45 3.45 0 00-1.508-1.508c-.412-.21-.855-.296-1.352-.337-.48-.039-1.073-.039-1.802-.039H7.32Zm-.72 4.5a.75.75 0 000 1.5h7.2a.75.75 0 000-1.5H6.6Zm0 3.6a.75.75 0 000 1.5H12a.75.75 0 000-1.5H6.6Zm0 3.6a.75.75 0 000 1.5h1.8a.75.75 0 000-1.5H6.6Zm6.235-.718-.02-.008a3.894 3.894 0 00-.306-.118.983.983 0 00-.605-.014.952.952 0 00-.612.612.983.983 0 00.014.605c.031.098.078.21.118.307l.008.019 2.222 5.333.008.02c.044.105.093.223.143.318l.001.003c.04.075.165.315.436.446a.952.952 0 00.885-.03.987.987 0 00.404-.474l.002-.003c.043-.098.084-.22.12-.326l.007-.021.35-1.03 1.737 1.737a.75.75 0 101.06-1.06l-1.736-1.738 1.03-.35.02-.007c.107-.036.229-.077.327-.12l.003-.002a.981.981 0 00.474-.404.952.952 0 00.03-.885.987.987 0 00-.446-.436l-.003-.001a4.249 4.249 0 00-.317-.142l-.02-.009-5.334-2.222Zm1.769 5.115-1.388-3.331 3.331 1.388-.95.322-.005.002a.953.953 0 00-.663.664l-.003.005-.322.95Zm3.21-1.412.001.001h-.002Zm.032-.976.002-.001h-.002Z" clip-rule="evenodd"/>',
|
2624
|
+
"left": 0,
|
2625
|
+
"top": 0,
|
2626
|
+
"width": 22,
|
2627
|
+
"height": 22
|
2628
|
+
};
|
2629
|
+
exports.__esModule = true;
|
2630
|
+
exports.default = data;
|
2631
|
+
}
|
2632
|
+
});
|
2633
|
+
|
2634
|
+
// src/icons/networkPrivateLink.js
|
2635
|
+
var require_networkPrivateLink = __commonJS({
|
2636
|
+
"src/icons/networkPrivateLink.js"(exports) {
|
2637
|
+
"use strict";
|
2638
|
+
var data = {
|
2639
|
+
"body": '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.167 13.292a4.125 4.125 0 00-3.74-4.108 5.501 5.501 0 00-10.854 0 4.125 4.125 0 00.385 8.233H10.5"/><path d="m16.232 18.91.536.535a1.893 1.893 0 102.677-2.677l-.535-.536m-4.82.536-.535-.536a1.893 1.893 0 112.677-2.677l.536.535m1.057 3.735-2.65-2.65"/></g>',
|
2640
|
+
"left": 0,
|
2641
|
+
"top": 0,
|
2642
|
+
"width": 22,
|
2643
|
+
"height": 22
|
2644
|
+
};
|
2645
|
+
exports.__esModule = true;
|
2646
|
+
exports.default = data;
|
2647
|
+
}
|
2648
|
+
});
|
2649
|
+
|
2554
2650
|
// src/icons/newPerson.js
|
2555
2651
|
var require_newPerson = __commonJS({
|
2556
2652
|
"src/icons/newPerson.js"(exports) {
|
@@ -2855,6 +2951,22 @@ var require_plus = __commonJS({
|
|
2855
2951
|
}
|
2856
2952
|
});
|
2857
2953
|
|
2954
|
+
// src/icons/pools.js
|
2955
|
+
var require_pools = __commonJS({
|
2956
|
+
"src/icons/pools.js"(exports) {
|
2957
|
+
"use strict";
|
2958
|
+
var data = {
|
2959
|
+
"body": '<path fill="currentColor" fill-rule="evenodd" d="M4.504 2.884a1.505 1.505 0 00-.229.777v3.074h7.377V3.66a3 3 0 01.481-1.611C12.528 1.46 13.198 1 14.177 1c.978 0 1.648.46 2.043 1.05a3 3 0 01.482 1.611.75.75 0 01-1.5 0 1.5 1.5 0 00-.229-.777c-.137-.206-.355-.384-.796-.384-.442 0-.66.178-.797.384a1.505 1.505 0 00-.229.777v9.558a.75.75 0 01-1.5 0v-1.161H4.276v1.16a.75.75 0 01-1.5 0V3.663a3 3 0 01.482-1.612C3.652 1.46 4.322 1 5.301 1c.978 0 1.648.46 2.043 1.05a3 3 0 01.482 1.611.75.75 0 11-1.5 0 1.5 1.5 0 00-.229-.777c-.137-.206-.355-.384-.796-.384-.442 0-.66.178-.797.384Zm7.148 7.674V8.235H4.275v2.323h7.377ZM2.43 14.815a.75.75 0 10-1.36.632c.372.8 1.623 2.345 3.787 2.345 1.161 0 2.048-.581 2.65-1.188a.838.838 0 01.546-.227c.217-.01.383.059.48.155.59.585 1.476 1.26 2.537 1.26 1.19 0 2.167-.85 2.77-1.503a.466.466 0 01.672 0c.603.654 1.58 1.502 2.77 1.502.931 0 1.751-.413 2.363-.861a6.186 6.186 0 001.36-1.37.75.75 0 00-1.231-.858 4.694 4.694 0 01-1.015 1.018c-.476.348-.987.571-1.476.571-.505 0-1.095-.397-1.67-1.02a1.966 1.966 0 00-2.875 0c-.574.623-1.164 1.02-1.668 1.02-.439 0-.953-.301-1.48-.824-.452-.447-1.056-.614-1.61-.588a2.335 2.335 0 00-1.537.668c-.434.437-.96.744-1.586.744-1.387 0-2.207-1.004-2.427-1.476Zm0 3.344a.75.75 0 10-1.36.632c.372.801 1.623 2.345 3.787 2.345 1.161 0 2.048-.58 2.65-1.188a.837.837 0 01.546-.226c.217-.01.383.058.48.155.59.585 1.476 1.26 2.537 1.26 1.19 0 2.167-.85 2.77-1.504a.466.466 0 01.672 0c.603.655 1.58 1.503 2.77 1.503.931 0 1.751-.413 2.363-.861a6.186 6.186 0 001.36-1.371.75.75 0 10-1.231-.857 4.696 4.696 0 01-1.015 1.018c-.476.348-.987.571-1.476.571-.505 0-1.095-.398-1.67-1.02a1.966 1.966 0 00-2.875 0c-.574.622-1.164 1.02-1.668 1.02-.439 0-.953-.301-1.48-.825-.452-.447-1.056-.614-1.61-.587a2.335 2.335 0 00-1.537.667c-.434.438-.96.745-1.586.745-1.387 0-2.207-1.004-2.427-1.477Z" clip-rule="evenodd"/>',
|
2960
|
+
"left": 0,
|
2961
|
+
"top": 0,
|
2962
|
+
"width": 22,
|
2963
|
+
"height": 22
|
2964
|
+
};
|
2965
|
+
exports.__esModule = true;
|
2966
|
+
exports.default = data;
|
2967
|
+
}
|
2968
|
+
});
|
2969
|
+
|
2858
2970
|
// src/icons/power.js
|
2859
2971
|
var require_power = __commonJS({
|
2860
2972
|
"src/icons/power.js"(exports) {
|
@@ -2951,6 +3063,22 @@ var require_puzzlePiece = __commonJS({
|
|
2951
3063
|
}
|
2952
3064
|
});
|
2953
3065
|
|
3066
|
+
// src/icons/queries.js
|
3067
|
+
var require_queries = __commonJS({
|
3068
|
+
"src/icons/queries.js"(exports) {
|
3069
|
+
"use strict";
|
3070
|
+
var data = {
|
3071
|
+
"body": '<path fill="currentColor" fill-rule="evenodd" d="M3.5 4.583c0-.051.03-.22.363-.481.323-.255.838-.517 1.54-.752C6.802 2.884 8.78 2.583 11 2.583c2.22 0 4.199.301 5.596.767.703.235 1.218.497 1.541.752.332.262.363.43.363.481 0 .052-.03.22-.363.482-.323.255-.838.517-1.54.751-1.398.466-3.377.767-5.597.767-2.22 0-4.199-.3-5.596-.767-.703-.234-1.218-.496-1.541-.751-.332-.262-.363-.43-.363-.482ZM17.07 7.24a8.024 8.024 0 001.43-.619v2.29c0 .055-.032.224-.36.484-.321.254-.833.516-1.534.75-1.394.466-3.372.766-5.606.766s-4.212-.3-5.606-.766c-.701-.234-1.213-.496-1.534-.75-.328-.26-.36-.43-.36-.484V6.62c.416.238.901.443 1.43.62 1.587.529 3.734.843 6.07.843 2.336 0 4.483-.314 6.07-.844ZM4.92 11.567a7.978 7.978 0 01-1.419-.615v2.285c0 .054.032.223.36.483.321.255.833.517 1.534.75 1.394.466 3.372.767 5.606.767a.75.75 0 010 1.5c-2.35 0-4.496-.314-6.081-.843a7.978 7.978 0 01-1.419-.616v2.139c0 .054.032.223.36.483.321.255.833.517 1.534.75 1.394.466 3.372.767 5.606.767a.75.75 0 010 1.5c-2.35 0-4.496-.314-6.081-.843-.79-.264-1.48-.594-1.99-.998-.502-.398-.929-.953-.929-1.66V4.584c0-.708.431-1.263.934-1.66.511-.402 1.205-.732 1.995-.996 1.588-.53 3.735-.844 6.071-.844s4.483.315 6.07.844c.791.264 1.485.594 1.996.997.503.396.934.951.934 1.66V8.91c0 .706-.427 1.262-.929 1.66-.51.403-1.2.734-1.99.997-1.585.53-3.732.843-6.081.843-2.35 0-4.496-.313-6.081-.843Zm9.558 5.07a2.16 2.16 0 113.73 1.48.774.774 0 00-.09.09 2.16 2.16 0 01-3.64-1.57Zm5.819 0a3.65 3.65 0 01-.596 2.002l1.103 1.103a.75.75 0 01-1.06 1.061L18.638 19.7a3.66 3.66 0 111.657-3.063Z" clip-rule="evenodd"/>',
|
3072
|
+
"left": 0,
|
3073
|
+
"top": 0,
|
3074
|
+
"width": 22,
|
3075
|
+
"height": 22
|
3076
|
+
};
|
3077
|
+
exports.__esModule = true;
|
3078
|
+
exports.default = data;
|
3079
|
+
}
|
3080
|
+
});
|
3081
|
+
|
2954
3082
|
// src/icons/questionMark.js
|
2955
3083
|
var require_questionMark = __commonJS({
|
2956
3084
|
"src/icons/questionMark.js"(exports) {
|
@@ -3031,6 +3159,22 @@ var require_repeat = __commonJS({
|
|
3031
3159
|
}
|
3032
3160
|
});
|
3033
3161
|
|
3162
|
+
// src/icons/replicationFlow.js
|
3163
|
+
var require_replicationFlow = __commonJS({
|
3164
|
+
"src/icons/replicationFlow.js"(exports) {
|
3165
|
+
"use strict";
|
3166
|
+
var data = {
|
3167
|
+
"body": '<path fill="currentColor" fill-rule="evenodd" d="M12.213 2.502c1.927-.505 2.92-.3 3.52.137.517.377.892 1.022 1.24 2.003l-.59-.327a.739.739 0 00-1.012.291.761.761 0 00.304 1.023L17.82 6.82c.19.106.417.124.62.05a.735.735 0 00.436-.437l1.008-2.737a.763.763 0 00-.443-.972.737.737 0 00-.96.431l-.235.637c-.373-.951-.868-1.799-1.647-2.366-1.148-.836-2.695-.927-4.783-.38a.741.741 0 00-.523.916.76.76 0 00.92.54ZM2.149 3.803a.426.426 0 01-.079-.095.425.425 0 01.079-.095c.108-.106.304-.235.608-.36.603-.249 1.488-.42 2.504-.42s1.901.171 2.504.42c.304.125.5.254.608.36a.426.426 0 01.079.095.426.426 0 01-.079.095c-.108.106-.304.236-.608.36-.603.25-1.488.42-2.504.42s-1.901-.17-2.504-.42c-.304-.124-.5-.254-.608-.36Zm6.188 1.748a4.9 4.9 0 00.12-.051v.756a.351.351 0 01-.083.106c-.108.106-.302.235-.604.36-.601.247-1.486.418-2.51.418-1.023 0-1.907-.17-2.508-.419-.302-.124-.496-.253-.604-.359a.351.351 0 01-.083-.106V5.5l.12.05c.825.34 1.913.533 3.076.533s2.25-.192 3.076-.532Zm.005 2.557.115-.049v.754a.351.351 0 01-.083.106c-.108.105-.302.234-.604.359-.601.248-1.486.419-2.51.419-1.023 0-1.907-.171-2.508-.419-.302-.125-.496-.254-.604-.359a.351.351 0 01-.083-.106v-.754l.115.05c.824.339 1.912.531 3.08.531 1.17 0 2.258-.192 3.082-.532Zm0 2.557.115-.05v.668a.352.352 0 01-.083.106c-.108.105-.302.234-.604.359-.601.248-1.486.419-2.51.419-1.023 0-1.907-.171-2.508-.419-.302-.125-.496-.254-.604-.359a.352.352 0 01-.083-.106v-.667l.115.049c.824.34 1.912.532 3.08.532 1.17 0 2.258-.192 3.082-.532Zm.116.612v.004-.004Zm-6.395 0 .001.004v-.004Zm7.894.015V3.708c0-.489-.244-.884-.537-1.17-.291-.283-.673-.503-1.083-.672-.825-.34-1.913-.533-3.076-.533s-2.25.193-3.076.533c-.41.169-.792.39-1.083.672-.293.286-.537.681-.537 1.17v7.584c0 .487.241.882.534 1.169.29.284.67.504 1.081.674.824.34 1.912.532 3.08.532 1.17 0 2.258-.192 3.082-.532.41-.17.791-.39 1.081-.674.293-.287.534-.682.534-1.17Zm-1.5-7.596.002-.004-.002.004Zm-6.393 0v-.004.004Zm10.73 7.085a.583.583 0 01-.07-.073.583.583 0 01.07-.073c.125-.111.348-.246.688-.374.675-.255 1.657-.428 2.779-.428 1.122 0 2.104.173 2.779.428.34.128.563.263.688.374a.697.697 0 01.07.073.598.598 0 01-.07.073c-.125.112-.349.246-.688.375-.675.254-1.657.427-2.78.427-1.121 0-2.103-.173-2.778-.427-.34-.129-.563-.263-.688-.375Zm6.775 1.778a4.51 4.51 0 00.246-.1v.784a.44.44 0 01-.087.097c-.123.111-.345.245-.684.373-.672.254-1.654.427-2.783.427-1.13 0-2.112-.173-2.784-.427-.338-.128-.56-.262-.683-.373a.435.435 0 01-.088-.097v-.784c.081.035.163.069.246.1.884.334 2.054.524 3.309.524 1.255 0 2.425-.19 3.308-.524Zm.006 2.557c.081-.03.162-.063.24-.097v.78a.441.441 0 01-.087.098c-.123.11-.345.245-.684.373-.672.254-1.654.427-2.783.427-1.13 0-2.112-.173-2.784-.427-.338-.128-.56-.262-.683-.373a.435.435 0 01-.088-.098v-.78c.08.034.16.067.24.097.883.334 2.053.524 3.315.524 1.261 0 2.432-.19 3.314-.524Zm0 2.557c.081-.03.162-.063.24-.098v.694a.441.441 0 01-.087.098c-.123.11-.345.245-.684.373-.672.254-1.654.427-2.783.427-1.13 0-2.112-.173-2.784-.427-.338-.128-.56-.262-.683-.373a.435.435 0 01-.088-.098v-.694c.08.035.16.067.24.098.883.334 2.053.524 3.315.524 1.261 0 2.432-.19 3.314-.524Zm.243.59a.017.017 0 00.002-.004v.002l-.002.002Zm-7.116-.004.001.004-.001-.004Zm8.613.033v-7.584c0-.514-.278-.915-.589-1.192-.31-.277-.718-.493-1.157-.658-.883-.334-2.053-.525-3.308-.525s-2.425.191-3.309.525c-.439.165-.846.38-1.157.658-.31.277-.588.678-.588 1.192v7.584c0 .512.275.913.585 1.191.31.278.716.494 1.155.66.882.334 2.052.524 3.314.524 1.261 0 2.432-.19 3.314-.524.439-.166.845-.382 1.155-.66.31-.278.585-.68.585-1.191Zm-1.495-7.618-.001.004a.015.015 0 00.002-.005l-.001.001Zm-7.119 0 .002.004-.001-.004Zm-7.143 7.91c.6.437 1.592.642 3.52.137a.759.759 0 01.92.54.741.741 0 01-.524.916c-2.088.546-3.635.456-4.782-.38-.78-.568-1.275-1.415-1.648-2.366l-.234.636a.737.737 0 01-.96.432.763.763 0 01-.444-.972l1.008-2.737a.735.735 0 01.437-.437.747.747 0 01.62.05l2.144 1.19c.364.202.5.66.305 1.023a.74.74 0 01-1.013.292l-.589-.327c.348.98.722 1.626 1.24 2.002Z" clip-rule="evenodd"/>',
|
3168
|
+
"left": 0,
|
3169
|
+
"top": 0,
|
3170
|
+
"width": 22,
|
3171
|
+
"height": 22
|
3172
|
+
};
|
3173
|
+
exports.__esModule = true;
|
3174
|
+
exports.default = data;
|
3175
|
+
}
|
3176
|
+
});
|
3177
|
+
|
3034
3178
|
// src/icons/reset.js
|
3035
3179
|
var require_reset = __commonJS({
|
3036
3180
|
"src/icons/reset.js"(exports) {
|
@@ -4277,18 +4421,18 @@ var require_tokens = __commonJS({
|
|
4277
4421
|
"secondary-10": "#fee8d0",
|
4278
4422
|
"secondary-5": "#fff3e8",
|
4279
4423
|
"secondary-0": "#fffbf8",
|
4280
|
-
"primary-100": "
|
4281
|
-
"primary-90": "#
|
4282
|
-
"primary-80": "#
|
4283
|
-
"primary-70": "#
|
4284
|
-
"primary-60": "#
|
4285
|
-
"primary-50": "#
|
4286
|
-
"primary-40": "#
|
4287
|
-
"primary-30": "#
|
4288
|
-
"primary-20": "#
|
4289
|
-
"primary-10": "#
|
4290
|
-
"primary-5": "#
|
4291
|
-
"primary-0": "#
|
4424
|
+
"primary-100": "0e1652",
|
4425
|
+
"primary-90": "#222f95",
|
4426
|
+
"primary-80": "#3545be",
|
4427
|
+
"primary-70": "#5865cd",
|
4428
|
+
"primary-60": "#818eec",
|
4429
|
+
"primary-50": "#000000",
|
4430
|
+
"primary-40": "#b9c5ef",
|
4431
|
+
"primary-30": "#000000",
|
4432
|
+
"primary-20": "#000000",
|
4433
|
+
"primary-10": "#e3e9ff",
|
4434
|
+
"primary-5": "#f3f6ff",
|
4435
|
+
"primary-0": "#ffffff",
|
4292
4436
|
"grey-20": "#d2d2d6"
|
4293
4437
|
},
|
4294
4438
|
typography: {
|
@@ -5185,18 +5329,18 @@ var tailwind_theme_default = {
|
|
5185
5329
|
"secondary-10": "var(--aquarium-colors-secondary-10, #fee8d0)",
|
5186
5330
|
"secondary-5": "var(--aquarium-colors-secondary-5, #fff3e8)",
|
5187
5331
|
"secondary-0": "var(--aquarium-colors-secondary-0, #fffbf8)",
|
5188
|
-
"primary-100": "var(--aquarium-colors-primary-100,
|
5189
|
-
"primary-90": "var(--aquarium-colors-primary-90, #
|
5190
|
-
"primary-80": "var(--aquarium-colors-primary-80, #
|
5191
|
-
"primary-70": "var(--aquarium-colors-primary-70, #
|
5192
|
-
"primary-60": "var(--aquarium-colors-primary-60, #
|
5193
|
-
"primary-50": "var(--aquarium-colors-primary-50, #
|
5194
|
-
"primary-40": "var(--aquarium-colors-primary-40, #
|
5195
|
-
"primary-30": "var(--aquarium-colors-primary-30, #
|
5196
|
-
"primary-20": "var(--aquarium-colors-primary-20, #
|
5197
|
-
"primary-10": "var(--aquarium-colors-primary-10, #
|
5198
|
-
"primary-5": "var(--aquarium-colors-primary-5, #
|
5199
|
-
"primary-0": "var(--aquarium-colors-primary-0, #
|
5332
|
+
"primary-100": "var(--aquarium-colors-primary-100, 0e1652)",
|
5333
|
+
"primary-90": "var(--aquarium-colors-primary-90, #222f95)",
|
5334
|
+
"primary-80": "var(--aquarium-colors-primary-80, #3545be)",
|
5335
|
+
"primary-70": "var(--aquarium-colors-primary-70, #5865cd)",
|
5336
|
+
"primary-60": "var(--aquarium-colors-primary-60, #818eec)",
|
5337
|
+
"primary-50": "var(--aquarium-colors-primary-50, #000000)",
|
5338
|
+
"primary-40": "var(--aquarium-colors-primary-40, #b9c5ef)",
|
5339
|
+
"primary-30": "var(--aquarium-colors-primary-30, #000000)",
|
5340
|
+
"primary-20": "var(--aquarium-colors-primary-20, #000000)",
|
5341
|
+
"primary-10": "var(--aquarium-colors-primary-10, #e3e9ff)",
|
5342
|
+
"primary-5": "var(--aquarium-colors-primary-5, #f3f6ff)",
|
5343
|
+
"primary-0": "var(--aquarium-colors-primary-0, #ffffff)",
|
5200
5344
|
"grey-20": "var(--aquarium-colors-grey-20, #d2d2d6)",
|
5201
5345
|
transparent: "var(--aquarium-colors-transparent, transparent)",
|
5202
5346
|
white: "var(--aquarium-colors-white, white)",
|
@@ -5783,8 +5927,12 @@ var import_home = __toESM(require_home());
|
|
5783
5927
|
var import_idNumber = __toESM(require_idNumber());
|
5784
5928
|
var import_import = __toESM(require_import());
|
5785
5929
|
var import_inbox = __toESM(require_inbox());
|
5930
|
+
var import_indexes = __toESM(require_indexes());
|
5786
5931
|
var import_infoSign = __toESM(require_infoSign());
|
5932
|
+
var import_integrations = __toESM(require_integrations());
|
5787
5933
|
var import_issue = __toESM(require_issue());
|
5934
|
+
var import_jobsAndData = __toESM(require_jobsAndData());
|
5935
|
+
var import_kafkaTopic = __toESM(require_kafkaTopic());
|
5788
5936
|
var import_key = __toESM(require_key());
|
5789
5937
|
var import_layer = __toESM(require_layer());
|
5790
5938
|
var import_layers = __toESM(require_layers());
|
@@ -5813,6 +5961,8 @@ var import_minus = __toESM(require_minus());
|
|
5813
5961
|
var import_more = __toESM(require_more());
|
5814
5962
|
var import_move = __toESM(require_move());
|
5815
5963
|
var import_moveProject = __toESM(require_moveProject());
|
5964
|
+
var import_namespaces = __toESM(require_namespaces());
|
5965
|
+
var import_networkPrivateLink = __toESM(require_networkPrivateLink());
|
5816
5966
|
var import_newPerson = __toESM(require_newPerson());
|
5817
5967
|
var import_nodes = __toESM(require_nodes());
|
5818
5968
|
var import_notificationsUpdated = __toESM(require_notificationsUpdated());
|
@@ -5832,17 +5982,20 @@ var import_pin = __toESM(require_pin());
|
|
5832
5982
|
var import_play = __toESM(require_play());
|
5833
5983
|
var import_plusCircle = __toESM(require_plusCircle());
|
5834
5984
|
var import_plus = __toESM(require_plus());
|
5985
|
+
var import_pools = __toESM(require_pools());
|
5835
5986
|
var import_power = __toESM(require_power());
|
5836
5987
|
var import_projects = __toESM(require_projects());
|
5837
5988
|
var import_properties = __toESM(require_properties());
|
5838
5989
|
var import_property = __toESM(require_property());
|
5839
5990
|
var import_pulse = __toESM(require_pulse());
|
5840
5991
|
var import_puzzlePiece = __toESM(require_puzzlePiece());
|
5992
|
+
var import_queries = __toESM(require_queries());
|
5841
5993
|
var import_questionMark = __toESM(require_questionMark());
|
5842
5994
|
var import_recoverySwap = __toESM(require_recoverySwap());
|
5843
5995
|
var import_refresh = __toESM(require_refresh());
|
5844
5996
|
var import_remove = __toESM(require_remove());
|
5845
5997
|
var import_repeat = __toESM(require_repeat());
|
5998
|
+
var import_replicationFlow = __toESM(require_replicationFlow());
|
5846
5999
|
var import_reset = __toESM(require_reset());
|
5847
6000
|
var import_saved = __toESM(require_saved());
|
5848
6001
|
var import_scatterPlot = __toESM(require_scatterPlot());
|
@@ -6355,9 +6508,12 @@ var Arrow = (props) => {
|
|
6355
6508
|
|
6356
6509
|
// src/utils/constants.ts
|
6357
6510
|
var ghostButtonStyle = tw(
|
6358
|
-
"text-primary-80 active:text-primary-70 focus-visible:text-
|
6511
|
+
"text-primary-80 active:text-primary-70 focus-visible:text-primary-90 hover:text-primary-70 disabled:text-primary-40"
|
6512
|
+
);
|
6513
|
+
var linkStyle = classNames(
|
6514
|
+
ghostButtonStyle,
|
6515
|
+
tw("visited:text-primary-80 underline hover:no-underline focusable")
|
6359
6516
|
);
|
6360
|
-
var linkStyle = classNames(ghostButtonStyle, tw("visited:text-primary-80 focusable"));
|
6361
6517
|
|
6362
6518
|
// src/utils/string.ts
|
6363
6519
|
var capitalize = (a) => a.charAt(0).toUpperCase() + a.slice(1);
|
@@ -6367,12 +6523,12 @@ var import_chevronDown2 = __toESM(require_chevronDown());
|
|
6367
6523
|
var import_loading2 = __toESM(require_loading());
|
6368
6524
|
var COLOR_CLASSNAMES = {
|
6369
6525
|
"primary": tw(
|
6370
|
-
"text-white bg-primary-80 active:bg-primary-90 active:ring-0 focus-visible:ring-2 focus-visible:ring-primary-
|
6526
|
+
"text-white bg-primary-80 active:bg-primary-90 active:ring-0 focus-visible:ring-2 focus-visible:ring-primary-90 focus-visible:ring-inset hover:bg-primary-70 disabled:bg-primary-40"
|
6371
6527
|
),
|
6372
6528
|
"secondary": tw(
|
6373
|
-
"text-
|
6374
|
-
"focus-visible:ring-2 focus-visible:ring-
|
6375
|
-
"hover:ring-
|
6529
|
+
"text-primary-80 bg-white ring-1 ring-primary-80 ring-inset active:bg-primary-5 active:ring-primary-90 active:text-primary-80",
|
6530
|
+
"focus-visible:ring-2 focus-visible:ring-primary-90 focus-visible:text-primary-80",
|
6531
|
+
"hover:ring-primary-70 hover:text-primary-70 disabled:text-primary-40 disabled:ring-primary-40"
|
6376
6532
|
),
|
6377
6533
|
"ghost": ghostButtonStyle,
|
6378
6534
|
"text": ghostButtonStyle,
|
@@ -6380,15 +6536,12 @@ var COLOR_CLASSNAMES = {
|
|
6380
6536
|
"text-grey-60 active:text-grey-50 focus-visible:text-grey-80 hover:text-grey-80 disabled:text-grey-30"
|
6381
6537
|
)
|
6382
6538
|
};
|
6383
|
-
var LoadingSpinner = ({
|
6384
|
-
size = "20px",
|
6385
|
-
kind = "primary"
|
6386
|
-
}) => {
|
6539
|
+
var LoadingSpinner = ({ size = "20px" }) => {
|
6387
6540
|
return /* @__PURE__ */ import_react18.default.createElement(InlineIcon, {
|
6388
6541
|
icon: import_loading2.default,
|
6389
6542
|
width: size,
|
6390
6543
|
height: size,
|
6391
|
-
color:
|
6544
|
+
color: "primary-80",
|
6392
6545
|
"data-testid": "loading-button"
|
6393
6546
|
});
|
6394
6547
|
};
|
@@ -6486,6 +6639,7 @@ var asButton = (Component, isDropdownButton) => {
|
|
6486
6639
|
"text-grey-70 p-2 active:text-grey-70 active:bg-transparent hover:text-grey-90 hover:bg-grey-0 focus-visible:text-grey-90 focus-visible:bg-grey-0 disabled:text-grey-20 disabled:bg-transparent": isIconOnlyButton,
|
6487
6640
|
"typography-default-strong": !dense && !isIconOnlyButton && kind !== "text",
|
6488
6641
|
"typography-small-strong": dense && !isIconOnlyButton && kind !== "text",
|
6642
|
+
"underline hover:no-underline": kind === "text",
|
6489
6643
|
"py-3 px-4": !dense && isButton,
|
6490
6644
|
"py-2 px-3": dense && isButton,
|
6491
6645
|
"py-3": !dense && isGhost,
|
@@ -6502,8 +6656,7 @@ var asButton = (Component, isDropdownButton) => {
|
|
6502
6656
|
className: tw("absolute left-1/2 top-0 bottom-0 flex"),
|
6503
6657
|
style: { transform: "translate(-50%)" }
|
6504
6658
|
}, /* @__PURE__ */ import_react18.default.createElement(LoadingSpinner, {
|
6505
|
-
size: iconSize
|
6506
|
-
kind: kind === "primary" ? "primary" : "secondary"
|
6659
|
+
size: iconSize
|
6507
6660
|
})), /* @__PURE__ */ import_react18.default.createElement("div", {
|
6508
6661
|
className: tw({ invisible: loading2 })
|
6509
6662
|
}, buttonContent())) : buttonContent());
|
@@ -6793,7 +6946,7 @@ var Checkbox = import_react22.default.forwardRef(
|
|
6793
6946
|
var _b = _a, { id, children, name, disabled = false, readOnly = false, indeterminate = false } = _b, props = __objRest(_b, ["id", "children", "name", "disabled", "readOnly", "indeterminate"]);
|
6794
6947
|
return /* @__PURE__ */ import_react22.default.createElement("span", {
|
6795
6948
|
className: classNames(tw("inline-flex justify-center items-center self-center relative"), {
|
6796
|
-
"hover:border-grey-50 peer-checked:border-
|
6949
|
+
"hover:border-grey-50 peer-checked:border-primary-80": !disabled,
|
6797
6950
|
"border-grey-5": disabled
|
6798
6951
|
})
|
6799
6952
|
}, /* @__PURE__ */ import_react22.default.createElement("input", __spreadProps(__spreadValues({
|
@@ -6804,8 +6957,8 @@ var Checkbox = import_react22.default.forwardRef(
|
|
6804
6957
|
}, props), {
|
6805
6958
|
className: classNames(
|
6806
6959
|
tw("peer appearance-none outline-none w-5 h-5", "rounded-sm border border-transparent", {
|
6807
|
-
"cursor-pointer checked:bg-
|
6808
|
-
"cursor-not-allowed bg-grey-0": disabled
|
6960
|
+
"cursor-pointer checked:bg-primary-80": !disabled,
|
6961
|
+
"cursor-not-allowed bg-grey-0 checked:bg-primary-40": disabled
|
6809
6962
|
})
|
6810
6963
|
),
|
6811
6964
|
readOnly,
|
@@ -6820,8 +6973,8 @@ var Checkbox = import_react22.default.forwardRef(
|
|
6820
6973
|
"rounded-sm border border-grey-20 peer-focus:border-info-70"
|
6821
6974
|
),
|
6822
6975
|
{
|
6823
|
-
"peer-hover:border-grey-50 peer-checked:text-white peer-checked:[&>path]:stroke-white peer-checked:border-
|
6824
|
-
"border-grey-5 peer-checked:text-
|
6976
|
+
"peer-hover:border-grey-50 peer-checked:text-white peer-checked:[&>path]:stroke-white peer-checked:border-primary-80": !disabled,
|
6977
|
+
"border-grey-5 peer-checked:text-primary-10 peer-checked:[&>path]:stroke-primary-10 peer-checked:border-primary-40": disabled
|
6825
6978
|
}
|
6826
6979
|
)
|
6827
6980
|
}));
|
@@ -7407,10 +7560,10 @@ var RadioButton = import_react33.default.forwardRef(
|
|
7407
7560
|
tw(
|
7408
7561
|
"inline-flex justify-center items-center self-center appearance-none",
|
7409
7562
|
"w-5 h-5 p-[3px] rounded-full cursor-pointer border border-grey-20",
|
7410
|
-
"outline-none focus:border-info-70 checked:bg-
|
7563
|
+
"outline-none focus:border-info-70 checked:bg-primary-80 checked:shadow-whiteInset",
|
7411
7564
|
{
|
7412
|
-
"hover:border-grey-50 checked:border-
|
7413
|
-
"cursor-not-allowed border-grey-5 bg-grey-0 checked:bg-opacity-40": disabled
|
7565
|
+
"hover:border-grey-50 checked:border-primary-80": !disabled,
|
7566
|
+
"cursor-not-allowed border-grey-5 bg-grey-0 checked:bg-opacity-40 checked:bg-primary-40 checked:border-primary-40": disabled
|
7414
7567
|
}
|
7415
7568
|
)
|
7416
7569
|
),
|
@@ -7692,8 +7845,8 @@ var Switch = import_react36.default.forwardRef(
|
|
7692
7845
|
"outline-none focus:border border-info-70 bg-grey-20",
|
7693
7846
|
"cursor-pointer disabled:cursor-not-allowed",
|
7694
7847
|
{
|
7695
|
-
"hover:bg-grey-30 checked:bg-
|
7696
|
-
"bg-grey-5 checked:opacity-40": disabled
|
7848
|
+
"hover:bg-grey-30 checked:bg-primary-80 hover:checked:bg-primary-80": !disabled,
|
7849
|
+
"bg-grey-5 checked:opacity-40 checked:bg-primary-40": disabled
|
7697
7850
|
}
|
7698
7851
|
)
|
7699
7852
|
),
|