@gem-sdk/components 5.0.0 → 5.0.3
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var core=require("@gem-sdk/core");const getCodeClasses=(e,s,o)=>core.composeClasses(core.cls(e,{"gp-sr-only":s},"gp-
|
|
1
|
+
"use strict";var core=require("@gem-sdk/core");const getCodeClasses=(e,s,o)=>core.composeClasses(core.cls(e,{"gp-sr-only":s},"gp-custom-code",o));exports.getCodeClasses=getCodeClasses;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{composeClasses as e,cls as o}from"@gem-sdk/core";let getCodeClasses=(s,
|
|
1
|
+
import{composeClasses as e,cls as o}from"@gem-sdk/core";let getCodeClasses=(s,t,g)=>e(o(s,{"gp-sr-only":t},"gp-custom-code",g));export{getCodeClasses};
|