@skedulo/breeze-ui 1.26.1 → 1.28.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.
@@ -2641,6 +2641,14 @@
2641
2641
  "package": "./alert"
2642
2642
  }
2643
2643
  },
2644
+ {
2645
+ "kind": "js",
2646
+ "name": "*",
2647
+ "declaration": {
2648
+ "name": "*",
2649
+ "package": "./skeleton"
2650
+ }
2651
+ },
2644
2652
  {
2645
2653
  "kind": "js",
2646
2654
  "name": "*",
@@ -19365,6 +19373,146 @@
19365
19373
  }
19366
19374
  ]
19367
19375
  },
19376
+ {
19377
+ "kind": "javascript-module",
19378
+ "path": "src/components/skeleton.ts",
19379
+ "declarations": [
19380
+ {
19381
+ "kind": "variable",
19382
+ "name": "SKELETON"
19383
+ },
19384
+ {
19385
+ "kind": "class",
19386
+ "description": "Skeleton component for loading placeholders.",
19387
+ "name": "Skeleton",
19388
+ "members": [
19389
+ {
19390
+ "kind": "field",
19391
+ "name": "variant",
19392
+ "type": {
19393
+ "text": "Variant"
19394
+ },
19395
+ "default": "'text'",
19396
+ "description": "Sets the skeleton variant",
19397
+ "attribute": "variant",
19398
+ "reflects": true
19399
+ },
19400
+ {
19401
+ "kind": "field",
19402
+ "name": "width",
19403
+ "type": {
19404
+ "text": "string | undefined"
19405
+ },
19406
+ "description": "Sets the width of the skeleton (CSS value)",
19407
+ "attribute": "width"
19408
+ },
19409
+ {
19410
+ "kind": "field",
19411
+ "name": "height",
19412
+ "type": {
19413
+ "text": "string | undefined"
19414
+ },
19415
+ "description": "Sets the height of the skeleton (CSS value)",
19416
+ "attribute": "height"
19417
+ },
19418
+ {
19419
+ "kind": "field",
19420
+ "name": "borderRadius",
19421
+ "type": {
19422
+ "text": "string | undefined"
19423
+ },
19424
+ "description": "Sets the border radius of the skeleton (CSS value)",
19425
+ "attribute": "border-radius"
19426
+ },
19427
+ {
19428
+ "kind": "field",
19429
+ "name": "ariaLabel",
19430
+ "type": {
19431
+ "text": "string"
19432
+ },
19433
+ "default": "'Loading...'",
19434
+ "description": "Sets the accessible label for screen readers",
19435
+ "attribute": "aria-label"
19436
+ }
19437
+ ],
19438
+ "attributes": [
19439
+ {
19440
+ "name": "variant",
19441
+ "type": {
19442
+ "text": "Variant"
19443
+ },
19444
+ "default": "'text'",
19445
+ "description": "Sets the skeleton variant",
19446
+ "fieldName": "variant"
19447
+ },
19448
+ {
19449
+ "name": "width",
19450
+ "type": {
19451
+ "text": "string | undefined"
19452
+ },
19453
+ "description": "Sets the width of the skeleton (CSS value)",
19454
+ "fieldName": "width"
19455
+ },
19456
+ {
19457
+ "name": "height",
19458
+ "type": {
19459
+ "text": "string | undefined"
19460
+ },
19461
+ "description": "Sets the height of the skeleton (CSS value)",
19462
+ "fieldName": "height"
19463
+ },
19464
+ {
19465
+ "name": "border-radius",
19466
+ "type": {
19467
+ "text": "string | undefined"
19468
+ },
19469
+ "description": "Sets the border radius of the skeleton (CSS value)",
19470
+ "fieldName": "borderRadius"
19471
+ },
19472
+ {
19473
+ "name": "aria-label",
19474
+ "type": {
19475
+ "text": "string"
19476
+ },
19477
+ "default": "'Loading...'",
19478
+ "description": "Sets the accessible label for screen readers",
19479
+ "fieldName": "ariaLabel"
19480
+ }
19481
+ ],
19482
+ "superclass": {
19483
+ "name": "LitElement",
19484
+ "package": "lit"
19485
+ },
19486
+ "tagName": "brz-skeleton",
19487
+ "customElement": true
19488
+ }
19489
+ ],
19490
+ "exports": [
19491
+ {
19492
+ "kind": "js",
19493
+ "name": "SKELETON",
19494
+ "declaration": {
19495
+ "name": "SKELETON",
19496
+ "module": "src/components/skeleton.ts"
19497
+ }
19498
+ },
19499
+ {
19500
+ "kind": "js",
19501
+ "name": "Skeleton",
19502
+ "declaration": {
19503
+ "name": "Skeleton",
19504
+ "module": "src/components/skeleton.ts"
19505
+ }
19506
+ },
19507
+ {
19508
+ "kind": "custom-element-definition",
19509
+ "declaration": {
19510
+ "name": "Skeleton",
19511
+ "module": "src/components/skeleton.ts"
19512
+ }
19513
+ }
19514
+ ]
19515
+ },
19368
19516
  {
19369
19517
  "kind": "javascript-module",
19370
19518
  "path": "src/components/tooltip.ts",