@designsystem-se/af-react 35.0.2 → 35.1.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/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@designsystem-se/af-react",
3
3
  "author": "Arbetsförmedlingen",
4
- "version": "35.0.2",
4
+ "version": "35.1.0",
5
5
  "description": "React Components for Digi Designsystem",
6
6
  "license": "Apache-2.0",
7
7
  "sideEffect": false,
8
8
  "peerDependencies": {
9
- "@designsystem-se/af": "35.0.2",
9
+ "@designsystem-se/af": "35.1.0",
10
10
  "react": "^19.0.0 || ^18.0.0 || ^17.0.0",
11
11
  "react-dom": "^19.0.0 || ^18.0.0 || ^17.0.0"
12
12
  },
@@ -239,7 +239,6 @@ import { DigiInfoCard as DigiInfoCardElement } from "@designsystem-se/af/compone
239
239
  import { DigiLayoutBlock as DigiLayoutBlockElement } from "@designsystem-se/af/components/digi-layout-block.js";
240
240
  import { DigiLayoutColumns as DigiLayoutColumnsElement } from "@designsystem-se/af/components/digi-layout-columns.js";
241
241
  import { DigiLayoutContainer as DigiLayoutContainerElement } from "@designsystem-se/af/components/digi-layout-container.js";
242
- import { DigiLayoutMediaObject as DigiLayoutMediaObjectElement } from "@designsystem-se/af/components/digi-layout-media-object.js";
243
242
  import { DigiLinkButton as DigiLinkButtonElement } from "@designsystem-se/af/components/digi-link-button.js";
244
243
  import { DigiLinkExternal as DigiLinkExternalElement } from "@designsystem-se/af/components/digi-link-external.js";
245
244
  import { DigiLinkInternal as DigiLinkInternalElement } from "@designsystem-se/af/components/digi-link-internal.js";
@@ -893,8 +892,6 @@ export type DigiLayoutColumnsEvents = NonNullable<unknown>;
893
892
  export declare const DigiLayoutColumns: StencilReactComponent<DigiLayoutColumnsElement, DigiLayoutColumnsEvents>;
894
893
  export type DigiLayoutContainerEvents = NonNullable<unknown>;
895
894
  export declare const DigiLayoutContainer: StencilReactComponent<DigiLayoutContainerElement, DigiLayoutContainerEvents>;
896
- export type DigiLayoutMediaObjectEvents = NonNullable<unknown>;
897
- export declare const DigiLayoutMediaObject: StencilReactComponent<DigiLayoutMediaObjectElement, DigiLayoutMediaObjectEvents>;
898
895
  export type DigiLinkEvents = {
899
896
  onAfOnClick: EventName<DigiLinkCustomEvent<MouseEvent>>;
900
897
  onAfOnReady: EventName<CustomEvent<any>>;
@@ -235,7 +235,6 @@ import { DigiInfoCard as DigiInfoCardElement, defineCustomElement as defineDigiI
235
235
  import { DigiLayoutBlock as DigiLayoutBlockElement, defineCustomElement as defineDigiLayoutBlock } from "@designsystem-se/af/components/digi-layout-block.js";
236
236
  import { DigiLayoutColumns as DigiLayoutColumnsElement, defineCustomElement as defineDigiLayoutColumns } from "@designsystem-se/af/components/digi-layout-columns.js";
237
237
  import { DigiLayoutContainer as DigiLayoutContainerElement, defineCustomElement as defineDigiLayoutContainer } from "@designsystem-se/af/components/digi-layout-container.js";
238
- import { DigiLayoutMediaObject as DigiLayoutMediaObjectElement, defineCustomElement as defineDigiLayoutMediaObject } from "@designsystem-se/af/components/digi-layout-media-object.js";
239
238
  import { DigiLinkButton as DigiLinkButtonElement, defineCustomElement as defineDigiLinkButton } from "@designsystem-se/af/components/digi-link-button.js";
240
239
  import { DigiLinkExternal as DigiLinkExternalElement, defineCustomElement as defineDigiLinkExternal } from "@designsystem-se/af/components/digi-link-external.js";
241
240
  import { DigiLinkInternal as DigiLinkInternalElement, defineCustomElement as defineDigiLinkInternal } from "@designsystem-se/af/components/digi-link-internal.js";
@@ -2282,14 +2281,6 @@ export const DigiLayoutContainer = /*@__PURE__*/ createComponent({
2282
2281
  events: {},
2283
2282
  defineCustomElement: defineDigiLayoutContainer
2284
2283
  });
2285
- export const DigiLayoutMediaObject = /*@__PURE__*/ createComponent({
2286
- tagName: 'digi-layout-media-object',
2287
- elementClass: DigiLayoutMediaObjectElement,
2288
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
2289
- react: React,
2290
- events: {},
2291
- defineCustomElement: defineDigiLayoutMediaObject
2292
- });
2293
2284
  export const DigiLink = /*@__PURE__*/ createComponent({
2294
2285
  tagName: 'digi-link',
2295
2286
  elementClass: DigiLinkElement,