@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.
@@ -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,4 +1,4 @@
1
- import { WarpCombobox } from '.';
1
+ import { WarpCombobox } from './index.js';
2
2
  export declare const Combobox: import("@lit/react").ReactWebComponent<WarpCombobox, {
3
3
  onSelect: string;
4
4
  onselect: string;
@@ -1,4 +1,4 @@
1
- import { WarpDatepicker } from './datepicker';
1
+ import { WarpDatepicker } from './datepicker.js';
2
2
  export declare const DatePicker: import("@lit/react").ReactWebComponent<WarpDatepicker, {
3
3
  onChange: string;
4
4
  onchange: string;
@@ -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,4 +1,4 @@
1
- import { WarpModalFooter, WarpModal, WarpModalHeader } from '.';
1
+ import { WarpModalFooter, WarpModal, WarpModalHeader } from './index.js';
2
2
  export declare const Modal: import("@lit/react").ReactWebComponent<WarpModal, {
3
3
  onShown: string;
4
4
  onshown: string;
@@ -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,4 +1,4 @@
1
- import { WarpPagination } from '.';
1
+ import { WarpPagination } from './index.js';
2
2
  export declare const Pagination: import("@lit/react").ReactWebComponent<WarpPagination, {
3
3
  onPageClick: string;
4
4
  'onpage-click': string;
@@ -1,4 +1,4 @@
1
- import { WarpPill } from '.';
1
+ import { WarpPill } from './index.js';
2
2
  export declare const Pill: import("@lit/react").ReactWebComponent<WarpPill, {
3
3
  onClick: string;
4
4
  onclick: string;
@@ -1,4 +1,4 @@
1
- import { WCheckbox } from './checkbox';
1
+ import { WCheckbox } from './checkbox.js';
2
2
  export declare const Checkbox: import("@lit/react").ReactWebComponent<WCheckbox, {
3
3
  onChange: string;
4
4
  onchange: string;
@@ -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,4 +1,4 @@
1
- import { WarpSelect } from '.';
1
+ import { WarpSelect } from './index.js';
2
2
  export declare const Select: import("@lit/react").ReactWebComponent<WarpSelect, {
3
3
  onChange: string;
4
4
  onchange: 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>;
@@ -1,4 +1,4 @@
1
- import { WarpSwitch } from '.';
1
+ import { WarpSwitch } from './index.js';
2
2
  export declare const Switch: import("@lit/react").ReactWebComponent<WarpSwitch, {
3
3
  onChange: string;
4
4
  onchange: string;
@@ -1,4 +1,4 @@
1
- import { WarpTextField } from '.';
1
+ import { WarpTextField } from './index.js';
2
2
  export declare const TextField: import("@lit/react").ReactWebComponent<WarpTextField, {
3
3
  onBlur: string;
4
4
  onblur: string;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@warp-ds/elements",
4
- "version": "2.3.0-next.2",
4
+ "version": "2.3.0-next.4",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/elements",
3
3
  "type": "module",
4
- "version": "2.3.0-next.3",
4
+ "version": "2.3.0-next.5",
5
5
  "packageManager": "pnpm@10.20.0",
6
6
  "description": "Custom elements for Warp",
7
7
  "exports": {