@public-ui/theme-default 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 +6 -6
package/dist/index.mjs
CHANGED
|
@@ -973,15 +973,15 @@ function requireEasyBem () {
|
|
|
973
973
|
}
|
|
974
974
|
|
|
975
975
|
var easyBemExports = requireEasyBem();
|
|
976
|
-
var
|
|
976
|
+
var a = /*@__PURE__*/getDefaultExportFromCjs(easyBemExports);
|
|
977
977
|
|
|
978
|
-
function
|
|
978
|
+
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}
|
|
979
979
|
|
|
980
980
|
/*!
|
|
981
981
|
* KoliBri - The accessible HTML-Standard
|
|
982
982
|
*/
|
|
983
983
|
|
|
984
|
-
const bem$1 =
|
|
984
|
+
const bem$1 = c();
|
|
985
985
|
bem$1('kol-alert', 'closer');
|
|
986
986
|
bem$1('kol-alert', 'content');
|
|
987
987
|
bem$1('kol-alert', 'icon');
|
|
@@ -990,7 +990,7 @@ bem$1('kol-alert', 'icon');
|
|
|
990
990
|
* KoliBri - The accessible HTML-Standard
|
|
991
991
|
*/
|
|
992
992
|
|
|
993
|
-
const bem =
|
|
993
|
+
const bem = c();
|
|
994
994
|
bem('kol-icon');
|
|
995
995
|
bem('kol-icon', 'icon');
|
|
996
996
|
|