@genesislcap/foundation-zero 14.104.0 → 14.105.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.
Files changed (44) hide show
  1. package/dist/custom-elements.json +1190 -39
  2. package/dist/dts/base-components.d.ts +13 -0
  3. package/dist/dts/base-components.d.ts.map +1 -1
  4. package/dist/dts/index.d.ts +4 -1
  5. package/dist/dts/index.d.ts.map +1 -1
  6. package/dist/dts/stepper/index.d.ts +4 -0
  7. package/dist/dts/stepper/index.d.ts.map +1 -0
  8. package/dist/dts/stepper/stepper.d.ts +18 -0
  9. package/dist/dts/stepper/stepper.d.ts.map +1 -0
  10. package/dist/dts/stepper/stepper.stories.d.ts +5 -0
  11. package/dist/dts/stepper/stepper.stories.d.ts.map +1 -0
  12. package/dist/dts/stepper/stepper.styles.d.ts +3 -0
  13. package/dist/dts/stepper/stepper.styles.d.ts.map +1 -0
  14. package/dist/dts/stepper/stepper.template.d.ts +3 -0
  15. package/dist/dts/stepper/stepper.template.d.ts.map +1 -0
  16. package/dist/dts/stepper-tab/index.d.ts +4 -0
  17. package/dist/dts/stepper-tab/index.d.ts.map +1 -0
  18. package/dist/dts/stepper-tab/stepper-tab.d.ts +8 -0
  19. package/dist/dts/stepper-tab/stepper-tab.d.ts.map +1 -0
  20. package/dist/dts/stepper-tab/stepper-tab.styles.d.ts +4 -0
  21. package/dist/dts/stepper-tab/stepper-tab.styles.d.ts.map +1 -0
  22. package/dist/dts/stepper-tab/stepper-tab.template.d.ts +5 -0
  23. package/dist/dts/stepper-tab/stepper-tab.template.d.ts.map +1 -0
  24. package/dist/dts/stepper-tab-panel/index.d.ts +3 -0
  25. package/dist/dts/stepper-tab-panel/index.d.ts.map +1 -0
  26. package/dist/dts/stepper-tab-panel/stepper-tab-panel.d.ts +8 -0
  27. package/dist/dts/stepper-tab-panel/stepper-tab-panel.d.ts.map +1 -0
  28. package/dist/dts/stepper-tab-panel/stepper-tab-panel.template.d.ts +5 -0
  29. package/dist/dts/stepper-tab-panel/stepper-tab-panel.template.d.ts.map +1 -0
  30. package/dist/esm/base-components.js +6 -0
  31. package/dist/esm/index.js +4 -1
  32. package/dist/esm/stepper/index.js +3 -0
  33. package/dist/esm/stepper/stepper.js +10 -0
  34. package/dist/esm/stepper/stepper.stories.js +22 -0
  35. package/dist/esm/stepper/stepper.styles.js +9 -0
  36. package/dist/esm/stepper/stepper.template.js +5 -0
  37. package/dist/esm/stepper-tab/index.js +3 -0
  38. package/dist/esm/stepper-tab/stepper-tab.js +10 -0
  39. package/dist/esm/stepper-tab/stepper-tab.styles.js +19 -0
  40. package/dist/esm/stepper-tab/stepper-tab.template.js +22 -0
  41. package/dist/esm/stepper-tab-panel/index.js +2 -0
  42. package/dist/esm/stepper-tab-panel/stepper-tab-panel.js +8 -0
  43. package/dist/esm/stepper-tab-panel/stepper-tab-panel.template.js +2 -0
  44. package/package.json +7 -7
@@ -213,6 +213,19 @@ export declare const baseComponents: {
213
213
  styles: import("@microsoft/fast-element").ElementStyles;
214
214
  template: import("@microsoft/fast-element").ViewTemplate<import("./snackbar").Snackbar, any>;
215
215
  }, typeof import("./snackbar").Snackbar>;
216
+ zeroStepper: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
217
+ baseName: string;
218
+ template: import("@microsoft/fast-element").ViewTemplate<import("./stepper").Stepper, any>;
219
+ styles: import("@microsoft/fast-element").ElementStyles;
220
+ shadowOptions: ShadowRootInit;
221
+ }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
222
+ baseName: string;
223
+ template: import("@microsoft/fast-element").ViewTemplate<import("./stepper").Stepper, any>;
224
+ styles: import("@microsoft/fast-element").ElementStyles;
225
+ shadowOptions: ShadowRootInit;
226
+ }, typeof import("./stepper").Stepper>;
227
+ zeroStepperTab: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./stepper-tab").StepperTab>;
228
+ zeroStepperTabPanel: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./stepper-tab-panel").StepperTabPanel>;
216
229
  zeroSwitch: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./switch").Switch>;
217
230
  zeroTab: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./tab").Tab>;
218
231
  zeroTabPanel: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./tab-panel").TabPanel>;
@@ -1 +1 @@
1
- {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAqE5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAoEJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
1
+ {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAwE5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuEJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
@@ -50,13 +50,16 @@ export * from './progress';
50
50
  export * from './progress-ring';
51
51
  export * from './radio';
52
52
  export * from './radio-group';
53
- export * from './snackbar';
54
53
  export * from './segmented-control';
55
54
  export * from './segmented-item';
56
55
  export * from './select';
57
56
  export * from './skeleton';
58
57
  export * from './slider';
59
58
  export * from './slider-label';
59
+ export * from './snackbar';
60
+ export * from './stepper';
61
+ export * from './stepper-tab';
62
+ export * from './stepper-tab-panel';
60
63
  export * from './switch';
61
64
  export * from './tab';
62
65
  export * from './tab-panel';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './stepper';
2
+ export * from './stepper.styles';
3
+ export * from './stepper.template';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/stepper/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { Stepper as FoundationStepper } from '@genesislcap/foundation-ui';
2
+ /**
3
+ * @tagname %%prefix%%-stepper
4
+ */
5
+ export declare class Stepper extends FoundationStepper {
6
+ }
7
+ export declare const zeroStepper: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
8
+ baseName: string;
9
+ template: import("@microsoft/fast-element").ViewTemplate<Stepper, any>;
10
+ styles: import("@microsoft/fast-element").ElementStyles;
11
+ shadowOptions: ShadowRootInit;
12
+ }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
13
+ baseName: string;
14
+ template: import("@microsoft/fast-element").ViewTemplate<Stepper, any>;
15
+ styles: import("@microsoft/fast-element").ElementStyles;
16
+ shadowOptions: ShadowRootInit;
17
+ }, typeof Stepper>;
18
+ //# sourceMappingURL=stepper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepper.d.ts","sourceRoot":"","sources":["../../../src/stepper/stepper.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,OAAO,IAAI,iBAAiB,EAC7B,MAAM,4BAA4B,CAAC;AAIpC;;GAEG;AACH,qBAAa,OAAQ,SAAQ,iBAAiB;CAAG;AAEjD,eAAO,MAAM,WAAW;;;;;;;;;;kBAMtB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { Meta, StoryObj } from '@storybook/web-components';
2
+ declare const meta: Meta;
3
+ export default meta;
4
+ export declare const Primary: StoryObj;
5
+ //# sourceMappingURL=stepper.stories.d.ts.map
@@ -0,0 +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,OAAO,EAAE,QAerB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ElementStyles } from '@microsoft/fast-element';
2
+ export declare const zeroStepperStyles: ElementStyles;
3
+ //# sourceMappingURL=stepper.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepper.styles.d.ts","sourceRoot":"","sources":["../../../src/stepper/stepper.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,eAAO,MAAM,iBAAiB,EAAE,aAM/B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Stepper } from './stepper';
2
+ export declare const zeroStepperTemplate: import("@microsoft/fast-element").ViewTemplate<Stepper, any>;
3
+ //# sourceMappingURL=stepper.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepper.template.d.ts","sourceRoot":"","sources":["../../../src/stepper/stepper.template.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,eAAO,MAAM,mBAAmB,8DAE/B,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './stepper-tab';
2
+ export * from './stepper-tab.styles';
3
+ export * from './stepper-tab.template';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { StepperTab as FoundationStepperTab } from '@genesislcap/foundation-ui';
2
+ /**
3
+ * @tagname %%prefix%%-stepper-tab
4
+ */
5
+ export declare class StepperTab extends FoundationStepperTab {
6
+ }
7
+ export declare const zeroStepperTab: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof StepperTab>;
8
+ //# sourceMappingURL=stepper-tab.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepper-tab.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab/stepper-tab.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,IAAI,oBAAoB,EACnC,MAAM,4BAA4B,CAAC;AAIpC;;GAEG;AACH,qBAAa,UAAW,SAAQ,oBAAoB;CAAG;AAEvD,eAAO,MAAM,cAAc,0TAMzB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ElementStyles } from '@microsoft/fast-element';
2
+ import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
3
+ export declare const zeroStepperTabStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ElementStyles;
4
+ //# sourceMappingURL=stepper-tab.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepper-tab.styles.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab/stepper-tab.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,oBAAoB,YACtB,wBAAwB,cACrB,2BAA2B,KACtC,aAgBF,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type ViewTemplate } from '@microsoft/fast-element';
2
+ import type { FoundationElementTemplate, TabsOptions } from '@microsoft/fast-foundation';
3
+ import { StepperTab } from './stepper-tab';
4
+ export declare const zeroStepperTabTemplate: FoundationElementTemplate<ViewTemplate<StepperTab>, TabsOptions>;
5
+ //# sourceMappingURL=stepper-tab.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepper-tab.template.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab/stepper-tab.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,KAAK,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAE7E,OAAO,KAAK,EAAE,yBAAyB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzF,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,sBAAsB,EAAE,yBAAyB,CAC5D,YAAY,CAAC,UAAU,CAAC,EACxB,WAAW,CA0BZ,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './stepper-tab-panel';
2
+ export * from './stepper-tab-panel.template';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab-panel/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { StepperTabPanel as FoundationStepperTabPanel } from '@genesislcap/foundation-ui';
2
+ /**
3
+ * @tagname %%prefix%%-stepper-tab-panel
4
+ */
5
+ export declare class StepperTabPanel extends FoundationStepperTabPanel {
6
+ }
7
+ export declare const zeroStepperTabPanel: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof StepperTabPanel>;
8
+ //# sourceMappingURL=stepper-tab-panel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepper-tab-panel.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab-panel/stepper-tab-panel.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,IAAI,yBAAyB,EAC7C,MAAM,4BAA4B,CAAC;AAGpC;;GAEG;AACH,qBAAa,eAAgB,SAAQ,yBAAyB;CAAG;AAEjE,eAAO,MAAM,mBAAmB,+TAK9B,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { ViewTemplate } from '@microsoft/fast-element';
2
+ import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
3
+ import type { StepperTabPanel } from './stepper-tab-panel';
4
+ export declare const zeroStepperTabPanelTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<StepperTabPanel>;
5
+ //# sourceMappingURL=stepper-tab-panel.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepper-tab-panel.template.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab-panel/stepper-tab-panel.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,eAAO,MAAM,2BAA2B,YAC7B,wBAAwB,cACrB,2BAA2B,KACtC,aAAa,eAAe,CAA2D,CAAC"}
@@ -54,6 +54,9 @@ import { zeroSkeleton } from './skeleton';
54
54
  import { zeroSlider } from './slider';
55
55
  import { zeroSliderLabel } from './slider-label';
56
56
  import { zeroSnackbar } from './snackbar';
57
+ import { zeroStepper } from './stepper';
58
+ import { zeroStepperTab } from './stepper-tab';
59
+ import { zeroStepperTabPanel } from './stepper-tab-panel';
57
60
  import { zeroSwitch } from './switch';
58
61
  import { zeroTab } from './tab';
59
62
  import { zeroTabPanel } from './tab-panel';
@@ -122,6 +125,9 @@ export const baseComponents = {
122
125
  zeroSlider,
123
126
  zeroSliderLabel,
124
127
  zeroSnackbar,
128
+ zeroStepper,
129
+ zeroStepperTab,
130
+ zeroStepperTabPanel,
125
131
  zeroSwitch,
126
132
  zeroTab,
127
133
  zeroTabPanel,
package/dist/esm/index.js CHANGED
@@ -50,13 +50,16 @@ export * from './progress';
50
50
  export * from './progress-ring';
51
51
  export * from './radio';
52
52
  export * from './radio-group';
53
- export * from './snackbar';
54
53
  export * from './segmented-control';
55
54
  export * from './segmented-item';
56
55
  export * from './select';
57
56
  export * from './skeleton';
58
57
  export * from './slider';
59
58
  export * from './slider-label';
59
+ export * from './snackbar';
60
+ export * from './stepper';
61
+ export * from './stepper-tab';
62
+ export * from './stepper-tab-panel';
60
63
  export * from './switch';
61
64
  export * from './tab';
62
65
  export * from './tab-panel';
@@ -0,0 +1,3 @@
1
+ export * from './stepper';
2
+ export * from './stepper.styles';
3
+ export * from './stepper.template';
@@ -0,0 +1,10 @@
1
+ import { defaultStepperConfig, foundationStepperShadowOptions, Stepper as FoundationStepper, } from '@genesislcap/foundation-ui';
2
+ import { zeroStepperStyles as styles } from './stepper.styles';
3
+ import { zeroStepperTemplate as template } from './stepper.template';
4
+ /**
5
+ * @tagname %%prefix%%-stepper
6
+ */
7
+ export class Stepper extends FoundationStepper {
8
+ }
9
+ export const zeroStepper = Stepper.compose(Object.assign({ baseName: 'stepper', template,
10
+ styles, shadowOptions: foundationStepperShadowOptions }, defaultStepperConfig));
@@ -0,0 +1,22 @@
1
+ import { html } from 'lit-html';
2
+ const meta = {
3
+ title: 'Stepper',
4
+ component: 'zero-stepper',
5
+ };
6
+ export default meta;
7
+ export const Primary = {
8
+ render: () => html `
9
+ <div style="min-height: 400px">
10
+ <zero-stepper>
11
+ <zero-stepper-tab>Rapid stepper 1</zero-stepper-tab>
12
+ <zero-stepper-tab>Rapid stepper 2</zero-stepper-tab>
13
+ <zero-stepper-tab>Rapid stepper 3</zero-stepper-tab>
14
+ <zero-stepper-tab>Rapid stepper 4</zero-stepper-tab>
15
+ <zero-stepper-tab-panel>Rapid Stepper Panel 1</zero-stepper-tab-panel>
16
+ <zero-stepper-tab-panel>Rapid Stepper Panel 2</zero-stepper-tab-panel>
17
+ <zero-stepper-tab-panel>Rapid Stepper Panel 3</zero-stepper-tab-panel>
18
+ <zero-stepper-tab-panel>Rapid Stepper Panel 4</zero-stepper-tab-panel>
19
+ </zero-stepper>
20
+ </div>
21
+ `,
22
+ };
@@ -0,0 +1,9 @@
1
+ import { foundationStepperStyles } from '@genesislcap/foundation-ui';
2
+ import { css } from '@microsoft/fast-element';
3
+ export const zeroStepperStyles = css `
4
+ ${foundationStepperStyles}
5
+
6
+ .stepper-tab {
7
+ background-color: var(--neutral-layer-3);
8
+ }
9
+ `;
@@ -0,0 +1,5 @@
1
+ import { getPrefixedStepper } from '@genesislcap/foundation-ui';
2
+ import { html } from '@microsoft/fast-element';
3
+ export const zeroStepperTemplate = html `
4
+ ${getPrefixedStepper('zero')}
5
+ `;
@@ -0,0 +1,3 @@
1
+ export * from './stepper-tab';
2
+ export * from './stepper-tab.styles';
3
+ export * from './stepper-tab.template';
@@ -0,0 +1,10 @@
1
+ import { defaultStepperTabConfig, foundationStepperTabShadowOptions, StepperTab as FoundationStepperTab, } from '@genesislcap/foundation-ui';
2
+ import { zeroStepperTabStyles as styles } from './stepper-tab.styles';
3
+ import { zeroStepperTabTemplate as template } from './stepper-tab.template';
4
+ /**
5
+ * @tagname %%prefix%%-stepper-tab
6
+ */
7
+ export class StepperTab extends FoundationStepperTab {
8
+ }
9
+ export const zeroStepperTab = StepperTab.compose(Object.assign({ baseName: 'stepper-tab', template,
10
+ styles, shadowOptions: foundationStepperTabShadowOptions }, defaultStepperTabConfig));
@@ -0,0 +1,19 @@
1
+ import { foundationStepperTabStyles } from '@genesislcap/foundation-ui';
2
+ import { css } from '@microsoft/fast-element';
3
+ export const zeroStepperTabStyles = (context, definition) => css `
4
+ ${foundationStepperTabStyles(context, definition)}
5
+
6
+ zero-tree-item {
7
+ --design-unit: 2.5;
8
+ --neutral-fill-stealth-rest: var(--neutral-layer-3);
9
+ --neutral-fill-stealth-hover: var(--fill-color);
10
+ --neutral-fill-rest: var(--fill-color);
11
+ --base-height-multiplier: 14.5;
12
+
13
+ border-bottom: 1px solid var(--fill-color);
14
+ }
15
+
16
+ zero-icon {
17
+ margin-right: 5px;
18
+ }
19
+ `;
@@ -0,0 +1,22 @@
1
+ import { html, ref, when } from '@microsoft/fast-element';
2
+ import { endSlotTemplate, startSlotTemplate } from '@microsoft/fast-foundation';
3
+ export const zeroStepperTabTemplate = (context, definition) => html `
4
+ <template slot="tab" role="stepper-tab" aria-disabled="${(x) => x.disabled}">
5
+ ${startSlotTemplate(context, definition)}
6
+ <zero-tree-item ${ref('treeItem')} class="tree-item">
7
+ ${when((x) => x.completed, html `
8
+ <zero-icon
9
+ name="check-circle"
10
+ variant="regular"
11
+ size="lg"
12
+ class="completed-icon"
13
+ ></zero-icon>
14
+ `)}
15
+ ${when((x) => x.error, html `
16
+ <zero-icon name="times-circle" variant="regular" size="lg" class="error-icon"></zero-icon>
17
+ `)}
18
+ <slot></slot>
19
+ </zero-tree-item>
20
+ ${endSlotTemplate(context, definition)}
21
+ </template>
22
+ `;
@@ -0,0 +1,2 @@
1
+ export * from './stepper-tab-panel';
2
+ export * from './stepper-tab-panel.template';
@@ -0,0 +1,8 @@
1
+ import { defaultStepperTabPanelConfig, foundationStepperTabPanelShadowOptions, StepperTabPanel as FoundationStepperTabPanel, } from '@genesislcap/foundation-ui';
2
+ import { zeroStepperTabPanelTemplate as template } from './stepper-tab-panel.template';
3
+ /**
4
+ * @tagname %%prefix%%-stepper-tab-panel
5
+ */
6
+ export class StepperTabPanel extends FoundationStepperTabPanel {
7
+ }
8
+ export const zeroStepperTabPanel = StepperTabPanel.compose(Object.assign({ baseName: 'stepper-tab-panel', template, shadowOptions: foundationStepperTabPanelShadowOptions }, defaultStepperTabPanelConfig));
@@ -0,0 +1,2 @@
1
+ import { foundationStepperTabPanelTemplate } from '@genesislcap/foundation-ui';
2
+ export const zeroStepperTabPanelTemplate = (context, definition) => foundationStepperTabPanelTemplate(context, definition);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero",
3
3
  "description": "Genesis Foundation Zero Design System",
4
- "version": "14.104.0",
4
+ "version": "14.105.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "devDependencies": {
68
68
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "2.2.0",
69
- "@genesislcap/genx": "14.104.0",
69
+ "@genesislcap/genx": "14.105.0",
70
70
  "@storybook/addon-essentials": "^7.1.0",
71
71
  "@storybook/addon-links": "^7.1.0",
72
72
  "@storybook/addons": "^7.1.0",
@@ -79,10 +79,10 @@
79
79
  "storybook": "^7.1.0"
80
80
  },
81
81
  "dependencies": {
82
- "@genesislcap/foundation-comms": "14.104.0",
83
- "@genesislcap/foundation-logger": "14.104.0",
84
- "@genesislcap/foundation-ui": "14.104.0",
85
- "@genesislcap/foundation-utils": "14.104.0",
82
+ "@genesislcap/foundation-comms": "14.105.0",
83
+ "@genesislcap/foundation-logger": "14.105.0",
84
+ "@genesislcap/foundation-ui": "14.105.0",
85
+ "@genesislcap/foundation-utils": "14.105.0",
86
86
  "@microsoft/fast-colors": "^5.1.4",
87
87
  "@microsoft/fast-components": "^2.21.3",
88
88
  "@microsoft/fast-element": "^1.7.0",
@@ -99,5 +99,5 @@
99
99
  "access": "public"
100
100
  },
101
101
  "customElements": "dist/custom-elements.json",
102
- "gitHead": "2df9499fe059d3142fb281802ba96c9f97240b9c"
102
+ "gitHead": "55eb8d2e16c039fc572b575c92fcca51460ba55b"
103
103
  }