oziko-ui-kit 0.0.23 → 0.0.24
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.css +43 -75
- package/dist/index.export.d.ts +7 -5
- package/dist/index.mjs +16 -16
- package/dist/index.mjs.map +1 -1
- package/dist/utils/iconList.d.ts +1 -1
- package/package.json +1 -1
- package/dist/components/molecules/bucket-rule-popup/BucketRulePopup.d.ts +0 -10
- package/dist/components/molecules/dashboard-edit-name/DashboardEditName.d.ts +0 -7
- package/dist/components/molecules/dashboard-fields-popup/DashboardFieldPopup.d.ts +0 -14
- package/dist/components/organisms/bucket-add-field/BucketAddField.d.ts +0 -11
- package/dist/components/organisms/bucket-add-field/BucketAddFieldSchema.d.ts +0 -1
- package/dist/components/organisms/sidebar/SideBar.d.ts +0 -25
- package/dist/components/organisms/sidebar/navigator/Navigator.d.ts +0 -19
- package/dist/components/organisms/storage-file-select/StorageFileSelect.d.ts +0 -12
- package/dist/components/organisms/storage-file-select/sort-popover-content/SortPopoverContent.d.ts +0 -6
- package/dist/components/organisms/storage-file-select/storage-modal-heading/StorageModalHeading.d.ts +0 -11
package/dist/index.css
CHANGED
|
@@ -1911,8 +1911,8 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
|
1911
1911
|
.Modal-module_modalContent__HNEeB {
|
|
1912
1912
|
position: relative;
|
|
1913
1913
|
background-color: var(--oziko-color-menu-background);
|
|
1914
|
-
min-height:
|
|
1915
|
-
min-width:
|
|
1914
|
+
min-height: 250px;
|
|
1915
|
+
min-width: 400px;
|
|
1916
1916
|
max-width: 90%;
|
|
1917
1917
|
max-height: 90%;
|
|
1918
1918
|
padding: var(--oziko-padding-md);
|
|
@@ -2369,95 +2369,63 @@ input:checked + .Switch-module_slider__sHGGR::before {
|
|
|
2369
2369
|
.MenuGroup-module_container__VQaFb > *:not(:last-child) {
|
|
2370
2370
|
border-bottom: 1px solid var(--oziko-color-border);
|
|
2371
2371
|
}
|
|
2372
|
-
.
|
|
2373
|
-
background-color: var(--oziko-color-background);
|
|
2374
|
-
position: fixed;
|
|
2375
|
-
top: 0;
|
|
2376
|
-
left: 0;
|
|
2377
|
-
width: 350px;
|
|
2378
|
-
height: 100%;
|
|
2379
|
-
display: flex;
|
|
2380
|
-
padding: var(--oziko-padding-md) 0;
|
|
2381
|
-
}
|
|
2382
|
-
.SideBar-module_container__eK6uD .SideBar-module_menuContainer__KZqBy {
|
|
2383
|
-
height: 100%;
|
|
2372
|
+
.Table-module_table__7BBwk {
|
|
2384
2373
|
display: flex;
|
|
2385
|
-
|
|
2386
|
-
justify-content: space-between;
|
|
2387
|
-
align-items: center;
|
|
2388
|
-
padding: 0 0 var(--oziko-padding-lg);
|
|
2374
|
+
border: 1px solid var(--oziko-color-border);
|
|
2389
2375
|
}
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2376
|
+
|
|
2377
|
+
.Table-module_fixedColumns__fjVOb {
|
|
2378
|
+
position: sticky !important;
|
|
2379
|
+
left: 0;
|
|
2380
|
+
z-index: 1;
|
|
2381
|
+
background-color: white;
|
|
2395
2382
|
}
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
display: flex;
|
|
2400
|
-
align-items: center;
|
|
2401
|
-
justify-content: center;
|
|
2402
|
-
border-top-left-radius: var(--oziko-border-radius-md);
|
|
2403
|
-
border-bottom-left-radius: var(--oziko-border-radius-md);
|
|
2404
|
-
cursor: pointer;
|
|
2383
|
+
|
|
2384
|
+
.Table-module_scrollableColumns__PzDZ9 {
|
|
2385
|
+
overflow-x: auto;
|
|
2405
2386
|
}
|
|
2406
|
-
|
|
2407
|
-
|
|
2387
|
+
|
|
2388
|
+
.Table-module_column__daVNe {
|
|
2389
|
+
flex: 1;
|
|
2390
|
+
position: relative;
|
|
2408
2391
|
}
|
|
2409
|
-
.
|
|
2410
|
-
|
|
2392
|
+
.Table-module_column__daVNe:not(:last-child) {
|
|
2393
|
+
border-right: 1px solid var(--oziko-color-border);
|
|
2411
2394
|
}
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
height: 100%;
|
|
2415
|
-
background: white;
|
|
2416
|
-
border-radius: var(--oziko-border-radius-md);
|
|
2395
|
+
|
|
2396
|
+
.Table-module_header__w6wP3 {
|
|
2417
2397
|
padding: var(--oziko-padding-md);
|
|
2418
|
-
display: flex;
|
|
2419
|
-
flex-direction: column;
|
|
2420
|
-
gap: var(--oziko-gap-lg);
|
|
2421
2398
|
}
|
|
2422
|
-
.
|
|
2399
|
+
.Table-module_header__w6wP3.Table-module_border__ise22 {
|
|
2400
|
+
border-bottom: 1px solid var(--oziko-color-border);
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
.Table-module_cellContainer__3Ltx0 {
|
|
2423
2404
|
display: flex;
|
|
2424
2405
|
flex-direction: column;
|
|
2425
|
-
gap: var(--oziko-gap-md);
|
|
2426
|
-
}
|
|
2427
|
-
.Navigator-module_navigation__plbK8 .Navigator-module_header__UiUm- {
|
|
2428
|
-
padding: var(--oziko-padding-md) 0 !important;
|
|
2429
|
-
}
|
|
2430
|
-
.Navigator-module_navigation__plbK8 .Navigator-module_header__UiUm- .Navigator-module_title__tD475 {
|
|
2431
|
-
font-weight: 600;
|
|
2432
|
-
}
|
|
2433
|
-
.Navigator-module_navigation__plbK8 .Navigator-module_header__UiUm- .Navigator-module_icon__a-igT {
|
|
2434
|
-
padding: 0 !important;
|
|
2435
|
-
height: unset !important;
|
|
2436
|
-
}
|
|
2437
|
-
.Navigator-module_navigation__plbK8 .Navigator-module_content__-CdNj,
|
|
2438
|
-
.Navigator-module_navigation__plbK8 .Navigator-module_ungrouped__4Hmi2 {
|
|
2439
|
-
padding: 0 !important;
|
|
2440
|
-
}
|
|
2441
|
-
.StorageFileSelect-module_container__nWScU {
|
|
2442
|
-
padding: 0;
|
|
2443
2406
|
}
|
|
2444
2407
|
|
|
2445
|
-
.
|
|
2446
|
-
|
|
2447
|
-
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
2448
|
-
background: var(--oziko-color-background);
|
|
2408
|
+
.Table-module_cell__K--55 {
|
|
2409
|
+
padding: var(--oziko-padding-md);
|
|
2449
2410
|
}
|
|
2450
|
-
.
|
|
2451
|
-
|
|
2452
|
-
min-height: 100px;
|
|
2453
|
-
max-height: 200px;
|
|
2454
|
-
height: 200px;
|
|
2411
|
+
.Table-module_cell__K--55:not(:last-child) {
|
|
2412
|
+
border-bottom: 1px solid var(--oziko-color-border);
|
|
2455
2413
|
}
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2414
|
+
|
|
2415
|
+
.Table-module_resizer__PTgL3 {
|
|
2416
|
+
width: 3px;
|
|
2417
|
+
height: 100%;
|
|
2418
|
+
cursor: ew-resize;
|
|
2419
|
+
position: absolute;
|
|
2420
|
+
right: 0;
|
|
2421
|
+
top: 0;
|
|
2422
|
+
opacity: 0;
|
|
2423
|
+
transition: opacity var(--oziko-transition-duration) ease;
|
|
2459
2424
|
}
|
|
2460
2425
|
|
|
2426
|
+
.Table-module_focusedCell__-1YzJ {
|
|
2427
|
+
border: 1px solid var(--oziko-color-primary) !important;
|
|
2428
|
+
}
|
|
2461
2429
|
.Array-module_inputMinimized__N3CzD {
|
|
2462
2430
|
background-color: var(--oziko-color-input-background);
|
|
2463
2431
|
border-radius: var(--oziko-border-radius-md);
|
package/dist/index.export.d.ts
CHANGED
|
@@ -39,8 +39,7 @@ export { default as Timeline } from "./components/molecules/timeline/Timeline";
|
|
|
39
39
|
export { default as Dashboard } from "./components/organisms/dashboard/layout/DashboardLayout";
|
|
40
40
|
export { default as MenuGroup } from "./components/organisms/menu-group/MenuGroup";
|
|
41
41
|
export { default as Section } from "./components/organisms/section/Section";
|
|
42
|
-
export { default as
|
|
43
|
-
export { default as StorageFileSelect } from "./components/organisms/storage-file-select/StorageFileSelect";
|
|
42
|
+
export { default as Table } from "./components/organisms/table/Table";
|
|
44
43
|
export { default as ArrayMinimizedInput } from "./components/atoms/inputs/minimized/array/Array";
|
|
45
44
|
export { default as BooleanMinimizedInput } from "./components/atoms/inputs/minimized/boolean/Boolean";
|
|
46
45
|
export { default as ColorMinimizedInput } from "./components/atoms/inputs/minimized/color/ColorMinimized";
|
|
@@ -73,6 +72,8 @@ export { default as Tab } from "./components/atoms/tab/Tab";
|
|
|
73
72
|
export { default as useInputRepresenter } from "./custom-hooks/useInputRepresenter";
|
|
74
73
|
export { default as useKeyDown } from "./custom-hooks/useKeyDown";
|
|
75
74
|
export { default as useOnClickOutside } from "./custom-hooks/useInputRepresenter";
|
|
75
|
+
export { createTheme } from "./theme/createTheme";
|
|
76
|
+
export { useTheme } from "./theme/ThemeContext";
|
|
76
77
|
export { type TypeChartComponentProps } from "./components/atoms/chart/Chart";
|
|
77
78
|
export { type TypeFlexElement } from "./components/atoms/flex-element/FlexElement";
|
|
78
79
|
export { type TypeFluidContainer } from "./components/atoms/fluid-container/FluidContainer";
|
|
@@ -94,6 +95,7 @@ export { type TypeAccordionItem } from "./components/molecules/accordion/Accordi
|
|
|
94
95
|
export { type TypeAccordionElement } from "./components/molecules/accordion/AccordionElement";
|
|
95
96
|
export { type TypeValue, type TypeSelectRef, type TypeSelect, } from "./components/molecules/select/Select";
|
|
96
97
|
export { type TypeBarChartData } from "./components/molecules/timeline/Timeline";
|
|
97
|
-
export {
|
|
98
|
-
export {
|
|
99
|
-
export {
|
|
98
|
+
export { api as apiUtil } from "./utils/api";
|
|
99
|
+
export { color as colorUtil } from "./utils/color";
|
|
100
|
+
export { helperUtils } from "./utils/helperUtils";
|
|
101
|
+
export { time as timeUtil } from "./utils/time";
|