@konstructio/ui 0.1.2-alpha.82 → 0.1.2-alpha.84
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/{AdditionalOptions-CRCQ5p31.js → AdditionalOptions-Cx9wU01w.js} +1 -1
- package/dist/{AlertDialogTrigger-Dtrr7WJM.js → AlertDialogTrigger-C-NMEoDd.js} +1 -1
- package/dist/{Breadcrumb-DNjDbdm5.js → Breadcrumb-C95aOsYk.js} +7 -7
- package/dist/{Checkbox-CRQtgvZk.js → Checkbox-Cn0UWlk8.js} +12 -12
- package/dist/{Combination-DiOw6ItW.js → Combination-DUTBK_qM.js} +9 -9
- package/dist/{CommandInput-CLn5OaH8.js → CommandInput-BKv-EZ7T.js} +6 -6
- package/dist/{Counter-CH_5cCac.js → Counter-DtQu_T-D.js} +19 -19
- package/dist/{Input-t3DjCWy0.js → Input-GBMxM3Z7.js} +4 -4
- package/dist/{Modal-_XSbN0WP.js → Modal-DbTe8PVX.js} +2 -2
- package/dist/{Spinner-DWxsFSVh.js → Spinner-CyuXAaC8.js} +1 -1
- package/dist/{Toast-8BbU25GW.js → Toast-D7GhS4fm.js} +4 -4
- package/dist/{Wrapper-DPwHto7U.js → Wrapper-CjUokv72.js} +6 -6
- package/dist/assets/icons/components/CircumGlobe.js +20 -0
- package/dist/assets/icons/components/CpuAlt.js +33 -0
- package/dist/assets/icons/components/Docs.js +40 -0
- package/dist/assets/icons/components/FirewallAlt.js +23 -0
- package/dist/assets/icons/components/Inventory.js +23 -0
- package/dist/assets/icons/components/LoadBalancerAlt.js +20 -0
- package/dist/assets/icons/components/Lock.js +20 -0
- package/dist/assets/icons/components/LogOut.js +23 -0
- package/dist/assets/icons/components/NetworkAlt.js +30 -0
- package/dist/assets/icons/components/OrgSettings.js +20 -0
- package/dist/assets/icons/components/Profile.js +20 -0
- package/dist/assets/icons/components/index.js +186 -164
- package/dist/assets/icons/index.js +186 -164
- package/dist/components/Alert/Alert.js +1 -1
- package/dist/components/AlertDialog/AlertDialog.js +1 -1
- package/dist/components/AlertDialog/components/AlertDialogTrigger.js +1 -1
- package/dist/components/AlertDialog/components/index.js +1 -1
- package/dist/components/Badge/Badge.js +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +1 -1
- package/dist/components/Command/Command.js +2 -2
- package/dist/components/Command/components/Command.js +1 -1
- package/dist/components/Command/components/CommandEmpty.js +1 -1
- package/dist/components/Command/components/CommandGroup.js +1 -1
- package/dist/components/Command/components/CommandInput.js +1 -1
- package/dist/components/Command/components/CommandItem.js +1 -1
- package/dist/components/Command/components/CommandList.js +1 -1
- package/dist/components/Command/components/CommandSeparator.js +1 -1
- package/dist/components/Command/components/DialogContent.js +1 -1
- package/dist/components/Command/components/DialogOverlay.js +1 -1
- package/dist/components/Command/components/index.js +1 -1
- package/dist/components/Counter/Counter.js +1 -1
- package/dist/components/DateRangePicker/components/DateTimeInputs/components/EndInputFields/EndInputFields.js +1 -1
- package/dist/components/DateRangePicker/components/DateTimeInputs/components/StartInputFields/StartInputFields.js +1 -1
- package/dist/components/Drawer/Drawer.js +2 -2
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +1 -1
- package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.js +1 -1
- package/dist/components/Input/Input.js +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Modal/components/Body/Body.js +1 -1
- package/dist/components/Modal/components/Footer/Footer.js +1 -1
- package/dist/components/Modal/components/Header/Header.js +1 -1
- package/dist/components/Modal/components/Wrapper/Wrapper.js +1 -1
- package/dist/components/Modal/components/index.js +1 -1
- package/dist/components/MultiSelectDropdown/MultiSelectDropdown.js +1 -1
- package/dist/components/MultiSelectDropdown/components/List/List.js +1 -1
- package/dist/components/MultiSelectDropdown/components/Wrapper/Wrapper.js +1 -1
- package/dist/components/MultiSelectDropdown/components/index.js +1 -1
- package/dist/components/PhoneNumberInput/components/FlagSelectorWrapper/FlagSelectorWrapper.js +1 -1
- package/dist/components/PhoneNumberInput/components/TruncateText/TruncateText.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +1 -1
- package/dist/components/Range/Range.js +1 -1
- package/dist/components/Select/Select.js +1 -1
- package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.js +1 -1
- package/dist/components/Select/components/List/List.js +1 -1
- package/dist/components/Select/components/index.js +1 -1
- package/dist/components/Slider/Slider.js +1 -1
- package/dist/components/Spinner/Spinner.js +1 -1
- package/dist/components/Stepper/hooks/useStepItemLogic.js +1 -1
- package/dist/components/Table/components/Filter.js +1 -1
- package/dist/components/Tabs/Tabs.js +1 -1
- package/dist/components/Tabs/components/Content.js +1 -1
- package/dist/components/Tabs/components/List.js +1 -1
- package/dist/components/Tabs/components/Trigger.js +1 -1
- package/dist/components/Tag/Tag.js +1 -1
- package/dist/components/TagSelect/TagSelect.js +1 -1
- package/dist/components/TagSelect/components/Wrapper/Wrapper.js +1 -1
- package/dist/components/TagSelect/components/index.js +1 -1
- package/dist/components/Toast/Toast.js +1 -1
- package/dist/components/Tooltip/Tooltip.js +1 -1
- package/dist/components/VirtualizedTable/VirtualizedTable.js +1 -1
- package/dist/components/VirtualizedTable/components/Body/Body.js +1 -1
- package/dist/components/VirtualizedTable/components/Filter/Filter.js +1 -1
- package/dist/components/VirtualizedTable/components/FormPaginate/FormPaginate.js +1 -1
- package/dist/components/VirtualizedTable/components/Header/Header.js +1 -1
- package/dist/components/VirtualizedTable/contexts/index.js +1 -1
- package/dist/components/VirtualizedTable/contexts/table.provider.js +1 -1
- package/dist/components/index.js +8 -8
- package/dist/{components-CIIoAkfF.js → components-DNFycJGm.js} +1 -1
- package/dist/{dist-T4PJ-tgg.js → dist-B5SlrgYz.js} +1 -1
- package/dist/{dist-C7fZcI-O.js → dist-BL8l9uRy.js} +1 -1
- package/dist/{dist-BpTK1H2d.js → dist-CBnErrr1.js} +1 -1
- package/dist/{dist-DG28sjv9.js → dist-COY3FRYC.js} +18 -18
- package/dist/{dist-CO1nuZPa.js → dist-CSP6X06u.js} +1 -1
- package/dist/{dist-CUwKSQtF.js → dist-DNSmoWJp.js} +1 -1
- package/dist/{dist-bbY12nin.js → dist-DXJSck4j.js} +2 -2
- package/dist/{dist-Dhq9W8Kh.js → dist-DXXHfL7M.js} +9 -9
- package/dist/{dist-DPLyqzsL.js → dist-DZNdbzbm.js} +2 -2
- package/dist/index.js +8 -8
- package/dist/lib/assets/icons/components/CircumGlobe.d.ts +3 -0
- package/dist/lib/assets/icons/components/CpuAlt.d.ts +3 -0
- package/dist/lib/assets/icons/components/Docs.d.ts +3 -0
- package/dist/lib/assets/icons/components/FirewallAlt.d.ts +3 -0
- package/dist/lib/assets/icons/components/Inventory.d.ts +3 -0
- package/dist/lib/assets/icons/components/LoadBalancerAlt.d.ts +3 -0
- package/dist/lib/assets/icons/components/Lock.d.ts +3 -0
- package/dist/lib/assets/icons/components/LogOut.d.ts +3 -0
- package/dist/lib/assets/icons/components/NetworkAlt.d.ts +3 -0
- package/dist/lib/assets/icons/components/OrgSettings.d.ts +3 -0
- package/dist/lib/assets/icons/components/Profile.d.ts +3 -0
- package/dist/lib/assets/icons/components/index.d.ts +11 -0
- package/dist/package.json +1 -1
- package/dist/{table.provider-02pWXplc.js → table.provider-4OQNqxH3.js} +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as o } from "./Checkbox-
|
|
1
|
+
import { t as o } from "./Checkbox-Cn0UWlk8.js";
|
|
2
2
|
import { t as m } from "./DropdownButton-B2XkEqPt.js";
|
|
3
|
-
import { t as p } from "./Breadcrumb-
|
|
4
|
-
import { t as a } from "./Input-
|
|
5
|
-
import { t as n } from "./Counter-
|
|
3
|
+
import { t as p } from "./Breadcrumb-C95aOsYk.js";
|
|
4
|
+
import { t as a } from "./Input-GBMxM3Z7.js";
|
|
5
|
+
import { t as n } from "./Counter-DtQu_T-D.js";
|
|
6
6
|
import { i as l, t as d } from "./utils-DHuiYnx1.js";
|
|
7
7
|
import { Alert as u } from "./components/Alert/Alert.js";
|
|
8
8
|
import { Button as c } from "./components/Button/Button.js";
|
|
@@ -29,8 +29,8 @@ import { TimeFilterDropdown as tr } from "./components/Filter/components/TimeFil
|
|
|
29
29
|
import { Filter as ir } from "./components/Filter/Filter.js";
|
|
30
30
|
import { t as er } from "./ImageUpload-BzXjGZ2w.js";
|
|
31
31
|
import { LineChart as fr } from "./components/LineChart/LineChart.js";
|
|
32
|
-
import { t as sr } from "./Modal-
|
|
33
|
-
import { t as dr } from "./components-
|
|
32
|
+
import { t as sr } from "./Modal-DbTe8PVX.js";
|
|
33
|
+
import { t as dr } from "./components-DNFycJGm.js";
|
|
34
34
|
import { PhoneNumberInput as ur } from "./components/PhoneNumberInput/PhoneNumberInput.js";
|
|
35
35
|
import { PieChart as cr } from "./components/PieChart/PieChart.js";
|
|
36
36
|
import { ProgressBar as Dr } from "./components/ProgressBar/ProgressBar.js";
|
|
@@ -46,7 +46,7 @@ import { NavigationSeparator as Gr } from "./components/Sidebar/components/Navig
|
|
|
46
46
|
import { Navigation as zr } from "./components/Sidebar/components/Navigation/Navigation.js";
|
|
47
47
|
import { Sidebar as Or } from "./components/Sidebar/Sidebar.js";
|
|
48
48
|
import { Slider as Wr } from "./components/Slider/Slider.js";
|
|
49
|
-
import { t as qr } from "./Spinner-
|
|
49
|
+
import { t as qr } from "./Spinner-CyuXAaC8.js";
|
|
50
50
|
import { horizontalConnectorWrapperVariants as Jr, stepConnectorVariants as Kr, stepContentVariants as Qr, stepDescriptionVariants as Xr, stepIndicatorVariants as Yr, stepItemVariants as Zr, stepLabelVariants as _r, stepListVariants as $r, stepVariants as ro, stepperVariants as oo } from "./components/Stepper/Stepper.variants.js";
|
|
51
51
|
import { Stepper as mo } from "./components/Stepper/Stepper.js";
|
|
52
52
|
import { t as po } from "./Switch-DjbC0A8y.js";
|
|
@@ -58,7 +58,7 @@ import { Tabs as co } from "./components/Tabs/Tabs.js";
|
|
|
58
58
|
import { Tag as Do } from "./components/Tag/Tag.js";
|
|
59
59
|
import { TagSelect as vo } from "./components/TagSelect/TagSelect.js";
|
|
60
60
|
import { TextArea as So } from "./components/TextArea/TextArea.js";
|
|
61
|
-
import { t as ho } from "./Toast-
|
|
61
|
+
import { t as ho } from "./Toast-D7GhS4fm.js";
|
|
62
62
|
import { Tooltip as xo } from "./components/Tooltip/Tooltip.js";
|
|
63
63
|
import { VirtualizedTableEvent as Po, sendCollapseRowEvent as Io, sendExpandRowEvent as Lo, sendToggleRowEvent as No } from "./components/VirtualizedTable/events/index.js";
|
|
64
64
|
import { TruncateText as Fo } from "./components/VirtualizedTable/components/TruncateText/TruncateText.js";
|
|
@@ -17,6 +17,7 @@ export { CheckboxMarkedCircleOutlineIcon } from './CheckboxMarkedCircleOutline';
|
|
|
17
17
|
export { CheckCircleFilledIcon } from './CheckCircleFilled';
|
|
18
18
|
export { CheckCircleOutlineIcon } from './CheckCircleOutline';
|
|
19
19
|
export { CheckIcon } from './Check';
|
|
20
|
+
export { CircumGlobeIcon } from './CircumGlobe';
|
|
20
21
|
export { ClockAlertIcon } from './ClockAlert';
|
|
21
22
|
export { ClockOutlineIcon } from './ClockOutline';
|
|
22
23
|
export { CloseIcon } from './Close';
|
|
@@ -27,12 +28,14 @@ export { CogOutlineIcon } from './CogOutline';
|
|
|
27
28
|
export { ComputeIcon } from './Compute';
|
|
28
29
|
export { CopyIcon } from './Copy';
|
|
29
30
|
export { CpuIcon } from './Cpu';
|
|
31
|
+
export { CpuAltIcon } from './CpuAlt';
|
|
30
32
|
export { CubeIcon } from './Cube';
|
|
31
33
|
export { DashboardIcon } from './Dashboard';
|
|
32
34
|
export { DatabaseIcon } from './Database';
|
|
33
35
|
export { DatacenterIcon } from './Datacenter';
|
|
34
36
|
export { DeleteIcon } from './Delete';
|
|
35
37
|
export { DnsIcon } from './Dns';
|
|
38
|
+
export { DocsIcon } from './Docs';
|
|
36
39
|
export { DollarSignIcon } from './DollarSign';
|
|
37
40
|
export { DownloadIcon } from './Download';
|
|
38
41
|
export { EditIcon } from './Edit';
|
|
@@ -42,6 +45,7 @@ export { ErrorIcon } from './Error';
|
|
|
42
45
|
export { ErrorOutlineIcon } from './ErrorOutline';
|
|
43
46
|
export { ExclamationIcon } from './Exclamation';
|
|
44
47
|
export { FirewallIcon } from './Firewall';
|
|
48
|
+
export { FirewallAltIcon } from './FirewallAlt';
|
|
45
49
|
export { GitIcon } from './Git';
|
|
46
50
|
export { GitOpsCatalogIcon } from './GitOpsCatalog';
|
|
47
51
|
export { GridViewIcon } from './GridView';
|
|
@@ -52,16 +56,22 @@ export { HomeIcon } from './Home';
|
|
|
52
56
|
export { IdIcon } from './Id';
|
|
53
57
|
export { InfoCircleIcon } from './InfoCircle';
|
|
54
58
|
export { InformationOutlineIcon } from './InformationOutline';
|
|
59
|
+
export { InventoryIcon } from './Inventory';
|
|
55
60
|
export { InvoiceListIcon } from './InvoiceList';
|
|
56
61
|
export { KeyIcon } from './Key';
|
|
57
62
|
export { KonstructIcon } from './Konstruct';
|
|
58
63
|
export { KubernetesIcon } from './Kubernetes';
|
|
59
64
|
export { LoadBalancerIcon } from './LoadBalancer';
|
|
65
|
+
export { LoadBalancerAltIcon } from './LoadBalancerAlt';
|
|
60
66
|
export { LoaderIcon } from './Loader';
|
|
61
67
|
export { LightBulbIcon } from './LightBulb';
|
|
68
|
+
export { LockIcon } from './Lock';
|
|
69
|
+
export { LogOutIcon } from './LogOut';
|
|
62
70
|
export { NetworkIcon } from './Network';
|
|
71
|
+
export { NetworkAltIcon } from './NetworkAlt';
|
|
63
72
|
export { ObjectStorageIcon } from './ObjectStorage';
|
|
64
73
|
export { OrganizationIcon } from './Organization';
|
|
74
|
+
export { OrgSettingsIcon } from './OrgSettings';
|
|
65
75
|
export { PagesStackIcon } from './PagesStack';
|
|
66
76
|
export { PageviewIcon } from './Pageview';
|
|
67
77
|
export { PeopleIcon } from './People';
|
|
@@ -71,6 +81,7 @@ export { PlusIcon } from './Plus';
|
|
|
71
81
|
export { PowerSettingsIcon } from './PowerSettings';
|
|
72
82
|
export { PreviewIcon } from './Preview';
|
|
73
83
|
export { PrivateRegionIcon } from './PrivateRegion';
|
|
84
|
+
export { ProfileIcon } from './Profile';
|
|
74
85
|
export { QuotaIcon } from './Quota';
|
|
75
86
|
export { ReceiptLongIcon } from './ReceiptLong';
|
|
76
87
|
export { RefreshIcon } from './Refresh';
|
package/dist/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@konstructio/ui",
|
|
3
3
|
"description": "A set of reusable and customizable React components built for konstruct.io",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.1.2-alpha.
|
|
5
|
+
"version": "0.1.2-alpha.83",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@konstructio/ui",
|
|
3
3
|
"description": "A set of reusable and customizable React components built for konstruct.io",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.1.2-alpha.
|
|
5
|
+
"version": "0.1.2-alpha.84",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|