@latty-ds/web 0.4.0 → 0.5.0

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 (2) hide show
  1. package/dist/manifest.json +116 -116
  2. package/package.json +3 -3
@@ -200,64 +200,6 @@
200
200
  }
201
201
  ]
202
202
  },
203
- "lt-alert": {
204
- "members": [
205
- {
206
- "name": "variant",
207
- "description": "Visual style.",
208
- "type": "select",
209
- "options": [
210
- "default",
211
- "success",
212
- "warning",
213
- "error",
214
- "info"
215
- ],
216
- "default": "default"
217
- },
218
- {
219
- "name": "appearance",
220
- "description": "Visual treatment. `filled` uses a tinted background with border, `outlined` uses a white background with border, `solid` uses a solid color background with no border.",
221
- "type": "select",
222
- "options": [
223
- "filled",
224
- "outlined",
225
- "solid"
226
- ],
227
- "default": "filled"
228
- },
229
- {
230
- "name": "title",
231
- "description": "Optional bold heading above the body content.",
232
- "type": "text",
233
- "default": ""
234
- },
235
- {
236
- "name": "icon",
237
- "description": "Icon to show before the body. Leave empty for auto (shows variant icon for status variants),\nset to `\"none\"` to suppress, or pass any icon name to override.",
238
- "type": "icon",
239
- "default": ""
240
- },
241
- {
242
- "name": "closable",
243
- "description": "Show a dismiss button. Clicking it fires lt-close and removes the element.",
244
- "type": "boolean",
245
- "default": false
246
- },
247
- {
248
- "name": "background",
249
- "description": "Background color override. Accepts a hex value (#1a1a2e) or a CSS token name (--lt-color-primary-600).",
250
- "type": "color",
251
- "default": ""
252
- },
253
- {
254
- "name": "uppercase",
255
- "description": "Renders the title in small caps with wider letter spacing.",
256
- "type": "boolean",
257
- "default": false
258
- }
259
- ]
260
- },
261
203
  "lt-avatar": {
262
204
  "members": [
263
205
  {
@@ -318,6 +260,64 @@
318
260
  }
319
261
  ]
320
262
  },
263
+ "lt-alert": {
264
+ "members": [
265
+ {
266
+ "name": "variant",
267
+ "description": "Visual style.",
268
+ "type": "select",
269
+ "options": [
270
+ "default",
271
+ "success",
272
+ "warning",
273
+ "error",
274
+ "info"
275
+ ],
276
+ "default": "default"
277
+ },
278
+ {
279
+ "name": "appearance",
280
+ "description": "Visual treatment. `filled` uses a tinted background with border, `outlined` uses a white background with border, `solid` uses a solid color background with no border.",
281
+ "type": "select",
282
+ "options": [
283
+ "filled",
284
+ "outlined",
285
+ "solid"
286
+ ],
287
+ "default": "filled"
288
+ },
289
+ {
290
+ "name": "title",
291
+ "description": "Optional bold heading above the body content.",
292
+ "type": "text",
293
+ "default": ""
294
+ },
295
+ {
296
+ "name": "icon",
297
+ "description": "Icon to show before the body. Leave empty for auto (shows variant icon for status variants),\nset to `\"none\"` to suppress, or pass any icon name to override.",
298
+ "type": "icon",
299
+ "default": ""
300
+ },
301
+ {
302
+ "name": "closable",
303
+ "description": "Show a dismiss button. Clicking it fires lt-close and removes the element.",
304
+ "type": "boolean",
305
+ "default": false
306
+ },
307
+ {
308
+ "name": "background",
309
+ "description": "Background color override. Accepts a hex value (#1a1a2e) or a CSS token name (--lt-color-primary-600).",
310
+ "type": "color",
311
+ "default": ""
312
+ },
313
+ {
314
+ "name": "uppercase",
315
+ "description": "Renders the title in small caps with wider letter spacing.",
316
+ "type": "boolean",
317
+ "default": false
318
+ }
319
+ ]
320
+ },
321
321
  "lt-badge": {
322
322
  "members": [
323
323
  {
@@ -585,64 +585,6 @@
585
585
  }
586
586
  ]
587
587
  },
588
- "lt-chip": {
589
- "members": [
590
- {
591
- "name": "appearance",
592
- "description": "Visual appearance (filled tinted background or outlined border only).",
593
- "type": "select",
594
- "options": [
595
- "filled",
596
- "outlined"
597
- ],
598
- "default": "filled"
599
- },
600
- {
601
- "name": "variant",
602
- "description": "Color scheme.",
603
- "type": "select",
604
- "options": [
605
- "primary",
606
- "secondary",
607
- "neutral",
608
- "success",
609
- "warning",
610
- "error",
611
- "info"
612
- ],
613
- "default": "primary"
614
- },
615
- {
616
- "name": "size",
617
- "description": "Size (affects height, font, and padding).",
618
- "type": "select",
619
- "options": [
620
- "sm",
621
- "md",
622
- "lg"
623
- ],
624
- "default": "md"
625
- },
626
- {
627
- "name": "disabled",
628
- "description": "Disables the chip and its delete button.",
629
- "type": "boolean",
630
- "default": false
631
- },
632
- {
633
- "name": "deletable",
634
- "description": "Shows a delete/dismiss button that fires `lt-delete` when clicked.",
635
- "type": "boolean",
636
- "default": false
637
- },
638
- {
639
- "name": "background",
640
- "description": "Background color override. Accepts a hex value (#1a1a2e) or a CSS token name (--lt-color-primary-600).",
641
- "type": "color",
642
- "default": ""
643
- }
644
- ]
645
- },
646
588
  "lt-checkbox": {
647
589
  "members": [
648
590
  {
@@ -723,6 +665,64 @@
723
665
  }
724
666
  ]
725
667
  },
668
+ "lt-chip": {
669
+ "members": [
670
+ {
671
+ "name": "appearance",
672
+ "description": "Visual appearance (filled tinted background or outlined border only).",
673
+ "type": "select",
674
+ "options": [
675
+ "filled",
676
+ "outlined"
677
+ ],
678
+ "default": "filled"
679
+ },
680
+ {
681
+ "name": "variant",
682
+ "description": "Color scheme.",
683
+ "type": "select",
684
+ "options": [
685
+ "primary",
686
+ "secondary",
687
+ "neutral",
688
+ "success",
689
+ "warning",
690
+ "error",
691
+ "info"
692
+ ],
693
+ "default": "primary"
694
+ },
695
+ {
696
+ "name": "size",
697
+ "description": "Size (affects height, font, and padding).",
698
+ "type": "select",
699
+ "options": [
700
+ "sm",
701
+ "md",
702
+ "lg"
703
+ ],
704
+ "default": "md"
705
+ },
706
+ {
707
+ "name": "disabled",
708
+ "description": "Disables the chip and its delete button.",
709
+ "type": "boolean",
710
+ "default": false
711
+ },
712
+ {
713
+ "name": "deletable",
714
+ "description": "Shows a delete/dismiss button that fires `lt-delete` when clicked.",
715
+ "type": "boolean",
716
+ "default": false
717
+ },
718
+ {
719
+ "name": "background",
720
+ "description": "Background color override. Accepts a hex value (#1a1a2e) or a CSS token name (--lt-color-primary-600).",
721
+ "type": "color",
722
+ "default": ""
723
+ }
724
+ ]
725
+ },
726
726
  "lt-color-input": {
727
727
  "members": [
728
728
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latty-ds/web",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Web Components for the Latty design system — framework-agnostic UI components built with Lit",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -224,8 +224,8 @@
224
224
  },
225
225
  "dependencies": {
226
226
  "@floating-ui/dom": "^1.7.6",
227
- "@latty-ds/icons": "0.4.0"
227
+ "@latty-ds/icons": "0.5.0"
228
228
  },
229
229
  "customElements": "custom-elements.json",
230
- "gitHead": "23c29d1f82814024fc93de8985523936112fe973"
230
+ "gitHead": "e2fcd96cf67d8f9780970cbd16fd96a3e3915995"
231
231
  }