@public-ui/themes 3.0.7-d0e38f2b24188b03316351f07d939c4524a2fd81.0 → 3.0.7-rc.0
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/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -975,15 +975,15 @@ function requireEasyBem () {
|
|
|
975
975
|
}
|
|
976
976
|
|
|
977
977
|
var easyBemExports = requireEasyBem();
|
|
978
|
-
var
|
|
978
|
+
var a = /*@__PURE__*/getDefaultExportFromCjs(easyBemExports);
|
|
979
979
|
|
|
980
|
-
function
|
|
980
|
+
function c(){const e=new Map,n=(t,o,r)=>{try{return e.get(t)(o,r)}catch{return e.set(t,a(t)).get(t)(o,r)}};return n.forBlock=t=>{const o=(r,s)=>n(t,r,s);return o.forElement=r=>s=>n(t,r,s),o},n}
|
|
981
981
|
|
|
982
982
|
/*!
|
|
983
983
|
* KoliBri - The accessible HTML-Standard
|
|
984
984
|
*/
|
|
985
985
|
|
|
986
|
-
const bem$1 =
|
|
986
|
+
const bem$1 = c();
|
|
987
987
|
bem$1('kol-alert', 'closer');
|
|
988
988
|
bem$1('kol-alert', 'content');
|
|
989
989
|
bem$1('kol-alert', 'icon');
|
|
@@ -992,7 +992,7 @@ bem$1('kol-alert', 'icon');
|
|
|
992
992
|
* KoliBri - The accessible HTML-Standard
|
|
993
993
|
*/
|
|
994
994
|
|
|
995
|
-
const bem =
|
|
995
|
+
const bem = c();
|
|
996
996
|
bem('kol-icon');
|
|
997
997
|
bem('kol-icon', 'icon');
|
|
998
998
|
|