Comparing version 0.0.1-rc.5 to 0.0.1-rc.6
@@ -43,3 +43,2 @@ import * as __WEBPACK_EXTERNAL_MODULE__translations_index_js_8dbce45e__ from "./translations/index.js"; | ||
translationConfig: __WEBPACK_EXTERNAL_MODULE__translations_index_js_8dbce45e__.defaultTranslationConfig, | ||
noStyle: false, | ||
includeNonDisplayedConsents: false, | ||
@@ -60,3 +59,2 @@ consentTypes: __WEBPACK_EXTERNAL_MODULE__types_index_js_63ede62f__.consentTypes, | ||
setTranslationConfig: ()=>{}, | ||
setNoStyle: ()=>{}, | ||
clearAllData: ()=>{}, | ||
@@ -63,0 +61,0 @@ updateConsentMode: ()=>{}, |
@@ -155,7 +155,2 @@ import * as __WEBPACK_EXTERNAL_MODULE_zustand_vanilla_8a8e4ffb__ from "zustand/vanilla"; | ||
}); | ||
}, | ||
setNoStyle: (noStyle)=>{ | ||
set({ | ||
noStyle | ||
}); | ||
} | ||
@@ -162,0 +157,0 @@ })); |
@@ -60,4 +60,2 @@ /** | ||
translationConfig: TranslationConfig; | ||
/** Whether to disable all default styling */ | ||
noStyle?: boolean; | ||
/** | ||
@@ -68,7 +66,2 @@ * Updates the translation configuration. | ||
setTranslationConfig: (config: TranslationConfig) => void; | ||
/** | ||
* Updates the noStyle setting. | ||
* @param noStyle - Whether to disable default styling | ||
*/ | ||
setNoStyle: (noStyle: boolean) => void; | ||
/** Whether to include non-displayed consents in operations */ | ||
@@ -75,0 +68,0 @@ includeNonDisplayedConsents: boolean; |
{ | ||
"name": "c15t", | ||
"version": "0.0.1-rc.5", | ||
"version": "0.0.1-rc.6", | ||
"type": "module", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.cjs", | ||
"devDependencies": { | ||
"happy-dom": "^17.1.0", | ||
"happy-dom": "^17.1.4", | ||
"@c15t/typescript-config": "0.0.1-beta.1" | ||
@@ -20,0 +20,0 @@ }, |
<div align="center"> | ||
<img src="https://koroflow.com/logo-icon.png" alt="Koroflow Logo" width="64" height="64" /> | ||
<img src="https://c15t.com/logo-icon.png" alt="c15t Logo" width="64" height="64" /> | ||
<h1>c15t</h1> | ||
<p>Transform privacy consent from a compliance checkbox into a fully observable system</p> | ||
[](https://github.com/koroflow/consent-management) | ||
[](https://github.com/koroflow/consent-management/actions/workflows/ci.yml) | ||
[](https://github.com/c15t/c15t) | ||
[](https://github.com/c15t/c15t/actions/workflows/ci.yml) | ||
[](LICENSE) | ||
[](https://discord.gg/koroflow) | ||
[](https://c15t.com/discord) | ||
</div> | ||
@@ -28,2 +28,2 @@ | ||
[GNU General Public License v3.0](https://github.com/koroflow/consent-management/blob/main/LICENSE) | ||
[GNU General Public License v3.0](https://github.com/c15t/c15t/blob/main/LICENSE) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
164121
2950