@aurodesignsystem-dev/auro-nav 0.0.0-pr110.1 → 0.0.0-pr110.3

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.
@@ -44,14 +44,14 @@
44
44
  "type": {
45
45
  "text": "boolean"
46
46
  },
47
- "description": "If set, the link is currently the active link in the parent auro-nav.",
47
+ "description": "If set, the link is currently the active link in the parent `auro-nav`.",
48
48
  "attribute": "active",
49
49
  "reflects": true
50
50
  },
51
51
  {
52
52
  "kind": "field",
53
53
  "name": "appearance",
54
- "privacy": "public",
54
+ "privacy": "private",
55
55
  "type": {
56
56
  "text": "string"
57
57
  },
@@ -88,10 +88,23 @@
88
88
  "module": "src/component-base.mjs"
89
89
  }
90
90
  },
91
+ {
92
+ "kind": "field",
93
+ "name": "attributeWatcher",
94
+ "description": "return object from transportAttributes via a11yUtilities",
95
+ "type": {
96
+ "text": "Object"
97
+ },
98
+ "privacy": "private",
99
+ "inheritedFrom": {
100
+ "name": "AuroElement",
101
+ "module": "src/layoutElement/auroElement.js"
102
+ }
103
+ },
91
104
  {
92
105
  "kind": "field",
93
106
  "name": "download",
94
- "privacy": "public",
107
+ "privacy": "private",
95
108
  "type": {
96
109
  "text": "boolean"
97
110
  },
@@ -110,12 +123,13 @@
110
123
  "type": {
111
124
  "text": "boolean"
112
125
  },
113
- "description": "If true and `type=\"cta\"`, the hyperlink will have a fluid-width UI.",
126
+ "description": "If true, the anchorlink will have a fluid-width UI.",
114
127
  "attribute": "fluid",
115
128
  "inheritedFrom": {
116
129
  "name": "ComponentBase",
117
130
  "module": "src/component-base.mjs"
118
- }
131
+ },
132
+ "default": "true"
119
133
  },
120
134
  {
121
135
  "kind": "method",
@@ -254,12 +268,12 @@
254
268
  {
255
269
  "kind": "field",
256
270
  "name": "layout",
257
- "privacy": "public",
271
+ "privacy": "private",
258
272
  "type": {
259
273
  "text": "string"
260
274
  },
261
275
  "description": "Defines the language of an element.",
262
- "default": "{'default'}",
276
+ "default": "'default'",
263
277
  "attribute": "layout",
264
278
  "reflects": true,
265
279
  "inheritedFrom": {
@@ -270,7 +284,7 @@
270
284
  {
271
285
  "kind": "field",
272
286
  "name": "ondark",
273
- "privacy": "public",
287
+ "privacy": "private",
274
288
  "type": {
275
289
  "text": "boolean"
276
290
  },
@@ -284,10 +298,12 @@
284
298
  {
285
299
  "kind": "field",
286
300
  "name": "onDark",
287
- "privacy": "public",
301
+ "privacy": "private",
288
302
  "type": {
289
303
  "text": "boolean"
290
304
  },
305
+ "description": "DEPRECATED - use `appearance` attribute.",
306
+ "default": "false",
291
307
  "attribute": "ondark",
292
308
  "reflects": true,
293
309
  "inheritedFrom": {
@@ -298,7 +314,7 @@
298
314
  {
299
315
  "kind": "field",
300
316
  "name": "referrerpolicy",
301
- "privacy": "public",
317
+ "privacy": "private",
302
318
  "type": {
303
319
  "text": "boolean"
304
320
  },
@@ -337,7 +353,7 @@
337
353
  {
338
354
  "kind": "field",
339
355
  "name": "rel",
340
- "privacy": "public",
356
+ "privacy": "private",
341
357
  "type": {
342
358
  "text": "string"
343
359
  },
@@ -379,6 +395,24 @@
379
395
  "module": "src/auro-hyperlink.js"
380
396
  }
381
397
  },
398
+ {
399
+ "kind": "method",
400
+ "name": "resetLayoutClasses",
401
+ "privacy": "private",
402
+ "inheritedFrom": {
403
+ "name": "AuroElement",
404
+ "module": "src/layoutElement/auroElement.js"
405
+ }
406
+ },
407
+ {
408
+ "kind": "method",
409
+ "name": "resetShapeClasses",
410
+ "privacy": "private",
411
+ "inheritedFrom": {
412
+ "name": "AuroElement",
413
+ "module": "src/layoutElement/auroElement.js"
414
+ }
415
+ },
382
416
  {
383
417
  "type": {
384
418
  "text": "string"
@@ -389,7 +423,8 @@
389
423
  "inheritedFrom": {
390
424
  "name": "AuroHyperlink",
391
425
  "module": "src/auro-hyperlink.js"
392
- }
426
+ },
427
+ "privacy": "private"
393
428
  },
394
429
  {
395
430
  "kind": "field",
@@ -404,7 +439,8 @@
404
439
  "inheritedFrom": {
405
440
  "name": "ComponentBase",
406
441
  "module": "src/component-base.mjs"
407
- }
442
+ },
443
+ "privacy": "private"
408
444
  },
409
445
  {
410
446
  "kind": "method",
@@ -443,10 +479,12 @@
443
479
  {
444
480
  "kind": "field",
445
481
  "name": "shape",
446
- "privacy": "public",
482
+ "privacy": "private",
447
483
  "type": {
448
484
  "text": "string"
449
485
  },
486
+ "description": "Defines the shape of an element.",
487
+ "default": "{'default'}",
450
488
  "attribute": "shape",
451
489
  "reflects": true,
452
490
  "inheritedFrom": {
@@ -457,10 +495,12 @@
457
495
  {
458
496
  "kind": "field",
459
497
  "name": "size",
460
- "privacy": "public",
498
+ "privacy": "private",
461
499
  "type": {
462
500
  "text": "string"
463
501
  },
502
+ "description": "Defines the size of an element.",
503
+ "default": "{'md'}",
464
504
  "attribute": "size",
465
505
  "reflects": true,
466
506
  "inheritedFrom": {
@@ -471,7 +511,7 @@
471
511
  {
472
512
  "kind": "field",
473
513
  "name": "target",
474
- "privacy": "public",
514
+ "privacy": "private",
475
515
  "type": {
476
516
  "text": "string"
477
517
  },
@@ -510,7 +550,7 @@
510
550
  {
511
551
  "kind": "field",
512
552
  "name": "type",
513
- "privacy": "public",
553
+ "privacy": "private",
514
554
  "type": {
515
555
  "text": "'nav' | 'cta'"
516
556
  },
@@ -522,10 +562,19 @@
522
562
  "module": "src/component-base.mjs"
523
563
  }
524
564
  },
565
+ {
566
+ "kind": "method",
567
+ "name": "updateComponentArchitecture",
568
+ "privacy": "private",
569
+ "inheritedFrom": {
570
+ "name": "AuroElement",
571
+ "module": "src/layoutElement/auroElement.js"
572
+ }
573
+ },
525
574
  {
526
575
  "kind": "field",
527
576
  "name": "variant",
528
- "privacy": "public",
577
+ "privacy": "private",
529
578
  "type": {
530
579
  "text": "'primary' | 'secondary' | 'tertiary' | 'ghost' | 'flat'"
531
580
  },
@@ -537,6 +586,20 @@
537
586
  "name": "ComponentBase",
538
587
  "module": "src/component-base.mjs"
539
588
  }
589
+ },
590
+ {
591
+ "kind": "field",
592
+ "name": "wrapper",
593
+ "privacy": "private",
594
+ "description": "A reference to the wrapper element in the shadow DOM.\nThis is used to apply layout and shape classes dynamically.",
595
+ "type": {
596
+ "text": "HTMLElement|null"
597
+ },
598
+ "default": "{null}",
599
+ "inheritedFrom": {
600
+ "name": "AuroElement",
601
+ "module": "src/layoutElement/auroElement.js"
602
+ }
540
603
  }
541
604
  ],
542
605
  "events": [
@@ -553,45 +616,21 @@
553
616
  "type": {
554
617
  "text": "boolean"
555
618
  },
556
- "description": "If set, the link is currently the active link in the parent auro-nav.",
619
+ "description": "If set, the link is currently the active link in the parent `auro-nav`.",
557
620
  "fieldName": "active"
558
621
  },
559
- {
560
- "name": "appearance",
561
- "type": {
562
- "text": "string"
563
- },
564
- "description": "Defines whether the component will be on lighter or darker backgrounds.",
565
- "default": "'default'",
566
- "fieldName": "appearance",
567
- "inheritedFrom": {
568
- "name": "AuroElement",
569
- "module": "src/layoutElement/auroElement.js"
570
- }
571
- },
572
- {
573
- "name": "download",
574
- "type": {
575
- "text": "boolean"
576
- },
577
- "description": "If true, the linked resource will be downloaded when the hyperlink is clicked.",
578
- "fieldName": "download",
579
- "inheritedFrom": {
580
- "name": "ComponentBase",
581
- "module": "src/component-base.mjs"
582
- }
583
- },
584
622
  {
585
623
  "name": "fluid",
586
624
  "type": {
587
625
  "text": "boolean"
588
626
  },
589
- "description": "If true and `type=\"cta\"`, the hyperlink will have a fluid-width UI.",
627
+ "description": "If true, the anchorlink will have a fluid-width UI.",
590
628
  "fieldName": "fluid",
591
629
  "inheritedFrom": {
592
630
  "name": "ComponentBase",
593
631
  "module": "src/component-base.mjs"
594
- }
632
+ },
633
+ "default": "true"
595
634
  },
596
635
  {
597
636
  "name": "href",
@@ -604,119 +643,11 @@
604
643
  "name": "ComponentBase",
605
644
  "module": "src/component-base.mjs"
606
645
  }
607
- },
608
- {
609
- "name": "layout",
610
- "type": {
611
- "text": "string"
612
- },
613
- "description": "Defines the language of an element.",
614
- "default": "{'default'}",
615
- "fieldName": "layout",
616
- "inheritedFrom": {
617
- "name": "AuroElement",
618
- "module": "src/layoutElement/auroElement.js"
619
- }
620
- },
621
- {
622
- "name": "ondark",
623
- "type": {
624
- "text": "boolean"
625
- },
626
- "fieldName": "ondark",
627
- "description": "DEPRECATED - use `appearance=\"inverse\"` instead.",
628
- "inheritedFrom": {
629
- "name": "AuroElement",
630
- "module": "src/layoutElement/auroElement.js"
631
- }
632
- },
633
- {
634
- "name": "referrerpolicy",
635
- "type": {
636
- "text": "boolean"
637
- },
638
- "description": "If true, sets `strict-origin-when-cross-origin` to control the referrer information sent with requests.",
639
- "fieldName": "referrerpolicy",
640
- "inheritedFrom": {
641
- "name": "ComponentBase",
642
- "module": "src/component-base.mjs"
643
- }
644
- },
645
- {
646
- "name": "rel",
647
- "type": {
648
- "text": "string"
649
- },
650
- "description": "Defines the relationship between the current document and the linked document. Visit [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel) for more information.",
651
- "fieldName": "rel",
652
- "inheritedFrom": {
653
- "name": "ComponentBase",
654
- "module": "src/component-base.mjs"
655
- }
656
- },
657
- {
658
- "name": "shape",
659
- "type": {
660
- "text": "string"
661
- },
662
- "fieldName": "shape",
663
- "inheritedFrom": {
664
- "name": "AuroElement",
665
- "module": "src/layoutElement/auroElement.js"
666
- }
667
- },
668
- {
669
- "name": "size",
670
- "type": {
671
- "text": "string"
672
- },
673
- "fieldName": "size",
674
- "inheritedFrom": {
675
- "name": "AuroElement",
676
- "module": "src/layoutElement/auroElement.js"
677
- }
678
- },
679
- {
680
- "name": "target",
681
- "type": {
682
- "text": "string"
683
- },
684
- "description": "Defines where to open the linked document.",
685
- "fieldName": "target",
686
- "inheritedFrom": {
687
- "name": "ComponentBase",
688
- "module": "src/component-base.mjs"
689
- }
690
- },
691
- {
692
- "name": "type",
693
- "type": {
694
- "text": "'nav' | 'cta'"
695
- },
696
- "description": "Defines the type of hyperlink.",
697
- "fieldName": "type",
698
- "inheritedFrom": {
699
- "name": "ComponentBase",
700
- "module": "src/component-base.mjs"
701
- }
702
- },
703
- {
704
- "name": "variant",
705
- "type": {
706
- "text": "'primary' | 'secondary' | 'tertiary' | 'ghost' | 'flat'"
707
- },
708
- "description": "Sets button variant option when using `type=\"cta\"`.",
709
- "default": "'primary'",
710
- "fieldName": "variant",
711
- "inheritedFrom": {
712
- "name": "ComponentBase",
713
- "module": "src/component-base.mjs"
714
- }
715
646
  }
716
647
  ],
717
648
  "superclass": {
718
649
  "name": "AuroHyperlink",
719
- "package": "@aurodesignsystem-dev/auro-hyperlink/class"
650
+ "package": "@aurodesignsystem/auro-hyperlink/class"
720
651
  },
721
652
  "tagName": "auro-anchorlink",
722
653
  "customElement": true,
@@ -790,7 +721,7 @@
790
721
  {
791
722
  "kind": "field",
792
723
  "name": "appearance",
793
- "privacy": "public",
724
+ "privacy": "private",
794
725
  "type": {
795
726
  "text": "string"
796
727
  },
@@ -827,10 +758,23 @@
827
758
  "module": "src/component-base.mjs"
828
759
  }
829
760
  },
761
+ {
762
+ "kind": "field",
763
+ "name": "attributeWatcher",
764
+ "description": "return object from transportAttributes via a11yUtilities",
765
+ "type": {
766
+ "text": "Object"
767
+ },
768
+ "privacy": "private",
769
+ "inheritedFrom": {
770
+ "name": "AuroElement",
771
+ "module": "src/layoutElement/auroElement.js"
772
+ }
773
+ },
830
774
  {
831
775
  "kind": "field",
832
776
  "name": "download",
833
- "privacy": "public",
777
+ "privacy": "private",
834
778
  "type": {
835
779
  "text": "boolean"
836
780
  },
@@ -845,7 +789,7 @@
845
789
  {
846
790
  "kind": "field",
847
791
  "name": "fluid",
848
- "privacy": "public",
792
+ "privacy": "private",
849
793
  "type": {
850
794
  "text": "boolean"
851
795
  },
@@ -993,12 +937,12 @@
993
937
  {
994
938
  "kind": "field",
995
939
  "name": "layout",
996
- "privacy": "public",
940
+ "privacy": "private",
997
941
  "type": {
998
942
  "text": "string"
999
943
  },
1000
944
  "description": "Defines the language of an element.",
1001
- "default": "{'default'}",
945
+ "default": "'default'",
1002
946
  "attribute": "layout",
1003
947
  "reflects": true,
1004
948
  "inheritedFrom": {
@@ -1009,7 +953,7 @@
1009
953
  {
1010
954
  "kind": "field",
1011
955
  "name": "ondark",
1012
- "privacy": "public",
956
+ "privacy": "private",
1013
957
  "type": {
1014
958
  "text": "boolean"
1015
959
  },
@@ -1023,10 +967,12 @@
1023
967
  {
1024
968
  "kind": "field",
1025
969
  "name": "onDark",
1026
- "privacy": "public",
970
+ "privacy": "private",
1027
971
  "type": {
1028
972
  "text": "boolean"
1029
973
  },
974
+ "description": "DEPRECATED - use `appearance` attribute.",
975
+ "default": "false",
1030
976
  "attribute": "ondark",
1031
977
  "reflects": true,
1032
978
  "inheritedFrom": {
@@ -1037,7 +983,7 @@
1037
983
  {
1038
984
  "kind": "field",
1039
985
  "name": "referrerpolicy",
1040
- "privacy": "public",
986
+ "privacy": "private",
1041
987
  "type": {
1042
988
  "text": "boolean"
1043
989
  },
@@ -1076,7 +1022,7 @@
1076
1022
  {
1077
1023
  "kind": "field",
1078
1024
  "name": "rel",
1079
- "privacy": "public",
1025
+ "privacy": "private",
1080
1026
  "type": {
1081
1027
  "text": "string"
1082
1028
  },
@@ -1118,6 +1064,24 @@
1118
1064
  "module": "src/auro-hyperlink.js"
1119
1065
  }
1120
1066
  },
1067
+ {
1068
+ "kind": "method",
1069
+ "name": "resetLayoutClasses",
1070
+ "privacy": "private",
1071
+ "inheritedFrom": {
1072
+ "name": "AuroElement",
1073
+ "module": "src/layoutElement/auroElement.js"
1074
+ }
1075
+ },
1076
+ {
1077
+ "kind": "method",
1078
+ "name": "resetShapeClasses",
1079
+ "privacy": "private",
1080
+ "inheritedFrom": {
1081
+ "name": "AuroElement",
1082
+ "module": "src/layoutElement/auroElement.js"
1083
+ }
1084
+ },
1121
1085
  {
1122
1086
  "type": {
1123
1087
  "text": "string"
@@ -1128,7 +1092,8 @@
1128
1092
  "inheritedFrom": {
1129
1093
  "name": "AuroHyperlink",
1130
1094
  "module": "src/auro-hyperlink.js"
1131
- }
1095
+ },
1096
+ "privacy": "private"
1132
1097
  },
1133
1098
  {
1134
1099
  "kind": "field",
@@ -1143,7 +1108,8 @@
1143
1108
  "inheritedFrom": {
1144
1109
  "name": "ComponentBase",
1145
1110
  "module": "src/component-base.mjs"
1146
- }
1111
+ },
1112
+ "privacy": "private"
1147
1113
  },
1148
1114
  {
1149
1115
  "kind": "method",
@@ -1182,10 +1148,12 @@
1182
1148
  {
1183
1149
  "kind": "field",
1184
1150
  "name": "shape",
1185
- "privacy": "public",
1151
+ "privacy": "private",
1186
1152
  "type": {
1187
1153
  "text": "string"
1188
1154
  },
1155
+ "description": "Defines the shape of an element.",
1156
+ "default": "{'default'}",
1189
1157
  "attribute": "shape",
1190
1158
  "reflects": true,
1191
1159
  "inheritedFrom": {
@@ -1196,10 +1164,12 @@
1196
1164
  {
1197
1165
  "kind": "field",
1198
1166
  "name": "size",
1199
- "privacy": "public",
1167
+ "privacy": "private",
1200
1168
  "type": {
1201
1169
  "text": "string"
1202
1170
  },
1171
+ "description": "Defines the size of an element.",
1172
+ "default": "{'md'}",
1203
1173
  "attribute": "size",
1204
1174
  "reflects": true,
1205
1175
  "inheritedFrom": {
@@ -1210,7 +1180,7 @@
1210
1180
  {
1211
1181
  "kind": "field",
1212
1182
  "name": "target",
1213
- "privacy": "public",
1183
+ "privacy": "private",
1214
1184
  "type": {
1215
1185
  "text": "string"
1216
1186
  },
@@ -1249,7 +1219,7 @@
1249
1219
  {
1250
1220
  "kind": "field",
1251
1221
  "name": "type",
1252
- "privacy": "public",
1222
+ "privacy": "private",
1253
1223
  "type": {
1254
1224
  "text": "'nav' | 'cta'"
1255
1225
  },
@@ -1261,10 +1231,19 @@
1261
1231
  "module": "src/component-base.mjs"
1262
1232
  }
1263
1233
  },
1234
+ {
1235
+ "kind": "method",
1236
+ "name": "updateComponentArchitecture",
1237
+ "privacy": "private",
1238
+ "inheritedFrom": {
1239
+ "name": "AuroElement",
1240
+ "module": "src/layoutElement/auroElement.js"
1241
+ }
1242
+ },
1264
1243
  {
1265
1244
  "kind": "field",
1266
1245
  "name": "variant",
1267
- "privacy": "public",
1246
+ "privacy": "private",
1268
1247
  "type": {
1269
1248
  "text": "'primary' | 'secondary' | 'tertiary' | 'ghost' | 'flat'"
1270
1249
  },
@@ -1276,11 +1255,25 @@
1276
1255
  "name": "ComponentBase",
1277
1256
  "module": "src/component-base.mjs"
1278
1257
  }
1258
+ },
1259
+ {
1260
+ "kind": "field",
1261
+ "name": "wrapper",
1262
+ "privacy": "private",
1263
+ "description": "A reference to the wrapper element in the shadow DOM.\nThis is used to apply layout and shape classes dynamically.",
1264
+ "type": {
1265
+ "text": "HTMLElement|null"
1266
+ },
1267
+ "default": "{null}",
1268
+ "inheritedFrom": {
1269
+ "name": "AuroElement",
1270
+ "module": "src/layoutElement/auroElement.js"
1271
+ }
1279
1272
  }
1280
1273
  ],
1281
1274
  "superclass": {
1282
1275
  "name": "AuroHyperlink",
1283
- "package": "@aurodesignsystem-dev/auro-hyperlink/class"
1276
+ "package": "@aurodesignsystem/auro-hyperlink/class"
1284
1277
  },
1285
1278
  "tagName": "auro-breadcrumb",
1286
1279
  "customElement": true,
@@ -1303,43 +1296,6 @@
1303
1296
  }
1304
1297
  ],
1305
1298
  "attributes": [
1306
- {
1307
- "name": "appearance",
1308
- "type": {
1309
- "text": "string"
1310
- },
1311
- "description": "Defines whether the component will be on lighter or darker backgrounds.",
1312
- "default": "'default'",
1313
- "fieldName": "appearance",
1314
- "inheritedFrom": {
1315
- "name": "AuroElement",
1316
- "module": "src/layoutElement/auroElement.js"
1317
- }
1318
- },
1319
- {
1320
- "name": "download",
1321
- "type": {
1322
- "text": "boolean"
1323
- },
1324
- "description": "If true, the linked resource will be downloaded when the hyperlink is clicked.",
1325
- "fieldName": "download",
1326
- "inheritedFrom": {
1327
- "name": "ComponentBase",
1328
- "module": "src/component-base.mjs"
1329
- }
1330
- },
1331
- {
1332
- "name": "fluid",
1333
- "type": {
1334
- "text": "boolean"
1335
- },
1336
- "description": "If true and `type=\"cta\"`, the hyperlink will have a fluid-width UI.",
1337
- "fieldName": "fluid",
1338
- "inheritedFrom": {
1339
- "name": "ComponentBase",
1340
- "module": "src/component-base.mjs"
1341
- }
1342
- },
1343
1299
  {
1344
1300
  "name": "href",
1345
1301
  "type": {
@@ -1351,114 +1307,6 @@
1351
1307
  "name": "ComponentBase",
1352
1308
  "module": "src/component-base.mjs"
1353
1309
  }
1354
- },
1355
- {
1356
- "name": "layout",
1357
- "type": {
1358
- "text": "string"
1359
- },
1360
- "description": "Defines the language of an element.",
1361
- "default": "{'default'}",
1362
- "fieldName": "layout",
1363
- "inheritedFrom": {
1364
- "name": "AuroElement",
1365
- "module": "src/layoutElement/auroElement.js"
1366
- }
1367
- },
1368
- {
1369
- "name": "ondark",
1370
- "type": {
1371
- "text": "boolean"
1372
- },
1373
- "fieldName": "ondark",
1374
- "description": "DEPRECATED - use `appearance=\"inverse\"` instead.",
1375
- "inheritedFrom": {
1376
- "name": "AuroElement",
1377
- "module": "src/layoutElement/auroElement.js"
1378
- }
1379
- },
1380
- {
1381
- "name": "referrerpolicy",
1382
- "type": {
1383
- "text": "boolean"
1384
- },
1385
- "description": "If true, sets `strict-origin-when-cross-origin` to control the referrer information sent with requests.",
1386
- "fieldName": "referrerpolicy",
1387
- "inheritedFrom": {
1388
- "name": "ComponentBase",
1389
- "module": "src/component-base.mjs"
1390
- }
1391
- },
1392
- {
1393
- "name": "rel",
1394
- "type": {
1395
- "text": "string"
1396
- },
1397
- "description": "Defines the relationship between the current document and the linked document. Visit [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel) for more information.",
1398
- "fieldName": "rel",
1399
- "inheritedFrom": {
1400
- "name": "ComponentBase",
1401
- "module": "src/component-base.mjs"
1402
- }
1403
- },
1404
- {
1405
- "name": "shape",
1406
- "type": {
1407
- "text": "string"
1408
- },
1409
- "fieldName": "shape",
1410
- "inheritedFrom": {
1411
- "name": "AuroElement",
1412
- "module": "src/layoutElement/auroElement.js"
1413
- }
1414
- },
1415
- {
1416
- "name": "size",
1417
- "type": {
1418
- "text": "string"
1419
- },
1420
- "fieldName": "size",
1421
- "inheritedFrom": {
1422
- "name": "AuroElement",
1423
- "module": "src/layoutElement/auroElement.js"
1424
- }
1425
- },
1426
- {
1427
- "name": "target",
1428
- "type": {
1429
- "text": "string"
1430
- },
1431
- "description": "Defines where to open the linked document.",
1432
- "fieldName": "target",
1433
- "inheritedFrom": {
1434
- "name": "ComponentBase",
1435
- "module": "src/component-base.mjs"
1436
- }
1437
- },
1438
- {
1439
- "name": "type",
1440
- "type": {
1441
- "text": "'nav' | 'cta'"
1442
- },
1443
- "description": "Defines the type of hyperlink.",
1444
- "fieldName": "type",
1445
- "inheritedFrom": {
1446
- "name": "ComponentBase",
1447
- "module": "src/component-base.mjs"
1448
- }
1449
- },
1450
- {
1451
- "name": "variant",
1452
- "type": {
1453
- "text": "'primary' | 'secondary' | 'tertiary' | 'ghost' | 'flat'"
1454
- },
1455
- "description": "Sets button variant option when using `type=\"cta\"`.",
1456
- "default": "'primary'",
1457
- "fieldName": "variant",
1458
- "inheritedFrom": {
1459
- "name": "ComponentBase",
1460
- "module": "src/component-base.mjs"
1461
- }
1462
1310
  }
1463
1311
  ],
1464
1312
  "modulePath": "src/auro-breadcrumb.js"
@@ -1746,7 +1594,7 @@
1746
1594
  "kind": "js",
1747
1595
  "name": "default",
1748
1596
  "declaration": {
1749
- "name": "12.3.0",
1597
+ "name": "12.3.1",
1750
1598
  "module": "src/buttonVersion.js"
1751
1599
  }
1752
1600
  }