@abgov/web-components 1.38.0-alpha.3 → 1.38.0-alpha.5
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/index.js +5 -5
- package/package.json +1 -6
package/index.js
CHANGED
|
@@ -23592,7 +23592,7 @@ class x3 extends pe {
|
|
|
23592
23592
|
}
|
|
23593
23593
|
customElements.define("goa-pagination", be(x3, { pagenumber: {}, itemcount: {}, perpagecount: {}, variant: {}, testid: {}, mt: {}, mr: {}, mb: {}, ml: {} }, [], [], !0));
|
|
23594
23594
|
function j3(t) {
|
|
23595
|
-
ke(t, "svelte-
|
|
23595
|
+
ke(t, "svelte-1yqnsyg", ":host{box-sizing:border-box;font-family:var(--goa-font-family-sans);font:var(--goa-typography-body-m);display:inline;align-items:center;height:100%;position:relative}.popover-target.svelte-1yqnsyg{cursor:pointer;display:block;height:100%;outline:none;border:none;padding:0;background-color:transparent;width:inherit}.popover-target.svelte-1yqnsyg:has(:focus-visible){outline:var(--goa-popover-border-focus)}.popover-content.svelte-1yqnsyg{color:var(--goa-color-text-default);position:absolute;z-index:99;width:-moz-fit-content;width:fit-content;list-style-type:none;background:var(--goa-popover-color-bg);border-radius:var(--goa-popover-border-radius);outline:none;overflow:visible;filter:var(--goa-popover-shadow);margin-top:var(--offset-top, 3px);margin-bottom:var(--offset-bottom, 3px);margin-left:var(--offset-left, 0);margin-right:var(--offset-right, 0)}::slotted(ul){display:block;padding:0;margin:0;list-style-type:none;line-height:2rem}");
|
|
23596
23596
|
}
|
|
23597
23597
|
const M3 = (t) => ({}), bl = (t) => ({});
|
|
23598
23598
|
function E3(t) {
|
|
@@ -23618,13 +23618,13 @@ function E3(t) {
|
|
|
23618
23618
|
);
|
|
23619
23619
|
return {
|
|
23620
23620
|
c() {
|
|
23621
|
-
e = y("div"), i = y("button"), v && v.c(), n = W(), o = y("div"), l = y("section"), r = y("goa-focus-trap"), s = y("div"), x && x.c(), d(i, "class", "popover-target svelte-
|
|
23621
|
+
e = y("div"), i = y("button"), v && v.c(), n = W(), o = y("div"), l = y("section"), r = y("goa-focus-trap"), s = y("div"), x && x.c(), d(i, "class", "popover-target svelte-1yqnsyg"), d(
|
|
23622
23622
|
i,
|
|
23623
23623
|
"tabindex",
|
|
23624
23624
|
/*tabindex*/
|
|
23625
23625
|
t[6]
|
|
23626
23626
|
), d(i, "data-testid", "popover-target"), p(r, "open", "true"), p(r, "prevent-scroll-into-view", a = /*preventScrollIntoView*/
|
|
23627
|
-
t[5] || void 0), d(l, "data-testid", "popover-content"), d(l, "class", "popover-content svelte-
|
|
23627
|
+
t[5] || void 0), d(l, "data-testid", "popover-content"), d(l, "class", "popover-content svelte-1yqnsyg"), d(l, "style", u = Qe(
|
|
23628
23628
|
je(
|
|
23629
23629
|
"width",
|
|
23630
23630
|
/*width*/
|
|
@@ -24852,10 +24852,10 @@ function F3(t, e, i) {
|
|
|
24852
24852
|
const [r, s] = Pe("Radio group orientation", ["vertical", "horizontal"]);
|
|
24853
24853
|
let { name: a } = e, { value: u } = e, { orientation: c = "vertical" } = e, { disabled: f = "false" } = e, { error: g = "false" } = e, { testid: h = "" } = e, { arialabel: m = "" } = e, { mt: b = null } = e, { mr: _ = null } = e, { mb: v = null } = e, { ml: C = null } = e, x = xe(g), z = x, j, M = [], L;
|
|
24854
24854
|
ze(async () => {
|
|
24855
|
-
j.addEventListener("_radioItemChange", (R) => {
|
|
24855
|
+
s(c), await Te(), E(), Z(), H(), j.addEventListener("_radioItemChange", (R) => {
|
|
24856
24856
|
const D = R.detail;
|
|
24857
24857
|
Y(D.value, D.label);
|
|
24858
|
-
})
|
|
24858
|
+
});
|
|
24859
24859
|
});
|
|
24860
24860
|
function E() {
|
|
24861
24861
|
Xe(j, (R, D) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/web-components",
|
|
3
|
-
"version": "1.38.0-alpha.
|
|
3
|
+
"version": "1.38.0-alpha.5",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Government of Alberta - UI Web components",
|
|
6
6
|
"bugs": {
|
|
@@ -22,10 +22,5 @@
|
|
|
22
22
|
"type": "git",
|
|
23
23
|
"url": "https://github.com/GovAlta/ui-components.git",
|
|
24
24
|
"directory": "libs/web-components"
|
|
25
|
-
},
|
|
26
|
-
"peerDependencies": {
|
|
27
|
-
"glob": "10.x",
|
|
28
|
-
"svelte": "4.x",
|
|
29
|
-
"@sveltejs/vite-plugin-svelte": "3.x"
|
|
30
25
|
}
|
|
31
26
|
}
|