@momentum-design/components 0.126.1 → 0.127.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.
@@ -45168,94 +45168,6 @@
45168
45168
  }
45169
45169
  ]
45170
45170
  },
45171
- {
45172
- "kind": "javascript-module",
45173
- "path": "components/stepperconnector/stepperconnector.component.js",
45174
- "declarations": [
45175
- {
45176
- "kind": "class",
45177
- "description": "StepperConnector component visually represents the connection between two stepper items.\nIndicates whether the connection is complete or incomplete, and supports vertical or horizontal orientation.\nThey are used between 2 `mdc-stepperitem` components to visually connect them and wrapped in a `mdc-stepper` component.",
45178
- "name": "StepperConnector",
45179
- "cssProperties": [
45180
- {
45181
- "description": "Background color for the complete connector",
45182
- "name": "--mdc-stepperconnector-complete-background"
45183
- },
45184
- {
45185
- "description": "Background color for the incomplete connector",
45186
- "name": "--mdc-stepperconnector-incomplete-background"
45187
- }
45188
- ],
45189
- "cssParts": [
45190
- {
45191
- "description": "The main connector line between steps",
45192
- "name": "connector"
45193
- }
45194
- ],
45195
- "members": [
45196
- {
45197
- "kind": "field",
45198
- "name": "status",
45199
- "type": {
45200
- "text": "StatusType"
45201
- },
45202
- "description": "The status of the connector (complete or incomplete)",
45203
- "default": "\"incomplete\"",
45204
- "attribute": "status",
45205
- "reflects": true
45206
- },
45207
- {
45208
- "kind": "field",
45209
- "name": "orientation",
45210
- "type": {
45211
- "text": "OrientationType"
45212
- },
45213
- "description": "The orientation of the connector (vertical or horizontal)",
45214
- "default": "\"horizontal\"",
45215
- "attribute": "orientation",
45216
- "reflects": true
45217
- }
45218
- ],
45219
- "attributes": [
45220
- {
45221
- "name": "status",
45222
- "type": {
45223
- "text": "StatusType"
45224
- },
45225
- "description": "The status of the connector (complete or incomplete)",
45226
- "default": "\"incomplete\"",
45227
- "fieldName": "status"
45228
- },
45229
- {
45230
- "name": "orientation",
45231
- "type": {
45232
- "text": "OrientationType"
45233
- },
45234
- "description": "The orientation of the connector (vertical or horizontal)",
45235
- "default": "\"horizontal\"",
45236
- "fieldName": "orientation"
45237
- }
45238
- ],
45239
- "superclass": {
45240
- "name": "Component",
45241
- "module": "/src/models"
45242
- },
45243
- "tagName": "mdc-stepperconnector",
45244
- "jsDoc": "/**\n * StepperConnector component visually represents the connection between two stepper items.\n * Indicates whether the connection is complete or incomplete, and supports vertical or horizontal orientation.\n * They are used between 2 `mdc-stepperitem` components to visually connect them and wrapped in a `mdc-stepper` component.\n *\n * @tagname mdc-stepperconnector\n *\n * @csspart connector - The main connector line between steps\n *\n * @cssproperty --mdc-stepperconnector-complete-background - Background color for the complete connector\n * @cssproperty --mdc-stepperconnector-incomplete-background - Background color for the incomplete connector\n */",
45245
- "customElement": true
45246
- }
45247
- ],
45248
- "exports": [
45249
- {
45250
- "kind": "js",
45251
- "name": "default",
45252
- "declaration": {
45253
- "name": "StepperConnector",
45254
- "module": "components/stepperconnector/stepperconnector.component.js"
45255
- }
45256
- }
45257
- ]
45258
- },
45259
45171
  {
45260
45172
  "kind": "javascript-module",
45261
45173
  "path": "components/stepperitem/stepperitem.component.js",
@@ -46570,6 +46482,94 @@
46570
46482
  }
46571
46483
  ]
46572
46484
  },
46485
+ {
46486
+ "kind": "javascript-module",
46487
+ "path": "components/stepperconnector/stepperconnector.component.js",
46488
+ "declarations": [
46489
+ {
46490
+ "kind": "class",
46491
+ "description": "StepperConnector component visually represents the connection between two stepper items.\nIndicates whether the connection is complete or incomplete, and supports vertical or horizontal orientation.\nThey are used between 2 `mdc-stepperitem` components to visually connect them and wrapped in a `mdc-stepper` component.",
46492
+ "name": "StepperConnector",
46493
+ "cssProperties": [
46494
+ {
46495
+ "description": "Background color for the complete connector",
46496
+ "name": "--mdc-stepperconnector-complete-background"
46497
+ },
46498
+ {
46499
+ "description": "Background color for the incomplete connector",
46500
+ "name": "--mdc-stepperconnector-incomplete-background"
46501
+ }
46502
+ ],
46503
+ "cssParts": [
46504
+ {
46505
+ "description": "The main connector line between steps",
46506
+ "name": "connector"
46507
+ }
46508
+ ],
46509
+ "members": [
46510
+ {
46511
+ "kind": "field",
46512
+ "name": "status",
46513
+ "type": {
46514
+ "text": "StatusType"
46515
+ },
46516
+ "description": "The status of the connector (complete or incomplete)",
46517
+ "default": "\"incomplete\"",
46518
+ "attribute": "status",
46519
+ "reflects": true
46520
+ },
46521
+ {
46522
+ "kind": "field",
46523
+ "name": "orientation",
46524
+ "type": {
46525
+ "text": "OrientationType"
46526
+ },
46527
+ "description": "The orientation of the connector (vertical or horizontal)",
46528
+ "default": "\"horizontal\"",
46529
+ "attribute": "orientation",
46530
+ "reflects": true
46531
+ }
46532
+ ],
46533
+ "attributes": [
46534
+ {
46535
+ "name": "status",
46536
+ "type": {
46537
+ "text": "StatusType"
46538
+ },
46539
+ "description": "The status of the connector (complete or incomplete)",
46540
+ "default": "\"incomplete\"",
46541
+ "fieldName": "status"
46542
+ },
46543
+ {
46544
+ "name": "orientation",
46545
+ "type": {
46546
+ "text": "OrientationType"
46547
+ },
46548
+ "description": "The orientation of the connector (vertical or horizontal)",
46549
+ "default": "\"horizontal\"",
46550
+ "fieldName": "orientation"
46551
+ }
46552
+ ],
46553
+ "superclass": {
46554
+ "name": "Component",
46555
+ "module": "/src/models"
46556
+ },
46557
+ "tagName": "mdc-stepperconnector",
46558
+ "jsDoc": "/**\n * StepperConnector component visually represents the connection between two stepper items.\n * Indicates whether the connection is complete or incomplete, and supports vertical or horizontal orientation.\n * They are used between 2 `mdc-stepperitem` components to visually connect them and wrapped in a `mdc-stepper` component.\n *\n * @tagname mdc-stepperconnector\n *\n * @csspart connector - The main connector line between steps\n *\n * @cssproperty --mdc-stepperconnector-complete-background - Background color for the complete connector\n * @cssproperty --mdc-stepperconnector-incomplete-background - Background color for the incomplete connector\n */",
46559
+ "customElement": true
46560
+ }
46561
+ ],
46562
+ "exports": [
46563
+ {
46564
+ "kind": "js",
46565
+ "name": "default",
46566
+ "declaration": {
46567
+ "name": "StepperConnector",
46568
+ "module": "components/stepperconnector/stepperconnector.component.js"
46569
+ }
46570
+ }
46571
+ ]
46572
+ },
46573
46573
  {
46574
46574
  "kind": "javascript-module",
46575
46575
  "path": "components/text/text.component.js",
@@ -74,10 +74,10 @@ export { default as StaticChip } from './staticchip';
74
74
  export { default as StaticRadio } from './staticradio';
75
75
  export { default as StaticToggle } from './statictoggle';
76
76
  export { default as Stepper } from './stepper';
77
- export { default as StepperConnector } from './stepperconnector';
78
77
  export { default as StepperItem } from './stepperitem';
79
78
  export { default as Tab } from './tab';
80
79
  export { default as TabList } from './tablist';
80
+ export { default as StepperConnector } from './stepperconnector';
81
81
  export { default as Text } from './text';
82
82
  export { default as Textarea } from './textarea';
83
83
  export { default as ThemeProvider } from './themeprovider';
@@ -74,10 +74,10 @@ export { default as StaticChip } from './staticchip';
74
74
  export { default as StaticRadio } from './staticradio';
75
75
  export { default as StaticToggle } from './statictoggle';
76
76
  export { default as Stepper } from './stepper';
77
- export { default as StepperConnector } from './stepperconnector';
78
77
  export { default as StepperItem } from './stepperitem';
79
78
  export { default as Tab } from './tab';
80
79
  export { default as TabList } from './tablist';
80
+ export { default as StepperConnector } from './stepperconnector';
81
81
  export { default as Text } from './text';
82
82
  export { default as Textarea } from './textarea';
83
83
  export { default as ThemeProvider } from './themeprovider';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@momentum-design/components",
3
3
  "packageManager": "yarn@3.2.4",
4
- "version": "0.126.1",
4
+ "version": "0.127.0",
5
5
  "engines": {
6
6
  "node": ">=20.0.0",
7
7
  "npm": ">=8.0.0"