@secondstaxorg/sscomp 1.1.5 → 1.1.6
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/package.json +3 -3
- package/types/components/ActionFailed/ActionFailed.d.ts +4 -0
- package/types/components/ActionFailed/style.d.ts +2 -0
- package/types/components/ActionFailed/type.d.ts +4 -0
- package/types/components/ActionSuccess/ActionSuccess.d.ts +4 -0
- package/types/components/ActionSuccess/style.d.ts +2 -0
- package/types/components/ActionSuccess/type.d.ts +4 -0
- package/types/components/AddBankAccount/request.d.ts +10 -0
- package/types/components/AddBroker/request.d.ts +10 -0
- package/types/components/AddUserContent/helpers.d.ts +1 -0
- package/types/components/AddUserContent/request.d.ts +10 -0
- package/types/components/AppActionsTable/AppActionsTable.d.ts +4 -0
- package/types/components/AppActionsTable/style.d.ts +4 -0
- package/types/components/AppActionsTable/type.d.ts +15 -0
- package/types/components/AppFormsTable/AppFormsTable.d.ts +4 -0
- package/types/components/AppFormsTable/style.d.ts +4 -0
- package/types/components/AppFormsTable/type.d.ts +13 -0
- package/types/components/AppModulesTable/AppModulesTable.d.ts +4 -0
- package/types/components/AppModulesTable/style.d.ts +4 -0
- package/types/components/AppModulesTable/type.d.ts +13 -0
- package/types/components/AuditLog/AuditLog.d.ts +4 -0
- package/types/components/AuditLog/style.d.ts +4 -0
- package/types/components/AuditLog/type.d.ts +8 -0
- package/types/components/BankAccounts/BankAccounts.d.ts +4 -0
- package/types/components/BankAccounts/style.d.ts +4 -0
- package/types/components/BankAccounts/type.d.ts +16 -0
- package/types/components/BankSelector/BankSelector.d.ts +4 -0
- package/types/components/BankSelector/style.d.ts +4 -0
- package/types/components/BankSelector/type.d.ts +16 -0
- package/types/components/BreadcrumbBar/BreadcrumbBar.d.ts +4 -0
- package/types/components/BreadcrumbBar/style.d.ts +1 -0
- package/types/components/BreadcrumbBar/type.d.ts +7 -0
- package/types/components/BrokersTable/BrokersTable.d.ts +4 -0
- package/types/components/BrokersTable/style.d.ts +5 -0
- package/types/components/BrokersTable/type.d.ts +19 -0
- package/types/components/Button/Button.d.ts +4 -0
- package/types/components/Button/index.d.ts +1 -0
- package/types/components/Button/style.d.ts +1 -0
- package/types/components/Button/type.d.ts +7 -0
- package/types/components/ButtonOutline/OutlineButton.d.ts +4 -0
- package/types/components/ButtonOutline/index.d.ts +1 -0
- package/types/components/ButtonOutline/style.d.ts +1 -0
- package/types/components/ButtonOutline/type.d.ts +8 -0
- package/types/components/Chart/Chart.d.ts +4 -0
- package/types/components/Chart/helpers.d.ts +1 -0
- package/types/components/Chart/style.d.ts +6 -0
- package/types/components/Chart/type.d.ts +13 -0
- package/types/components/ChartMedium/ChartMedium.d.ts +4 -0
- package/types/components/ChartMedium/helpers.d.ts +1 -0
- package/types/components/ChartMedium/style.d.ts +6 -0
- package/types/components/ChartMedium/type.d.ts +13 -0
- package/types/components/ChartSmall/ChartSmall.d.ts +4 -0
- package/types/components/ChartSmall/helpers.d.ts +1 -0
- package/types/components/ChartSmall/style.d.ts +6 -0
- package/types/components/ChartSmall/type.d.ts +13 -0
- package/types/components/CookieConsent/CookieConsent.d.ts +4 -0
- package/types/components/CookieConsent/style.d.ts +6 -0
- package/types/components/CookieConsent/type.d.ts +5 -0
- package/types/components/CountrySelector/CountrySelector.d.ts +4 -0
- package/types/components/CountrySelector/style.d.ts +7 -0
- package/types/components/CountrySelector/type.d.ts +15 -0
- package/types/components/CurrencyPairs/CurrencyPairsTable.d.ts +4 -0
- package/types/components/CurrencyPairs/style.d.ts +4 -0
- package/types/components/CurrencyPairs/type.d.ts +19 -0
- package/types/components/DataTable/style.d.ts +1 -0
- package/types/components/DataTable/type.d.ts +68 -0
- package/types/components/DatePicker/DatePicker.d.ts +4 -0
- package/types/components/DatePicker/style.d.ts +4 -0
- package/types/components/DatePicker/type.d.ts +8 -0
- package/types/components/DatePickerOld/style.d.ts +12 -0
- package/types/components/DatePickerOld/type.d.ts +63 -0
- package/types/components/DateRangePicker/style.d.ts +5 -0
- package/types/components/DateRangePicker/type.d.ts +9 -0
- package/types/components/DisplayField/style.d.ts +1 -0
- package/types/components/DisplayField/type.d.ts +4 -0
- package/types/components/DropdownList/DropdownList.d.ts +4 -0
- package/types/components/DropdownList/style.d.ts +7 -0
- package/types/components/DropdownList/type.d.ts +15 -0
- package/types/components/Dropshadows/DropShadows.d.ts +4 -0
- package/types/components/Dropshadows/style.d.ts +1 -0
- package/types/components/Dropshadows/type.d.ts +4 -0
- package/types/components/EditUserContent/helpers.d.ts +1 -0
- package/types/components/EditUserContent/request.d.ts +10 -0
- package/types/components/ExchangeRates/ExchangeRates.d.ts +4 -0
- package/types/components/ExchangeRates/style.d.ts +3 -0
- package/types/components/ExchangeRates/type.d.ts +11 -0
- package/types/components/Footer/Footer.d.ts +3 -0
- package/types/components/Footer/style.d.ts +6 -0
- package/types/components/Header/type.d.ts +10 -0
- package/types/components/Indices/Indices.d.ts +4 -0
- package/types/components/Indices/style.d.ts +5 -0
- package/types/components/Indices/type.d.ts +9 -0
- package/types/components/LPRequestTable/LPRequestTable.d.ts +4 -0
- package/types/components/LPRequestTable/helpers.d.ts +1 -0
- package/types/components/LPRequestTable/style.d.ts +4 -0
- package/types/components/LPRequestTable/type.d.ts +29 -0
- package/types/components/LPSideNav/LPSideNav.d.ts +9 -0
- package/types/components/LPSideNav/style.d.ts +7 -0
- package/types/components/LPSideNav/type.d.ts +18 -0
- package/types/components/LPTopBar/LPTopBar.d.ts +4 -0
- package/types/components/LPTopBar/style.d.ts +19 -0
- package/types/components/LPTopBar/type.d.ts +19 -0
- package/types/components/LoadingShimmer/LoadingShimmer.d.ts +4 -0
- package/types/components/LoadingShimmer/style.d.ts +2 -0
- package/types/components/LoadingShimmer/type.d.ts +5 -0
- package/types/components/LoadingSpinner/LoadingSpinner.d.ts +7 -0
- package/types/components/MarketData/MarketData.d.ts +4 -0
- package/types/components/MarketData/style.d.ts +8 -0
- package/types/components/MarketData/type.d.ts +9 -0
- package/types/components/MarketMovers/MarketMovers.d.ts +4 -0
- package/types/components/MarketMovers/style.d.ts +5 -0
- package/types/components/MarketMovers/type.d.ts +12 -0
- package/types/components/MenuBar/MenuBar.d.ts +4 -0
- package/types/components/MenuBar/style.d.ts +2 -0
- package/types/components/MenuBar/type.d.ts +8 -0
- package/types/components/NewsCard/NewsCard.d.ts +4 -0
- package/types/components/NewsCard/style.d.ts +6 -0
- package/types/components/NewsCard/type.d.ts +10 -0
- package/types/components/NewsFilterBar/NewsFilterBar.d.ts +4 -0
- package/types/components/NewsFilterBar/style.d.ts +2 -0
- package/types/components/NewsFilterBar/type.d.ts +13 -0
- package/types/components/NewsSourceTag/NewsSourceTag.d.ts +4 -0
- package/types/components/NewsSourceTag/style.d.ts +1 -0
- package/types/components/NewsSourceTag/type.d.ts +5 -0
- package/types/components/NewsTitleBar/NewsTitleBar.d.ts +4 -0
- package/types/components/NewsTitleBar/style.d.ts +1 -0
- package/types/components/NewsTitleBar/type.d.ts +4 -0
- package/types/components/OffersCard/helpers.d.ts +1 -0
- package/types/components/OffersCard/style.d.ts +13 -0
- package/types/components/OffersCard/type.d.ts +28 -0
- package/types/components/Pagination/index.d.ts +9 -0
- package/types/components/Pagination/style.d.ts +2 -0
- package/types/components/PasswordField/PasswordField.d.ts +4 -0
- package/types/components/PasswordField/style.d.ts +5 -0
- package/types/components/PasswordField/type.d.ts +7 -0
- package/types/components/PaymentMethodsTable/PaymentMethods.d.ts +4 -0
- package/types/components/PaymentMethodsTable/style.d.ts +4 -0
- package/types/components/PaymentMethodsTable/type.d.ts +15 -0
- package/types/components/PopupModal/style.d.ts +5 -0
- package/types/components/PopupModal/type.d.ts +9 -0
- package/types/components/ProvidersContent/request.d.ts +10 -0
- package/types/components/ProvidersTable/ProvidersTable.d.ts +4 -0
- package/types/components/ProvidersTable/style.d.ts +4 -0
- package/types/components/ProvidersTable/type.d.ts +18 -0
- package/types/components/RateHistory/RateHistory.d.ts +4 -0
- package/types/components/RateHistory/style.d.ts +6 -0
- package/types/components/RateHistory/type.d.ts +12 -0
- package/types/components/ReportsTable/helpers.d.ts +1 -0
- package/types/components/ReportsTable/style.d.ts +4 -0
- package/types/components/ReportsTable/type.d.ts +24 -0
- package/types/components/RequestForm/RequestForm.d.ts +4 -0
- package/types/components/RequestForm/style.d.ts +2 -0
- package/types/components/RequestForm/type.d.ts +18 -0
- package/types/components/Ribbon/Ribbon.d.ts +4 -0
- package/types/components/Ribbon/style.d.ts +2 -0
- package/types/components/Ribbon/type.d.ts +7 -0
- package/types/components/SSXBar/style.d.ts +1 -0
- package/types/components/SearchBar/SearchBar.d.ts +4 -0
- package/types/components/SearchBar/style.d.ts +3 -0
- package/types/components/SearchBar/type.d.ts +5 -0
- package/types/components/SearchResultsBar/SearchResultsBar.d.ts +4 -0
- package/types/components/SearchResultsBar/style.d.ts +1 -0
- package/types/components/SearchResultsBar/type.d.ts +5 -0
- package/types/components/SideModal/SideModal.d.ts +4 -0
- package/types/components/SideModal/style.d.ts +6 -0
- package/types/components/SideModal/type.d.ts +8 -0
- package/types/components/SmallNewsCard/SmallNewsCard.d.ts +4 -0
- package/types/components/SmallNewsCard/style.d.ts +5 -0
- package/types/components/SmallNewsCard/type.d.ts +9 -0
- package/types/components/StatusBadge/StatusBadge.d.ts +4 -0
- package/types/components/StatusBadge/style.d.ts +1 -0
- package/types/components/StatusBadge/type.d.ts +5 -0
- package/types/components/StocksTicker/StocksTicker.d.ts +4 -0
- package/types/components/StocksTicker/style.d.ts +2 -0
- package/types/components/StocksTicker/type.d.ts +10 -0
- package/types/components/SystemConfigTable/SystemConfigTable.d.ts +4 -0
- package/types/components/SystemConfigTable/style.d.ts +4 -0
- package/types/components/SystemConfigTable/type.d.ts +10 -0
- package/types/components/Tab/Tab.d.ts +4 -0
- package/types/components/Tab/style.d.ts +3 -0
- package/types/components/Tab/type.d.ts +11 -0
- package/types/components/Table/helpers.d.ts +6 -0
- package/types/components/Table/index.d.ts +1 -0
- package/types/components/Table/style.d.ts +1 -0
- package/types/components/Table/table.d.ts +4 -0
- package/types/components/Table/type.d.ts +71 -0
- package/types/components/TextArea/TextArea.d.ts +4 -0
- package/types/components/TextArea/style.d.ts +4 -0
- package/types/components/TextArea/type.d.ts +7 -0
- package/types/components/TextField/TextField.d.ts +4 -0
- package/types/components/TextField/style.d.ts +4 -0
- package/types/components/TextField/type.d.ts +7 -0
- package/types/components/TransactionDetails/TransactionDetails.d.ts +4 -0
- package/types/components/TransactionDetails/helpers.d.ts +1 -0
- package/types/components/TransactionDetails/style.d.ts +2 -0
- package/types/components/TransactionDetails/type.d.ts +17 -0
- package/types/components/TransactionDetailsWithPayment/TransactionDetailsWithPayment.d.ts +4 -0
- package/types/components/TransactionDetailsWithPayment/style.d.ts +2 -0
- package/types/components/TransactionDetailsWithPayment/type.d.ts +24 -0
- package/types/components/UpdateUserActions/UpdateUserActions.d.ts +4 -0
- package/types/components/UpdateUserActions/style.d.ts +5 -0
- package/types/components/UpdateUserActions/type.d.ts +16 -0
- package/types/components/UserActions/UserActions.d.ts +4 -0
- package/types/components/UserActions/style.d.ts +5 -0
- package/types/components/UserActions/type.d.ts +20 -0
- package/types/components/UserRolesTable/UserRolesTable.d.ts +4 -0
- package/types/components/UserRolesTable/style.d.ts +4 -0
- package/types/components/UserRolesTable/type.d.ts +13 -0
- package/types/components/UsersTable/UsersTable.d.ts +4 -0
- package/types/components/UsersTable/style.d.ts +4 -0
- package/types/components/UsersTable/type.d.ts +12 -0
- package/types/components/WidgetTitle/WidgetTitle.d.ts +4 -0
- package/types/components/WidgetTitle/style.d.ts +1 -0
- package/types/components/WidgetTitle/type.d.ts +4 -0
- package/types/components/index.d.ts +60 -0
- package/types/index.d.ts +1 -0
- package/types/theme.d.ts +58 -0
- package/types/utils.d.ts +7 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface UpdateUserActionsProps {
|
|
2
|
+
availableOptions: {
|
|
3
|
+
optionName: string;
|
|
4
|
+
optionId: string;
|
|
5
|
+
}[];
|
|
6
|
+
currentOptions: {
|
|
7
|
+
optionName: string;
|
|
8
|
+
optionId: string;
|
|
9
|
+
}[];
|
|
10
|
+
titleAvailable?: string;
|
|
11
|
+
titleCurrent?: string;
|
|
12
|
+
selOptions: (a: {
|
|
13
|
+
added: [];
|
|
14
|
+
removed: [];
|
|
15
|
+
}) => void;
|
|
16
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const ActionsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const ActionsListContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const ActionItem: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export declare const NoActionsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface UserActionsProps {
|
|
2
|
+
availableOptions: {
|
|
3
|
+
optionName: string;
|
|
4
|
+
optionId: string;
|
|
5
|
+
}[];
|
|
6
|
+
currentOptions: {
|
|
7
|
+
optionName: string;
|
|
8
|
+
optionId: string;
|
|
9
|
+
}[];
|
|
10
|
+
supplementaryOptions: {
|
|
11
|
+
optionName: string;
|
|
12
|
+
optionId: string;
|
|
13
|
+
}[];
|
|
14
|
+
titleAvailable?: string;
|
|
15
|
+
titleCurrent?: string;
|
|
16
|
+
selOptions: (a: {
|
|
17
|
+
added: [];
|
|
18
|
+
removed: [];
|
|
19
|
+
}) => void;
|
|
20
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const TableContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const Table: import("styled-components").StyledComponent<"table", any, {}, never>;
|
|
3
|
+
export declare const NothingContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const NothingContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const TableContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const Table: import("styled-components").StyledComponent<"table", any, {}, never>;
|
|
3
|
+
export declare const NothingContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
|
+
export declare const NothingContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const WidgetTitleContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export { default as Button } from './Button/Button';
|
|
2
|
+
export { default as ActionFailed } from './ActionFailed/ActionFailed';
|
|
3
|
+
export { default as ActionSuccess } from './ActionSuccess/ActionSuccess';
|
|
4
|
+
export { default as AppActionsTable } from './AppActionsTable/AppActionsTable';
|
|
5
|
+
export { default as AppFormsTable } from './AppFormsTable/AppFormsTable';
|
|
6
|
+
export { default as AppModulesTable } from './AppModulesTable/AppModulesTable';
|
|
7
|
+
export { default as AuditLog } from './AuditLog/AuditLog';
|
|
8
|
+
export { default as BankAccounts } from './BankAccounts/BankAccounts';
|
|
9
|
+
export { default as BankSelector } from './BankSelector/BankSelector';
|
|
10
|
+
export { default as BreadcrumbBar } from './BreadcrumbBar/BreadcrumbBar';
|
|
11
|
+
export { default as BrokersTable } from './BrokersTable/BrokersTable';
|
|
12
|
+
export { default as ButtonOutline } from './ButtonOutline/OutlineButton';
|
|
13
|
+
export { default as Chart } from './Chart/Chart';
|
|
14
|
+
export { default as ChartMedium } from './ChartMedium/ChartMedium';
|
|
15
|
+
export { default as ChartSmall } from './ChartSmall/ChartSmall';
|
|
16
|
+
export { default as CookieConsent } from './CookieConsent/CookieConsent';
|
|
17
|
+
export { default as CountrySelector } from './CountrySelector/CountrySelector';
|
|
18
|
+
export { default as CurrrencyPairs } from './CurrencyPairs/CurrencyPairsTable';
|
|
19
|
+
export { default as DatePicker } from './DatePicker/DatePicker';
|
|
20
|
+
export { default as DropdownList } from './DropdownList/DropdownList';
|
|
21
|
+
export { default as Dropshadows } from './Dropshadows/DropShadows';
|
|
22
|
+
export { default as ExchangeRates } from './ExchangeRates/ExchangeRates';
|
|
23
|
+
export { default as Footer } from './Footer/Footer';
|
|
24
|
+
export { default as Indices } from './Indices/Indices';
|
|
25
|
+
export { default as LoadingShimmer } from './LoadingShimmer/LoadingShimmer';
|
|
26
|
+
export { default as LoadingSpinner } from './LoadingSpinner/LoadingSpinner';
|
|
27
|
+
export { default as LPRequestTable } from './LPRequestTable/LPRequestTable';
|
|
28
|
+
export { default as LPSideNav } from './LPSideNav/LPSideNav';
|
|
29
|
+
export { default as LPTopBar } from './LPTopBar/LPTopBar';
|
|
30
|
+
export { default as MarketData } from './MarketData/MarketData';
|
|
31
|
+
export { default as MarketMovers } from './MarketMovers/MarketMovers';
|
|
32
|
+
export { default as MenuBar } from './MenuBar/MenuBar';
|
|
33
|
+
export { default as NewsCard } from './NewsCard/NewsCard';
|
|
34
|
+
export { default as NewsFilterBar } from './NewsFilterBar/NewsFilterBar';
|
|
35
|
+
export { default as NewsSourceTag } from './NewsSourceTag/NewsSourceTag';
|
|
36
|
+
export { default as NewsTitleBar } from './NewsTitleBar/NewsTitleBar';
|
|
37
|
+
export { default as PasswordField } from './PasswordField/PasswordField';
|
|
38
|
+
export { default as PaymentMethodsTable } from './PaymentMethodsTable/PaymentMethods';
|
|
39
|
+
export { default as ProvidersTable } from './ProvidersTable/ProvidersTable';
|
|
40
|
+
export { default as RateHistory } from './RateHistory/RateHistory';
|
|
41
|
+
export { default as RequestForm } from './RequestForm/RequestForm';
|
|
42
|
+
export { default as Ribbon } from './Ribbon/Ribbon';
|
|
43
|
+
export { default as SearchBar } from './SearchBar/SearchBar';
|
|
44
|
+
export { default as SearchResultsBar } from './SearchResultsBar/SearchResultsBar';
|
|
45
|
+
export { default as SideModal } from './SideModal/SideModal';
|
|
46
|
+
export { default as SmallNewsCard } from './SmallNewsCard/SmallNewsCard';
|
|
47
|
+
export { default as StatusBadge } from './StatusBadge/StatusBadge';
|
|
48
|
+
export { default as StocksTicker } from './StocksTicker/StocksTicker';
|
|
49
|
+
export { default as SystemConfigTable } from './SystemConfigTable/SystemConfigTable';
|
|
50
|
+
export { default as Tab } from './Tab/Tab';
|
|
51
|
+
export { SDatatable as Table } from './Table';
|
|
52
|
+
export { default as TextArea } from './TextArea/TextArea';
|
|
53
|
+
export { default as TextField } from './TextField/TextField';
|
|
54
|
+
export { default as TransactionDetails } from './TransactionDetails/TransactionDetails';
|
|
55
|
+
export { default as TransactionDetailsWithPayment } from './TransactionDetailsWithPayment/TransactionDetailsWithPayment';
|
|
56
|
+
export { default as UpdateUserActions } from './UpdateUserActions/UpdateUserActions';
|
|
57
|
+
export { default as UserActions } from './UserActions/UserActions';
|
|
58
|
+
export { default as UserRolesTable } from './UserRolesTable/UserRolesTable';
|
|
59
|
+
export { default as UsersTable } from './UsersTable/UsersTable';
|
|
60
|
+
export { default as WidgetTitle } from './WidgetTitle/WidgetTitle';
|
package/types/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components';
|
package/types/theme.d.ts
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
declare const theme: {
|
|
2
|
+
colors: {
|
|
3
|
+
white: string;
|
|
4
|
+
black: string;
|
|
5
|
+
'black-100': string;
|
|
6
|
+
'neutral-50': string;
|
|
7
|
+
'neutral-100': string;
|
|
8
|
+
'neutral-200': string;
|
|
9
|
+
'neutral-300': string;
|
|
10
|
+
'neutral-400': string;
|
|
11
|
+
'neutral-500': string;
|
|
12
|
+
'neutral-600': string;
|
|
13
|
+
'neutral-700': string;
|
|
14
|
+
'neutral-800': string;
|
|
15
|
+
'neutral-900': string;
|
|
16
|
+
'primary-50': string;
|
|
17
|
+
'primary-100': string;
|
|
18
|
+
'primary-200': string;
|
|
19
|
+
'primary-300': string;
|
|
20
|
+
'primary-400': string;
|
|
21
|
+
'primary-500': string;
|
|
22
|
+
'primary-600': string;
|
|
23
|
+
'primary-700': string;
|
|
24
|
+
'primary-800': string;
|
|
25
|
+
'primary-900': string;
|
|
26
|
+
'success-50': string;
|
|
27
|
+
'success-100': string;
|
|
28
|
+
'success-200': string;
|
|
29
|
+
'success-300': string;
|
|
30
|
+
'success-400': string;
|
|
31
|
+
'success-500': string;
|
|
32
|
+
'success-600': string;
|
|
33
|
+
'success-700': string;
|
|
34
|
+
'success-800': string;
|
|
35
|
+
'success-900': string;
|
|
36
|
+
'warning-50': string;
|
|
37
|
+
'warning-100': string;
|
|
38
|
+
'warning-200': string;
|
|
39
|
+
'warning-300': string;
|
|
40
|
+
'warning-400': string;
|
|
41
|
+
'warning-500': string;
|
|
42
|
+
'warning-600': string;
|
|
43
|
+
'warning-700': string;
|
|
44
|
+
'warning-800': string;
|
|
45
|
+
'warning-900': string;
|
|
46
|
+
'error-50': string;
|
|
47
|
+
'error-100': string;
|
|
48
|
+
'error-200': string;
|
|
49
|
+
'error-300': string;
|
|
50
|
+
'error-400': string;
|
|
51
|
+
'error-500': string;
|
|
52
|
+
'error-600': string;
|
|
53
|
+
'error-700': string;
|
|
54
|
+
'error-800': string;
|
|
55
|
+
'error-900': string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
export default theme;
|