@shibui-ui/ui 1.23.0 → 1.24.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.
- package/dist/components/atoms/button/lib-button.component.d.ts +12 -3
- package/dist/components/atoms/button/lib-button.component.d.ts.map +1 -1
- package/dist/components/atoms/button/lib-button.html.d.ts +4 -2
- package/dist/components/atoms/button/lib-button.html.d.ts.map +1 -1
- package/dist/components/atoms/button/lib-button.stories.d.ts +3 -0
- package/dist/components/atoms/button/lib-button.stories.d.ts.map +1 -1
- package/dist/components/atoms/button/lib-button.types.d.ts +2 -0
- package/dist/components/atoms/button/lib-button.types.d.ts.map +1 -0
- package/dist/components/atoms/step/lib-step.component.d.ts +1 -1
- package/dist/components/atoms/step/lib-step.component.d.ts.map +1 -1
- package/dist/components/atoms/step/lib-step.html.d.ts +3 -4
- package/dist/components/atoms/step/lib-step.html.d.ts.map +1 -1
- package/dist/components/atoms/step/lib-step.stories.d.ts +3 -1
- package/dist/components/atoms/step/lib-step.stories.d.ts.map +1 -1
- package/dist/components/atoms/step/lib-step.types.d.ts +5 -0
- package/dist/components/atoms/step/lib-step.types.d.ts.map +1 -0
- package/dist/custom-elements.json +30 -2
- package/dist/index14.js.map +1 -1
- package/dist/index210.js +1 -1
- package/dist/index216.js.map +1 -1
- package/dist/index217.js +1 -1
- package/dist/index23.js +30 -0
- package/dist/index23.js.map +1 -1
- package/dist/index232.js +1 -1
- package/dist/index233.js +1 -0
- package/dist/index233.js.map +1 -1
- package/dist/index254.js +1 -1
- package/dist/index263.js +1 -1
- package/dist/index307.js +1 -1
- package/dist/index316.js +4 -4
- package/dist/index353.js +13 -24
- package/dist/index353.js.map +1 -1
- package/dist/index354.js +20 -6
- package/dist/index354.js.map +1 -1
- package/dist/index355.js +56 -18
- package/dist/index355.js.map +1 -1
- package/dist/index356.js +55 -57
- package/dist/index356.js.map +1 -1
- package/dist/index357.js +24 -63
- package/dist/index357.js.map +1 -1
- package/dist/src/components/atoms/button/lib-button.component.d.ts +12 -3
- package/dist/src/components/atoms/button/lib-button.component.d.ts.map +1 -1
- package/dist/src/components/atoms/button/lib-button.html.d.ts +4 -2
- package/dist/src/components/atoms/button/lib-button.html.d.ts.map +1 -1
- package/dist/src/components/atoms/button/lib-button.stories.d.ts +3 -0
- package/dist/src/components/atoms/button/lib-button.stories.d.ts.map +1 -1
- package/dist/src/components/atoms/button/lib-button.types.d.ts +2 -0
- package/dist/src/components/atoms/button/lib-button.types.d.ts.map +1 -0
- package/dist/src/components/atoms/step/lib-step.component.d.ts +1 -1
- package/dist/src/components/atoms/step/lib-step.component.d.ts.map +1 -1
- package/dist/src/components/atoms/step/lib-step.html.d.ts +3 -4
- package/dist/src/components/atoms/step/lib-step.html.d.ts.map +1 -1
- package/dist/src/components/atoms/step/lib-step.stories.d.ts +3 -1
- package/dist/src/components/atoms/step/lib-step.stories.d.ts.map +1 -1
- package/dist/src/components/atoms/step/lib-step.types.d.ts +5 -0
- package/dist/src/components/atoms/step/lib-step.types.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lib-step.html.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/step/lib-step.html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,cAAc,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"lib-step.html.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/step/lib-step.html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,cAAc,EAAE,MAAM,KAAK,CAAC;AACzD,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAE1E,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAC1E,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpE,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAQ,MAAM,CAAC;IACpB,MAAM,EAAO,aAAa,CAAC;IAC3B,KAAK,EAAQ,MAAM,CAAC;IACpB,GAAG,EAAU,MAAM,CAAC;IACpB,IAAI,EAAS,OAAO,CAAC;IACrB,WAAW,EAAE,kBAAkB,CAAC;CACjC;AAwBD;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,cAAc,CAgCrE"}
|
|
@@ -6,12 +6,14 @@ interface StepArgs {
|
|
|
6
6
|
index: number;
|
|
7
7
|
status: 'pending' | 'active' | 'completed' | 'error';
|
|
8
8
|
orientation: 'horizontal' | 'vertical';
|
|
9
|
-
variant: 'default' | 'minimal' | 'kintsugi';
|
|
9
|
+
variant: 'default' | 'minimal' | 'kintsugi' | 'brutal';
|
|
10
10
|
size: 'sm' | 'md' | 'lg';
|
|
11
11
|
}
|
|
12
12
|
declare const meta: Meta<StepArgs>;
|
|
13
13
|
export default meta;
|
|
14
14
|
type Story = StoryObj<StepArgs>;
|
|
15
15
|
export declare const Playground: Story;
|
|
16
|
+
export declare const Kintsugi: Story;
|
|
17
|
+
export declare const Brutal: Story;
|
|
16
18
|
export declare const States: Story;
|
|
17
19
|
//# sourceMappingURL=lib-step.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lib-step.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/step/lib-step.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAEhE,OAAO,sBAAsB,CAAC;AAE9B,UAAU,QAAQ;IAChB,KAAK,EAAQ,MAAM,CAAC;IACpB,GAAG,EAAU,MAAM,CAAC;IACpB,KAAK,EAAQ,MAAM,CAAC;IACpB,MAAM,EAAO,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,OAAO,CAAC;IAC1D,WAAW,EAAE,YAAY,GAAG,UAAU,CAAC;IACvC,OAAO,EAAM,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"lib-step.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/step/lib-step.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAEhE,OAAO,sBAAsB,CAAC;AAE9B,UAAU,QAAQ;IAChB,KAAK,EAAQ,MAAM,CAAC;IACpB,GAAG,EAAU,MAAM,CAAC;IACpB,KAAK,EAAQ,MAAM,CAAC;IACpB,MAAM,EAAO,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,OAAO,CAAC;IAC1D,WAAW,EAAE,YAAY,GAAG,UAAU,CAAC;IACvC,OAAO,EAAM,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAC;IAC3D,IAAI,EAAS,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACjC;AAED,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,QAAQ,CA2BxB,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,QAAQ,CAAC,CAAC;AAGhC,eAAO,MAAM,UAAU,EAAE,KAMxB,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KAqBtB,CAAC;AAGF,eAAO,MAAM,MAAM,EAAE,KAsBpB,CAAC;AAGF,eAAO,MAAM,MAAM,EAAE,KAwBpB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export type LibStepStatus = 'pending' | 'active' | 'completed' | 'error';
|
|
2
|
+
export type LibStepOrientation = 'horizontal' | 'vertical';
|
|
3
|
+
export type LibStepVariant = 'default' | 'minimal' | 'kintsugi' | 'brutal';
|
|
4
|
+
export type LibStepSize = 'sm' | 'md' | 'lg';
|
|
5
|
+
//# sourceMappingURL=lib-step.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-step.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/step/lib-step.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAQ,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,OAAO,CAAC;AAC9E,MAAM,MAAM,kBAAkB,GAAG,YAAY,GAAG,UAAU,CAAC;AAC3D,MAAM,MAAM,cAAc,GAAO,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAC;AAC/E,MAAM,MAAM,WAAW,GAAU,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC"}
|