Skip to content

Commit

Permalink
Changing examples to url pointing to next version
Browse files Browse the repository at this point in the history
  • Loading branch information
mawelCaballero committed Jan 31, 2022
1 parent dd61edf commit 3cf52b4
Show file tree
Hide file tree
Showing 42 changed files with 208 additions and 208 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
{
"title": "Uncontrolled Accordion Group",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion-group/uncontrolled-accordion-group/uncontrolled-accordion-group.component.html&initialpath=uncontrolledAccordionGroup",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion-group/uncontrolled-accordion-group/uncontrolled-accordion-group.component.html&initialpath=uncontrolledAccordionGroup",
"title": "UncontrolledAccordionGroup"
},"visibility":true
},
{
"title": "Controlled Accordion Group",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion-group/controlled-accordion-group/controlled-accordion-group.component.html&initialpath=controlledAccordionGroup",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion-group/controlled-accordion-group/controlled-accordion-group.component.html&initialpath=controlledAccordionGroup",
"title": "ControlledAccordionGroup"
}
},
{
"title": "Disabled Accordion Group",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion-group/disabled-accordion-group/disabled-accordion-group.component.html&initialpath=disabledAccordionGroup",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion-group/disabled-accordion-group/disabled-accordion-group.component.html&initialpath=disabledAccordionGroup",
"title": "DisabledAccordionGroup"
}
}
Expand Down
10 changes: 5 additions & 5 deletions projects/dxc-ngx-cdk-site/src/assets/examples/accordion.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@
{
"title": "Default Accordion",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion/default-accordion/default-accordion.component.html&initialpath=defaultAccordion",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion/default-accordion/default-accordion.component.html&initialpath=defaultAccordion",
"title": "DefaultAccordion"
},
"visibility":true
},
{
"title": "Controlled Accordion",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion/controlled-accordion/controlled-accordion.component.html&initialpath=controlledAccordion",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion/controlled-accordion/controlled-accordion.component.html&initialpath=controlledAccordion",
"title": "ControlledAccordion"
}
},
{
"title": "Accordion with Assistive Text",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion/accordion-with-assistive-text/accordion-with-assistive-text.component.html&initialpath=accordionWithAssistiveText",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion/accordion-with-assistive-text/accordion-with-assistive-text.component.html&initialpath=accordionWithAssistiveText",
"title": "AssistiveTextAccordion"
}
},
{
"title": "Accordion with Icon",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion/accordion-with-icon/accordion-with-icon.component.html&initialpath=accordionWithIcon",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion/accordion-with-icon/accordion-with-icon.component.html&initialpath=accordionWithIcon",
"title": "IconAccordion"
}
},
{
"title": "Disabled Accordion",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion/disabled-icon/disabled-icon.component.html&initialpath=disabledIconAccordion",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion/disabled-icon/disabled-icon.component.html&initialpath=disabledIconAccordion",
"title": "DisabledAccordion"
}
}
Expand Down
16 changes: 8 additions & 8 deletions projects/dxc-ngx-cdk-site/src/assets/examples/alert.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,56 +3,56 @@
{
"title": "Info Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/alert/info-alert/info-alert.component.html&initialpath=infoAlert",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/info-alert/info-alert.component.html&initialpath=infoAlert",
"title": "InfoAlert"
}
},
{
"title": "Succes Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/alert/success-alert/success-alert.component.html&initialpath=successAlert",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/success-alert/success-alert.component.html&initialpath=successAlert",
"title": "SuccesAlert"
}
},
{
"title": "Warning Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/alert/warning-alert/warning-alert.component.html&initialpath=warningAlert",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/warning-alert/warning-alert.component.html&initialpath=warningAlert",
"title": "WarningAlert"
}
},
{
"title": "Error Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/alert/error-alert/error-alert.component.html&initialpath=errorAlert",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/error-alert/error-alert.component.html&initialpath=errorAlert",
"title": "ErrorAlert"
}
},
{
"title": "Sized Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/alert/sized-alert/sized-alert.component.html&initialpath=sizedAlert",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/sized-alert/sized-alert.component.html&initialpath=sizedAlert",
"title": "SizedAlert"
}
},
{
"title": "Modal Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/alert/modal-alert/modal-alert.component.html&initialpath=modalAlert",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/modal-alert/modal-alert.component.html&initialpath=modalAlert",
"title": "ModalAlert"
}
},
{
"title": "Closable Inline Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/alert/closable-inline-alert/closable-inline-alert.component.html&initialpath=closableInlineAlert",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/closable-inline-alert/closable-inline-alert.component.html&initialpath=closableInlineAlert",
"title": "ClosableInlineAlert"
}
},
{
"title": "Alert with children",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/alert/alert-with-children/alert-with-children.component.html&initialpath=alertWithChildren",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/alert-with-children/alert-with-children.component.html&initialpath=alertWithChildren",
"title": "AlertWithChildren"
}
}
Expand Down
4 changes: 2 additions & 2 deletions projects/dxc-ngx-cdk-site/src/assets/examples/app-layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
{
"title": "Basic Layout",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/application-layout/basic-layout/basic-layout.component.html&initialpath=basicLayout",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/application-layout/basic-layout/basic-layout.component.html&initialpath=basicLayout",
"title": "dxc-technology/halstack-angular/application-layout#1"
}
},
{
"title": "Layout with Sidenav",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/application-layout/layout-with-sidenav/layout-with-sidenav.component.html&initialpath=layoutWithSidenav",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/application-layout/layout-with-sidenav/layout-with-sidenav.component.html&initialpath=layoutWithSidenav",
"title": "dxc-technology/halstack-angular/application-layout#2"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
{
"title": "Text input with suggestions",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/text-input-function-suggestions/text-input-function-suggestions.component.html&initialpath=autosuggestInput",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input-function-suggestions/text-input-function-suggestions.component.html&initialpath=autosuggestInput",
"title": "autosuggest-input"
}
},
{
"title": "Text input with a function as suggestions",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/text-input-with-suggestions/text-input-with-suggestions.component.html&initialpath=autosuggestFunctionInput",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input-with-suggestions/text-input-with-suggestions.component.html&initialpath=autosuggestFunctionInput",
"title": "autosuggest-function-input"
}
}
Expand Down
2 changes: 1 addition & 1 deletion projects/dxc-ngx-cdk-site/src/assets/examples/box.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"title": "Basic Box",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/box/basic-box/basic-box.component.html&initialpath=basicBox",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/box/basic-box/basic-box.component.html&initialpath=basicBox",
"title": "BasicBox"
}
}
Expand Down
8 changes: 4 additions & 4 deletions projects/dxc-ngx-cdk-site/src/assets/examples/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
{
"title": "Button Modes",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/button/button-modes/button-modes.component.html",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/button-modes/button-modes.component.html",
"title": "button-modes"
}
},
{
"title": "Button with Icon",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/button/button-with-icon/button-with-icon.component.html&initialpath=buttonWithIcon",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/button-with-icon/button-with-icon.component.html&initialpath=buttonWithIcon",
"title": "button-with-icon"
}
},
{
"title": "Sized Button",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/button/sized-button/sized-button.component.html&initialpath=sizedButton",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/sized-button/sized-button.component.html&initialpath=sizedButton",
"title": "sized-button"
}
},
{
"title": "Fill Parent Button",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/button/fill-parent-button/fill-parent-button.component.html&initialpath=fillParentButton",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/fill-parent-button/fill-parent-button.component.html&initialpath=fillParentButton",
"title": "fill-parent-button"
}
}
Expand Down
6 changes: 3 additions & 3 deletions projects/dxc-ngx-cdk-site/src/assets/examples/card.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
{
"title": "Default Card",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/card/card-with-action/card-with-action.component.html&initialpath=cardWithAction",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/card/card-with-action/card-with-action.component.html&initialpath=cardWithAction",
"title": "DefaultCard"
}
},
{
"title": "Card with link",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/card/card-with-link/card-with-link.component.html&initialpath=cardWithLink",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/card/card-with-link/card-with-link.component.html&initialpath=cardWithLink",
"title": "CardWithLink"
}
},
{
"title": "Card with action",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/card-with-action/card-with-action.component.html&initialpath=cardWithAction",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/card-with-action/card-with-action.component.html&initialpath=cardWithAction",
"title": "CardWithAction"
}
}
Expand Down
8 changes: 4 additions & 4 deletions projects/dxc-ngx-cdk-site/src/assets/examples/checkbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
{
"title": "Checkbox Label Position",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/checkbox/checkbox-label-position/checkbox-label-position.component.html&initialpath=checkboxLabelPosition",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/checkbox/checkbox-label-position/checkbox-label-position.component.html&initialpath=checkboxLabelPosition",
"title": "CheckboxLabelPosition"
}
},
{
"title": "Checkbox Uncontrolled",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/checkbox/checkbox-uncontrolled/checkbox-uncontrolled.component.html&initialpath=checkboxUncontrolled",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/checkbox/checkbox-uncontrolled/checkbox-uncontrolled.component.html&initialpath=checkboxUncontrolled",
"title": "CheckboxUncontrolled"
}
},
{
"title": "Checkbox Sized",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/checkbox/checkbox-sized/checkbox-sized.component.html&initialpath=checkboxSized",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/checkbox/checkbox-sized/checkbox-sized.component.html&initialpath=checkboxSized",
"title": "CheckboxSized"
}
},
{
"title": "Checkbox Controlled",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/checkbox/checkbox-controlled/checkbox-controlled.component.html&initialpath=checkboxControlled",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/checkbox/checkbox-controlled/checkbox-controlled.component.html&initialpath=checkboxControlled",
"title": "CheckboxControlled"
}
}
Expand Down
4 changes: 2 additions & 2 deletions projects/dxc-ngx-cdk-site/src/assets/examples/chip.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
{
"title": "Default Chip",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/chip/default-chip/default-chip.component.html&initialpath=defaultChip",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/chip/default-chip/default-chip.component.html&initialpath=defaultChip",
"title": "DefaultChip"
}
},
{
"title": "Chip with icons",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/chip/chip-with-icons/chip-with-icons.component.html&initialpath=chipWithIcons",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/chip/chip-with-icons/chip-with-icons.component.html&initialpath=chipWithIcons",
"title": "ChipWithIcons"
}
}
Expand Down
6 changes: 3 additions & 3 deletions projects/dxc-ngx-cdk-site/src/assets/examples/date.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
{
"title": "Sized Date",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/date/sized-date/sized-date.component.html&initialpath=sizedDate",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date/sized-date/sized-date.component.html&initialpath=sizedDate",
"title": "Sized Date"
}
},
{
"title": "Uncontrolled Date",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/date/uncontrolled-date/uncontrolled-date.component.html&initialpath=uncontrolledDate",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date/uncontrolled-date/uncontrolled-date.component.html&initialpath=uncontrolledDate",
"title": "UncontrolledDate"
}
},
{
"title": "Controlled Date",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/date/controlled-date/controlled-date.component.html&initialpath=controlledDate",
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date/controlled-date/controlled-date.component.html&initialpath=controlledDate",
"title": "ControlledDate"
}
}
Expand Down
Loading

0 comments on commit 3cf52b4

Please sign in to comment.