@konstructio/ui 0.1.2-alpha.94 → 0.1.2-alpha.96

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 (52) hide show
  1. package/dist/Breadcrumb-xLKDl92B.js +82 -0
  2. package/dist/assets/icons/components/ApiKey.js +31 -0
  3. package/dist/assets/icons/components/ArrowBack.js +20 -0
  4. package/dist/assets/icons/components/CheckAlt.js +24 -0
  5. package/dist/assets/icons/components/Configure.js +41 -0
  6. package/dist/assets/icons/components/Deploy.js +41 -0
  7. package/dist/assets/icons/components/Github.js +34 -0
  8. package/dist/assets/icons/components/LockAlt.js +21 -0
  9. package/dist/assets/icons/components/index.js +208 -194
  10. package/dist/assets/icons/index.js +208 -194
  11. package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
  12. package/dist/components/Breadcrumb/components/BackButton/BackButton.js +41 -0
  13. package/dist/components/Breadcrumb/components/BackButton/BackButton.variants.js +19 -0
  14. package/dist/components/Breadcrumb/components/Item/Item.js +37 -21
  15. package/dist/components/Breadcrumb/components/index.js +4 -2
  16. package/dist/components/VirtualizedTable/VirtualizedTable.js +64 -61
  17. package/dist/components/VirtualizedTable/components/Body/Body.js +60 -42
  18. package/dist/components/VirtualizedTable/components/Filter/Filter.js +78 -68
  19. package/dist/components/VirtualizedTable/components/Header/Header.js +1 -1
  20. package/dist/components/VirtualizedTable/contexts/index.js +1 -1
  21. package/dist/components/VirtualizedTable/contexts/table.provider.js +1 -1
  22. package/dist/components/VirtualizedTable/events/index.js +10 -7
  23. package/dist/components/index.js +26 -25
  24. package/dist/icons.js +208 -194
  25. package/dist/index.js +43 -42
  26. package/dist/lib/assets/icons/components/ApiKey.d.ts +3 -0
  27. package/dist/lib/assets/icons/components/ArrowBack.d.ts +3 -0
  28. package/dist/lib/assets/icons/components/CheckAlt.d.ts +3 -0
  29. package/dist/lib/assets/icons/components/Configure.d.ts +3 -0
  30. package/dist/lib/assets/icons/components/Deploy.d.ts +3 -0
  31. package/dist/lib/assets/icons/components/Github.d.ts +3 -0
  32. package/dist/lib/assets/icons/components/LockAlt.d.ts +3 -0
  33. package/dist/lib/assets/icons/components/index.d.ts +7 -0
  34. package/dist/lib/components/Breadcrumb/Breadcrumb.d.ts +9 -0
  35. package/dist/lib/components/Breadcrumb/Breadcrumb.types.d.ts +27 -1
  36. package/dist/lib/components/Breadcrumb/components/BackButton/BackButton.d.ts +3 -0
  37. package/dist/lib/components/Breadcrumb/components/BackButton/BackButton.types.d.ts +7 -0
  38. package/dist/lib/components/Breadcrumb/components/BackButton/BackButton.variants.d.ts +1 -0
  39. package/dist/lib/components/Breadcrumb/components/index.d.ts +1 -0
  40. package/dist/lib/components/VirtualizedTable/VirtualizedTable.d.ts +1 -0
  41. package/dist/lib/components/VirtualizedTable/VirtualizedTable.types.d.ts +2 -0
  42. package/dist/lib/components/VirtualizedTable/components/Body/Body.d.ts +1 -1
  43. package/dist/lib/components/VirtualizedTable/components/Body/Body.types.d.ts +2 -0
  44. package/dist/lib/components/VirtualizedTable/components/Filter/Filter.types.d.ts +1 -0
  45. package/dist/lib/components/VirtualizedTable/events/index.d.ts +4 -2
  46. package/dist/lib/components/index.d.ts +1 -1
  47. package/dist/lib/icons.d.ts +1 -1
  48. package/dist/package.json +1 -1
  49. package/dist/styles.css +1 -1
  50. package/dist/{table.provider-BBlJgEJf.js → table.provider-BPlFpIAe.js} +309 -309
  51. package/package.json +1 -1
  52. package/dist/Breadcrumb-BYO5PNVF.js +0 -77
@@ -2,205 +2,219 @@ import { AccountsIcon as r } from "./components/Accounts.js";
2
2
  import { ActivityIcon as t } from "./components/Activity.js";
3
3
  import { AddChartIcon as n } from "./components/AddChart.js";
4
4
  import { AlertOutlineIcon as p } from "./components/AlertOutline.js";
5
- import { AppRepoIcon as f } from "./components/AppRepo.js";
6
- import { AppsIcon as l } from "./components/Apps.js";
5
+ import { ApiKeyIcon as I } from "./components/ApiKey.js";
6
+ import { AppRepoIcon as l } from "./components/AppRepo.js";
7
+ import { AppsIcon as u } from "./components/Apps.js";
7
8
  import { ArchivesIcon as s } from "./components/Archives.js";
8
- import { ArrowDownIcon as C } from "./components/ArrowDown.js";
9
- import { ArrowLeftIcon as d } from "./components/ArrowLeft.js";
10
- import { ArrowRightIcon as A } from "./components/ArrowRight.js";
11
- import { ArrowUpIcon as O } from "./components/ArrowUp.js";
12
- import { BarChartIcon as b } from "./components/BarChart.js";
13
- import { BillingIcon as P } from "./components/Billing.js";
14
- import { BookOpenIcon as S } from "./components/BookOpen.js";
15
- import { CalendarMonthIcon as y } from "./components/CalendarMonth.js";
16
- import { CheckboxMarkedCircleOutlineIcon as E } from "./components/CheckboxMarkedCircleOutline.js";
17
- import { CheckCircleFilledIcon as G } from "./components/CheckCircleFilled.js";
18
- import { CheckCircleOutlineIcon as K } from "./components/CheckCircleOutline.js";
19
- import { CheckIcon as x } from "./components/Check.js";
20
- import { CircumGlobeIcon as M } from "./components/CircumGlobe.js";
21
- import { ClockAlertIcon as W } from "./components/ClockAlert.js";
22
- import { ClockOutlineIcon as V } from "./components/ClockOutline.js";
23
- import { CloseIcon as z } from "./components/Close.js";
24
- import { CloudIcon as X } from "./components/Cloud.js";
25
- import { CloudLockOutlineIcon as J } from "./components/CloudLockOutline.js";
26
- import { ClustersIcon as Z } from "./components/Clusters.js";
27
- import { CogOutlineIcon as $ } from "./components/CogOutline.js";
28
- import { ComputeIcon as ro } from "./components/Compute.js";
29
- import { CopyIcon as to } from "./components/Copy.js";
30
- import { CpuIcon as no } from "./components/Cpu.js";
31
- import { CpuAltIcon as po } from "./components/CpuAlt.js";
32
- import { CubeIcon as fo } from "./components/Cube.js";
33
- import { DashboardIcon as lo } from "./components/Dashboard.js";
34
- import { DatabaseIcon as so } from "./components/Database.js";
35
- import { DatacenterIcon as Co } from "./components/Datacenter.js";
36
- import { DeleteIcon as ho } from "./components/Delete.js";
37
- import { DnsIcon as wo } from "./components/Dns.js";
38
- import { DocsIcon as ko } from "./components/Docs.js";
39
- import { DollarSignIcon as Lo } from "./components/DollarSign.js";
40
- import { DownloadIcon as vo } from "./components/Download.js";
41
- import { EditIcon as Do } from "./components/Edit.js";
42
- import { EllipsesIcon as Bo } from "./components/Ellipses.js";
43
- import { EnvironmentsIcon as Ro } from "./components/Environments.js";
44
- import { ErrorIcon as Ho } from "./components/Error.js";
45
- import { ErrorOutlineIcon as To } from "./components/ErrorOutline.js";
46
- import { ExclamationIcon as Fo } from "./components/Exclamation.js";
47
- import { FirewallIcon as No } from "./components/Firewall.js";
48
- import { FirewallAltIcon as Uo } from "./components/FirewallAlt.js";
49
- import { GitIcon as jo } from "./components/Git.js";
50
- import { GitOpsCatalogIcon as Qo } from "./components/GitOpsCatalog.js";
51
- import { GridViewIcon as qo } from "./components/GridView.js";
52
- import { HelpIcon as Yo } from "./components/Help.js";
53
- import { HideOutlineIcon as _o } from "./components/HideOutline.js";
54
- import { Home2Icon as or } from "./components/Home2.js";
55
- import { HomeIcon as mr } from "./components/Home.js";
56
- import { IdIcon as ir } from "./components/Id.js";
57
- import { InfoCircleIcon as cr } from "./components/InfoCircle.js";
58
- import { InformationOutlineIcon as Ir } from "./components/InformationOutline.js";
59
- import { InventoryIcon as er } from "./components/Inventory.js";
60
- import { InvoiceListIcon as ar } from "./components/InvoiceList.js";
61
- import { KeyIcon as ur } from "./components/Key.js";
62
- import { KonstructIcon as gr } from "./components/Konstruct.js";
63
- import { KubernetesIcon as hr } from "./components/Kubernetes.js";
64
- import { LoadBalancerIcon as wr } from "./components/LoadBalancer.js";
65
- import { LoadBalancerAltIcon as kr } from "./components/LoadBalancerAlt.js";
66
- import { LoaderIcon as Lr } from "./components/Loader.js";
67
- import { LightBulbIcon as vr } from "./components/LightBulb.js";
68
- import { LockIcon as Dr } from "./components/Lock.js";
69
- import { LogOutIcon as Br } from "./components/LogOut.js";
70
- import { NetworkIcon as Rr } from "./components/Network.js";
71
- import { NetworkAltIcon as Hr } from "./components/NetworkAlt.js";
72
- import { ObjectStorageIcon as Tr } from "./components/ObjectStorage.js";
73
- import { OrganizationIcon as Fr } from "./components/Organization.js";
74
- import { OrgSettingsIcon as Nr } from "./components/OrgSettings.js";
75
- import { PagesStackIcon as Ur } from "./components/PagesStack.js";
76
- import { PageviewIcon as jr } from "./components/Pageview.js";
77
- import { PeopleIcon as Qr } from "./components/People.js";
78
- import { PhotoLibraryIcon as qr } from "./components/PhotoLibrary.js";
79
- import { PipelineIcon as Yr } from "./components/Pipeline.js";
80
- import { PlusIcon as _r } from "./components/Plus.js";
81
- import { PowerSettingsIcon as om } from "./components/PowerSettings.js";
82
- import { PreviewIcon as mm } from "./components/Preview.js";
83
- import { PrivateRegionIcon as im } from "./components/PrivateRegion.js";
84
- import { ProfileIcon as cm } from "./components/Profile.js";
85
- import { QuotaIcon as Im } from "./components/Quota.js";
86
- import { ReceiptLongIcon as em } from "./components/ReceiptLong.js";
87
- import { RefreshIcon as am } from "./components/Refresh.js";
88
- import { ReservedIpIcon as um } from "./components/ReservedIp.js";
89
- import { ScatterPlotIcon as gm } from "./components/ScatterPlot.js";
90
- import { SearchIcon as hm } from "./components/Search.js";
91
- import { ServerIcon as wm } from "./components/Server.js";
92
- import { SshKeyIcon as km } from "./components/SshKey.js";
93
- import { StartIcon as Lm } from "./components/Start.js";
94
- import { TabNewIcon as vm } from "./components/TabNew.js";
95
- import { TeamMembersIcon as Dm } from "./components/TeamMembers.js";
96
- import { TeamsIcon as Bm } from "./components/Teams.js";
97
- import { UploadIcon as Rm } from "./components/Upload.js";
98
- import { VolumeIcon as Hm } from "./components/Volume.js";
99
- import { WarningIcon as Tm } from "./components/Warning.js";
100
- import { WarningTriangleIcon as Fm } from "./components/WarningTriangle.js";
101
- import { WebhookIcon as Nm } from "./components/Webhook.js";
102
- import { XIcon as Um } from "./components/X.js";
9
+ import { ArrowBackIcon as A } from "./components/ArrowBack.js";
10
+ import { ArrowDownIcon as h } from "./components/ArrowDown.js";
11
+ import { ArrowLeftIcon as w } from "./components/ArrowLeft.js";
12
+ import { ArrowRightIcon as b } from "./components/ArrowRight.js";
13
+ import { ArrowUpIcon as P } from "./components/ArrowUp.js";
14
+ import { BarChartIcon as D } from "./components/BarChart.js";
15
+ import { BillingIcon as y } from "./components/Billing.js";
16
+ import { BookOpenIcon as E } from "./components/BookOpen.js";
17
+ import { CalendarMonthIcon as G } from "./components/CalendarMonth.js";
18
+ import { CheckboxMarkedCircleOutlineIcon as H } from "./components/CheckboxMarkedCircleOutline.js";
19
+ import { CheckCircleFilledIcon as x } from "./components/CheckCircleFilled.js";
20
+ import { CheckCircleOutlineIcon as M } from "./components/CheckCircleOutline.js";
21
+ import { CheckIcon as W } from "./components/Check.js";
22
+ import { CheckAltIcon as V } from "./components/CheckAlt.js";
23
+ import { CircumGlobeIcon as z } from "./components/CircumGlobe.js";
24
+ import { ClockAlertIcon as X } from "./components/ClockAlert.js";
25
+ import { ClockOutlineIcon as J } from "./components/ClockOutline.js";
26
+ import { CloseIcon as Z } from "./components/Close.js";
27
+ import { CloudIcon as $ } from "./components/Cloud.js";
28
+ import { CloudLockOutlineIcon as ro } from "./components/CloudLockOutline.js";
29
+ import { ClustersIcon as to } from "./components/Clusters.js";
30
+ import { CogOutlineIcon as no } from "./components/CogOutline.js";
31
+ import { ComputeIcon as po } from "./components/Compute.js";
32
+ import { ConfigureIcon as Io } from "./components/Configure.js";
33
+ import { CopyIcon as lo } from "./components/Copy.js";
34
+ import { CpuIcon as uo } from "./components/Cpu.js";
35
+ import { CpuAltIcon as so } from "./components/CpuAlt.js";
36
+ import { CubeIcon as Ao } from "./components/Cube.js";
37
+ import { DashboardIcon as ko } from "./components/Dashboard.js";
38
+ import { DatabaseIcon as Oo } from "./components/Database.js";
39
+ import { DatacenterIcon as Lo } from "./components/Datacenter.js";
40
+ import { DeleteIcon as vo } from "./components/Delete.js";
41
+ import { DeployIcon as So } from "./components/Deploy.js";
42
+ import { DnsIcon as Bo } from "./components/Dns.js";
43
+ import { DocsIcon as Ro } from "./components/Docs.js";
44
+ import { DollarSignIcon as Ko } from "./components/DollarSign.js";
45
+ import { DownloadIcon as To } from "./components/Download.js";
46
+ import { EditIcon as Fo } from "./components/Edit.js";
47
+ import { EllipsesIcon as No } from "./components/Ellipses.js";
48
+ import { EnvironmentsIcon as Uo } from "./components/Environments.js";
49
+ import { ErrorIcon as jo } from "./components/Error.js";
50
+ import { ErrorOutlineIcon as Qo } from "./components/ErrorOutline.js";
51
+ import { ExclamationIcon as qo } from "./components/Exclamation.js";
52
+ import { FirewallIcon as Yo } from "./components/Firewall.js";
53
+ import { FirewallAltIcon as _o } from "./components/FirewallAlt.js";
54
+ import { GitIcon as or } from "./components/Git.js";
55
+ import { GithubIcon as mr } from "./components/Github.js";
56
+ import { GitOpsCatalogIcon as ir } from "./components/GitOpsCatalog.js";
57
+ import { GridViewIcon as cr } from "./components/GridView.js";
58
+ import { HelpIcon as fr } from "./components/Help.js";
59
+ import { HideOutlineIcon as er } from "./components/HideOutline.js";
60
+ import { Home2Icon as ar } from "./components/Home2.js";
61
+ import { HomeIcon as Cr } from "./components/Home.js";
62
+ import { IdIcon as gr } from "./components/Id.js";
63
+ import { InfoCircleIcon as dr } from "./components/InfoCircle.js";
64
+ import { InformationOutlineIcon as kr } from "./components/InformationOutline.js";
65
+ import { InventoryIcon as Or } from "./components/Inventory.js";
66
+ import { InvoiceListIcon as Lr } from "./components/InvoiceList.js";
67
+ import { KeyIcon as vr } from "./components/Key.js";
68
+ import { KonstructIcon as Sr } from "./components/Konstruct.js";
69
+ import { KubernetesIcon as Br } from "./components/Kubernetes.js";
70
+ import { LoadBalancerIcon as Rr } from "./components/LoadBalancer.js";
71
+ import { LoadBalancerAltIcon as Kr } from "./components/LoadBalancerAlt.js";
72
+ import { LoaderIcon as Tr } from "./components/Loader.js";
73
+ import { LightBulbIcon as Fr } from "./components/LightBulb.js";
74
+ import { LockIcon as Nr } from "./components/Lock.js";
75
+ import { LockAltIcon as Ur } from "./components/LockAlt.js";
76
+ import { LogOutIcon as jr } from "./components/LogOut.js";
77
+ import { NetworkIcon as Qr } from "./components/Network.js";
78
+ import { NetworkAltIcon as qr } from "./components/NetworkAlt.js";
79
+ import { ObjectStorageIcon as Yr } from "./components/ObjectStorage.js";
80
+ import { OrganizationIcon as _r } from "./components/Organization.js";
81
+ import { OrgSettingsIcon as om } from "./components/OrgSettings.js";
82
+ import { PagesStackIcon as mm } from "./components/PagesStack.js";
83
+ import { PageviewIcon as im } from "./components/Pageview.js";
84
+ import { PeopleIcon as cm } from "./components/People.js";
85
+ import { PhotoLibraryIcon as fm } from "./components/PhotoLibrary.js";
86
+ import { PipelineIcon as em } from "./components/Pipeline.js";
87
+ import { PlusIcon as am } from "./components/Plus.js";
88
+ import { PowerSettingsIcon as Cm } from "./components/PowerSettings.js";
89
+ import { PreviewIcon as gm } from "./components/Preview.js";
90
+ import { PrivateRegionIcon as dm } from "./components/PrivateRegion.js";
91
+ import { ProfileIcon as km } from "./components/Profile.js";
92
+ import { QuotaIcon as Om } from "./components/Quota.js";
93
+ import { ReceiptLongIcon as Lm } from "./components/ReceiptLong.js";
94
+ import { RefreshIcon as vm } from "./components/Refresh.js";
95
+ import { ReservedIpIcon as Sm } from "./components/ReservedIp.js";
96
+ import { ScatterPlotIcon as Bm } from "./components/ScatterPlot.js";
97
+ import { SearchIcon as Rm } from "./components/Search.js";
98
+ import { ServerIcon as Km } from "./components/Server.js";
99
+ import { SshKeyIcon as Tm } from "./components/SshKey.js";
100
+ import { StartIcon as Fm } from "./components/Start.js";
101
+ import { TabNewIcon as Nm } from "./components/TabNew.js";
102
+ import { TeamMembersIcon as Um } from "./components/TeamMembers.js";
103
+ import { TeamsIcon as jm } from "./components/Teams.js";
104
+ import { UploadIcon as Qm } from "./components/Upload.js";
105
+ import { VolumeIcon as qm } from "./components/Volume.js";
106
+ import { WarningIcon as Ym } from "./components/Warning.js";
107
+ import { WarningTriangleIcon as _m } from "./components/WarningTriangle.js";
108
+ import { WebhookIcon as ot } from "./components/Webhook.js";
109
+ import { XIcon as mt } from "./components/X.js";
103
110
  export {
104
111
  r as AccountsIcon,
105
112
  t as ActivityIcon,
106
113
  n as AddChartIcon,
107
114
  p as AlertOutlineIcon,
108
- f as AppRepoIcon,
109
- l as AppsIcon,
115
+ I as ApiKeyIcon,
116
+ l as AppRepoIcon,
117
+ u as AppsIcon,
110
118
  s as ArchivesIcon,
111
- C as ArrowDownIcon,
112
- d as ArrowLeftIcon,
113
- A as ArrowRightIcon,
114
- O as ArrowUpIcon,
115
- b as BarChartIcon,
116
- P as BillingIcon,
117
- S as BookOpenIcon,
118
- y as CalendarMonthIcon,
119
- G as CheckCircleFilledIcon,
120
- K as CheckCircleOutlineIcon,
121
- x as CheckIcon,
122
- E as CheckboxMarkedCircleOutlineIcon,
123
- M as CircumGlobeIcon,
124
- W as ClockAlertIcon,
125
- V as ClockOutlineIcon,
126
- z as CloseIcon,
127
- X as CloudIcon,
128
- J as CloudLockOutlineIcon,
129
- Z as ClustersIcon,
130
- $ as CogOutlineIcon,
131
- ro as ComputeIcon,
132
- to as CopyIcon,
133
- po as CpuAltIcon,
134
- no as CpuIcon,
135
- fo as CubeIcon,
136
- lo as DashboardIcon,
137
- so as DatabaseIcon,
138
- Co as DatacenterIcon,
139
- ho as DeleteIcon,
140
- wo as DnsIcon,
141
- ko as DocsIcon,
142
- Lo as DollarSignIcon,
143
- vo as DownloadIcon,
144
- Do as EditIcon,
145
- Bo as EllipsesIcon,
146
- Ro as EnvironmentsIcon,
147
- Ho as ErrorIcon,
148
- To as ErrorOutlineIcon,
149
- Fo as ExclamationIcon,
150
- Uo as FirewallAltIcon,
151
- No as FirewallIcon,
152
- jo as GitIcon,
153
- Qo as GitOpsCatalogIcon,
154
- qo as GridViewIcon,
155
- Yo as HelpIcon,
156
- _o as HideOutlineIcon,
157
- or as Home2Icon,
158
- mr as HomeIcon,
159
- ir as IdIcon,
160
- cr as InfoCircleIcon,
161
- Ir as InformationOutlineIcon,
162
- er as InventoryIcon,
163
- ar as InvoiceListIcon,
164
- ur as KeyIcon,
165
- gr as KonstructIcon,
166
- hr as KubernetesIcon,
167
- vr as LightBulbIcon,
168
- kr as LoadBalancerAltIcon,
169
- wr as LoadBalancerIcon,
170
- Lr as LoaderIcon,
171
- Dr as LockIcon,
172
- Br as LogOutIcon,
173
- Hr as NetworkAltIcon,
174
- Rr as NetworkIcon,
175
- Tr as ObjectStorageIcon,
176
- Nr as OrgSettingsIcon,
177
- Fr as OrganizationIcon,
178
- Ur as PagesStackIcon,
179
- jr as PageviewIcon,
180
- Qr as PeopleIcon,
181
- qr as PhotoLibraryIcon,
182
- Yr as PipelineIcon,
183
- _r as PlusIcon,
184
- om as PowerSettingsIcon,
185
- mm as PreviewIcon,
186
- im as PrivateRegionIcon,
187
- cm as ProfileIcon,
188
- Im as QuotaIcon,
189
- em as ReceiptLongIcon,
190
- am as RefreshIcon,
191
- um as ReservedIpIcon,
192
- gm as ScatterPlotIcon,
193
- hm as SearchIcon,
194
- wm as ServerIcon,
195
- km as SshKeyIcon,
196
- Lm as StartIcon,
197
- vm as TabNewIcon,
198
- Dm as TeamMembersIcon,
199
- Bm as TeamsIcon,
200
- Rm as UploadIcon,
201
- Hm as VolumeIcon,
202
- Tm as WarningIcon,
203
- Fm as WarningTriangleIcon,
204
- Nm as WebhookIcon,
205
- Um as XIcon
119
+ A as ArrowBackIcon,
120
+ h as ArrowDownIcon,
121
+ w as ArrowLeftIcon,
122
+ b as ArrowRightIcon,
123
+ P as ArrowUpIcon,
124
+ D as BarChartIcon,
125
+ y as BillingIcon,
126
+ E as BookOpenIcon,
127
+ G as CalendarMonthIcon,
128
+ V as CheckAltIcon,
129
+ x as CheckCircleFilledIcon,
130
+ M as CheckCircleOutlineIcon,
131
+ W as CheckIcon,
132
+ H as CheckboxMarkedCircleOutlineIcon,
133
+ z as CircumGlobeIcon,
134
+ X as ClockAlertIcon,
135
+ J as ClockOutlineIcon,
136
+ Z as CloseIcon,
137
+ $ as CloudIcon,
138
+ ro as CloudLockOutlineIcon,
139
+ to as ClustersIcon,
140
+ no as CogOutlineIcon,
141
+ po as ComputeIcon,
142
+ Io as ConfigureIcon,
143
+ lo as CopyIcon,
144
+ so as CpuAltIcon,
145
+ uo as CpuIcon,
146
+ Ao as CubeIcon,
147
+ ko as DashboardIcon,
148
+ Oo as DatabaseIcon,
149
+ Lo as DatacenterIcon,
150
+ vo as DeleteIcon,
151
+ So as DeployIcon,
152
+ Bo as DnsIcon,
153
+ Ro as DocsIcon,
154
+ Ko as DollarSignIcon,
155
+ To as DownloadIcon,
156
+ Fo as EditIcon,
157
+ No as EllipsesIcon,
158
+ Uo as EnvironmentsIcon,
159
+ jo as ErrorIcon,
160
+ Qo as ErrorOutlineIcon,
161
+ qo as ExclamationIcon,
162
+ _o as FirewallAltIcon,
163
+ Yo as FirewallIcon,
164
+ or as GitIcon,
165
+ ir as GitOpsCatalogIcon,
166
+ mr as GithubIcon,
167
+ cr as GridViewIcon,
168
+ fr as HelpIcon,
169
+ er as HideOutlineIcon,
170
+ ar as Home2Icon,
171
+ Cr as HomeIcon,
172
+ gr as IdIcon,
173
+ dr as InfoCircleIcon,
174
+ kr as InformationOutlineIcon,
175
+ Or as InventoryIcon,
176
+ Lr as InvoiceListIcon,
177
+ vr as KeyIcon,
178
+ Sr as KonstructIcon,
179
+ Br as KubernetesIcon,
180
+ Fr as LightBulbIcon,
181
+ Kr as LoadBalancerAltIcon,
182
+ Rr as LoadBalancerIcon,
183
+ Tr as LoaderIcon,
184
+ Ur as LockAltIcon,
185
+ Nr as LockIcon,
186
+ jr as LogOutIcon,
187
+ qr as NetworkAltIcon,
188
+ Qr as NetworkIcon,
189
+ Yr as ObjectStorageIcon,
190
+ om as OrgSettingsIcon,
191
+ _r as OrganizationIcon,
192
+ mm as PagesStackIcon,
193
+ im as PageviewIcon,
194
+ cm as PeopleIcon,
195
+ fm as PhotoLibraryIcon,
196
+ em as PipelineIcon,
197
+ am as PlusIcon,
198
+ Cm as PowerSettingsIcon,
199
+ gm as PreviewIcon,
200
+ dm as PrivateRegionIcon,
201
+ km as ProfileIcon,
202
+ Om as QuotaIcon,
203
+ Lm as ReceiptLongIcon,
204
+ vm as RefreshIcon,
205
+ Sm as ReservedIpIcon,
206
+ Bm as ScatterPlotIcon,
207
+ Rm as SearchIcon,
208
+ Km as ServerIcon,
209
+ Tm as SshKeyIcon,
210
+ Fm as StartIcon,
211
+ Nm as TabNewIcon,
212
+ Um as TeamMembersIcon,
213
+ jm as TeamsIcon,
214
+ Qm as UploadIcon,
215
+ qm as VolumeIcon,
216
+ Ym as WarningIcon,
217
+ _m as WarningTriangleIcon,
218
+ ot as WebhookIcon,
219
+ mt as XIcon
206
220
  };
@@ -1,4 +1,4 @@
1
- import { t as m } from "../../Breadcrumb-BYO5PNVF.js";
1
+ import { t as m } from "../../Breadcrumb-xLKDl92B.js";
2
2
  export {
3
3
  m as Breadcrumb
4
4
  };
@@ -0,0 +1,41 @@
1
+ import { t as o } from "../../../../utils-COaoD3PI.js";
2
+ import { ArrowBackIcon as h } from "../../../../assets/icons/components/ArrowBack.js";
3
+ import { n as k, t as b } from "../../../../useBreadcrumb-mrkCWjS0.js";
4
+ import { backButtonVariants as c } from "./BackButton.variants.js";
5
+ import { jsx as e } from "react/jsx-runtime";
6
+ var C = ({ icon: d, onClick: s, to: a, target: m, label: t = "Go back", theme: n, component: f = "a" }) => {
7
+ const { isInsideRouter: u } = b(), l = (p) => {
8
+ a === "#" && p.preventDefault(), s?.();
9
+ }, r = /* @__PURE__ */ e("span", {
10
+ className: "w-5 h-5 inline-flex items-center justify-center",
11
+ children: d ?? /* @__PURE__ */ e(h, { className: "w-5 h-5" })
12
+ }), i = f;
13
+ return a ? u ? /* @__PURE__ */ e(k, {
14
+ to: a,
15
+ target: m,
16
+ "aria-label": t,
17
+ className: o(c()),
18
+ "data-theme": n,
19
+ onClick: l,
20
+ children: r
21
+ }) : /* @__PURE__ */ e(i, {
22
+ href: i === "a" ? a : void 0,
23
+ to: i !== "a" ? a : void 0,
24
+ target: m,
25
+ "aria-label": t,
26
+ className: o(c()),
27
+ "data-theme": n,
28
+ onClick: l,
29
+ children: r
30
+ }) : /* @__PURE__ */ e("button", {
31
+ type: "button",
32
+ "aria-label": t,
33
+ className: o(c()),
34
+ "data-theme": n,
35
+ onClick: s,
36
+ children: r
37
+ });
38
+ };
39
+ export {
40
+ C as BackButton
41
+ };
@@ -0,0 +1,19 @@
1
+ import { t } from "../../../../dist-Bcn6lMQe.js";
2
+ var r = t([
3
+ "inline-flex",
4
+ "items-center",
5
+ "justify-center",
6
+ "text-gray-400",
7
+ "transition-colors",
8
+ "cursor-pointer",
9
+ "rounded-xs",
10
+ "hover:text-gray-500",
11
+ "dark:text-gray-400",
12
+ "dark:hover:text-gray-300",
13
+ "focus-visible:outline-2",
14
+ "focus-visible:outline-offset-2",
15
+ "focus-visible:outline-gray-500"
16
+ ]);
17
+ export {
18
+ r as backButtonVariants
19
+ };
@@ -1,36 +1,52 @@
1
1
  import { t as m } from "../../../../utils-COaoD3PI.js";
2
- import { n as p, t as h } from "../../../../useBreadcrumb-mrkCWjS0.js";
3
- import { breadcrumbLabelVariants as b, breadcrumbLinkVariants as o } from "./Item.variants.js";
4
- import { Fragment as k, jsx as e } from "react/jsx-runtime";
5
- var g = ({ isActive: a, isLast: t, label: n, target: s, theme: c, to: r, component: l = "a" }) => {
6
- const { isInsideRouter: u } = h(), d = (f) => {
7
- r === "#" && f.preventDefault();
8
- }, i = l;
2
+ import { n as N, t as b } from "../../../../useBreadcrumb-mrkCWjS0.js";
3
+ import { breadcrumbLabelVariants as k, breadcrumbLinkVariants as o } from "./Item.variants.js";
4
+ import { Fragment as C, jsx as e, jsxs as L } from "react/jsx-runtime";
5
+ var v = ({ isActive: a, isLast: p, label: t, leftIcon: s, rightIcon: n, target: c, theme: f, to: r, component: h = "a" }) => {
6
+ const { isInsideRouter: u } = b(), d = (x) => {
7
+ r === "#" && x.preventDefault();
8
+ }, i = s || n ? /* @__PURE__ */ L("span", {
9
+ className: "flex items-center gap-1",
10
+ children: [
11
+ s && /* @__PURE__ */ e("span", {
12
+ className: "flex items-center shrink-0",
13
+ children: s
14
+ }),
15
+ /* @__PURE__ */ e("span", {
16
+ className: "flex items-center",
17
+ children: t
18
+ }),
19
+ n && /* @__PURE__ */ e("span", {
20
+ className: "flex items-center shrink-0",
21
+ children: n
22
+ })
23
+ ]
24
+ }) : t, l = h;
9
25
  return /* @__PURE__ */ e("li", {
10
- "aria-current": t ? "page" : void 0,
11
- className: "group font-medium text-inherit",
12
- "data-theme": c,
13
- children: r ? /* @__PURE__ */ e(k, { children: u ? /* @__PURE__ */ e(p, {
26
+ "aria-current": p ? "page" : void 0,
27
+ className: "group font-medium text-inherit flex items-center",
28
+ "data-theme": f,
29
+ children: r ? /* @__PURE__ */ e(C, { children: u ? /* @__PURE__ */ e(N, {
14
30
  to: r,
15
- target: s,
31
+ target: c,
16
32
  className: m(o({ isActive: a })),
17
33
  "aria-disabled": a ? "true" : "false",
18
34
  onClick: d,
19
- children: n
20
- }) : /* @__PURE__ */ e(i, {
21
- href: i === "a" ? r : void 0,
22
- to: i !== "a" ? r : void 0,
23
- target: s,
35
+ children: i
36
+ }) : /* @__PURE__ */ e(l, {
37
+ href: l === "a" ? r : void 0,
38
+ to: l !== "a" ? r : void 0,
39
+ target: c,
24
40
  className: m(o({ isActive: a })),
25
41
  "aria-disabled": a ? "true" : "false",
26
42
  onClick: d,
27
- children: n
43
+ children: i
28
44
  }) }) : /* @__PURE__ */ e("span", {
29
- className: m(b({ isActive: a })),
30
- children: n
45
+ className: m(k({ isActive: a })),
46
+ children: i
31
47
  })
32
48
  });
33
49
  };
34
50
  export {
35
- g as Item
51
+ v as Item
36
52
  };
@@ -1,4 +1,6 @@
1
- import { Item as o } from "./Item/Item.js";
1
+ import { BackButton as t } from "./BackButton/BackButton.js";
2
+ import { Item as r } from "./Item/Item.js";
2
3
  export {
3
- o as Item
4
+ t as BackButton,
5
+ r as Item
4
6
  };