@lindle/linoardo 1.0.40 → 1.0.41
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/{ExpansionPanelItem-CFm8a8R_.d.ts → ExpansionPanelItem-C4-2nlhq.d.ts} +1 -1
- package/dist/{ExpansionPanelItem-ufS2RIZf.d.cts → ExpansionPanelItem-CEhDj2Uw.d.cts} +1 -1
- package/dist/badge.d.cts +1 -1
- package/dist/badge.d.ts +1 -1
- package/dist/block.d.cts +1 -1
- package/dist/block.d.ts +1 -1
- package/dist/button.d.cts +1 -1
- package/dist/button.d.ts +1 -1
- package/dist/card.d.cts +1 -1
- package/dist/card.d.ts +1 -1
- package/dist/chip.d.cts +12 -12
- package/dist/chip.d.ts +12 -12
- package/dist/expansion-panel/item.d.cts +2 -2
- package/dist/expansion-panel/item.d.ts +2 -2
- package/dist/expansion-panel.d.cts +3 -3
- package/dist/expansion-panel.d.ts +3 -3
- package/dist/{global.types-D-o85tuX.d.cts → global.types-gx9A7mUe.d.cts} +1 -1
- package/dist/{global.types-D-o85tuX.d.ts → global.types-gx9A7mUe.d.ts} +1 -1
- package/dist/hero.d.cts +1 -1
- package/dist/hero.d.ts +1 -1
- package/dist/icon.d.cts +1 -1
- package/dist/icon.d.ts +1 -1
- package/dist/{index-B7xZzSwm.d.cts → index-BDrBOeFI.d.cts} +1 -1
- package/dist/{index-BhfThlf0.d.ts → index-CNwl6vmH.d.ts} +1 -1
- package/dist/index.cjs +412 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +60 -6
- package/dist/index.d.ts +60 -6
- package/dist/index.js +405 -3
- package/dist/index.js.map +1 -1
- package/dist/input.d.cts +2 -2
- package/dist/input.d.ts +2 -2
- package/dist/list/item.d.cts +2 -2
- package/dist/list/item.d.ts +2 -2
- package/dist/list.d.cts +3 -3
- package/dist/list.d.ts +3 -3
- package/dist/notification.d.cts +1 -1
- package/dist/notification.d.ts +1 -1
- package/dist/profileCard.d.cts +1 -1
- package/dist/profileCard.d.ts +1 -1
- package/dist/select.d.cts +2 -2
- package/dist/select.d.ts +2 -2
- package/dist/slider.d.cts +1 -1
- package/dist/slider.d.ts +1 -1
- package/dist/styles.css +34 -0
- package/dist/switch.d.cts +1 -1
- package/dist/switch.d.ts +1 -1
- package/dist/timeline.d.cts +1 -1
- package/dist/timeline.d.ts +1 -1
- package/dist/{types-DqPSePni.d.cts → types-CJ0zqPXF.d.cts} +1 -1
- package/dist/{types-CbQEphC3.d.ts → types-DaTHYIPO.d.ts} +1 -1
- package/package.json +7 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { a as Palette } from './global.types-gx9A7mUe.js';
|
|
3
3
|
|
|
4
4
|
type ExpansionPanelValue = react.Key;
|
|
5
5
|
type ExpansionPanelVariant = 'elevated' | 'outlined' | 'tonal' | 'plain';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { a as Palette } from './global.types-gx9A7mUe.cjs';
|
|
3
3
|
|
|
4
4
|
type ExpansionPanelValue = react.Key;
|
|
5
5
|
type ExpansionPanelVariant = 'elevated' | 'outlined' | 'tonal' | 'plain';
|
package/dist/badge.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { a as Palette } from './global.types-gx9A7mUe.cjs';
|
|
3
3
|
|
|
4
4
|
type BadgePlacement = 'top-end' | 'top-start' | 'bottom-end' | 'bottom-start' | 'center';
|
|
5
5
|
type IconDefinition = string | [library: string, icon: string];
|
package/dist/badge.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { a as Palette } from './global.types-gx9A7mUe.js';
|
|
3
3
|
|
|
4
4
|
type BadgePlacement = 'top-end' | 'top-start' | 'bottom-end' | 'bottom-start' | 'center';
|
|
5
5
|
type IconDefinition = string | [library: string, icon: string];
|
package/dist/block.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { b as GlobalVariant } from './global.types-gx9A7mUe.cjs';
|
|
3
3
|
|
|
4
4
|
type BlockBlur = 'none' | 'sm' | 'base' | 'md' | 'lg' | 'xl' | '2xl' | '3xl';
|
|
5
5
|
type BlockProps = react.HTMLAttributes<HTMLDivElement> & {
|
package/dist/block.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { b as GlobalVariant } from './global.types-gx9A7mUe.js';
|
|
3
3
|
|
|
4
4
|
type BlockBlur = 'none' | 'sm' | 'base' | 'md' | 'lg' | 'xl' | '2xl' | '3xl';
|
|
5
5
|
type BlockProps = react.HTMLAttributes<HTMLDivElement> & {
|
package/dist/button.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { b as GlobalVariant, a as Palette, G as GlobalSize, P as PropIcon } from './global.types-gx9A7mUe.cjs';
|
|
3
3
|
|
|
4
4
|
type ButtonVariant = GlobalVariant;
|
|
5
5
|
type ButtonOwnProps = {
|
package/dist/button.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { b as GlobalVariant, a as Palette, G as GlobalSize, P as PropIcon } from './global.types-gx9A7mUe.js';
|
|
3
3
|
|
|
4
4
|
type ButtonVariant = GlobalVariant;
|
|
5
5
|
type ButtonOwnProps = {
|
package/dist/card.d.cts
CHANGED
package/dist/card.d.ts
CHANGED
package/dist/chip.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b as GlobalVariant, G as GlobalSize, a as Palette, P as PropIcon } from './global.types-gx9A7mUe.cjs';
|
|
2
2
|
import * as react from 'react';
|
|
3
3
|
|
|
4
4
|
type ChipVariant = GlobalVariant;
|
|
@@ -206,18 +206,18 @@ declare const Chip: react.ForwardRefExoticComponent<{
|
|
|
206
206
|
onFocusCapture?: react.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
207
207
|
onBlur?: react.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
208
208
|
onBlurCapture?: react.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
209
|
-
onChange?: react.
|
|
210
|
-
onChangeCapture?: react.
|
|
209
|
+
onChange?: react.ChangeEventHandler<HTMLSpanElement, Element> | undefined;
|
|
210
|
+
onChangeCapture?: react.ChangeEventHandler<HTMLSpanElement, Element> | undefined;
|
|
211
211
|
onBeforeInput?: react.InputEventHandler<HTMLSpanElement> | undefined;
|
|
212
|
-
onBeforeInputCapture?: react.
|
|
213
|
-
onInput?: react.
|
|
214
|
-
onInputCapture?: react.
|
|
215
|
-
onReset?: react.
|
|
216
|
-
onResetCapture?: react.
|
|
217
|
-
onSubmit?: react.
|
|
218
|
-
onSubmitCapture?: react.
|
|
219
|
-
onInvalid?: react.
|
|
220
|
-
onInvalidCapture?: react.
|
|
212
|
+
onBeforeInputCapture?: react.InputEventHandler<HTMLSpanElement> | undefined;
|
|
213
|
+
onInput?: react.InputEventHandler<HTMLSpanElement> | undefined;
|
|
214
|
+
onInputCapture?: react.InputEventHandler<HTMLSpanElement> | undefined;
|
|
215
|
+
onReset?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
216
|
+
onResetCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
217
|
+
onSubmit?: react.SubmitEventHandler<HTMLSpanElement> | undefined;
|
|
218
|
+
onSubmitCapture?: react.SubmitEventHandler<HTMLSpanElement> | undefined;
|
|
219
|
+
onInvalid?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
220
|
+
onInvalidCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
221
221
|
onLoad?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
222
222
|
onLoadCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
223
223
|
onError?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
package/dist/chip.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b as GlobalVariant, G as GlobalSize, a as Palette, P as PropIcon } from './global.types-gx9A7mUe.js';
|
|
2
2
|
import * as react from 'react';
|
|
3
3
|
|
|
4
4
|
type ChipVariant = GlobalVariant;
|
|
@@ -206,18 +206,18 @@ declare const Chip: react.ForwardRefExoticComponent<{
|
|
|
206
206
|
onFocusCapture?: react.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
207
207
|
onBlur?: react.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
208
208
|
onBlurCapture?: react.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
209
|
-
onChange?: react.
|
|
210
|
-
onChangeCapture?: react.
|
|
209
|
+
onChange?: react.ChangeEventHandler<HTMLSpanElement, Element> | undefined;
|
|
210
|
+
onChangeCapture?: react.ChangeEventHandler<HTMLSpanElement, Element> | undefined;
|
|
211
211
|
onBeforeInput?: react.InputEventHandler<HTMLSpanElement> | undefined;
|
|
212
|
-
onBeforeInputCapture?: react.
|
|
213
|
-
onInput?: react.
|
|
214
|
-
onInputCapture?: react.
|
|
215
|
-
onReset?: react.
|
|
216
|
-
onResetCapture?: react.
|
|
217
|
-
onSubmit?: react.
|
|
218
|
-
onSubmitCapture?: react.
|
|
219
|
-
onInvalid?: react.
|
|
220
|
-
onInvalidCapture?: react.
|
|
212
|
+
onBeforeInputCapture?: react.InputEventHandler<HTMLSpanElement> | undefined;
|
|
213
|
+
onInput?: react.InputEventHandler<HTMLSpanElement> | undefined;
|
|
214
|
+
onInputCapture?: react.InputEventHandler<HTMLSpanElement> | undefined;
|
|
215
|
+
onReset?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
216
|
+
onResetCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
217
|
+
onSubmit?: react.SubmitEventHandler<HTMLSpanElement> | undefined;
|
|
218
|
+
onSubmitCapture?: react.SubmitEventHandler<HTMLSpanElement> | undefined;
|
|
219
|
+
onInvalid?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
220
|
+
onInvalidCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
221
221
|
onLoad?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
222
222
|
onLoadCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
223
223
|
onError?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { a as default } from '../ExpansionPanelItem-
|
|
3
|
-
import '../global.types-
|
|
2
|
+
export { a as default } from '../ExpansionPanelItem-CEhDj2Uw.cjs';
|
|
3
|
+
import '../global.types-gx9A7mUe.cjs';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { a as default } from '../ExpansionPanelItem-
|
|
3
|
-
import '../global.types-
|
|
2
|
+
export { a as default } from '../ExpansionPanelItem-C4-2nlhq.js';
|
|
3
|
+
import '../global.types-gx9A7mUe.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import { c as ExpansionPanelProps } from './ExpansionPanelItem-
|
|
3
|
-
export { E as ExpansionPanelDensity, a as ExpansionPanelItem, b as ExpansionPanelItemProps, d as ExpansionPanelRounded, e as ExpansionPanelValue, f as ExpansionPanelVariant } from './ExpansionPanelItem-
|
|
4
|
-
import './global.types-
|
|
2
|
+
import { c as ExpansionPanelProps } from './ExpansionPanelItem-CEhDj2Uw.cjs';
|
|
3
|
+
export { E as ExpansionPanelDensity, a as ExpansionPanelItem, b as ExpansionPanelItemProps, d as ExpansionPanelRounded, e as ExpansionPanelValue, f as ExpansionPanelVariant } from './ExpansionPanelItem-CEhDj2Uw.cjs';
|
|
4
|
+
import './global.types-gx9A7mUe.cjs';
|
|
5
5
|
|
|
6
6
|
declare const ExpansionPanel: react.ForwardRefExoticComponent<ExpansionPanelProps & react.RefAttributes<HTMLDivElement>>;
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import { c as ExpansionPanelProps } from './ExpansionPanelItem-
|
|
3
|
-
export { E as ExpansionPanelDensity, a as ExpansionPanelItem, b as ExpansionPanelItemProps, d as ExpansionPanelRounded, e as ExpansionPanelValue, f as ExpansionPanelVariant } from './ExpansionPanelItem-
|
|
4
|
-
import './global.types-
|
|
2
|
+
import { c as ExpansionPanelProps } from './ExpansionPanelItem-C4-2nlhq.js';
|
|
3
|
+
export { E as ExpansionPanelDensity, a as ExpansionPanelItem, b as ExpansionPanelItemProps, d as ExpansionPanelRounded, e as ExpansionPanelValue, f as ExpansionPanelVariant } from './ExpansionPanelItem-C4-2nlhq.js';
|
|
4
|
+
import './global.types-gx9A7mUe.js';
|
|
5
5
|
|
|
6
6
|
declare const ExpansionPanel: react.ForwardRefExoticComponent<ExpansionPanelProps & react.RefAttributes<HTMLDivElement>>;
|
|
7
7
|
|
|
@@ -5,4 +5,4 @@ type IconLibrary = 'mdi';
|
|
|
5
5
|
type PropIcon = string | readonly [IconLibrary, string];
|
|
6
6
|
type GlobalElevation = 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
7
7
|
|
|
8
|
-
export type {
|
|
8
|
+
export type { GlobalSize as G, PropIcon as P, Palette as a, GlobalVariant as b, GlobalElevation as c };
|
|
@@ -5,4 +5,4 @@ type IconLibrary = 'mdi';
|
|
|
5
5
|
type PropIcon = string | readonly [IconLibrary, string];
|
|
6
6
|
type GlobalElevation = 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
7
7
|
|
|
8
|
-
export type {
|
|
8
|
+
export type { GlobalSize as G, PropIcon as P, Palette as a, GlobalVariant as b, GlobalElevation as c };
|
package/dist/hero.d.cts
CHANGED
package/dist/hero.d.ts
CHANGED
package/dist/icon.d.cts
CHANGED
package/dist/icon.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { b as GlobalVariant, a as Palette } from './global.types-gx9A7mUe.cjs';
|
|
3
3
|
|
|
4
4
|
type ListVariant = GlobalVariant;
|
|
5
5
|
type ListDensity = 'default' | 'comfortable' | 'compact';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { b as GlobalVariant, a as Palette } from './global.types-gx9A7mUe.js';
|
|
3
3
|
|
|
4
4
|
type ListVariant = GlobalVariant;
|
|
5
5
|
type ListDensity = 'default' | 'comfortable' | 'compact';
|