jamespot-react-components 1.3.95 → 1.3.96

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,6 +6,8 @@ export declare const WithIconLeft: StoryFn;
6
6
  export declare const WithIconRight: StoryFn;
7
7
  export declare const WithDescription: StoryFn;
8
8
  export declare const FullWidth: StoryFn;
9
+ export declare const WithBorder: StoryFn;
10
+ export declare const BorderWidthZeroRendersNoBorder: StoryFn;
9
11
  export declare const NonLinkRendersNothing: StoryFn;
10
12
  export declare const SubscribeGroupAction: StoryFn;
11
13
  export declare const SubscribeGroupActionPending: StoryFn;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-components",
3
- "version": "1.3.95",
3
+ "version": "1.3.96",
4
4
  "description": "",
5
5
  "main": "dist/jamespot-react-components.cjs",
6
6
  "module": "dist/jamespot-react-components.js",
@@ -59,8 +59,8 @@
59
59
  "eslint-plugin-storybook": "10.3.6",
60
60
  "globals": "^16.5.0",
61
61
  "html2canvas": "^1.4.1",
62
- "jamespot-front-business": "^1.3.95",
63
- "jamespot-user-api": "^1.3.95",
62
+ "jamespot-front-business": "^1.3.96",
63
+ "jamespot-user-api": "^1.3.96",
64
64
  "jsdom": "^26.1.0",
65
65
  "knip": "^5.88.1",
66
66
  "lint-staged": "^16.4.0",