@skedulo/breeze-ui 1.27.0 → 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.
- package/dist/custom-elements.json +0 -43
- package/dist/lib/cjs/breeze-ui.js +110 -178
- package/dist/lib/es/breeze-ui.js +1843 -1929
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/components/skeleton.d.ts +1 -13
- package/dist/types/components/skeleton.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -19424,26 +19424,6 @@
|
|
|
19424
19424
|
"description": "Sets the border radius of the skeleton (CSS value)",
|
|
19425
19425
|
"attribute": "border-radius"
|
|
19426
19426
|
},
|
|
19427
|
-
{
|
|
19428
|
-
"kind": "field",
|
|
19429
|
-
"name": "rows",
|
|
19430
|
-
"type": {
|
|
19431
|
-
"text": "number"
|
|
19432
|
-
},
|
|
19433
|
-
"default": "5",
|
|
19434
|
-
"description": "Sets the number of rows for table variant (default: 5)",
|
|
19435
|
-
"attribute": "rows"
|
|
19436
|
-
},
|
|
19437
|
-
{
|
|
19438
|
-
"kind": "field",
|
|
19439
|
-
"name": "columns",
|
|
19440
|
-
"type": {
|
|
19441
|
-
"text": "number"
|
|
19442
|
-
},
|
|
19443
|
-
"default": "4",
|
|
19444
|
-
"description": "Sets the number of columns for table variant (default: 4)",
|
|
19445
|
-
"attribute": "columns"
|
|
19446
|
-
},
|
|
19447
19427
|
{
|
|
19448
19428
|
"kind": "field",
|
|
19449
19429
|
"name": "ariaLabel",
|
|
@@ -19453,11 +19433,6 @@
|
|
|
19453
19433
|
"default": "'Loading...'",
|
|
19454
19434
|
"description": "Sets the accessible label for screen readers",
|
|
19455
19435
|
"attribute": "aria-label"
|
|
19456
|
-
},
|
|
19457
|
-
{
|
|
19458
|
-
"kind": "method",
|
|
19459
|
-
"name": "renderTableSkeleton",
|
|
19460
|
-
"privacy": "private"
|
|
19461
19436
|
}
|
|
19462
19437
|
],
|
|
19463
19438
|
"attributes": [
|
|
@@ -19494,24 +19469,6 @@
|
|
|
19494
19469
|
"description": "Sets the border radius of the skeleton (CSS value)",
|
|
19495
19470
|
"fieldName": "borderRadius"
|
|
19496
19471
|
},
|
|
19497
|
-
{
|
|
19498
|
-
"name": "rows",
|
|
19499
|
-
"type": {
|
|
19500
|
-
"text": "number"
|
|
19501
|
-
},
|
|
19502
|
-
"default": "5",
|
|
19503
|
-
"description": "Sets the number of rows for table variant (default: 5)",
|
|
19504
|
-
"fieldName": "rows"
|
|
19505
|
-
},
|
|
19506
|
-
{
|
|
19507
|
-
"name": "columns",
|
|
19508
|
-
"type": {
|
|
19509
|
-
"text": "number"
|
|
19510
|
-
},
|
|
19511
|
-
"default": "4",
|
|
19512
|
-
"description": "Sets the number of columns for table variant (default: 4)",
|
|
19513
|
-
"fieldName": "columns"
|
|
19514
|
-
},
|
|
19515
19472
|
{
|
|
19516
19473
|
"name": "aria-label",
|
|
19517
19474
|
"type": {
|