@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.
Files changed (52) hide show
  1. package/dist/{ExpansionPanelItem-CFm8a8R_.d.ts → ExpansionPanelItem-C4-2nlhq.d.ts} +1 -1
  2. package/dist/{ExpansionPanelItem-ufS2RIZf.d.cts → ExpansionPanelItem-CEhDj2Uw.d.cts} +1 -1
  3. package/dist/badge.d.cts +1 -1
  4. package/dist/badge.d.ts +1 -1
  5. package/dist/block.d.cts +1 -1
  6. package/dist/block.d.ts +1 -1
  7. package/dist/button.d.cts +1 -1
  8. package/dist/button.d.ts +1 -1
  9. package/dist/card.d.cts +1 -1
  10. package/dist/card.d.ts +1 -1
  11. package/dist/chip.d.cts +12 -12
  12. package/dist/chip.d.ts +12 -12
  13. package/dist/expansion-panel/item.d.cts +2 -2
  14. package/dist/expansion-panel/item.d.ts +2 -2
  15. package/dist/expansion-panel.d.cts +3 -3
  16. package/dist/expansion-panel.d.ts +3 -3
  17. package/dist/{global.types-D-o85tuX.d.cts → global.types-gx9A7mUe.d.cts} +1 -1
  18. package/dist/{global.types-D-o85tuX.d.ts → global.types-gx9A7mUe.d.ts} +1 -1
  19. package/dist/hero.d.cts +1 -1
  20. package/dist/hero.d.ts +1 -1
  21. package/dist/icon.d.cts +1 -1
  22. package/dist/icon.d.ts +1 -1
  23. package/dist/{index-B7xZzSwm.d.cts → index-BDrBOeFI.d.cts} +1 -1
  24. package/dist/{index-BhfThlf0.d.ts → index-CNwl6vmH.d.ts} +1 -1
  25. package/dist/index.cjs +412 -11
  26. package/dist/index.cjs.map +1 -1
  27. package/dist/index.d.cts +60 -6
  28. package/dist/index.d.ts +60 -6
  29. package/dist/index.js +405 -3
  30. package/dist/index.js.map +1 -1
  31. package/dist/input.d.cts +2 -2
  32. package/dist/input.d.ts +2 -2
  33. package/dist/list/item.d.cts +2 -2
  34. package/dist/list/item.d.ts +2 -2
  35. package/dist/list.d.cts +3 -3
  36. package/dist/list.d.ts +3 -3
  37. package/dist/notification.d.cts +1 -1
  38. package/dist/notification.d.ts +1 -1
  39. package/dist/profileCard.d.cts +1 -1
  40. package/dist/profileCard.d.ts +1 -1
  41. package/dist/select.d.cts +2 -2
  42. package/dist/select.d.ts +2 -2
  43. package/dist/slider.d.cts +1 -1
  44. package/dist/slider.d.ts +1 -1
  45. package/dist/styles.css +34 -0
  46. package/dist/switch.d.cts +1 -1
  47. package/dist/switch.d.ts +1 -1
  48. package/dist/timeline.d.cts +1 -1
  49. package/dist/timeline.d.ts +1 -1
  50. package/dist/{types-DqPSePni.d.cts → types-CJ0zqPXF.d.cts} +1 -1
  51. package/dist/{types-CbQEphC3.d.ts → types-DaTHYIPO.d.ts} +1 -1
  52. package/package.json +7 -1
@@ -1,5 +1,5 @@
1
1
  import * as react from 'react';
2
- import { P as Palette } from './global.types-D-o85tuX.js';
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 { P as Palette } from './global.types-D-o85tuX.cjs';
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 { P as Palette } from './global.types-D-o85tuX.cjs';
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 { P as Palette } from './global.types-D-o85tuX.js';
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 { G as GlobalVariant } from './global.types-D-o85tuX.cjs';
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 { G as GlobalVariant } from './global.types-D-o85tuX.js';
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 { G as GlobalVariant, P as Palette, a as GlobalSize, b as PropIcon } from './global.types-D-o85tuX.cjs';
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 { G as GlobalVariant, P as Palette, a as GlobalSize, b as PropIcon } from './global.types-D-o85tuX.js';
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
@@ -1,4 +1,4 @@
1
- import { G as GlobalVariant, c as GlobalElevation } from './global.types-D-o85tuX.cjs';
1
+ import { b as GlobalVariant, c as GlobalElevation } from './global.types-gx9A7mUe.cjs';
2
2
  import * as react from 'react';
3
3
 
4
4
  type CardPadding = 'none' | 'sm' | 'md' | 'lg';
package/dist/card.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GlobalVariant, c as GlobalElevation } from './global.types-D-o85tuX.js';
1
+ import { b as GlobalVariant, c as GlobalElevation } from './global.types-gx9A7mUe.js';
2
2
  import * as react from 'react';
3
3
 
4
4
  type CardPadding = 'none' | 'sm' | 'md' | 'lg';
package/dist/chip.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GlobalVariant, a as GlobalSize, P as Palette, b as PropIcon } from './global.types-D-o85tuX.cjs';
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.FormEventHandler<HTMLSpanElement> | undefined;
210
- onChangeCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
209
+ onChange?: react.ChangeEventHandler<HTMLSpanElement, Element> | undefined;
210
+ onChangeCapture?: react.ChangeEventHandler<HTMLSpanElement, Element> | undefined;
211
211
  onBeforeInput?: react.InputEventHandler<HTMLSpanElement> | undefined;
212
- onBeforeInputCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
213
- onInput?: react.FormEventHandler<HTMLSpanElement> | undefined;
214
- onInputCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
215
- onReset?: react.FormEventHandler<HTMLSpanElement> | undefined;
216
- onResetCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
217
- onSubmit?: react.FormEventHandler<HTMLSpanElement> | undefined;
218
- onSubmitCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
219
- onInvalid?: react.FormEventHandler<HTMLSpanElement> | undefined;
220
- onInvalidCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
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 { G as GlobalVariant, a as GlobalSize, P as Palette, b as PropIcon } from './global.types-D-o85tuX.js';
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.FormEventHandler<HTMLSpanElement> | undefined;
210
- onChangeCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
209
+ onChange?: react.ChangeEventHandler<HTMLSpanElement, Element> | undefined;
210
+ onChangeCapture?: react.ChangeEventHandler<HTMLSpanElement, Element> | undefined;
211
211
  onBeforeInput?: react.InputEventHandler<HTMLSpanElement> | undefined;
212
- onBeforeInputCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
213
- onInput?: react.FormEventHandler<HTMLSpanElement> | undefined;
214
- onInputCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
215
- onReset?: react.FormEventHandler<HTMLSpanElement> | undefined;
216
- onResetCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
217
- onSubmit?: react.FormEventHandler<HTMLSpanElement> | undefined;
218
- onSubmitCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
219
- onInvalid?: react.FormEventHandler<HTMLSpanElement> | undefined;
220
- onInvalidCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
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-ufS2RIZf.cjs';
3
- import '../global.types-D-o85tuX.cjs';
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-CFm8a8R_.js';
3
- import '../global.types-D-o85tuX.js';
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-ufS2RIZf.cjs';
3
- export { E as ExpansionPanelDensity, a as ExpansionPanelItem, b as ExpansionPanelItemProps, d as ExpansionPanelRounded, e as ExpansionPanelValue, f as ExpansionPanelVariant } from './ExpansionPanelItem-ufS2RIZf.cjs';
4
- import './global.types-D-o85tuX.cjs';
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-CFm8a8R_.js';
3
- export { E as ExpansionPanelDensity, a as ExpansionPanelItem, b as ExpansionPanelItemProps, d as ExpansionPanelRounded, e as ExpansionPanelValue, f as ExpansionPanelVariant } from './ExpansionPanelItem-CFm8a8R_.js';
4
- import './global.types-D-o85tuX.js';
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 { GlobalVariant as G, Palette as P, GlobalSize as a, PropIcon as b, GlobalElevation as c };
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 { GlobalVariant as G, Palette as P, GlobalSize as a, PropIcon as b, GlobalElevation as c };
8
+ export type { GlobalSize as G, PropIcon as P, Palette as a, GlobalVariant as b, GlobalElevation as c };
package/dist/hero.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GlobalVariant } from './global.types-D-o85tuX.cjs';
1
+ import { b as GlobalVariant } from './global.types-gx9A7mUe.cjs';
2
2
  import * as react from 'react';
3
3
 
4
4
  type HeroAction = {
package/dist/hero.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GlobalVariant } from './global.types-D-o85tuX.js';
1
+ import { b as GlobalVariant } from './global.types-gx9A7mUe.js';
2
2
  import * as react from 'react';
3
3
 
4
4
  type HeroAction = {
package/dist/icon.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as GlobalSize, P as Palette } from './global.types-D-o85tuX.cjs';
1
+ import { G as GlobalSize, a as Palette } from './global.types-gx9A7mUe.cjs';
2
2
 
3
3
  type IconGroup = 'mdi';
4
4
  type IconSet = [IconGroup, string];
package/dist/icon.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as GlobalSize, P as Palette } from './global.types-D-o85tuX.js';
1
+ import { G as GlobalSize, a as Palette } from './global.types-gx9A7mUe.js';
2
2
 
3
3
  type IconGroup = 'mdi';
4
4
  type IconSet = [IconGroup, string];
@@ -1,5 +1,5 @@
1
1
  import * as react from 'react';
2
- import { G as GlobalVariant, P as Palette } from './global.types-D-o85tuX.cjs';
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 { G as GlobalVariant, P as Palette } from './global.types-D-o85tuX.js';
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';