udp-react-stencil-component-library 25.18.3-beta.46 → 25.18.3-beta.48

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,2 +1,2 @@
1
- import { n as UdpFluentBadgeEvents, t as UdpFluentBadge } from "../udp-fluent-badge-B_AP4kcp.mjs";
1
+ import { n as UdpFluentBadgeEvents, t as UdpFluentBadge } from "../udp-fluent-badge-D7h_c0-b.mjs";
2
2
  export { UdpFluentBadge, UdpFluentBadgeEvents };
@@ -2,6 +2,6 @@
2
2
 
3
3
 
4
4
  import "udp-stencil-component-library/dist/stencil-library/stencil-library.css";
5
- import { t as UdpFluentBadge } from "../udp-fluent-badge-Cvoy0ZdN.mjs";
5
+ import { t as UdpFluentBadge } from "../udp-fluent-badge-DE94vWkX.mjs";
6
6
 
7
7
  export { UdpFluentBadge };
@@ -122,7 +122,7 @@ import { t as UdpEmptyStateDisplay } from "../udp-empty-state-display-DUWGikq1.m
122
122
  import { t as UdpField } from "../udp-field-DYFfEsLo.mjs";
123
123
  import { t as UdpFlexbox } from "../udp-flexbox-Bt0beh0U.mjs";
124
124
  import { t as UdpFluentAvatar } from "../udp-fluent-avatar-COSUI5pN.mjs";
125
- import { t as UdpFluentBadge } from "../udp-fluent-badge-B_AP4kcp.mjs";
125
+ import { t as UdpFluentBadge } from "../udp-fluent-badge-D7h_c0-b.mjs";
126
126
  import { t as UdpFluentButton } from "../udp-fluent-button-DrNSFQE6.mjs";
127
127
  import { t as UdpFluentCard } from "../udp-fluent-card-CDL8gmf9.mjs";
128
128
  import { t as UdpFluentCheckbox } from "../udp-fluent-checkbox-CBPBOohx.mjs";
@@ -122,7 +122,7 @@ import { t as UdpEmptyStateDisplay } from "../udp-empty-state-display-DtqW_sqm.m
122
122
  import { t as UdpField } from "../udp-field-BX3YHOh-.mjs";
123
123
  import { t as UdpFlexbox } from "../udp-flexbox-BYxZozKP.mjs";
124
124
  import { t as UdpFluentAvatar } from "../udp-fluent-avatar-UKo2oZJr.mjs";
125
- import { t as UdpFluentBadge } from "../udp-fluent-badge-Cvoy0ZdN.mjs";
125
+ import { t as UdpFluentBadge } from "../udp-fluent-badge-DE94vWkX.mjs";
126
126
  import { t as UdpFluentButton } from "../udp-fluent-button-BYb8Fm1K.mjs";
127
127
  import { t as UdpFluentCard } from "../udp-fluent-card-PhoBRtXS.mjs";
128
128
  import { t as UdpFluentCheckbox } from "../udp-fluent-checkbox-DxDJsuLD.mjs";
@@ -122,7 +122,7 @@ import { t as UdpEmptyStateDisplay } from "../udp-empty-state-display-DUWGikq1.m
122
122
  import { t as UdpField } from "../udp-field-DYFfEsLo.mjs";
123
123
  import { t as UdpFlexbox } from "../udp-flexbox-Bt0beh0U.mjs";
124
124
  import { t as UdpFluentAvatar } from "../udp-fluent-avatar-COSUI5pN.mjs";
125
- import { t as UdpFluentBadge } from "../udp-fluent-badge-B_AP4kcp.mjs";
125
+ import { t as UdpFluentBadge } from "../udp-fluent-badge-D7h_c0-b.mjs";
126
126
  import { t as UdpFluentButton } from "../udp-fluent-button-DrNSFQE6.mjs";
127
127
  import { t as UdpFluentCard } from "../udp-fluent-card-CDL8gmf9.mjs";
128
128
  import { t as UdpFluentCheckbox } from "../udp-fluent-checkbox-CBPBOohx.mjs";
@@ -122,7 +122,7 @@ import { t as UdpEmptyStateDisplay } from "../udp-empty-state-display-DtqW_sqm.m
122
122
  import { t as UdpField } from "../udp-field-BX3YHOh-.mjs";
123
123
  import { t as UdpFlexbox } from "../udp-flexbox-BYxZozKP.mjs";
124
124
  import { t as UdpFluentAvatar } from "../udp-fluent-avatar-UKo2oZJr.mjs";
125
- import { t as UdpFluentBadge } from "../udp-fluent-badge-Cvoy0ZdN.mjs";
125
+ import { t as UdpFluentBadge } from "../udp-fluent-badge-DE94vWkX.mjs";
126
126
  import { t as UdpFluentButton } from "../udp-fluent-button-BYb8Fm1K.mjs";
127
127
  import { t as UdpFluentCard } from "../udp-fluent-card-PhoBRtXS.mjs";
128
128
  import { t as UdpFluentCheckbox } from "../udp-fluent-checkbox-DxDJsuLD.mjs";
@@ -1,10 +1,12 @@
1
- import { StencilReactComponent } from "@stencil/react-output-target/runtime";
1
+ import { EventName, StencilReactComponent } from "@stencil/react-output-target/runtime";
2
2
  import { UdpFluentBadge } from "udp-stencil-component-library/dist/components/udp-fluent-badge.js";
3
3
 
4
4
  //#region lib/udp-fluent-badge.d.ts
5
5
 
6
- type UdpFluentBadgeEvents = NonNullable<unknown>;
6
+ type UdpFluentBadgeEvents = {
7
+ onDismiss: EventName<CustomEvent<void>>;
8
+ };
7
9
  declare const UdpFluentBadge$1: StencilReactComponent<UdpFluentBadge, UdpFluentBadgeEvents>;
8
10
  //#endregion
9
11
  export { UdpFluentBadgeEvents as n, UdpFluentBadge$1 as t };
10
- //# sourceMappingURL=udp-fluent-badge-B_AP4kcp.d.mts.map
12
+ //# sourceMappingURL=udp-fluent-badge-D7h_c0-b.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-fluent-badge-D7h_c0-b.d.mts","names":[],"sources":["../lib/udp-fluent-badge.ts"],"sourcesContent":[],"mappings":";;;;;AAgBmD,KAFvC,oBAAA,GAEuC;EAAuB,SAAA,EAF1B,SAE0B,CAFhB,WAEgB,CAAA,IAAA,CAAA,CAAA;CAA7C;AAAqB,cAArC,gBAAqC,EAArB,qBAAqB,CAAC,cAAD,EAAwB,oBAAxB,CAAA"}
@@ -7,10 +7,10 @@ const UdpFluentBadge$1 = /* @__PURE__ */ createComponent({
7
7
  tagName: "udp-fluent-badge",
8
8
  elementClass: UdpFluentBadge,
9
9
  react: React,
10
- events: {},
10
+ events: { onDismiss: "dismiss" },
11
11
  defineCustomElement
12
12
  });
13
13
 
14
14
  //#endregion
15
15
  export { UdpFluentBadge$1 as t };
16
- //# sourceMappingURL=udp-fluent-badge-Cvoy0ZdN.mjs.map
16
+ //# sourceMappingURL=udp-fluent-badge-DE94vWkX.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udp-fluent-badge-DE94vWkX.mjs","names":["UdpFluentBadge: StencilReactComponent<UdpFluentBadgeElement, UdpFluentBadgeEvents>","UdpFluentBadgeElement","defineUdpFluentBadge"],"sources":["../lib/udp-fluent-badge.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\nimport { UdpFluentBadge as UdpFluentBadgeElement, defineCustomElement as defineUdpFluentBadge } from \"udp-stencil-component-library/dist/components/udp-fluent-badge.js\";\n\nexport type UdpFluentBadgeEvents = { onDismiss: EventName<CustomEvent<void>> };\n\nexport const UdpFluentBadge: StencilReactComponent<UdpFluentBadgeElement, UdpFluentBadgeEvents> = /*@__PURE__*/ createComponent<UdpFluentBadgeElement, UdpFluentBadgeEvents>({\n tagName: 'udp-fluent-badge',\n elementClass: UdpFluentBadgeElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: { onDismiss: 'dismiss' } as UdpFluentBadgeEvents,\n defineCustomElement: defineUdpFluentBadge\n});\n"],"mappings":";;;;;AAgBA,MAAaA,mBAAmG,gCAA6D;CACzK,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ,EAAE,WAAW,WAAW;CACXC;CACxB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "udp-react-stencil-component-library",
3
- "version": "25.18.3-beta.46",
3
+ "version": "25.18.3-beta.48",
4
4
  "description": "Unity React Wrapped Stencil Components",
5
5
  "module": "dist/index.js",
6
6
  "source": "src/index.ts",
@@ -47,7 +47,7 @@
47
47
  "dependencies": {
48
48
  "@stencil/react-output-target": "^1.2.0",
49
49
  "react": "^18.2.0",
50
- "udp-stencil-component-library": "25.18.3-beta.46"
50
+ "udp-stencil-component-library": "25.18.3-beta.48"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/node": "^20.12.12",
@@ -1 +0,0 @@
1
- {"version":3,"file":"udp-fluent-badge-B_AP4kcp.d.mts","names":[],"sources":["../lib/udp-fluent-badge.ts"],"sourcesContent":[],"mappings":";;;;;AAgBmD,KAFvC,oBAAA,GAAuB,WAEgB,CAAA,OAAA,CAAA;AAAuB,cAA7D,gBAA6D,EAA7C,qBAA6C,CAAvB,cAAuB,EAAA,oBAAA,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"udp-fluent-badge-Cvoy0ZdN.mjs","names":["UdpFluentBadge: StencilReactComponent<UdpFluentBadgeElement, UdpFluentBadgeEvents>","UdpFluentBadgeElement","defineUdpFluentBadge"],"sources":["../lib/udp-fluent-badge.ts"],"sourcesContent":["'use client';\n\n/**\n * This file was automatically generated by the Stencil React Output Target.\n * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/* eslint-disable */\n\nimport type { StencilReactComponent } from '@stencil/react-output-target/runtime';\nimport { createComponent } from '@stencil/react-output-target/runtime';\nimport React from 'react';\nimport { UdpFluentBadge as UdpFluentBadgeElement, defineCustomElement as defineUdpFluentBadge } from \"udp-stencil-component-library/dist/components/udp-fluent-badge.js\";\n\nexport type UdpFluentBadgeEvents = NonNullable<unknown>;\n\nexport const UdpFluentBadge: StencilReactComponent<UdpFluentBadgeElement, UdpFluentBadgeEvents> = /*@__PURE__*/ createComponent<UdpFluentBadgeElement, UdpFluentBadgeEvents>({\n tagName: 'udp-fluent-badge',\n elementClass: UdpFluentBadgeElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: {} as UdpFluentBadgeEvents,\n defineCustomElement: defineUdpFluentBadge\n});\n"],"mappings":";;;;;AAgBA,MAAaA,mBAAmG,gCAA6D;CACzK,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ,EAAE;CACWC;CACxB,CAAC"}