1mpacto-react-ui 1.0.12 → 1.0.14

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.
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  "name": "1mpacto-react-ui",
3
3
  "private": false,
4
- "version": "1.0.12",
4
+ "version": "1.0.14",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=20.19.4",
@@ -21,6 +21,8 @@ export declare const configRadioCheckboxLabel: {
21
21
  'laba-blue-01': string;
22
22
  'blue-50': string;
23
23
  'bill-secondary-50': string;
24
+ 'transparent-text_orange-700': string;
25
+ 'transparent-text_green-700': string;
24
26
  };
25
27
  };
26
28
  export declare const keysConfigRadioCheckboxLabelVariant: string[];
@@ -2,13 +2,15 @@ export declare const configItemSidebar: {
2
2
  variant: {
3
3
  'payhere-brand-base-white': string;
4
4
  'payhere-brand-base-transparent': string;
5
+ 'payhere-brand-indigo-900-transparent': string;
6
+ 'payhere-brand-blue-gray-900-transparent': string;
5
7
  'laba-white': string;
6
8
  'lpd-brand-base-white': string;
7
9
  'lpd-brand-base-transparent': string;
8
10
  'lpd-brand-base-white-responsive': string;
9
11
  'lpd-brand-base-transparent-responsive': string;
10
- 'bill-brand-base-white': string;
11
- 'bill-brand-base-white-responsive': string;
12
+ 'bill-brand-base': string;
13
+ 'bill-brand-base-responsive': string;
12
14
  };
13
15
  parent: {
14
16
  '1': string;
@@ -23,12 +25,14 @@ export declare const configItemSidebar: {
23
25
  divider: {
24
26
  'payhere-brand-base-white': string;
25
27
  'payhere-brand-base-transparent': string;
28
+ 'payhere-brand-indigo-900-transparent': string;
29
+ 'payhere-brand-blue-gray-900-transparent': string;
26
30
  'laba-white': string;
27
31
  'lpd-brand-base-white': string;
28
32
  'lpd-brand-base-transparent': string;
29
33
  'lpd-brand-base-white-responsive': string;
30
34
  'lpd-brand-base-transparent-responsive': string;
31
- 'bill-brand-base-white': string;
32
- 'bill-brand-base-white-responsive': string;
35
+ 'bill-brand-base': string;
36
+ 'bill-brand-base-responsive': string;
33
37
  };
34
38
  };
@@ -3,13 +3,15 @@ export declare const configSidebar: {
3
3
  variants: {
4
4
  'payhere-brand-base-white': string;
5
5
  'payhere-brand-base-transparent': string;
6
+ 'payhere-brand-indigo-900-transparent': string;
7
+ 'payhere-brand-blue-gray-900-transparent': string;
6
8
  'laba-white': string;
7
9
  'lpd-brand-base-white': string;
8
10
  'lpd-brand-base-transparent': string;
9
11
  'lpd-brand-base-white-responsive': string;
10
12
  'lpd-brand-base-transparent-responsive': string;
11
- 'bill-brand-base-white': string;
12
- 'bill-brand-base-white-responsive': string;
13
+ 'bill-brand-base': string;
14
+ 'bill-brand-base-responsive': string;
13
15
  };
14
16
  mobileSupport: string[];
15
17
  };
@@ -8,6 +8,7 @@ export declare const configTabs: {
8
8
  'container-laba-blue-10-bg_blue-01': string;
9
9
  'original-bill-secondary-800': string;
10
10
  'container-bill-secondary-800': string;
11
+ 'original-payhere-primary-700': string;
11
12
  };
12
13
  size: {
13
14
  'tabs-m': string;
@@ -33,7 +33,7 @@ import { default as RadioCheckbox, DefaultCheckedChecboxIcon, DefaultRadioChecbo
33
33
  import { default as RadioCheckboxLabel } from './RadioCheckbox/RadioCheckboxLabel';
34
34
  import { default as Breadcrumbs } from './Breadcrumbs/Breadcrumbs';
35
35
  import { default as Sidebar } from './Sidebar/Sidebar';
36
- import { ISidebarModule, IRefSidebar, IChildrenIconCompany, ICloneElementSidebar } from '../interfaces/components/Sidebar';
36
+ import { ISidebarModule, ISidebar, IRefSidebar, IChildrenIconCompany, ICloneElementSidebar } from '../interfaces/components/Sidebar';
37
37
  import { default as Collapse } from './Collapse/Collapse';
38
38
  import { default as ModalDialog } from './Modal/ModalDialog';
39
39
  import { components as SelectDropdownContainerComponents } from 'react-select';
@@ -85,4 +85,4 @@ import * as utilTable from '@tanstack/react-table';
85
85
  import type * as SelectDropdownContainerType from 'react-select';
86
86
  import type * as FilterContainerType from '../interfaces/components/FilterContainer';
87
87
  export { TPublish, Button, Popover, Calendar, CalendarRange, DatePicker, DateRangePicker, FilterDate, InputFloatingInner, InputReguler, Pagination, Tabs, TabPanel, Table, TableVirtualization, ListVirtualization, SelectDropdownContainer, utilTable, Switch, ButtonIcon, Badges, Chips, RadioCheckbox, RadioCheckboxLabel, Breadcrumbs, Sidebar, Collapse, ModalDialog, SelectDropdownContainerComponents, Timeline, FilterContainer, NumberFormat, PatternFormat, DefaultCheckedChecboxIcon, DefaultRadioChecboxIcon, ConfigTable, PortalComponent, AlertContainer, UploadFile, TruncateComponent, UploadImage, Textarea, DoughnutChart, MonthYearPicker, CheckboxTable, InputNative, UploadMultipleFile, ErrorMessage, TextareaFloatingInner, Step, LineChart, Tooltip, ButtonPopover, GradientLineChart, GradientBarChart, StepIndicator, TextEditor, CollapseV2, TableSubComponent, TimeRange, TextareaInnerLabel, InputInnerLabel, };
88
- export type { ITableColumnDef, IRefPopover, IRefTableVirtualization, IRefListVirtualization, IRefSelectDropdownContainer, IChildrenSelectDropdownContainer, ISidebarModule, SelectDropdownContainerType, FilterContainerType, IInputReguler, IInputFloatingInner, ITableConfig, TButtonVariants, TButtonSize, ITabsList, TTypeEventTabs, ITextarea, IListVirtualization, ITableVirtualization, IRefSidebar, IChildrenIconCompany, ICloneElementSidebar, IDataDoughnutChart, IDataInnerLabelDoughnutChart, ISelectDropdownContainer, IDatePicker, IPopover, IInputNative, IUploadMultipleFileValue, IDataStepList, IDataLineChart, IChips, IRefButtonPopover, TGradientLineChartCustomTooltip, IGradientLineChart, IGradientLineChartDataSet, IGradientLineChartData, TGradientBarChartCustomTooltip, IGradientBarChart, IGradientBarChartDataSet, IGradientBarChartData, IFilterDateButtonList, TKeyFilterDateButtonListType, IDataGradientBarChartCustomTooltip, IDataGradientLineChartCustomTooltip, ITextEditorProps, ICollapse, ITableColumnBreakpoint, TTableRenderSubComponent, TTableHandlerRowClick, TKeyLocale, ITimeRangeListTime, ITimeRange, TTimeRangeValue, IButton, TButtonIconVariants, TButtonIconSize, IButtonIcon, };
88
+ export type { ITableColumnDef, IRefPopover, IRefTableVirtualization, IRefListVirtualization, IRefSelectDropdownContainer, IChildrenSelectDropdownContainer, ISidebarModule, SelectDropdownContainerType, FilterContainerType, IInputReguler, IInputFloatingInner, ITableConfig, TButtonVariants, TButtonSize, ITabsList, TTypeEventTabs, ITextarea, IListVirtualization, ITableVirtualization, IRefSidebar, IChildrenIconCompany, ICloneElementSidebar, IDataDoughnutChart, IDataInnerLabelDoughnutChart, ISelectDropdownContainer, IDatePicker, IPopover, IInputNative, IUploadMultipleFileValue, IDataStepList, IDataLineChart, IChips, IRefButtonPopover, TGradientLineChartCustomTooltip, IGradientLineChart, IGradientLineChartDataSet, IGradientLineChartData, TGradientBarChartCustomTooltip, IGradientBarChart, IGradientBarChartDataSet, IGradientBarChartData, IFilterDateButtonList, TKeyFilterDateButtonListType, IDataGradientBarChartCustomTooltip, IDataGradientLineChartCustomTooltip, ITextEditorProps, ICollapse, ITableColumnBreakpoint, TTableRenderSubComponent, TTableHandlerRowClick, TKeyLocale, ITimeRangeListTime, ITimeRange, TTimeRangeValue, IButton, TButtonIconVariants, TButtonIconSize, IButtonIcon, ISidebar, };
@@ -43,7 +43,7 @@ export interface IRadioCheckboxLabel extends InputHTMLAttributes<HTMLInputElemen
43
43
  * [ID] : Varian gaya (opsional).
44
44
  * [EN] : Style variant (optional).
45
45
  */
46
- variants?: 'blue-50' | 'laba-blue-01' | 'bill-secondary-50';
46
+ variants?: 'blue-50' | 'laba-blue-01' | 'bill-secondary-50' | 'transparent-text_orange-700' | 'transparent-text_green-700';
47
47
  /**
48
48
  * [ID] : Label input.
49
49
  * [EN] : Input label.
@@ -4,7 +4,7 @@ import { default as React } from 'react';
4
4
  * [ID] : Tipe varian sidebar.
5
5
  * [EN] : Sidebar variant type.
6
6
  */
7
- export type TVariantSidebarType = 'payhere-brand-base-white' | 'payhere-brand-base-transparent' | 'laba-white' | 'lpd-brand-base-transparent' | 'lpd-brand-base-transparent-responsive' | 'lpd-brand-base-white' | 'lpd-brand-base-white-responsive' | 'bill-brand-base-white' | 'bill-brand-base-white-responsive';
7
+ export type TVariantSidebarType = 'payhere-brand-base-white' | 'payhere-brand-base-transparent' | 'payhere-brand-indigo-900-transparent' | 'payhere-brand-blue-gray-900-transparent' | 'laba-white' | 'lpd-brand-base-transparent' | 'lpd-brand-base-transparent-responsive' | 'lpd-brand-base-white' | 'lpd-brand-base-white-responsive' | 'bill-brand-base' | 'bill-brand-base-responsive';
8
8
  /**
9
9
  * [ID] : Interface untuk modul sidebar.
10
10
  * [EN] : Interface for sidebar module.
@@ -5,7 +5,7 @@ import { TKeyLocale } from '../Calendar';
5
5
  * [ID] : Tipe varian tab.
6
6
  * [EN] : Tab variant type.
7
7
  */
8
- export type TVariantTabs = 'original-laba-blue-10' | 'container-payhere-brand-base' | 'container-payhere-brand-base-bg_white' | 'container-laba-blue-10' | 'container-laba-blue-10-bg_white' | 'original-bill-secondary-800' | 'container-bill-secondary-800';
8
+ export type TVariantTabs = 'original-laba-blue-10' | 'container-payhere-brand-base' | 'container-payhere-brand-base-bg_white' | 'container-laba-blue-10' | 'container-laba-blue-10-bg_white' | 'original-bill-secondary-800' | 'container-bill-secondary-800' | 'original-payhere-primary-700';
9
9
  /**
10
10
  * [ID] : Tipe ukuran tab.
11
11
  * [EN] : Tab size type.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "1mpacto-react-ui",
3
3
  "private": false,
4
- "version": "1.0.12",
4
+ "version": "1.0.14",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=20.19.4",