@genesislcap/rapid-design-system 14.217.0 → 14.217.1

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.
@@ -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>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}"
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}\" hide-step-number>\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": [
@@ -27886,6 +27886,17 @@
27886
27886
  "module": "src/stepper/stepper.ts"
27887
27887
  }
27888
27888
  },
27889
+ {
27890
+ "name": "hide-step-number",
27891
+ "type": {
27892
+ "text": "boolean"
27893
+ },
27894
+ "fieldName": "hideStepNumber",
27895
+ "inheritedFrom": {
27896
+ "name": "Stepper",
27897
+ "module": "src/stepper/stepper.ts"
27898
+ }
27899
+ },
27889
27900
  {
27890
27901
  "name": "orientation",
27891
27902
  "type": {
@@ -27921,6 +27932,17 @@
27921
27932
  "module": "src/stepper/stepper.ts"
27922
27933
  }
27923
27934
  },
27935
+ {
27936
+ "kind": "field",
27937
+ "name": "hideStepNumber",
27938
+ "type": {
27939
+ "text": "boolean"
27940
+ },
27941
+ "inheritedFrom": {
27942
+ "name": "Stepper",
27943
+ "module": "src/stepper/stepper.ts"
27944
+ }
27945
+ },
27924
27946
  {
27925
27947
  "kind": "field",
27926
27948
  "name": "orientation",
@@ -28613,6 +28635,17 @@
28613
28635
  "module": "src/stepper-tab/stepper-tab.ts"
28614
28636
  }
28615
28637
  },
28638
+ {
28639
+ "kind": "field",
28640
+ "name": "hideStepNumber",
28641
+ "type": {
28642
+ "text": "boolean"
28643
+ },
28644
+ "inheritedFrom": {
28645
+ "name": "StepperTab",
28646
+ "module": "src/stepper-tab/stepper-tab.ts"
28647
+ }
28648
+ },
28616
28649
  {
28617
28650
  "kind": "field",
28618
28651
  "name": "showCursorPointer",
@@ -43,7 +43,7 @@ export const Horizontal = {
43
43
  },
44
44
  render: ({ orientation }) => html `
45
45
  <div style="display:flex; min-height: 400px">
46
- <rapid-stepper orientation="${orientation}">
46
+ <rapid-stepper orientation="${orientation}" hide-step-number>
47
47
  <rapid-stepper-tab>Rapid stepper 1</rapid-stepper-tab>
48
48
  <rapid-stepper-tab>Rapid stepper 2</rapid-stepper-tab>
49
49
  <rapid-stepper-tab>Rapid stepper 3</rapid-stepper-tab>
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.217.0",
4
+ "version": "14.217.1",
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.217.0",
41
- "@genesislcap/rollup-builder": "14.217.0",
42
- "@genesislcap/ts-builder": "14.217.0",
43
- "@genesislcap/uvu-playwright-builder": "14.217.0",
44
- "@genesislcap/vite-builder": "14.217.0",
45
- "@genesislcap/webpack-builder": "14.217.0",
40
+ "@genesislcap/genx": "14.217.1",
41
+ "@genesislcap/rollup-builder": "14.217.1",
42
+ "@genesislcap/ts-builder": "14.217.1",
43
+ "@genesislcap/uvu-playwright-builder": "14.217.1",
44
+ "@genesislcap/vite-builder": "14.217.1",
45
+ "@genesislcap/webpack-builder": "14.217.1",
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.217.0",
64
- "@genesislcap/foundation-ui": "14.217.0",
65
- "@genesislcap/foundation-utils": "14.217.0",
63
+ "@genesislcap/foundation-logger": "14.217.1",
64
+ "@genesislcap/foundation-ui": "14.217.1",
65
+ "@genesislcap/foundation-utils": "14.217.1",
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": "3d119baa8d1ec42f681d17de1f605a98b1a9a464"
83
+ "gitHead": "cdd27c8a564831561bde5d76e4c9e43c65041710"
84
84
  }