@genesislcap/rapid-design-system 14.214.4 → 14.215.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.
|
@@ -27777,7 +27777,7 @@
|
|
|
27777
27777
|
"type": {
|
|
27778
27778
|
"text": "StoryObj"
|
|
27779
27779
|
},
|
|
27780
|
-
"default": "{\n args: {\n orientation: 'vertical',\n },\n argTypes: {\n orientation: {\n control: 'select',\n options: ['vertical', 'horizontal'],\n },\n },\n render: ({ orientation }) => html`\n <div style=\"display:flex; min-height: 400px\">\n <rapid-stepper orientation=\"${orientation}\">\n <rapid-stepper-tab>Rapid stepper 1</rapid-stepper-tab>\n <rapid-stepper-tab>Rapid stepper 2</rapid-stepper-tab>\n <rapid-stepper-tab>Rapid stepper 3</rapid-stepper-tab>\n <rapid-stepper-tab>Rapid stepper 4</rapid-stepper-tab>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 1</rapid-stepper-tab-panel>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 2</rapid-stepper-tab-panel>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 3</rapid-stepper-tab-panel>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 4</rapid-stepper-tab-panel>\n </rapid-stepper>\n </div>\n `,\n}"
|
|
27780
|
+
"default": "{\n args: {\n orientation: 'vertical',\n },\n argTypes: {\n orientation: {\n control: 'select',\n options: ['vertical', 'horizontal'],\n },\n },\n render: ({ orientation }) => html`\n <div style=\"display:flex; min-height: 400px\">\n <rapid-stepper orientation=\"${orientation}\">\n <rapid-stepper-tab>Rapid stepper 1</rapid-stepper-tab>\n <rapid-stepper-tab>Rapid stepper 2</rapid-stepper-tab>\n <rapid-stepper-tab>Rapid stepper 3</rapid-stepper-tab>\n <rapid-stepper-tab>Rapid stepper 4</rapid-stepper-tab>\n <rapid-stepper-tab>Rapid stepper 5</rapid-stepper-tab>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 1</rapid-stepper-tab-panel>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 2</rapid-stepper-tab-panel>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 3</rapid-stepper-tab-panel>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 4</rapid-stepper-tab-panel>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 5</rapid-stepper-tab-panel>\n </rapid-stepper>\n </div>\n `,\n}"
|
|
27781
27781
|
},
|
|
27782
27782
|
{
|
|
27783
27783
|
"kind": "variable",
|
|
@@ -27785,7 +27785,7 @@
|
|
|
27785
27785
|
"type": {
|
|
27786
27786
|
"text": "StoryObj"
|
|
27787
27787
|
},
|
|
27788
|
-
"default": "{\n args: {\n orientation: 'horizontal',\n },\n argTypes: {\n orientation: {\n control: 'select',\n options: ['vertical', 'horizontal'],\n },\n },\n render: ({ orientation }) => html`\n <div style=\"display:flex; min-height: 400px\">\n <rapid-stepper orientation=\"${orientation}\">\n <rapid-stepper-tab>Rapid stepper 1</rapid-stepper-tab>\n <rapid-stepper-tab>Rapid stepper 2</rapid-stepper-tab>\n <rapid-stepper-tab>Rapid stepper 3</rapid-stepper-tab>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 1</rapid-stepper-tab-panel>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 2</rapid-stepper-tab-panel>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 3</rapid-stepper-tab-panel>\n </rapid-stepper>\n </div>\n `,\n}"
|
|
27788
|
+
"default": "{\n args: {\n orientation: 'horizontal',\n },\n argTypes: {\n orientation: {\n control: 'select',\n options: ['vertical', 'horizontal'],\n },\n },\n render: ({ orientation }) => html`\n <div style=\"display:flex; min-height: 400px\">\n <rapid-stepper orientation=\"${orientation}\">\n <rapid-stepper-tab>Rapid stepper 1</rapid-stepper-tab>\n <rapid-stepper-tab>Rapid stepper 2</rapid-stepper-tab>\n <rapid-stepper-tab>Rapid stepper 3</rapid-stepper-tab>\n <rapid-stepper-tab>Rapid stepper 4</rapid-stepper-tab>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 1</rapid-stepper-tab-panel>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 2</rapid-stepper-tab-panel>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 3</rapid-stepper-tab-panel>\n <rapid-stepper-tab-panel>Rapid Stepper Panel 4</rapid-stepper-tab-panel>\n </rapid-stepper>\n </div>\n `,\n}"
|
|
27789
27789
|
}
|
|
27790
27790
|
],
|
|
27791
27791
|
"exports": [
|
|
@@ -28115,6 +28115,19 @@
|
|
|
28115
28115
|
"module": "src/stepper/stepper.ts"
|
|
28116
28116
|
}
|
|
28117
28117
|
},
|
|
28118
|
+
{
|
|
28119
|
+
"kind": "method",
|
|
28120
|
+
"name": "handleStepClick",
|
|
28121
|
+
"parameters": [
|
|
28122
|
+
{
|
|
28123
|
+
"name": "stepIndex"
|
|
28124
|
+
}
|
|
28125
|
+
],
|
|
28126
|
+
"inheritedFrom": {
|
|
28127
|
+
"name": "Stepper",
|
|
28128
|
+
"module": "src/stepper/stepper.ts"
|
|
28129
|
+
}
|
|
28130
|
+
},
|
|
28118
28131
|
{
|
|
28119
28132
|
"kind": "field",
|
|
28120
28133
|
"name": "disabledPreviousStep",
|
|
@@ -28600,6 +28613,17 @@
|
|
|
28600
28613
|
"module": "src/stepper-tab/stepper-tab.ts"
|
|
28601
28614
|
}
|
|
28602
28615
|
},
|
|
28616
|
+
{
|
|
28617
|
+
"kind": "field",
|
|
28618
|
+
"name": "showCursorPointer",
|
|
28619
|
+
"type": {
|
|
28620
|
+
"text": "boolean"
|
|
28621
|
+
},
|
|
28622
|
+
"inheritedFrom": {
|
|
28623
|
+
"name": "StepperTab",
|
|
28624
|
+
"module": "src/stepper-tab/stepper-tab.ts"
|
|
28625
|
+
}
|
|
28626
|
+
},
|
|
28603
28627
|
{
|
|
28604
28628
|
"kind": "field",
|
|
28605
28629
|
"name": "tabPosition",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper.stories.d.ts","sourceRoot":"","sources":["../../../src/stepper/stepper.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAGhE,QAAA,MAAM,IAAI,EAAE,IAGX,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"stepper.stories.d.ts","sourceRoot":"","sources":["../../../src/stepper/stepper.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAGhE,QAAA,MAAM,IAAI,EAAE,IAGX,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,QAAQ,EAAE,QA0BtB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,QAwBxB,CAAC"}
|
|
@@ -21,10 +21,12 @@ export const Vertical = {
|
|
|
21
21
|
<rapid-stepper-tab>Rapid stepper 2</rapid-stepper-tab>
|
|
22
22
|
<rapid-stepper-tab>Rapid stepper 3</rapid-stepper-tab>
|
|
23
23
|
<rapid-stepper-tab>Rapid stepper 4</rapid-stepper-tab>
|
|
24
|
+
<rapid-stepper-tab>Rapid stepper 5</rapid-stepper-tab>
|
|
24
25
|
<rapid-stepper-tab-panel>Rapid Stepper Panel 1</rapid-stepper-tab-panel>
|
|
25
26
|
<rapid-stepper-tab-panel>Rapid Stepper Panel 2</rapid-stepper-tab-panel>
|
|
26
27
|
<rapid-stepper-tab-panel>Rapid Stepper Panel 3</rapid-stepper-tab-panel>
|
|
27
28
|
<rapid-stepper-tab-panel>Rapid Stepper Panel 4</rapid-stepper-tab-panel>
|
|
29
|
+
<rapid-stepper-tab-panel>Rapid Stepper Panel 5</rapid-stepper-tab-panel>
|
|
28
30
|
</rapid-stepper>
|
|
29
31
|
</div>
|
|
30
32
|
`,
|
|
@@ -45,9 +47,11 @@ export const Horizontal = {
|
|
|
45
47
|
<rapid-stepper-tab>Rapid stepper 1</rapid-stepper-tab>
|
|
46
48
|
<rapid-stepper-tab>Rapid stepper 2</rapid-stepper-tab>
|
|
47
49
|
<rapid-stepper-tab>Rapid stepper 3</rapid-stepper-tab>
|
|
50
|
+
<rapid-stepper-tab>Rapid stepper 4</rapid-stepper-tab>
|
|
48
51
|
<rapid-stepper-tab-panel>Rapid Stepper Panel 1</rapid-stepper-tab-panel>
|
|
49
52
|
<rapid-stepper-tab-panel>Rapid Stepper Panel 2</rapid-stepper-tab-panel>
|
|
50
53
|
<rapid-stepper-tab-panel>Rapid Stepper Panel 3</rapid-stepper-tab-panel>
|
|
54
|
+
<rapid-stepper-tab-panel>Rapid Stepper Panel 4</rapid-stepper-tab-panel>
|
|
51
55
|
</rapid-stepper>
|
|
52
56
|
</div>
|
|
53
57
|
`,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-design-system",
|
|
3
3
|
"description": "Rapid Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.215.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
40
|
-
"@genesislcap/genx": "14.
|
|
41
|
-
"@genesislcap/rollup-builder": "14.
|
|
42
|
-
"@genesislcap/ts-builder": "14.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
44
|
-
"@genesislcap/vite-builder": "14.
|
|
45
|
-
"@genesislcap/webpack-builder": "14.
|
|
40
|
+
"@genesislcap/genx": "14.215.0",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.215.0",
|
|
42
|
+
"@genesislcap/ts-builder": "14.215.0",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.215.0",
|
|
44
|
+
"@genesislcap/vite-builder": "14.215.0",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.215.0",
|
|
46
46
|
"@storybook/addon-coverage": "^1.0.1",
|
|
47
47
|
"@storybook/addon-essentials": "^8.0.0",
|
|
48
48
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"storybook": "^8.0.0"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@genesislcap/foundation-logger": "14.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.
|
|
65
|
-
"@genesislcap/foundation-utils": "14.
|
|
63
|
+
"@genesislcap/foundation-logger": "14.215.0",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.215.0",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.215.0",
|
|
66
66
|
"@microsoft/fast-colors": "^5.3.1",
|
|
67
67
|
"@microsoft/fast-components": "^2.30.6",
|
|
68
68
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
82
|
"customElements": "dist/custom-elements.json",
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "bb6ce44be244b1e9f16e6dddb2c8cffb4b85d330"
|
|
84
84
|
}
|