@lindle/linoardo 1.0.33 → 1.0.34

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/chip.d.cts CHANGED
@@ -82,9 +82,6 @@ declare const Chip: react.ForwardRefExoticComponent<{
82
82
  slot?: string | undefined | undefined;
83
83
  style?: react.CSSProperties | undefined;
84
84
  title?: string | undefined | undefined;
85
- className?: string | undefined | undefined;
86
- children?: react.ReactNode;
87
- onClick?: react.MouseEventHandler<HTMLSpanElement> | undefined;
88
85
  defaultChecked?: boolean | undefined | undefined;
89
86
  defaultValue?: string | number | readonly string[] | undefined;
90
87
  suppressContentEditableWarning?: boolean | undefined | undefined;
@@ -92,6 +89,7 @@ declare const Chip: react.ForwardRefExoticComponent<{
92
89
  accessKey?: string | undefined | undefined;
93
90
  autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
94
91
  autoFocus?: boolean | undefined | undefined;
92
+ className?: string | undefined | undefined;
95
93
  contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
96
94
  contextMenu?: string | undefined | undefined;
97
95
  dir?: string | undefined | undefined;
@@ -188,6 +186,7 @@ declare const Chip: react.ForwardRefExoticComponent<{
188
186
  "aria-valuemin"?: number | undefined | undefined;
189
187
  "aria-valuenow"?: number | undefined | undefined;
190
188
  "aria-valuetext"?: string | undefined | undefined;
189
+ children?: react.ReactNode;
191
190
  dangerouslySetInnerHTML?: {
192
191
  __html: string | TrustedHTML;
193
192
  } | undefined | undefined;
@@ -275,6 +274,7 @@ declare const Chip: react.ForwardRefExoticComponent<{
275
274
  onWaitingCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
276
275
  onAuxClick?: react.MouseEventHandler<HTMLSpanElement> | undefined;
277
276
  onAuxClickCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
277
+ onClick?: react.MouseEventHandler<HTMLSpanElement> | undefined;
278
278
  onClickCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
279
279
  onContextMenu?: react.MouseEventHandler<HTMLSpanElement> | undefined;
280
280
  onContextMenuCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
package/dist/chip.d.ts CHANGED
@@ -82,9 +82,6 @@ declare const Chip: react.ForwardRefExoticComponent<{
82
82
  slot?: string | undefined | undefined;
83
83
  style?: react.CSSProperties | undefined;
84
84
  title?: string | undefined | undefined;
85
- className?: string | undefined | undefined;
86
- children?: react.ReactNode;
87
- onClick?: react.MouseEventHandler<HTMLSpanElement> | undefined;
88
85
  defaultChecked?: boolean | undefined | undefined;
89
86
  defaultValue?: string | number | readonly string[] | undefined;
90
87
  suppressContentEditableWarning?: boolean | undefined | undefined;
@@ -92,6 +89,7 @@ declare const Chip: react.ForwardRefExoticComponent<{
92
89
  accessKey?: string | undefined | undefined;
93
90
  autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
94
91
  autoFocus?: boolean | undefined | undefined;
92
+ className?: string | undefined | undefined;
95
93
  contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
96
94
  contextMenu?: string | undefined | undefined;
97
95
  dir?: string | undefined | undefined;
@@ -188,6 +186,7 @@ declare const Chip: react.ForwardRefExoticComponent<{
188
186
  "aria-valuemin"?: number | undefined | undefined;
189
187
  "aria-valuenow"?: number | undefined | undefined;
190
188
  "aria-valuetext"?: string | undefined | undefined;
189
+ children?: react.ReactNode;
191
190
  dangerouslySetInnerHTML?: {
192
191
  __html: string | TrustedHTML;
193
192
  } | undefined | undefined;
@@ -275,6 +274,7 @@ declare const Chip: react.ForwardRefExoticComponent<{
275
274
  onWaitingCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
276
275
  onAuxClick?: react.MouseEventHandler<HTMLSpanElement> | undefined;
277
276
  onAuxClickCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
277
+ onClick?: react.MouseEventHandler<HTMLSpanElement> | undefined;
278
278
  onClickCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
279
279
  onContextMenu?: react.MouseEventHandler<HTMLSpanElement> | undefined;
280
280
  onContextMenuCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
package/dist/styles.css CHANGED
@@ -456,6 +456,9 @@
456
456
  .mt-0\.5 {
457
457
  margin-top: calc(var(--spacing) * 0.5);
458
458
  }
459
+ .mt-1 {
460
+ margin-top: calc(var(--spacing) * 1);
461
+ }
459
462
  .mt-2 {
460
463
  margin-top: calc(var(--spacing) * 2);
461
464
  }
@@ -579,6 +582,21 @@
579
582
  .min-h-6 {
580
583
  min-height: calc(var(--spacing) * 6);
581
584
  }
585
+ .min-h-7 {
586
+ min-height: calc(var(--spacing) * 7);
587
+ }
588
+ .min-h-8 {
589
+ min-height: calc(var(--spacing) * 8);
590
+ }
591
+ .min-h-10 {
592
+ min-height: calc(var(--spacing) * 10);
593
+ }
594
+ .min-h-12 {
595
+ min-height: calc(var(--spacing) * 12);
596
+ }
597
+ .min-h-14 {
598
+ min-height: calc(var(--spacing) * 14);
599
+ }
582
600
  .min-h-45 {
583
601
  min-height: calc(var(--spacing) * 45);
584
602
  }
@@ -693,6 +711,9 @@
693
711
  .min-w-6 {
694
712
  min-width: calc(var(--spacing) * 6);
695
713
  }
714
+ .min-w-12\.5 {
715
+ min-width: calc(var(--spacing) * 12.5);
716
+ }
696
717
  .min-w-\[10rem\] {
697
718
  min-width: 10rem;
698
719
  }
@@ -1060,6 +1081,10 @@
1060
1081
  --tw-border-style: dashed;
1061
1082
  border-style: dashed;
1062
1083
  }
1084
+ .border-none {
1085
+ --tw-border-style: none;
1086
+ border-style: none;
1087
+ }
1063
1088
  .border-amber-200 {
1064
1089
  border-color: var(--color-amber-200);
1065
1090
  }
@@ -2221,6 +2246,9 @@
2221
2246
  --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-slate-900) 40%, transparent) var(--tw-shadow-alpha), transparent);
2222
2247
  }
2223
2248
  }
2249
+ .ring-black {
2250
+ --tw-ring-color: var(--color-black);
2251
+ }
2224
2252
  .ring-black\/5 {
2225
2253
  --tw-ring-color: color-mix(in srgb, #000 5%, transparent);
2226
2254
  @supports (color: color-mix(in lab, red, red)) {
@@ -2696,6 +2724,32 @@
2696
2724
  z-index: 10;
2697
2725
  }
2698
2726
  }
2727
+ .focus-within\:border-primary {
2728
+ &:focus-within {
2729
+ border-color: var(--color-primary);
2730
+ }
2731
+ }
2732
+ .focus-within\:border-red-500 {
2733
+ &:focus-within {
2734
+ border-color: var(--color-red-500);
2735
+ }
2736
+ }
2737
+ .focus-within\:ring-1 {
2738
+ &:focus-within {
2739
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2740
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2741
+ }
2742
+ }
2743
+ .focus-within\:ring-primary {
2744
+ &:focus-within {
2745
+ --tw-ring-color: var(--color-primary);
2746
+ }
2747
+ }
2748
+ .focus-within\:ring-red-500 {
2749
+ &:focus-within {
2750
+ --tw-ring-color: var(--color-red-500);
2751
+ }
2752
+ }
2699
2753
  .hover\:z-10 {
2700
2754
  &:hover {
2701
2755
  @media (hover: hover) {
@@ -3182,6 +3236,12 @@
3182
3236
  }
3183
3237
  }
3184
3238
  }
3239
+ .focus\:ring-0 {
3240
+ &:focus {
3241
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3242
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3243
+ }
3244
+ }
3185
3245
  .focus\:ring-amber-400 {
3186
3246
  &:focus {
3187
3247
  --tw-ring-color: var(--color-amber-400);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lindle/linoardo",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "",