@public-ui/themes 3.0.6 → 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.mjs CHANGED
@@ -973,15 +973,15 @@ function requireEasyBem () {
973
973
  }
974
974
 
975
975
  var easyBemExports = requireEasyBem();
976
- var r = /*@__PURE__*/getDefaultExportFromCjs(easyBemExports);
976
+ var a = /*@__PURE__*/getDefaultExportFromCjs(easyBemExports);
977
977
 
978
- function s(){const e=new Map;return (t,n,o)=>{try{return e.get(t)(n,o)}catch{return e.set(t,r(t)).get(t)(n,o)}}}
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 = s();
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 = s();
993
+ const bem = c();
994
994
  bem('kol-icon');
995
995
  bem('kol-icon', 'icon');
996
996