1mpacto-react-ui 1.0.13 → 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.13",
4
+ "version": "1.0.14",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=20.19.4",
@@ -9,8 +9,8 @@ export declare const configItemSidebar: {
9
9
  'lpd-brand-base-transparent': string;
10
10
  'lpd-brand-base-white-responsive': string;
11
11
  'lpd-brand-base-transparent-responsive': string;
12
- 'bill-brand-base-white': string;
13
- 'bill-brand-base-white-responsive': string;
12
+ 'bill-brand-base': string;
13
+ 'bill-brand-base-responsive': string;
14
14
  };
15
15
  parent: {
16
16
  '1': string;
@@ -32,7 +32,7 @@ export declare const configItemSidebar: {
32
32
  'lpd-brand-base-transparent': string;
33
33
  'lpd-brand-base-white-responsive': string;
34
34
  'lpd-brand-base-transparent-responsive': string;
35
- 'bill-brand-base-white': string;
36
- 'bill-brand-base-white-responsive': string;
35
+ 'bill-brand-base': string;
36
+ 'bill-brand-base-responsive': string;
37
37
  };
38
38
  };
@@ -10,8 +10,8 @@ export declare const configSidebar: {
10
10
  'lpd-brand-base-transparent': string;
11
11
  'lpd-brand-base-white-responsive': string;
12
12
  'lpd-brand-base-transparent-responsive': string;
13
- 'bill-brand-base-white': string;
14
- 'bill-brand-base-white-responsive': string;
13
+ 'bill-brand-base': string;
14
+ 'bill-brand-base-responsive': string;
15
15
  };
16
16
  mobileSupport: string[];
17
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;
@@ -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' | '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-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.13",
4
+ "version": "1.0.14",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=20.19.4",