udp-react-stencil-component-library 26.0.0-beta.37 → 26.0.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.
@@ -3,7 +3,7 @@ import { UdpFluentTablist } from "udp-stencil-component-library/dist/components/
3
3
 
4
4
  //#region lib/udp-fluent-tablist.d.ts
5
5
  type UdpFluentTablistEvents = {
6
- onTabChange: EventName<CustomEvent<string>>;
6
+ onTabChange: EventName<CustomEvent<string | number>>;
7
7
  };
8
8
  declare const UdpFluentTablist$1: StencilReactComponent<UdpFluentTablist, UdpFluentTablistEvents>;
9
9
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"udp-fluent-tablist.mjs","names":["UdpFluentTablist","UdpFluentTablistElement","defineUdpFluentTablist"],"sources":["../../lib/udp-fluent-tablist.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 { UdpFluentTablist as UdpFluentTablistElement, defineCustomElement as defineUdpFluentTablist } from \"@univerus/udp-stencil-component-library/dist/components/udp-fluent-tablist.js\";\nimport React from 'react';\n\nexport type UdpFluentTablistEvents = { onTabChange: EventName<CustomEvent<string>> };\n\nexport const UdpFluentTablist: StencilReactComponent<UdpFluentTablistElement, UdpFluentTablistEvents> = /*@__PURE__*/ createComponent<UdpFluentTablistElement, UdpFluentTablistEvents>({\n tagName: 'udp-fluent-tablist',\n elementClass: UdpFluentTablistElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: { onTabChange: 'tabChange' } as UdpFluentTablistEvents,\n defineCustomElement: defineUdpFluentTablist\n});\n"],"mappings":";;;;;AAgBA,MAAaA,qBAAyG,gCAAiE;CACnL,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ,EAAE,aAAa,aAAa;CACfC;CACxB,CAAC"}
1
+ {"version":3,"file":"udp-fluent-tablist.mjs","names":["UdpFluentTablist","UdpFluentTablistElement","defineUdpFluentTablist"],"sources":["../../lib/udp-fluent-tablist.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 { UdpFluentTablist as UdpFluentTablistElement, defineCustomElement as defineUdpFluentTablist } from \"@univerus/udp-stencil-component-library/dist/components/udp-fluent-tablist.js\";\nimport React from 'react';\n\nexport type UdpFluentTablistEvents = { onTabChange: EventName<CustomEvent<string | number>> };\n\nexport const UdpFluentTablist: StencilReactComponent<UdpFluentTablistElement, UdpFluentTablistEvents> = /*@__PURE__*/ createComponent<UdpFluentTablistElement, UdpFluentTablistEvents>({\n tagName: 'udp-fluent-tablist',\n elementClass: UdpFluentTablistElement,\n // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.\n react: React,\n events: { onTabChange: 'tabChange' } as UdpFluentTablistEvents,\n defineCustomElement: defineUdpFluentTablist\n});\n"],"mappings":";;;;;AAgBA,MAAaA,qBAAyG,gCAAiE;CACnL,SAAS;CACT,cAAcC;CAEd,OAAO;CACP,QAAQ,EAAE,aAAa,aAAa;CACfC;CACxB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "udp-react-stencil-component-library",
3
- "version": "26.0.0-beta.37",
3
+ "version": "26.0.0",
4
4
  "description": "Unity React Wrapped Stencil Components",
5
5
  "source": "src/index.ts",
6
6
  "type": "module",
@@ -250,7 +250,7 @@
250
250
  },
251
251
  "dependencies": {
252
252
  "@stencil/react-output-target": "^1.2.0",
253
- "udp-stencil-component-library": "^26.0.0-beta.37",
253
+ "udp-stencil-component-library": "^26.0.0",
254
254
  "react": "^18.2.0"
255
255
  }
256
256
  }