@namba_one/ui-kit-2 1.0.56 → 1.0.58
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.d.ts +11 -0
- package/dist/index.es.js +3426 -3370
- package/dist/index.umd.js +5 -5
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1151,6 +1151,15 @@ declare const masks: {
|
|
|
1151
1151
|
};
|
|
1152
1152
|
};
|
|
1153
1153
|
|
|
1154
|
+
export declare const MenuBarItem: DefineComponent<MenuBarItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<MenuBarItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1155
|
+
|
|
1156
|
+
export declare type MenuBarItemProps = {
|
|
1157
|
+
icon?: Maybe<IconName>;
|
|
1158
|
+
view?: (typeof views_8)[number];
|
|
1159
|
+
text: string;
|
|
1160
|
+
badgeText?: string;
|
|
1161
|
+
};
|
|
1162
|
+
|
|
1154
1163
|
export declare const ModalConfirmation: DefineComponent<ModalConfirmationProps, {
|
|
1155
1164
|
close: () => void;
|
|
1156
1165
|
toggle: () => void;
|
|
@@ -1645,6 +1654,8 @@ declare const views_6: readonly ["base", "critical"];
|
|
|
1645
1654
|
|
|
1646
1655
|
declare const views_7: readonly ["default", "flat", "flat-secondary"];
|
|
1647
1656
|
|
|
1657
|
+
declare const views_8: readonly ["base", "critical"];
|
|
1658
|
+
|
|
1648
1659
|
declare const weights: readonly ["regular", "medium", "semibold", "bold"];
|
|
1649
1660
|
|
|
1650
1661
|
declare const weights_2: TheTextProps['weight'][];
|