@momentum-design/components 0.81.6 → 0.82.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 +402 -402
- package/dist/react/index.d.ts +2 -2
- package/dist/react/index.js +2 -2
- package/package.json +1 -1
|
@@ -24316,165 +24316,59 @@
|
|
|
24316
24316
|
},
|
|
24317
24317
|
{
|
|
24318
24318
|
"kind": "javascript-module",
|
|
24319
|
-
"path": "components/
|
|
24319
|
+
"path": "components/progressbar/progressbar.component.js",
|
|
24320
24320
|
"declarations": [
|
|
24321
24321
|
{
|
|
24322
24322
|
"kind": "class",
|
|
24323
|
-
"description": "
|
|
24324
|
-
"name": "
|
|
24323
|
+
"description": "mdc-progressbar component visually represents a progress indicator, typically used to show\nthe completion state of an ongoing process (e.g., loading, file upload, etc.).\nIt contains an optional label and an optional helper text.\n\n- It supports mainly two types: Default and Inline\n- It supports three validation variants: Default, Success and Error.\n\nThis component is created by extending FormfieldWrapper.",
|
|
24324
|
+
"name": "Progressbar",
|
|
24325
24325
|
"cssProperties": [
|
|
24326
|
-
{
|
|
24327
|
-
"description": "The size of the spinner.",
|
|
24328
|
-
"name": "--mdc-spinner-size"
|
|
24329
|
-
},
|
|
24330
|
-
{
|
|
24331
|
-
"description": "The color of the spinner track.",
|
|
24332
|
-
"name": "--mdc-track-color"
|
|
24333
|
-
},
|
|
24334
|
-
{
|
|
24335
|
-
"description": "The color of the spinner progress.",
|
|
24336
|
-
"name": "--mdc-progress-color"
|
|
24337
|
-
},
|
|
24338
|
-
{
|
|
24339
|
-
"description": "The color of the spinner when in success state.",
|
|
24340
|
-
"name": "--mdc-progress-success-color"
|
|
24341
|
-
},
|
|
24342
|
-
{
|
|
24343
|
-
"description": "The color of the spinner when in error state.",
|
|
24344
|
-
"name": "--mdc-progress-error-color"
|
|
24345
|
-
},
|
|
24346
24326
|
{
|
|
24347
24327
|
"description": "Background color of the progressbar when inactive.",
|
|
24348
|
-
"name": "--mdc-progressbar-default-background-color"
|
|
24349
|
-
"inheritedFrom": {
|
|
24350
|
-
"name": "Progressbar",
|
|
24351
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24352
|
-
}
|
|
24328
|
+
"name": "--mdc-progressbar-default-background-color"
|
|
24353
24329
|
},
|
|
24354
24330
|
{
|
|
24355
24331
|
"description": "Background color of the progressbar when active.",
|
|
24356
|
-
"name": "--mdc-progressbar-default-active-background-color"
|
|
24357
|
-
"inheritedFrom": {
|
|
24358
|
-
"name": "Progressbar",
|
|
24359
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24360
|
-
}
|
|
24332
|
+
"name": "--mdc-progressbar-default-active-background-color"
|
|
24361
24333
|
},
|
|
24362
24334
|
{
|
|
24363
24335
|
"description": "Background color of the progressbar when in success state.",
|
|
24364
|
-
"name": "--mdc-progressbar-success-background-color"
|
|
24365
|
-
"inheritedFrom": {
|
|
24366
|
-
"name": "Progressbar",
|
|
24367
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24368
|
-
}
|
|
24336
|
+
"name": "--mdc-progressbar-success-background-color"
|
|
24369
24337
|
},
|
|
24370
24338
|
{
|
|
24371
24339
|
"description": "Background color of the progressbar when in error state.",
|
|
24372
|
-
"name": "--mdc-progressbar-error-background-color"
|
|
24373
|
-
"inheritedFrom": {
|
|
24374
|
-
"name": "Progressbar",
|
|
24375
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24376
|
-
}
|
|
24340
|
+
"name": "--mdc-progressbar-error-background-color"
|
|
24377
24341
|
},
|
|
24378
24342
|
{
|
|
24379
24343
|
"description": "The height of the progressbar.",
|
|
24380
|
-
"name": "--mdc-progressbar-height"
|
|
24381
|
-
"inheritedFrom": {
|
|
24382
|
-
"name": "Progressbar",
|
|
24383
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24384
|
-
}
|
|
24344
|
+
"name": "--mdc-progressbar-height"
|
|
24385
24345
|
},
|
|
24386
24346
|
{
|
|
24387
24347
|
"description": "The border radius of the progressbar.",
|
|
24388
|
-
"name": "--mdc-progressbar-border-radius"
|
|
24389
|
-
"inheritedFrom": {
|
|
24390
|
-
"name": "Progressbar",
|
|
24391
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24392
|
-
}
|
|
24348
|
+
"name": "--mdc-progressbar-border-radius"
|
|
24393
24349
|
},
|
|
24394
24350
|
{
|
|
24395
24351
|
"description": "Color of the progressbar label text.",
|
|
24396
|
-
"name": "--mdc-progressbar-label-color"
|
|
24397
|
-
"inheritedFrom": {
|
|
24398
|
-
"name": "Progressbar",
|
|
24399
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24400
|
-
}
|
|
24352
|
+
"name": "--mdc-progressbar-label-color"
|
|
24401
24353
|
},
|
|
24402
24354
|
{
|
|
24403
24355
|
"description": "Line height of the label text.",
|
|
24404
|
-
"name": "--mdc-progressbar-label-lineheight"
|
|
24405
|
-
"inheritedFrom": {
|
|
24406
|
-
"name": "Progressbar",
|
|
24407
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24408
|
-
}
|
|
24356
|
+
"name": "--mdc-progressbar-label-lineheight"
|
|
24409
24357
|
},
|
|
24410
24358
|
{
|
|
24411
24359
|
"description": "Font size of the label text.",
|
|
24412
|
-
"name": "--mdc-progressbar-label-fontsize"
|
|
24413
|
-
"inheritedFrom": {
|
|
24414
|
-
"name": "Progressbar",
|
|
24415
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24416
|
-
}
|
|
24360
|
+
"name": "--mdc-progressbar-label-fontsize"
|
|
24417
24361
|
},
|
|
24418
24362
|
{
|
|
24419
24363
|
"description": "Font weight of the label text.",
|
|
24420
|
-
"name": "--mdc-progressbar-label-fontweight"
|
|
24421
|
-
"inheritedFrom": {
|
|
24422
|
-
"name": "Progressbar",
|
|
24423
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24424
|
-
}
|
|
24364
|
+
"name": "--mdc-progressbar-label-fontweight"
|
|
24425
24365
|
},
|
|
24426
24366
|
{
|
|
24427
24367
|
"description": "Color of the help text.",
|
|
24428
|
-
"name": "--mdc-progressbar-help-text-color"
|
|
24429
|
-
"inheritedFrom": {
|
|
24430
|
-
"name": "Progressbar",
|
|
24431
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24432
|
-
}
|
|
24368
|
+
"name": "--mdc-progressbar-help-text-color"
|
|
24433
24369
|
}
|
|
24434
24370
|
],
|
|
24435
24371
|
"members": [
|
|
24436
|
-
{
|
|
24437
|
-
"kind": "method",
|
|
24438
|
-
"name": "renderProgressSpinner",
|
|
24439
|
-
"privacy": "private"
|
|
24440
|
-
},
|
|
24441
|
-
{
|
|
24442
|
-
"kind": "method",
|
|
24443
|
-
"name": "renderErrorState",
|
|
24444
|
-
"privacy": "private",
|
|
24445
|
-
"description": "Renders the error state of the progress spinner.",
|
|
24446
|
-
"return": {
|
|
24447
|
-
"type": {
|
|
24448
|
-
"text": ""
|
|
24449
|
-
}
|
|
24450
|
-
}
|
|
24451
|
-
},
|
|
24452
|
-
{
|
|
24453
|
-
"kind": "method",
|
|
24454
|
-
"name": "renderSuccessState",
|
|
24455
|
-
"privacy": "private",
|
|
24456
|
-
"description": "Renders the success state of the progress spinner.",
|
|
24457
|
-
"return": {
|
|
24458
|
-
"type": {
|
|
24459
|
-
"text": ""
|
|
24460
|
-
}
|
|
24461
|
-
}
|
|
24462
|
-
},
|
|
24463
|
-
{
|
|
24464
|
-
"kind": "field",
|
|
24465
|
-
"name": "dataAriaLabel",
|
|
24466
|
-
"type": {
|
|
24467
|
-
"text": "string | null"
|
|
24468
|
-
},
|
|
24469
|
-
"default": "null",
|
|
24470
|
-
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
|
24471
|
-
"attribute": "data-aria-label",
|
|
24472
|
-
"reflects": true,
|
|
24473
|
-
"inheritedFrom": {
|
|
24474
|
-
"name": "DataAriaLabelMixin",
|
|
24475
|
-
"module": "utils/mixins/DataAriaLabelMixin.js"
|
|
24476
|
-
}
|
|
24477
|
-
},
|
|
24478
24372
|
{
|
|
24479
24373
|
"kind": "field",
|
|
24480
24374
|
"name": "variant",
|
|
@@ -24484,11 +24378,7 @@
|
|
|
24484
24378
|
"description": "Types of the progressbar\n- **Default**\n- **Inline**",
|
|
24485
24379
|
"default": "default",
|
|
24486
24380
|
"attribute": "variant",
|
|
24487
|
-
"reflects": true
|
|
24488
|
-
"inheritedFrom": {
|
|
24489
|
-
"name": "Progressbar",
|
|
24490
|
-
"module": "components/progressbar/progressbar.component.js"
|
|
24491
|
-
}
|
|
24381
|
+
"reflects": true
|
|
24492
24382
|
},
|
|
24493
24383
|
{
|
|
24494
24384
|
"kind": "field",
|
|
@@ -24499,11 +24389,7 @@
|
|
|
24499
24389
|
"default": "'0'",
|
|
24500
24390
|
"description": "The current progress as a percentage, 0 to 100.\nThe value will be clamped between 0 and 100.",
|
|
24501
24391
|
"attribute": "value",
|
|
24502
|
-
"reflects": true
|
|
24503
|
-
"inheritedFrom": {
|
|
24504
|
-
"name": "Progressbar",
|
|
24505
|
-
"module": "components/progressbar/progressbar.component.js"
|
|
24506
|
-
}
|
|
24392
|
+
"reflects": true
|
|
24507
24393
|
},
|
|
24508
24394
|
{
|
|
24509
24395
|
"kind": "field",
|
|
@@ -24513,11 +24399,7 @@
|
|
|
24513
24399
|
},
|
|
24514
24400
|
"default": "false",
|
|
24515
24401
|
"description": "Define error state of the progressbar\n- **true**\n- **false**",
|
|
24516
|
-
"attribute": "error"
|
|
24517
|
-
"inheritedFrom": {
|
|
24518
|
-
"name": "Progressbar",
|
|
24519
|
-
"module": "components/progressbar/progressbar.component.js"
|
|
24520
|
-
}
|
|
24402
|
+
"attribute": "error"
|
|
24521
24403
|
},
|
|
24522
24404
|
{
|
|
24523
24405
|
"kind": "method",
|
|
@@ -24528,10 +24410,21 @@
|
|
|
24528
24410
|
"type": {
|
|
24529
24411
|
"text": ""
|
|
24530
24412
|
}
|
|
24413
|
+
}
|
|
24414
|
+
},
|
|
24415
|
+
{
|
|
24416
|
+
"kind": "field",
|
|
24417
|
+
"name": "dataAriaLabel",
|
|
24418
|
+
"type": {
|
|
24419
|
+
"text": "string | null"
|
|
24531
24420
|
},
|
|
24421
|
+
"default": "null",
|
|
24422
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
|
24423
|
+
"attribute": "data-aria-label",
|
|
24424
|
+
"reflects": true,
|
|
24532
24425
|
"inheritedFrom": {
|
|
24533
|
-
"name": "
|
|
24534
|
-
"module": "
|
|
24426
|
+
"name": "DataAriaLabelMixin",
|
|
24427
|
+
"module": "utils/mixins/DataAriaLabelMixin.js"
|
|
24535
24428
|
}
|
|
24536
24429
|
},
|
|
24537
24430
|
{
|
|
@@ -24739,27 +24632,7 @@
|
|
|
24739
24632
|
}
|
|
24740
24633
|
}
|
|
24741
24634
|
],
|
|
24742
|
-
"superclass": {
|
|
24743
|
-
"name": "Progressbar",
|
|
24744
|
-
"module": "/src/components/progressbar/progressbar.component"
|
|
24745
|
-
},
|
|
24746
|
-
"tagName": "mdc-progressspinner",
|
|
24747
|
-
"jsDoc": "/**\n * `mdc-progressspinner` is a customizable, circular progress indicator component.\n * It visually represents the current completion state of a process, such as loading,\n * syncing, uploading, or any ongoing task that has a measurable percentage.\n *\n * The spinner is built using SVG with two concentric `<circle>` elements:\n * - The `progress` arc represents the portion of work completed.\n * - The `track` arc represents the remaining part.\n *\n * A visual gap is maintained between the progress and track arcs to clearly\n * distinguish the two segments. The component smoothly animates arc length\n * and respects accessibility best practices with ARIA attributes.\n *\n * The component supports different states:\n * - **Default**: Circular spinner shows the progress.\n * - **Success**: Displays a checkmark icon when progress reaches 100%.\n * - **Error**: Displays an error icon when in an error state.\n *\n * @tagname mdc-progressspinner\n *\n * @cssproperty --mdc-spinner-size - The size of the spinner.\n * @cssproperty --mdc-track-color - The color of the spinner track.\n * @cssproperty --mdc-progress-color - The color of the spinner progress.\n * @cssproperty --mdc-progress-success-color - The color of the spinner when in success state.\n * @cssproperty --mdc-progress-error-color - The color of the spinner when in error state.\n *\n */",
|
|
24748
|
-
"customElement": true,
|
|
24749
24635
|
"attributes": [
|
|
24750
|
-
{
|
|
24751
|
-
"name": "data-aria-label",
|
|
24752
|
-
"type": {
|
|
24753
|
-
"text": "string | null"
|
|
24754
|
-
},
|
|
24755
|
-
"default": "null",
|
|
24756
|
-
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
|
24757
|
-
"fieldName": "dataAriaLabel",
|
|
24758
|
-
"inheritedFrom": {
|
|
24759
|
-
"name": "DataAriaLabelMixin",
|
|
24760
|
-
"module": "src/utils/mixins/DataAriaLabelMixin.ts"
|
|
24761
|
-
}
|
|
24762
|
-
},
|
|
24763
24636
|
{
|
|
24764
24637
|
"name": "variant",
|
|
24765
24638
|
"type": {
|
|
@@ -24767,11 +24640,7 @@
|
|
|
24767
24640
|
},
|
|
24768
24641
|
"description": "Types of the progressbar\n- **Default**\n- **Inline**",
|
|
24769
24642
|
"default": "default",
|
|
24770
|
-
"fieldName": "variant"
|
|
24771
|
-
"inheritedFrom": {
|
|
24772
|
-
"name": "Progressbar",
|
|
24773
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24774
|
-
}
|
|
24643
|
+
"fieldName": "variant"
|
|
24775
24644
|
},
|
|
24776
24645
|
{
|
|
24777
24646
|
"name": "value",
|
|
@@ -24780,11 +24649,7 @@
|
|
|
24780
24649
|
},
|
|
24781
24650
|
"default": "'0'",
|
|
24782
24651
|
"description": "The current progress as a percentage, 0 to 100.\nThe value will be clamped between 0 and 100.",
|
|
24783
|
-
"fieldName": "value"
|
|
24784
|
-
"inheritedFrom": {
|
|
24785
|
-
"name": "Progressbar",
|
|
24786
|
-
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24787
|
-
}
|
|
24652
|
+
"fieldName": "value"
|
|
24788
24653
|
},
|
|
24789
24654
|
{
|
|
24790
24655
|
"name": "error",
|
|
@@ -24793,10 +24658,19 @@
|
|
|
24793
24658
|
},
|
|
24794
24659
|
"default": "false",
|
|
24795
24660
|
"description": "Define error state of the progressbar\n- **true**\n- **false**",
|
|
24796
|
-
"fieldName": "error"
|
|
24661
|
+
"fieldName": "error"
|
|
24662
|
+
},
|
|
24663
|
+
{
|
|
24664
|
+
"name": "data-aria-label",
|
|
24665
|
+
"type": {
|
|
24666
|
+
"text": "string | null"
|
|
24667
|
+
},
|
|
24668
|
+
"default": "null",
|
|
24669
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
|
24670
|
+
"fieldName": "dataAriaLabel",
|
|
24797
24671
|
"inheritedFrom": {
|
|
24798
|
-
"name": "
|
|
24799
|
-
"module": "src/
|
|
24672
|
+
"name": "DataAriaLabelMixin",
|
|
24673
|
+
"module": "src/utils/mixins/DataAriaLabelMixin.ts"
|
|
24800
24674
|
}
|
|
24801
24675
|
},
|
|
24802
24676
|
{
|
|
@@ -24911,7 +24785,20 @@
|
|
|
24911
24785
|
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
24912
24786
|
}
|
|
24913
24787
|
}
|
|
24914
|
-
]
|
|
24788
|
+
],
|
|
24789
|
+
"mixins": [
|
|
24790
|
+
{
|
|
24791
|
+
"name": "DataAriaLabelMixin",
|
|
24792
|
+
"module": "/src/utils/mixins/DataAriaLabelMixin"
|
|
24793
|
+
}
|
|
24794
|
+
],
|
|
24795
|
+
"superclass": {
|
|
24796
|
+
"name": "FormfieldWrapper",
|
|
24797
|
+
"module": "/src/components/formfieldwrapper"
|
|
24798
|
+
},
|
|
24799
|
+
"tagName": "mdc-progressbar",
|
|
24800
|
+
"jsDoc": "/**\n * mdc-progressbar component visually represents a progress indicator, typically used to show\n * the completion state of an ongoing process (e.g., loading, file upload, etc.).\n * It contains an optional label and an optional helper text.\n *\n * - It supports mainly two types: Default and Inline\n * - It supports three validation variants: Default, Success and Error.\n *\n * This component is created by extending FormfieldWrapper.\n *\n * @tagname mdc-progressbar\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @cssproperty --mdc-progressbar-default-background-color - Background color of the progressbar when inactive.\n * @cssproperty --mdc-progressbar-default-active-background-color - Background color of the progressbar when active.\n * @cssproperty --mdc-progressbar-success-background-color - Background color of the progressbar when in success state.\n * @cssproperty --mdc-progressbar-error-background-color - Background color of the progressbar when in error state.\n * @cssproperty --mdc-progressbar-height - The height of the progressbar.\n * @cssproperty --mdc-progressbar-border-radius - The border radius of the progressbar.\n * @cssproperty --mdc-progressbar-label-color - Color of the progressbar label text.\n * @cssproperty --mdc-progressbar-label-lineheight - Line height of the label text.\n * @cssproperty --mdc-progressbar-label-fontsize - Font size of the label text.\n * @cssproperty --mdc-progressbar-label-fontweight - Font weight of the label text.\n * @cssproperty --mdc-progressbar-help-text-color - Color of the help text.\n */",
|
|
24801
|
+
"customElement": true
|
|
24915
24802
|
}
|
|
24916
24803
|
],
|
|
24917
24804
|
"exports": [
|
|
@@ -24919,67 +24806,173 @@
|
|
|
24919
24806
|
"kind": "js",
|
|
24920
24807
|
"name": "default",
|
|
24921
24808
|
"declaration": {
|
|
24922
|
-
"name": "
|
|
24923
|
-
"module": "components/
|
|
24809
|
+
"name": "Progressbar",
|
|
24810
|
+
"module": "components/progressbar/progressbar.component.js"
|
|
24924
24811
|
}
|
|
24925
24812
|
}
|
|
24926
24813
|
]
|
|
24927
24814
|
},
|
|
24928
24815
|
{
|
|
24929
24816
|
"kind": "javascript-module",
|
|
24930
|
-
"path": "components/
|
|
24817
|
+
"path": "components/progressspinner/progressspinner.component.js",
|
|
24931
24818
|
"declarations": [
|
|
24932
24819
|
{
|
|
24933
24820
|
"kind": "class",
|
|
24934
|
-
"description": "mdc-
|
|
24935
|
-
"name": "
|
|
24821
|
+
"description": "`mdc-progressspinner` is a customizable, circular progress indicator component.\nIt visually represents the current completion state of a process, such as loading,\nsyncing, uploading, or any ongoing task that has a measurable percentage.\n\nThe spinner is built using SVG with two concentric `<circle>` elements:\n- The `progress` arc represents the portion of work completed.\n- The `track` arc represents the remaining part.\n\nA visual gap is maintained between the progress and track arcs to clearly\ndistinguish the two segments. The component smoothly animates arc length\nand respects accessibility best practices with ARIA attributes.\n\nThe component supports different states:\n- **Default**: Circular spinner shows the progress.\n- **Success**: Displays a checkmark icon when progress reaches 100%.\n- **Error**: Displays an error icon when in an error state.",
|
|
24822
|
+
"name": "Progressspinner",
|
|
24936
24823
|
"cssProperties": [
|
|
24824
|
+
{
|
|
24825
|
+
"description": "The size of the spinner.",
|
|
24826
|
+
"name": "--mdc-spinner-size"
|
|
24827
|
+
},
|
|
24828
|
+
{
|
|
24829
|
+
"description": "The color of the spinner track.",
|
|
24830
|
+
"name": "--mdc-track-color"
|
|
24831
|
+
},
|
|
24832
|
+
{
|
|
24833
|
+
"description": "The color of the spinner progress.",
|
|
24834
|
+
"name": "--mdc-progress-color"
|
|
24835
|
+
},
|
|
24836
|
+
{
|
|
24837
|
+
"description": "The color of the spinner when in success state.",
|
|
24838
|
+
"name": "--mdc-progress-success-color"
|
|
24839
|
+
},
|
|
24840
|
+
{
|
|
24841
|
+
"description": "The color of the spinner when in error state.",
|
|
24842
|
+
"name": "--mdc-progress-error-color"
|
|
24843
|
+
},
|
|
24937
24844
|
{
|
|
24938
24845
|
"description": "Background color of the progressbar when inactive.",
|
|
24939
|
-
"name": "--mdc-progressbar-default-background-color"
|
|
24846
|
+
"name": "--mdc-progressbar-default-background-color",
|
|
24847
|
+
"inheritedFrom": {
|
|
24848
|
+
"name": "Progressbar",
|
|
24849
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24850
|
+
}
|
|
24940
24851
|
},
|
|
24941
24852
|
{
|
|
24942
24853
|
"description": "Background color of the progressbar when active.",
|
|
24943
|
-
"name": "--mdc-progressbar-default-active-background-color"
|
|
24854
|
+
"name": "--mdc-progressbar-default-active-background-color",
|
|
24855
|
+
"inheritedFrom": {
|
|
24856
|
+
"name": "Progressbar",
|
|
24857
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24858
|
+
}
|
|
24944
24859
|
},
|
|
24945
24860
|
{
|
|
24946
24861
|
"description": "Background color of the progressbar when in success state.",
|
|
24947
|
-
"name": "--mdc-progressbar-success-background-color"
|
|
24862
|
+
"name": "--mdc-progressbar-success-background-color",
|
|
24863
|
+
"inheritedFrom": {
|
|
24864
|
+
"name": "Progressbar",
|
|
24865
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24866
|
+
}
|
|
24948
24867
|
},
|
|
24949
24868
|
{
|
|
24950
24869
|
"description": "Background color of the progressbar when in error state.",
|
|
24951
|
-
"name": "--mdc-progressbar-error-background-color"
|
|
24870
|
+
"name": "--mdc-progressbar-error-background-color",
|
|
24871
|
+
"inheritedFrom": {
|
|
24872
|
+
"name": "Progressbar",
|
|
24873
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24874
|
+
}
|
|
24952
24875
|
},
|
|
24953
24876
|
{
|
|
24954
24877
|
"description": "The height of the progressbar.",
|
|
24955
|
-
"name": "--mdc-progressbar-height"
|
|
24878
|
+
"name": "--mdc-progressbar-height",
|
|
24879
|
+
"inheritedFrom": {
|
|
24880
|
+
"name": "Progressbar",
|
|
24881
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24882
|
+
}
|
|
24956
24883
|
},
|
|
24957
24884
|
{
|
|
24958
24885
|
"description": "The border radius of the progressbar.",
|
|
24959
|
-
"name": "--mdc-progressbar-border-radius"
|
|
24886
|
+
"name": "--mdc-progressbar-border-radius",
|
|
24887
|
+
"inheritedFrom": {
|
|
24888
|
+
"name": "Progressbar",
|
|
24889
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24890
|
+
}
|
|
24960
24891
|
},
|
|
24961
24892
|
{
|
|
24962
24893
|
"description": "Color of the progressbar label text.",
|
|
24963
|
-
"name": "--mdc-progressbar-label-color"
|
|
24894
|
+
"name": "--mdc-progressbar-label-color",
|
|
24895
|
+
"inheritedFrom": {
|
|
24896
|
+
"name": "Progressbar",
|
|
24897
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24898
|
+
}
|
|
24964
24899
|
},
|
|
24965
24900
|
{
|
|
24966
24901
|
"description": "Line height of the label text.",
|
|
24967
|
-
"name": "--mdc-progressbar-label-lineheight"
|
|
24902
|
+
"name": "--mdc-progressbar-label-lineheight",
|
|
24903
|
+
"inheritedFrom": {
|
|
24904
|
+
"name": "Progressbar",
|
|
24905
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24906
|
+
}
|
|
24968
24907
|
},
|
|
24969
24908
|
{
|
|
24970
24909
|
"description": "Font size of the label text.",
|
|
24971
|
-
"name": "--mdc-progressbar-label-fontsize"
|
|
24910
|
+
"name": "--mdc-progressbar-label-fontsize",
|
|
24911
|
+
"inheritedFrom": {
|
|
24912
|
+
"name": "Progressbar",
|
|
24913
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24914
|
+
}
|
|
24972
24915
|
},
|
|
24973
24916
|
{
|
|
24974
24917
|
"description": "Font weight of the label text.",
|
|
24975
|
-
"name": "--mdc-progressbar-label-fontweight"
|
|
24918
|
+
"name": "--mdc-progressbar-label-fontweight",
|
|
24919
|
+
"inheritedFrom": {
|
|
24920
|
+
"name": "Progressbar",
|
|
24921
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24922
|
+
}
|
|
24976
24923
|
},
|
|
24977
24924
|
{
|
|
24978
24925
|
"description": "Color of the help text.",
|
|
24979
|
-
"name": "--mdc-progressbar-help-text-color"
|
|
24926
|
+
"name": "--mdc-progressbar-help-text-color",
|
|
24927
|
+
"inheritedFrom": {
|
|
24928
|
+
"name": "Progressbar",
|
|
24929
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
|
24930
|
+
}
|
|
24980
24931
|
}
|
|
24981
24932
|
],
|
|
24982
24933
|
"members": [
|
|
24934
|
+
{
|
|
24935
|
+
"kind": "method",
|
|
24936
|
+
"name": "renderProgressSpinner",
|
|
24937
|
+
"privacy": "private"
|
|
24938
|
+
},
|
|
24939
|
+
{
|
|
24940
|
+
"kind": "method",
|
|
24941
|
+
"name": "renderErrorState",
|
|
24942
|
+
"privacy": "private",
|
|
24943
|
+
"description": "Renders the error state of the progress spinner.",
|
|
24944
|
+
"return": {
|
|
24945
|
+
"type": {
|
|
24946
|
+
"text": ""
|
|
24947
|
+
}
|
|
24948
|
+
}
|
|
24949
|
+
},
|
|
24950
|
+
{
|
|
24951
|
+
"kind": "method",
|
|
24952
|
+
"name": "renderSuccessState",
|
|
24953
|
+
"privacy": "private",
|
|
24954
|
+
"description": "Renders the success state of the progress spinner.",
|
|
24955
|
+
"return": {
|
|
24956
|
+
"type": {
|
|
24957
|
+
"text": ""
|
|
24958
|
+
}
|
|
24959
|
+
}
|
|
24960
|
+
},
|
|
24961
|
+
{
|
|
24962
|
+
"kind": "field",
|
|
24963
|
+
"name": "dataAriaLabel",
|
|
24964
|
+
"type": {
|
|
24965
|
+
"text": "string | null"
|
|
24966
|
+
},
|
|
24967
|
+
"default": "null",
|
|
24968
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
|
24969
|
+
"attribute": "data-aria-label",
|
|
24970
|
+
"reflects": true,
|
|
24971
|
+
"inheritedFrom": {
|
|
24972
|
+
"name": "DataAriaLabelMixin",
|
|
24973
|
+
"module": "utils/mixins/DataAriaLabelMixin.js"
|
|
24974
|
+
}
|
|
24975
|
+
},
|
|
24983
24976
|
{
|
|
24984
24977
|
"kind": "field",
|
|
24985
24978
|
"name": "variant",
|
|
@@ -24989,7 +24982,11 @@
|
|
|
24989
24982
|
"description": "Types of the progressbar\n- **Default**\n- **Inline**",
|
|
24990
24983
|
"default": "default",
|
|
24991
24984
|
"attribute": "variant",
|
|
24992
|
-
"reflects": true
|
|
24985
|
+
"reflects": true,
|
|
24986
|
+
"inheritedFrom": {
|
|
24987
|
+
"name": "Progressbar",
|
|
24988
|
+
"module": "components/progressbar/progressbar.component.js"
|
|
24989
|
+
}
|
|
24993
24990
|
},
|
|
24994
24991
|
{
|
|
24995
24992
|
"kind": "field",
|
|
@@ -25000,7 +24997,11 @@
|
|
|
25000
24997
|
"default": "'0'",
|
|
25001
24998
|
"description": "The current progress as a percentage, 0 to 100.\nThe value will be clamped between 0 and 100.",
|
|
25002
24999
|
"attribute": "value",
|
|
25003
|
-
"reflects": true
|
|
25000
|
+
"reflects": true,
|
|
25001
|
+
"inheritedFrom": {
|
|
25002
|
+
"name": "Progressbar",
|
|
25003
|
+
"module": "components/progressbar/progressbar.component.js"
|
|
25004
|
+
}
|
|
25004
25005
|
},
|
|
25005
25006
|
{
|
|
25006
25007
|
"kind": "field",
|
|
@@ -25010,7 +25011,11 @@
|
|
|
25010
25011
|
},
|
|
25011
25012
|
"default": "false",
|
|
25012
25013
|
"description": "Define error state of the progressbar\n- **true**\n- **false**",
|
|
25013
|
-
"attribute": "error"
|
|
25014
|
+
"attribute": "error",
|
|
25015
|
+
"inheritedFrom": {
|
|
25016
|
+
"name": "Progressbar",
|
|
25017
|
+
"module": "components/progressbar/progressbar.component.js"
|
|
25018
|
+
}
|
|
25014
25019
|
},
|
|
25015
25020
|
{
|
|
25016
25021
|
"kind": "method",
|
|
@@ -25021,21 +25026,10 @@
|
|
|
25021
25026
|
"type": {
|
|
25022
25027
|
"text": ""
|
|
25023
25028
|
}
|
|
25024
|
-
}
|
|
25025
|
-
},
|
|
25026
|
-
{
|
|
25027
|
-
"kind": "field",
|
|
25028
|
-
"name": "dataAriaLabel",
|
|
25029
|
-
"type": {
|
|
25030
|
-
"text": "string | null"
|
|
25031
25029
|
},
|
|
25032
|
-
"default": "null",
|
|
25033
|
-
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
|
25034
|
-
"attribute": "data-aria-label",
|
|
25035
|
-
"reflects": true,
|
|
25036
25030
|
"inheritedFrom": {
|
|
25037
|
-
"name": "
|
|
25038
|
-
"module": "
|
|
25031
|
+
"name": "Progressbar",
|
|
25032
|
+
"module": "components/progressbar/progressbar.component.js"
|
|
25039
25033
|
}
|
|
25040
25034
|
},
|
|
25041
25035
|
{
|
|
@@ -25243,7 +25237,27 @@
|
|
|
25243
25237
|
}
|
|
25244
25238
|
}
|
|
25245
25239
|
],
|
|
25240
|
+
"superclass": {
|
|
25241
|
+
"name": "Progressbar",
|
|
25242
|
+
"module": "/src/components/progressbar/progressbar.component"
|
|
25243
|
+
},
|
|
25244
|
+
"tagName": "mdc-progressspinner",
|
|
25245
|
+
"jsDoc": "/**\n * `mdc-progressspinner` is a customizable, circular progress indicator component.\n * It visually represents the current completion state of a process, such as loading,\n * syncing, uploading, or any ongoing task that has a measurable percentage.\n *\n * The spinner is built using SVG with two concentric `<circle>` elements:\n * - The `progress` arc represents the portion of work completed.\n * - The `track` arc represents the remaining part.\n *\n * A visual gap is maintained between the progress and track arcs to clearly\n * distinguish the two segments. The component smoothly animates arc length\n * and respects accessibility best practices with ARIA attributes.\n *\n * The component supports different states:\n * - **Default**: Circular spinner shows the progress.\n * - **Success**: Displays a checkmark icon when progress reaches 100%.\n * - **Error**: Displays an error icon when in an error state.\n *\n * @tagname mdc-progressspinner\n *\n * @cssproperty --mdc-spinner-size - The size of the spinner.\n * @cssproperty --mdc-track-color - The color of the spinner track.\n * @cssproperty --mdc-progress-color - The color of the spinner progress.\n * @cssproperty --mdc-progress-success-color - The color of the spinner when in success state.\n * @cssproperty --mdc-progress-error-color - The color of the spinner when in error state.\n *\n */",
|
|
25246
|
+
"customElement": true,
|
|
25246
25247
|
"attributes": [
|
|
25248
|
+
{
|
|
25249
|
+
"name": "data-aria-label",
|
|
25250
|
+
"type": {
|
|
25251
|
+
"text": "string | null"
|
|
25252
|
+
},
|
|
25253
|
+
"default": "null",
|
|
25254
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
|
25255
|
+
"fieldName": "dataAriaLabel",
|
|
25256
|
+
"inheritedFrom": {
|
|
25257
|
+
"name": "DataAriaLabelMixin",
|
|
25258
|
+
"module": "src/utils/mixins/DataAriaLabelMixin.ts"
|
|
25259
|
+
}
|
|
25260
|
+
},
|
|
25247
25261
|
{
|
|
25248
25262
|
"name": "variant",
|
|
25249
25263
|
"type": {
|
|
@@ -25251,7 +25265,11 @@
|
|
|
25251
25265
|
},
|
|
25252
25266
|
"description": "Types of the progressbar\n- **Default**\n- **Inline**",
|
|
25253
25267
|
"default": "default",
|
|
25254
|
-
"fieldName": "variant"
|
|
25268
|
+
"fieldName": "variant",
|
|
25269
|
+
"inheritedFrom": {
|
|
25270
|
+
"name": "Progressbar",
|
|
25271
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
|
25272
|
+
}
|
|
25255
25273
|
},
|
|
25256
25274
|
{
|
|
25257
25275
|
"name": "value",
|
|
@@ -25260,7 +25278,11 @@
|
|
|
25260
25278
|
},
|
|
25261
25279
|
"default": "'0'",
|
|
25262
25280
|
"description": "The current progress as a percentage, 0 to 100.\nThe value will be clamped between 0 and 100.",
|
|
25263
|
-
"fieldName": "value"
|
|
25281
|
+
"fieldName": "value",
|
|
25282
|
+
"inheritedFrom": {
|
|
25283
|
+
"name": "Progressbar",
|
|
25284
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
|
25285
|
+
}
|
|
25264
25286
|
},
|
|
25265
25287
|
{
|
|
25266
25288
|
"name": "error",
|
|
@@ -25269,19 +25291,10 @@
|
|
|
25269
25291
|
},
|
|
25270
25292
|
"default": "false",
|
|
25271
25293
|
"description": "Define error state of the progressbar\n- **true**\n- **false**",
|
|
25272
|
-
"fieldName": "error"
|
|
25273
|
-
},
|
|
25274
|
-
{
|
|
25275
|
-
"name": "data-aria-label",
|
|
25276
|
-
"type": {
|
|
25277
|
-
"text": "string | null"
|
|
25278
|
-
},
|
|
25279
|
-
"default": "null",
|
|
25280
|
-
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
|
25281
|
-
"fieldName": "dataAriaLabel",
|
|
25294
|
+
"fieldName": "error",
|
|
25282
25295
|
"inheritedFrom": {
|
|
25283
|
-
"name": "
|
|
25284
|
-
"module": "src/
|
|
25296
|
+
"name": "Progressbar",
|
|
25297
|
+
"module": "src/components/progressbar/progressbar.component.ts"
|
|
25285
25298
|
}
|
|
25286
25299
|
},
|
|
25287
25300
|
{
|
|
@@ -25396,20 +25409,7 @@
|
|
|
25396
25409
|
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
|
25397
25410
|
}
|
|
25398
25411
|
}
|
|
25399
|
-
]
|
|
25400
|
-
"mixins": [
|
|
25401
|
-
{
|
|
25402
|
-
"name": "DataAriaLabelMixin",
|
|
25403
|
-
"module": "/src/utils/mixins/DataAriaLabelMixin"
|
|
25404
|
-
}
|
|
25405
|
-
],
|
|
25406
|
-
"superclass": {
|
|
25407
|
-
"name": "FormfieldWrapper",
|
|
25408
|
-
"module": "/src/components/formfieldwrapper"
|
|
25409
|
-
},
|
|
25410
|
-
"tagName": "mdc-progressbar",
|
|
25411
|
-
"jsDoc": "/**\n * mdc-progressbar component visually represents a progress indicator, typically used to show\n * the completion state of an ongoing process (e.g., loading, file upload, etc.).\n * It contains an optional label and an optional helper text.\n *\n * - It supports mainly two types: Default and Inline\n * - It supports three validation variants: Default, Success and Error.\n *\n * This component is created by extending FormfieldWrapper.\n *\n * @tagname mdc-progressbar\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @cssproperty --mdc-progressbar-default-background-color - Background color of the progressbar when inactive.\n * @cssproperty --mdc-progressbar-default-active-background-color - Background color of the progressbar when active.\n * @cssproperty --mdc-progressbar-success-background-color - Background color of the progressbar when in success state.\n * @cssproperty --mdc-progressbar-error-background-color - Background color of the progressbar when in error state.\n * @cssproperty --mdc-progressbar-height - The height of the progressbar.\n * @cssproperty --mdc-progressbar-border-radius - The border radius of the progressbar.\n * @cssproperty --mdc-progressbar-label-color - Color of the progressbar label text.\n * @cssproperty --mdc-progressbar-label-lineheight - Line height of the label text.\n * @cssproperty --mdc-progressbar-label-fontsize - Font size of the label text.\n * @cssproperty --mdc-progressbar-label-fontweight - Font weight of the label text.\n * @cssproperty --mdc-progressbar-help-text-color - Color of the help text.\n */",
|
|
25412
|
-
"customElement": true
|
|
25412
|
+
]
|
|
25413
25413
|
}
|
|
25414
25414
|
],
|
|
25415
25415
|
"exports": [
|
|
@@ -25417,8 +25417,8 @@
|
|
|
25417
25417
|
"kind": "js",
|
|
25418
25418
|
"name": "default",
|
|
25419
25419
|
"declaration": {
|
|
25420
|
-
"name": "
|
|
25421
|
-
"module": "components/
|
|
25420
|
+
"name": "Progressspinner",
|
|
25421
|
+
"module": "components/progressspinner/progressspinner.component.js"
|
|
25422
25422
|
}
|
|
25423
25423
|
}
|
|
25424
25424
|
]
|
|
@@ -29110,90 +29110,8 @@
|
|
|
29110
29110
|
"name": "Provider",
|
|
29111
29111
|
"module": "/src/models"
|
|
29112
29112
|
},
|
|
29113
|
-
"tagName": "mdc-sidenavigation",
|
|
29114
|
-
"jsDoc": "/**\n * The `mdc-sidenavigation` component provides a vertically stacked navigation experience,\n * typically used in layouts with persistent or collapsible sidebars.\n *\n * ## Features:\n * - Supports four layout variants: `fixed-collapsed`, `fixed-expanded`, `flexible`, and `hidden`\n * - Toggleable expand/collapse behavior\n * - Displays brand logo and customer name\n * - Serves as a context provider for descendant components - `mdc-navitemlist` and `mdc-navitem`\n *\n * ### Usage:\n * In a sidenavigation, navitems can be used in the following ways:\n *\n * 1. **Simple navitem** – No submenu or interaction beyond selection.\n *\n * 2. **Navitem with submenu**:\n * - Provide an `id` on the `mdc-navitem`\n * - Set the `triggerId` on the corresponding `mdc-menupopover` to match the navitem's `id`\n * - Set `parent-nav-tooltip-text` with appropriate text that will display when a child menu item\n * inside the nested menupopover is active, conveying which submenu item is currently selected\n *\n * 3. **Actionable navitem (no submenu)**:\n * - Performs an action such as navigation or alert trigger\n * - Set `disable-aria-current=\"true\"` to maintain visual active state without navigation behavior\n *\n * ### Recommendations:\n * - Use `mdc-text` for section headers\n * - Use `mdc-divider` with the attribute `variant=\"gradient\"` for section dividers\n * - For the brand logo, use an informative icon. Refer to `Momentum Informative Icons`\n *\n * #### Accessibility Notes:\n * - Always provide meaningful `aria-label` attributes for both `mdc-navitem` and `mdc-navitemlist`\n * to ensure screen reader support\n * - Set `grabber-btn-aria-label` to provide accessible labels for the expand/collapse grabber button\n *\n * @dependency mdc-text\n * @dependency mdc-button\n * @dependency mdc-divider\n *\n * @event activechange - (React: onActiveChange) Dispatched when the active state of the navitem changes.\n *\n * @tagname mdc-sidenavigation\n *\n * @slot scrollable-section - Slot for the scrollable content area of the side navigation.\n * @slot fixed-section - Slot for the fixed content area of the side navigation.\n * @slot brand-logo - Slot for the brand logo (e.g., icon or img).\n *\n * @cssproperty --mdc-sidenavigation-expanded-width - width of the sideNavigation when expanded\n * @cssproperty --mdc-sidenavigation-collapsed-width - width of the sideNavigation when collpased\n */",
|
|
29115
|
-
"customElement": true
|
|
29116
|
-
}
|
|
29117
|
-
],
|
|
29118
|
-
"exports": [
|
|
29119
|
-
{
|
|
29120
|
-
"kind": "js",
|
|
29121
|
-
"name": "default",
|
|
29122
|
-
"declaration": {
|
|
29123
|
-
"name": "SideNavigation",
|
|
29124
|
-
"module": "components/sidenavigation/sidenavigation.component.js"
|
|
29125
|
-
}
|
|
29126
|
-
}
|
|
29127
|
-
]
|
|
29128
|
-
},
|
|
29129
|
-
{
|
|
29130
|
-
"kind": "javascript-module",
|
|
29131
|
-
"path": "components/skeleton/skeleton.component.js",
|
|
29132
|
-
"declarations": [
|
|
29133
|
-
{
|
|
29134
|
-
"kind": "class",
|
|
29135
|
-
"description": "`mdc-skeleton` is a component that shows a grey placeholder area.\nIt provides visual feedback to users that content is being loaded.\n\n**Skeleton Variants:**\n- **rectangular**: Default variant with 0.25rem border radius\n- **rounded**: Has 0.5rem border radius\n- **circular**: Has 50% border radius for circular shapes\n- **button**: Optimized for button placeholders with 1.25rem border radius\n\n**Sizing Behavior:**\n1. If wrapping content, takes dimensions of wrapped content\n2. Otherwise grows to fill parent container",
|
|
29136
|
-
"name": "Skeleton",
|
|
29137
|
-
"cssProperties": [
|
|
29138
|
-
{
|
|
29139
|
-
"description": "background color of the skeleton",
|
|
29140
|
-
"name": "--mdc-skeleton-background-color"
|
|
29141
|
-
},
|
|
29142
|
-
{
|
|
29143
|
-
"description": "height of the skeleton",
|
|
29144
|
-
"name": "--mdc-skeleton-height"
|
|
29145
|
-
},
|
|
29146
|
-
{
|
|
29147
|
-
"description": "width of the skeleton",
|
|
29148
|
-
"name": "--mdc-skeleton-width"
|
|
29149
|
-
}
|
|
29150
|
-
],
|
|
29151
|
-
"slots": [
|
|
29152
|
-
{
|
|
29153
|
-
"description": "Content to wrap (optional). When provided, skeleton takes dimensions of this content.",
|
|
29154
|
-
"name": ""
|
|
29155
|
-
}
|
|
29156
|
-
],
|
|
29157
|
-
"members": [
|
|
29158
|
-
{
|
|
29159
|
-
"kind": "field",
|
|
29160
|
-
"name": "variant",
|
|
29161
|
-
"type": {
|
|
29162
|
-
"text": "SkeletonVariant"
|
|
29163
|
-
},
|
|
29164
|
-
"description": "The variant of skeleton to display\n- **rectangular**: Default rectangular shape with 0.25rem border radius\n- **rounded**: Rounded rectangle with 0.5rem border radius\n- **circular**: Circular shape with 50% border radius\n- **button**: Button placeholder with 1.25rem border radius",
|
|
29165
|
-
"default": "rectangular",
|
|
29166
|
-
"attribute": "variant",
|
|
29167
|
-
"reflects": true
|
|
29168
|
-
},
|
|
29169
|
-
{
|
|
29170
|
-
"kind": "method",
|
|
29171
|
-
"name": "checkSlotContent",
|
|
29172
|
-
"privacy": "private",
|
|
29173
|
-
"return": {
|
|
29174
|
-
"type": {
|
|
29175
|
-
"text": "void"
|
|
29176
|
-
}
|
|
29177
|
-
}
|
|
29178
|
-
}
|
|
29179
|
-
],
|
|
29180
|
-
"attributes": [
|
|
29181
|
-
{
|
|
29182
|
-
"name": "variant",
|
|
29183
|
-
"type": {
|
|
29184
|
-
"text": "SkeletonVariant"
|
|
29185
|
-
},
|
|
29186
|
-
"description": "The variant of skeleton to display\n- **rectangular**: Default rectangular shape with 0.25rem border radius\n- **rounded**: Rounded rectangle with 0.5rem border radius\n- **circular**: Circular shape with 50% border radius\n- **button**: Button placeholder with 1.25rem border radius",
|
|
29187
|
-
"default": "rectangular",
|
|
29188
|
-
"fieldName": "variant"
|
|
29189
|
-
}
|
|
29190
|
-
],
|
|
29191
|
-
"superclass": {
|
|
29192
|
-
"name": "Component",
|
|
29193
|
-
"module": "/src/models"
|
|
29194
|
-
},
|
|
29195
|
-
"tagName": "mdc-skeleton",
|
|
29196
|
-
"jsDoc": "/**\n * `mdc-skeleton` is a component that shows a grey placeholder area.\n * It provides visual feedback to users that content is being loaded.\n *\n * **Skeleton Variants:**\n * - **rectangular**: Default variant with 0.25rem border radius\n * - **rounded**: Has 0.5rem border radius\n * - **circular**: Has 50% border radius for circular shapes\n * - **button**: Optimized for button placeholders with 1.25rem border radius\n *\n * **Sizing Behavior:**\n * 1. If wrapping content, takes dimensions of wrapped content\n * 2. Otherwise grows to fill parent container\n *\n * @tagname mdc-skeleton\n *\n * @slot - Content to wrap (optional). When provided, skeleton takes dimensions of this content.\n *\n * @cssproperty --mdc-skeleton-background-color - background color of the skeleton\n * @cssproperty --mdc-skeleton-height - height of the skeleton\n * @cssproperty --mdc-skeleton-width - width of the skeleton\n */",
|
|
29113
|
+
"tagName": "mdc-sidenavigation",
|
|
29114
|
+
"jsDoc": "/**\n * The `mdc-sidenavigation` component provides a vertically stacked navigation experience,\n * typically used in layouts with persistent or collapsible sidebars.\n *\n * ## Features:\n * - Supports four layout variants: `fixed-collapsed`, `fixed-expanded`, `flexible`, and `hidden`\n * - Toggleable expand/collapse behavior\n * - Displays brand logo and customer name\n * - Serves as a context provider for descendant components - `mdc-navitemlist` and `mdc-navitem`\n *\n * ### Usage:\n * In a sidenavigation, navitems can be used in the following ways:\n *\n * 1. **Simple navitem** – No submenu or interaction beyond selection.\n *\n * 2. **Navitem with submenu**:\n * - Provide an `id` on the `mdc-navitem`\n * - Set the `triggerId` on the corresponding `mdc-menupopover` to match the navitem's `id`\n * - Set `parent-nav-tooltip-text` with appropriate text that will display when a child menu item\n * inside the nested menupopover is active, conveying which submenu item is currently selected\n *\n * 3. **Actionable navitem (no submenu)**:\n * - Performs an action such as navigation or alert trigger\n * - Set `disable-aria-current=\"true\"` to maintain visual active state without navigation behavior\n *\n * ### Recommendations:\n * - Use `mdc-text` for section headers\n * - Use `mdc-divider` with the attribute `variant=\"gradient\"` for section dividers\n * - For the brand logo, use an informative icon. Refer to `Momentum Informative Icons`\n *\n * #### Accessibility Notes:\n * - Always provide meaningful `aria-label` attributes for both `mdc-navitem` and `mdc-navitemlist`\n * to ensure screen reader support\n * - Set `grabber-btn-aria-label` to provide accessible labels for the expand/collapse grabber button\n *\n * @dependency mdc-text\n * @dependency mdc-button\n * @dependency mdc-divider\n *\n * @event activechange - (React: onActiveChange) Dispatched when the active state of the navitem changes.\n *\n * @tagname mdc-sidenavigation\n *\n * @slot scrollable-section - Slot for the scrollable content area of the side navigation.\n * @slot fixed-section - Slot for the fixed content area of the side navigation.\n * @slot brand-logo - Slot for the brand logo (e.g., icon or img).\n *\n * @cssproperty --mdc-sidenavigation-expanded-width - width of the sideNavigation when expanded\n * @cssproperty --mdc-sidenavigation-collapsed-width - width of the sideNavigation when collpased\n */",
|
|
29197
29115
|
"customElement": true
|
|
29198
29116
|
}
|
|
29199
29117
|
],
|
|
@@ -29202,122 +29120,71 @@
|
|
|
29202
29120
|
"kind": "js",
|
|
29203
29121
|
"name": "default",
|
|
29204
29122
|
"declaration": {
|
|
29205
|
-
"name": "
|
|
29206
|
-
"module": "components/
|
|
29123
|
+
"name": "SideNavigation",
|
|
29124
|
+
"module": "components/sidenavigation/sidenavigation.component.js"
|
|
29207
29125
|
}
|
|
29208
29126
|
}
|
|
29209
29127
|
]
|
|
29210
29128
|
},
|
|
29211
29129
|
{
|
|
29212
29130
|
"kind": "javascript-module",
|
|
29213
|
-
"path": "components/
|
|
29131
|
+
"path": "components/skeleton/skeleton.component.js",
|
|
29214
29132
|
"declarations": [
|
|
29215
29133
|
{
|
|
29216
29134
|
"kind": "class",
|
|
29217
|
-
"description": "`mdc-
|
|
29218
|
-
"name": "
|
|
29135
|
+
"description": "`mdc-skeleton` is a component that shows a grey placeholder area.\nIt provides visual feedback to users that content is being loaded.\n\n**Skeleton Variants:**\n- **rectangular**: Default variant with 0.25rem border radius\n- **rounded**: Has 0.5rem border radius\n- **circular**: Has 50% border radius for circular shapes\n- **button**: Optimized for button placeholders with 1.25rem border radius\n\n**Sizing Behavior:**\n1. If wrapping content, takes dimensions of wrapped content\n2. Otherwise grows to fill parent container",
|
|
29136
|
+
"name": "Skeleton",
|
|
29219
29137
|
"cssProperties": [
|
|
29220
29138
|
{
|
|
29221
|
-
"description": "
|
|
29222
|
-
"name": "--mdc-
|
|
29223
|
-
},
|
|
29224
|
-
{
|
|
29225
|
-
"description": "Allows customization of the inverted spinner color.",
|
|
29226
|
-
"name": "--mdc-spinner-inverted-color"
|
|
29139
|
+
"description": "background color of the skeleton",
|
|
29140
|
+
"name": "--mdc-skeleton-background-color"
|
|
29227
29141
|
},
|
|
29228
29142
|
{
|
|
29229
|
-
"description": "
|
|
29230
|
-
"name": "--mdc-
|
|
29143
|
+
"description": "height of the skeleton",
|
|
29144
|
+
"name": "--mdc-skeleton-height"
|
|
29231
29145
|
},
|
|
29232
29146
|
{
|
|
29233
|
-
"description": "
|
|
29234
|
-
"name": "--mdc-
|
|
29147
|
+
"description": "width of the skeleton",
|
|
29148
|
+
"name": "--mdc-skeleton-width"
|
|
29235
29149
|
}
|
|
29236
29150
|
],
|
|
29237
|
-
"
|
|
29238
|
-
{
|
|
29239
|
-
"description": "The svg which contains the circle spinner.",
|
|
29240
|
-
"name": "container"
|
|
29241
|
-
},
|
|
29151
|
+
"slots": [
|
|
29242
29152
|
{
|
|
29243
|
-
"description": "
|
|
29244
|
-
"name": "
|
|
29153
|
+
"description": "Content to wrap (optional). When provided, skeleton takes dimensions of this content.",
|
|
29154
|
+
"name": ""
|
|
29245
29155
|
}
|
|
29246
29156
|
],
|
|
29247
29157
|
"members": [
|
|
29248
|
-
{
|
|
29249
|
-
"kind": "field",
|
|
29250
|
-
"name": "inverted",
|
|
29251
|
-
"description": "The spinner color can be inverted by setting the inverted attribute to true.",
|
|
29252
|
-
"default": "false",
|
|
29253
|
-
"attribute": "inverted",
|
|
29254
|
-
"reflects": true
|
|
29255
|
-
},
|
|
29256
|
-
{
|
|
29257
|
-
"kind": "field",
|
|
29258
|
-
"name": "size",
|
|
29259
|
-
"type": {
|
|
29260
|
-
"text": "SpinnerSize | undefined"
|
|
29261
|
-
},
|
|
29262
|
-
"description": "Size of the spinner.\nAcceptable values include:\n\n- 'small'\n- 'midsize'\n- 'large'\n- 'undefined'",
|
|
29263
|
-
"default": "midsize",
|
|
29264
|
-
"attribute": "size",
|
|
29265
|
-
"reflects": true
|
|
29266
|
-
},
|
|
29267
|
-
{
|
|
29268
|
-
"kind": "field",
|
|
29269
|
-
"name": "ariaLabel",
|
|
29270
|
-
"type": {
|
|
29271
|
-
"text": "string | null"
|
|
29272
|
-
},
|
|
29273
|
-
"default": "null",
|
|
29274
|
-
"description": "Aria-label attribute to be set for accessibility",
|
|
29275
|
-
"attribute": "aria-label"
|
|
29276
|
-
},
|
|
29277
29158
|
{
|
|
29278
29159
|
"kind": "field",
|
|
29279
29160
|
"name": "variant",
|
|
29280
29161
|
"type": {
|
|
29281
|
-
"text": "
|
|
29162
|
+
"text": "SkeletonVariant"
|
|
29282
29163
|
},
|
|
29283
|
-
"description": "
|
|
29284
|
-
"default": "
|
|
29164
|
+
"description": "The variant of skeleton to display\n- **rectangular**: Default rectangular shape with 0.25rem border radius\n- **rounded**: Rounded rectangle with 0.5rem border radius\n- **circular**: Circular shape with 50% border radius\n- **button**: Button placeholder with 1.25rem border radius",
|
|
29165
|
+
"default": "rectangular",
|
|
29285
29166
|
"attribute": "variant",
|
|
29286
29167
|
"reflects": true
|
|
29168
|
+
},
|
|
29169
|
+
{
|
|
29170
|
+
"kind": "method",
|
|
29171
|
+
"name": "checkSlotContent",
|
|
29172
|
+
"privacy": "private",
|
|
29173
|
+
"return": {
|
|
29174
|
+
"type": {
|
|
29175
|
+
"text": "void"
|
|
29176
|
+
}
|
|
29177
|
+
}
|
|
29287
29178
|
}
|
|
29288
29179
|
],
|
|
29289
29180
|
"attributes": [
|
|
29290
|
-
{
|
|
29291
|
-
"name": "inverted",
|
|
29292
|
-
"description": "The spinner color can be inverted by setting the inverted attribute to true.",
|
|
29293
|
-
"default": "false",
|
|
29294
|
-
"fieldName": "inverted"
|
|
29295
|
-
},
|
|
29296
|
-
{
|
|
29297
|
-
"name": "size",
|
|
29298
|
-
"type": {
|
|
29299
|
-
"text": "SpinnerSize | undefined"
|
|
29300
|
-
},
|
|
29301
|
-
"description": "Size of the spinner.\nAcceptable values include:\n\n- 'small'\n- 'midsize'\n- 'large'\n- 'undefined'",
|
|
29302
|
-
"default": "midsize",
|
|
29303
|
-
"fieldName": "size"
|
|
29304
|
-
},
|
|
29305
|
-
{
|
|
29306
|
-
"name": "aria-label",
|
|
29307
|
-
"type": {
|
|
29308
|
-
"text": "string | null"
|
|
29309
|
-
},
|
|
29310
|
-
"default": "null",
|
|
29311
|
-
"description": "Aria-label attribute to be set for accessibility",
|
|
29312
|
-
"fieldName": "ariaLabel"
|
|
29313
|
-
},
|
|
29314
29181
|
{
|
|
29315
29182
|
"name": "variant",
|
|
29316
29183
|
"type": {
|
|
29317
|
-
"text": "
|
|
29184
|
+
"text": "SkeletonVariant"
|
|
29318
29185
|
},
|
|
29319
|
-
"description": "
|
|
29320
|
-
"default": "
|
|
29186
|
+
"description": "The variant of skeleton to display\n- **rectangular**: Default rectangular shape with 0.25rem border radius\n- **rounded**: Rounded rectangle with 0.5rem border radius\n- **circular**: Circular shape with 50% border radius\n- **button**: Button placeholder with 1.25rem border radius",
|
|
29187
|
+
"default": "rectangular",
|
|
29321
29188
|
"fieldName": "variant"
|
|
29322
29189
|
}
|
|
29323
29190
|
],
|
|
@@ -29325,8 +29192,8 @@
|
|
|
29325
29192
|
"name": "Component",
|
|
29326
29193
|
"module": "/src/models"
|
|
29327
29194
|
},
|
|
29328
|
-
"tagName": "mdc-
|
|
29329
|
-
"jsDoc": "/**\n * `mdc-
|
|
29195
|
+
"tagName": "mdc-skeleton",
|
|
29196
|
+
"jsDoc": "/**\n * `mdc-skeleton` is a component that shows a grey placeholder area.\n * It provides visual feedback to users that content is being loaded.\n *\n * **Skeleton Variants:**\n * - **rectangular**: Default variant with 0.25rem border radius\n * - **rounded**: Has 0.5rem border radius\n * - **circular**: Has 50% border radius for circular shapes\n * - **button**: Optimized for button placeholders with 1.25rem border radius\n *\n * **Sizing Behavior:**\n * 1. If wrapping content, takes dimensions of wrapped content\n * 2. Otherwise grows to fill parent container\n *\n * @tagname mdc-skeleton\n *\n * @slot - Content to wrap (optional). When provided, skeleton takes dimensions of this content.\n *\n * @cssproperty --mdc-skeleton-background-color - background color of the skeleton\n * @cssproperty --mdc-skeleton-height - height of the skeleton\n * @cssproperty --mdc-skeleton-width - width of the skeleton\n */",
|
|
29330
29197
|
"customElement": true
|
|
29331
29198
|
}
|
|
29332
29199
|
],
|
|
@@ -29335,8 +29202,8 @@
|
|
|
29335
29202
|
"kind": "js",
|
|
29336
29203
|
"name": "default",
|
|
29337
29204
|
"declaration": {
|
|
29338
|
-
"name": "
|
|
29339
|
-
"module": "components/
|
|
29205
|
+
"name": "Skeleton",
|
|
29206
|
+
"module": "components/skeleton/skeleton.component.js"
|
|
29340
29207
|
}
|
|
29341
29208
|
}
|
|
29342
29209
|
]
|
|
@@ -29807,6 +29674,139 @@
|
|
|
29807
29674
|
}
|
|
29808
29675
|
]
|
|
29809
29676
|
},
|
|
29677
|
+
{
|
|
29678
|
+
"kind": "javascript-module",
|
|
29679
|
+
"path": "components/spinner/spinner.component.js",
|
|
29680
|
+
"declarations": [
|
|
29681
|
+
{
|
|
29682
|
+
"kind": "class",
|
|
29683
|
+
"description": "`mdc-spinner` is loading spinner which is an indeterminate progress indicator, meaning\nit's best for cases where the progress or duration of a process is variable or unknown.\n\nSpinner Variants:\n- **Standalone (Default)**: Track has a blue color.\n- **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\nTo ensure a minimum 3:1 contrast ratio, the color is changed internally to be the same color as the button’s\nicon or label text.\n\nSpinner Sizes:\n- **Large (96px)**: Use when replacing entire regions or pages that are still loading\n- **MidSize (48px) (Default)**: Use for most use cases.\n- **Small (24px)**: Use for inline with loading text.\n\nCustomisation of the spinner size is allowed by setting the size to undefined and using the --mdc-spinner-size\nCSS property.\n\nSpinner Colors:\n- **Default**: Use for most use cases.\n- **Inverted**: Only to be used within inverted components, such as coachmarks.\n\nRegarding accessibility, if an aria-label is provided, the role will be set to 'img'; if it is absent, the role\nwill be unset\nand aria-hidden will be set to 'true' so the spinner will be ignored by screen readers.",
|
|
29684
|
+
"name": "Spinner",
|
|
29685
|
+
"cssProperties": [
|
|
29686
|
+
{
|
|
29687
|
+
"description": "Allows customization of the default spinner color.",
|
|
29688
|
+
"name": "--mdc-spinner-default-color"
|
|
29689
|
+
},
|
|
29690
|
+
{
|
|
29691
|
+
"description": "Allows customization of the inverted spinner color.",
|
|
29692
|
+
"name": "--mdc-spinner-inverted-color"
|
|
29693
|
+
},
|
|
29694
|
+
{
|
|
29695
|
+
"description": "Allows customization of the spinner Button variant color.",
|
|
29696
|
+
"name": "--mdc-spinner-button-variant-color"
|
|
29697
|
+
},
|
|
29698
|
+
{
|
|
29699
|
+
"description": "Allows customization of the spinner size.",
|
|
29700
|
+
"name": "--mdc-spinner-size"
|
|
29701
|
+
}
|
|
29702
|
+
],
|
|
29703
|
+
"cssParts": [
|
|
29704
|
+
{
|
|
29705
|
+
"description": "The svg which contains the circle spinner.",
|
|
29706
|
+
"name": "container"
|
|
29707
|
+
},
|
|
29708
|
+
{
|
|
29709
|
+
"description": "The circle of the spinner.",
|
|
29710
|
+
"name": "circle"
|
|
29711
|
+
}
|
|
29712
|
+
],
|
|
29713
|
+
"members": [
|
|
29714
|
+
{
|
|
29715
|
+
"kind": "field",
|
|
29716
|
+
"name": "inverted",
|
|
29717
|
+
"description": "The spinner color can be inverted by setting the inverted attribute to true.",
|
|
29718
|
+
"default": "false",
|
|
29719
|
+
"attribute": "inverted",
|
|
29720
|
+
"reflects": true
|
|
29721
|
+
},
|
|
29722
|
+
{
|
|
29723
|
+
"kind": "field",
|
|
29724
|
+
"name": "size",
|
|
29725
|
+
"type": {
|
|
29726
|
+
"text": "SpinnerSize | undefined"
|
|
29727
|
+
},
|
|
29728
|
+
"description": "Size of the spinner.\nAcceptable values include:\n\n- 'small'\n- 'midsize'\n- 'large'\n- 'undefined'",
|
|
29729
|
+
"default": "midsize",
|
|
29730
|
+
"attribute": "size",
|
|
29731
|
+
"reflects": true
|
|
29732
|
+
},
|
|
29733
|
+
{
|
|
29734
|
+
"kind": "field",
|
|
29735
|
+
"name": "ariaLabel",
|
|
29736
|
+
"type": {
|
|
29737
|
+
"text": "string | null"
|
|
29738
|
+
},
|
|
29739
|
+
"default": "null",
|
|
29740
|
+
"description": "Aria-label attribute to be set for accessibility",
|
|
29741
|
+
"attribute": "aria-label"
|
|
29742
|
+
},
|
|
29743
|
+
{
|
|
29744
|
+
"kind": "field",
|
|
29745
|
+
"name": "variant",
|
|
29746
|
+
"type": {
|
|
29747
|
+
"text": "SpinnerVariant"
|
|
29748
|
+
},
|
|
29749
|
+
"description": "There are 2 variants of spinner: default and button. Their coloring is different.\n- **Standalone (Default)**: Track has a blue color.\n- **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\nTo ensure a minimum 3:1 contrast ratio, change the active indicator color to be the same color as the button’s\nicon or label text.",
|
|
29750
|
+
"default": "standalone",
|
|
29751
|
+
"attribute": "variant",
|
|
29752
|
+
"reflects": true
|
|
29753
|
+
}
|
|
29754
|
+
],
|
|
29755
|
+
"attributes": [
|
|
29756
|
+
{
|
|
29757
|
+
"name": "inverted",
|
|
29758
|
+
"description": "The spinner color can be inverted by setting the inverted attribute to true.",
|
|
29759
|
+
"default": "false",
|
|
29760
|
+
"fieldName": "inverted"
|
|
29761
|
+
},
|
|
29762
|
+
{
|
|
29763
|
+
"name": "size",
|
|
29764
|
+
"type": {
|
|
29765
|
+
"text": "SpinnerSize | undefined"
|
|
29766
|
+
},
|
|
29767
|
+
"description": "Size of the spinner.\nAcceptable values include:\n\n- 'small'\n- 'midsize'\n- 'large'\n- 'undefined'",
|
|
29768
|
+
"default": "midsize",
|
|
29769
|
+
"fieldName": "size"
|
|
29770
|
+
},
|
|
29771
|
+
{
|
|
29772
|
+
"name": "aria-label",
|
|
29773
|
+
"type": {
|
|
29774
|
+
"text": "string | null"
|
|
29775
|
+
},
|
|
29776
|
+
"default": "null",
|
|
29777
|
+
"description": "Aria-label attribute to be set for accessibility",
|
|
29778
|
+
"fieldName": "ariaLabel"
|
|
29779
|
+
},
|
|
29780
|
+
{
|
|
29781
|
+
"name": "variant",
|
|
29782
|
+
"type": {
|
|
29783
|
+
"text": "SpinnerVariant"
|
|
29784
|
+
},
|
|
29785
|
+
"description": "There are 2 variants of spinner: default and button. Their coloring is different.\n- **Standalone (Default)**: Track has a blue color.\n- **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\nTo ensure a minimum 3:1 contrast ratio, change the active indicator color to be the same color as the button’s\nicon or label text.",
|
|
29786
|
+
"default": "standalone",
|
|
29787
|
+
"fieldName": "variant"
|
|
29788
|
+
}
|
|
29789
|
+
],
|
|
29790
|
+
"superclass": {
|
|
29791
|
+
"name": "Component",
|
|
29792
|
+
"module": "/src/models"
|
|
29793
|
+
},
|
|
29794
|
+
"tagName": "mdc-spinner",
|
|
29795
|
+
"jsDoc": "/**\n * `mdc-spinner` is loading spinner which is an indeterminate progress indicator, meaning\n * it's best for cases where the progress or duration of a process is variable or unknown.\n *\n * Spinner Variants:\n * - **Standalone (Default)**: Track has a blue color.\n * - **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\n * To ensure a minimum 3:1 contrast ratio, the color is changed internally to be the same color as the button’s\n * icon or label text.\n *\n * Spinner Sizes:\n * - **Large (96px)**: Use when replacing entire regions or pages that are still loading\n * - **MidSize (48px) (Default)**: Use for most use cases.\n * - **Small (24px)**: Use for inline with loading text.\n *\n * Customisation of the spinner size is allowed by setting the size to undefined and using the --mdc-spinner-size\n * CSS property.\n *\n * Spinner Colors:\n * - **Default**: Use for most use cases.\n * - **Inverted**: Only to be used within inverted components, such as coachmarks.\n *\n * Regarding accessibility, if an aria-label is provided, the role will be set to 'img'; if it is absent, the role\n * will be unset\n * and aria-hidden will be set to 'true' so the spinner will be ignored by screen readers.\n *\n * @tagname mdc-spinner\n *\n * @cssproperty --mdc-spinner-default-color - Allows customization of the default spinner color.\n * @cssproperty --mdc-spinner-inverted-color - Allows customization of the inverted spinner color.\n * @cssproperty --mdc-spinner-button-variant-color - Allows customization of the spinner Button variant color.\n * @cssproperty --mdc-spinner-size - Allows customization of the spinner size.\n *\n * @csspart container - The svg which contains the circle spinner.\n * @csspart circle - The circle of the spinner.\n */",
|
|
29796
|
+
"customElement": true
|
|
29797
|
+
}
|
|
29798
|
+
],
|
|
29799
|
+
"exports": [
|
|
29800
|
+
{
|
|
29801
|
+
"kind": "js",
|
|
29802
|
+
"name": "default",
|
|
29803
|
+
"declaration": {
|
|
29804
|
+
"name": "Spinner",
|
|
29805
|
+
"module": "components/spinner/spinner.component.js"
|
|
29806
|
+
}
|
|
29807
|
+
}
|
|
29808
|
+
]
|
|
29809
|
+
},
|
|
29810
29810
|
{
|
|
29811
29811
|
"kind": "javascript-module",
|
|
29812
29812
|
"path": "components/tab/tab.component.js",
|
package/dist/react/index.d.ts
CHANGED
|
@@ -43,8 +43,8 @@ export { default as OptGroup } from './optgroup';
|
|
|
43
43
|
export { default as Option } from './option';
|
|
44
44
|
export { default as Popover } from './popover';
|
|
45
45
|
export { default as Presence } from './presence';
|
|
46
|
-
export { default as Progressspinner } from './progressspinner';
|
|
47
46
|
export { default as Progressbar } from './progressbar';
|
|
47
|
+
export { default as Progressspinner } from './progressspinner';
|
|
48
48
|
export { default as Radio } from './radio';
|
|
49
49
|
export { default as RadioGroup } from './radiogroup';
|
|
50
50
|
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
|
@@ -52,10 +52,10 @@ export { default as Searchfield } from './searchfield';
|
|
|
52
52
|
export { default as Select } from './select';
|
|
53
53
|
export { default as SideNavigation } from './sidenavigation';
|
|
54
54
|
export { default as Skeleton } from './skeleton';
|
|
55
|
-
export { default as Spinner } from './spinner';
|
|
56
55
|
export { default as StaticCheckbox } from './staticcheckbox';
|
|
57
56
|
export { default as StaticRadio } from './staticradio';
|
|
58
57
|
export { default as StaticToggle } from './statictoggle';
|
|
58
|
+
export { default as Spinner } from './spinner';
|
|
59
59
|
export { default as Tab } from './tab';
|
|
60
60
|
export { default as TabList } from './tablist';
|
|
61
61
|
export { default as Text } from './text';
|
package/dist/react/index.js
CHANGED
|
@@ -43,8 +43,8 @@ export { default as OptGroup } from './optgroup';
|
|
|
43
43
|
export { default as Option } from './option';
|
|
44
44
|
export { default as Popover } from './popover';
|
|
45
45
|
export { default as Presence } from './presence';
|
|
46
|
-
export { default as Progressspinner } from './progressspinner';
|
|
47
46
|
export { default as Progressbar } from './progressbar';
|
|
47
|
+
export { default as Progressspinner } from './progressspinner';
|
|
48
48
|
export { default as Radio } from './radio';
|
|
49
49
|
export { default as RadioGroup } from './radiogroup';
|
|
50
50
|
export { default as ScreenreaderAnnouncer } from './screenreaderannouncer';
|
|
@@ -52,10 +52,10 @@ export { default as Searchfield } from './searchfield';
|
|
|
52
52
|
export { default as Select } from './select';
|
|
53
53
|
export { default as SideNavigation } from './sidenavigation';
|
|
54
54
|
export { default as Skeleton } from './skeleton';
|
|
55
|
-
export { default as Spinner } from './spinner';
|
|
56
55
|
export { default as StaticCheckbox } from './staticcheckbox';
|
|
57
56
|
export { default as StaticRadio } from './staticradio';
|
|
58
57
|
export { default as StaticToggle } from './statictoggle';
|
|
58
|
+
export { default as Spinner } from './spinner';
|
|
59
59
|
export { default as Tab } from './tab';
|
|
60
60
|
export { default as TabList } from './tablist';
|
|
61
61
|
export { default as Text } from './text';
|
package/package.json
CHANGED