wex-ui-lib 1.1.0 → 1.1.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.
@@ -6,3 +6,4 @@ export default meta;
6
6
  type Story = StoryObj<StoryProps>;
7
7
  export declare const Default: Story;
8
8
  export declare const Holik: Story;
9
+ export declare const Fullscreen: Story;
@@ -9,5 +9,7 @@ export type SliderProps = {
9
9
  visibleInactiveSlides?: boolean;
10
10
  forwardedRef?: React.Ref<SliderRef>;
11
11
  showArrowKeys?: boolean;
12
+ showRadioButtons?: boolean;
13
+ radioButtonsColor?: string;
12
14
  onSlideChange?: (slide: number) => void;
13
15
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wex-ui-lib",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A react component library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",