@warp-ds/elements 2.3.0-next.3 → 2.3.0-next.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/dist/packages/affix/react.d.ts +1 -1
- package/dist/packages/alert/react.d.ts +1 -1
- package/dist/packages/attention/react.d.ts +1 -1
- package/dist/packages/badge/react.d.ts +1 -1
- package/dist/packages/box/react.d.ts +1 -1
- package/dist/packages/breadcrumbs/react.d.ts +1 -1
- package/dist/packages/button/react.d.ts +1 -1
- package/dist/packages/card/react.d.ts +1 -1
- package/dist/packages/combobox/react.d.ts +1 -1
- package/dist/packages/datepicker/react.d.ts +1 -1
- package/dist/packages/dead-toggle/react.d.ts +1 -1
- package/dist/packages/expandable/react.d.ts +1 -1
- package/dist/packages/link/react.d.ts +1 -1
- package/dist/packages/modal/react.d.ts +1 -1
- package/dist/packages/pageindicator/react.d.ts +1 -1
- package/dist/packages/pagination/react.d.ts +1 -1
- package/dist/packages/pill/react.d.ts +1 -1
- package/dist/packages/rip-and-tear-checkbox/react.d.ts +1 -1
- package/dist/packages/rip-and-tear-radio/react.d.ts +2 -2
- package/dist/packages/select/react.d.ts +1 -1
- package/dist/packages/slider/react.d.ts +2 -2
- package/dist/packages/switch/react.d.ts +1 -1
- package/dist/packages/textfield/react.d.ts +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { WarpAffix } from './index';
|
|
1
|
+
import { WarpAffix } from './index.js';
|
|
2
2
|
export declare const Affix: import("@lit/react").ReactWebComponent<WarpAffix, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { WarpAlert } from '.';
|
|
1
|
+
import { WarpAlert } from './index.js';
|
|
2
2
|
export declare const Alert: import("@lit/react").ReactWebComponent<WarpAlert, {}>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { WarpAttention } from './index';
|
|
3
|
+
import { WarpAttention } from './index.js';
|
|
4
4
|
declare class Component extends LitElement {
|
|
5
5
|
}
|
|
6
6
|
declare const BaseAttention: import("@lit/react").ReactWebComponent<Component, {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { WarpBadge } from '.';
|
|
1
|
+
import { WarpBadge } from './index.js';
|
|
2
2
|
export declare const Badge: import("@lit/react").ReactWebComponent<WarpBadge, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { WarpBox } from '.';
|
|
1
|
+
import { WarpBox } from './index.js';
|
|
2
2
|
export declare const Box: import("@lit/react").ReactWebComponent<WarpBox, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { WarpBreadcrumbs } from '.';
|
|
1
|
+
import { WarpBreadcrumbs } from './index.js';
|
|
2
2
|
export declare const Breadcrumbs: import("@lit/react").ReactWebComponent<WarpBreadcrumbs, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { WarpButton } from './index';
|
|
1
|
+
import { WarpButton } from './index.js';
|
|
2
2
|
export declare const Button: import("@lit/react").ReactWebComponent<WarpButton, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { WarpCard } from '.';
|
|
1
|
+
import { WarpCard } from './index.js';
|
|
2
2
|
export declare const Card: import("@lit/react").ReactWebComponent<WarpCard, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { WarpDeadToggle } from '.';
|
|
1
|
+
import { WarpDeadToggle } from './index.js';
|
|
2
2
|
export declare const DeadToggle: import("@lit/react").ReactWebComponent<WarpDeadToggle, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { WarpExpandable } from '.';
|
|
1
|
+
import { WarpExpandable } from './index.js';
|
|
2
2
|
export declare const Expandable: import("@lit/react").ReactWebComponent<WarpExpandable, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { WarpLink } from '.';
|
|
1
|
+
import { WarpLink } from './index.js';
|
|
2
2
|
export declare const Link: import("@lit/react").ReactWebComponent<WarpLink, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { WarpPageIndicator } from '.';
|
|
1
|
+
import { WarpPageIndicator } from './index.js';
|
|
2
2
|
export declare const PageIndicator: import("@lit/react").ReactWebComponent<WarpPageIndicator, {}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { WRadio } from './radio';
|
|
2
|
-
import { WRadioGroup } from './radio-group';
|
|
1
|
+
import { WRadio } from './radio.js';
|
|
2
|
+
import { WRadioGroup } from './radio-group.js';
|
|
3
3
|
export declare const Radio: import("@lit/react").ReactWebComponent<WRadio, {}>;
|
|
4
4
|
export declare const RadioGroup: import("@lit/react").ReactWebComponent<WRadioGroup, {
|
|
5
5
|
onInput: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventName } from '@lit/react';
|
|
2
|
-
import { WarpSlider } from './slider';
|
|
3
|
-
import { WarpSliderThumb } from './slider-thumb';
|
|
2
|
+
import { WarpSlider } from './slider.js';
|
|
3
|
+
import { WarpSliderThumb } from './slider-thumb.js';
|
|
4
4
|
export declare const Slider: import("@lit/react").ReactWebComponent<WarpSlider, {}>;
|
|
5
5
|
export declare const SliderThumb: import("@lit/react").ReactWebComponent<WarpSliderThumb, {
|
|
6
6
|
onSliderValidity: EventName<CustomEvent>;
|
package/dist/web-types.json
CHANGED