Theme: accordion and card

This commit is contained in:
mertsincan 2024-01-02 21:58:32 +00:00
parent 684823f5a4
commit 239ed71cd7
9 changed files with 300 additions and 6 deletions

View file

@ -3,7 +3,7 @@ import SharedUtils from './sharedUtils';
const VARIABLE = {
PREFIX: 'p',
SELECTOR: ':root',
EXCLUDED_KEY_REGEX: /^(primitive|semantic|light|common)$/gi
EXCLUDED_KEY_REGEX: /^(primitive|semantic|light|common|root|states)$/gi
};
export default function (theme, options = {}) {