oziko-ui-kit 0.0.21 → 0.0.22
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/components/atoms/tab/Tab.d.ts +1 -0
- package/dist/index.css +6 -6
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4,6 +4,7 @@ import { TypeFluidContainer } from "../fluid-container/FluidContainer";
|
|
|
4
4
|
type TypeTab = {
|
|
5
5
|
type?: "default" | "underline" | "window";
|
|
6
6
|
items: TypeFluidContainer[];
|
|
7
|
+
indicatorClassName?: string;
|
|
7
8
|
} & TypeFlexElement;
|
|
8
9
|
declare const _default: React.NamedExoticComponent<TypeTab>;
|
|
9
10
|
export default _default;
|
package/dist/index.css
CHANGED
|
@@ -3332,19 +3332,19 @@
|
|
|
3332
3332
|
border-bottom: var(--oziko-border-default);
|
|
3333
3333
|
}
|
|
3334
3334
|
.Tab-module_oziko__wn-lQ .Tab-module_container__e6CN6.Tab-module_underline__1gKBc .Tab-module_indicator__UNCf0 {
|
|
3335
|
-
bottom:
|
|
3335
|
+
bottom: -1px;
|
|
3336
3336
|
height: 2px;
|
|
3337
3337
|
}
|
|
3338
|
-
.Tab-module_oziko__wn-lQ .Tab-module_container__e6CN6.Tab-
|
|
3338
|
+
.Tab-module_oziko__wn-lQ .Tab-module_container__e6CN6.Tab-module_window__vPuG0 {
|
|
3339
3339
|
background-color: transparent;
|
|
3340
3340
|
}
|
|
3341
|
-
.Tab-module_oziko__wn-lQ .Tab-module_container__e6CN6.Tab-
|
|
3342
|
-
border-
|
|
3341
|
+
.Tab-module_oziko__wn-lQ .Tab-module_container__e6CN6.Tab-module_window__vPuG0 .Tab-module_item__jpQZh {
|
|
3342
|
+
border-right: var(--oziko-border-default);
|
|
3343
3343
|
}
|
|
3344
|
-
.Tab-module_oziko__wn-lQ .Tab-module_container__e6CN6.Tab-
|
|
3344
|
+
.Tab-module_oziko__wn-lQ .Tab-module_container__e6CN6.Tab-module_window__vPuG0 .Tab-module_item__jpQZh .Tab-module_root__gGJhw {
|
|
3345
3345
|
opacity: 0.25;
|
|
3346
3346
|
}
|
|
3347
|
-
.Tab-module_oziko__wn-lQ .Tab-module_container__e6CN6.Tab-
|
|
3347
|
+
.Tab-module_oziko__wn-lQ .Tab-module_container__e6CN6.Tab-module_window__vPuG0 .Tab-module_active__687wz {
|
|
3348
3348
|
background-color: var(--oziko-color-default);
|
|
3349
3349
|
opacity: 1;
|
|
3350
3350
|
}
|