File tree 1 file changed +0
-2
lines changed 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { root as sap_belize } from '@sap-theming/theming-base-content/content/Base/baseLib/sap_belize/variables.json' ;
2
2
import { root as sap_belize_hcb } from '@sap-theming/theming-base-content/content/Base/baseLib/sap_belize_hcb/variables.json' ;
3
3
import { root as sap_belize_hcw } from '@sap-theming/theming-base-content/content/Base/baseLib/sap_belize_hcw/variables.json' ;
4
- import { root as sap_fiori_3 } from '@sap-theming/theming-base-content/content/Base/baseLib/sap_fiori_3/variables.json' ;
5
4
import { root as sap_fiori_3_dark } from '@sap-theming/theming-base-content/content/Base/baseLib/sap_fiori_3_dark/variables.json' ;
6
5
7
6
const themeMap = window [ '@ui5/webcomponents-react-theming' ] || ( window [ '@ui5/webcomponents-react-theming' ] = new Map ( ) ) ;
8
- themeMap . set ( 'sap_fiori_3' , sap_fiori_3 ) ;
9
7
themeMap . set ( 'sap_fiori_3_dark' , sap_fiori_3_dark ) ;
10
8
themeMap . set ( 'sap_belize' , sap_belize ) ;
11
9
themeMap . set ( 'sap_belize_hcb' , sap_belize_hcb ) ;
You can’t perform that action at this time.
0 commit comments