@itcase/storybook-config 1.2.42 → 1.2.43
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/{Notification-BSc5Fd6Y.js → Notification-DXT7_18x.js} +1296 -355
- package/dist/{Notification-Bk4P88mj.js → Notification-DdI13c8_.js} +1296 -355
- package/dist/cjs/decorators/withNextDecorator.js +1 -1
- package/dist/cjs/decorators/withUiDecorator.js +1 -1
- package/dist/cjs/decorators.js +1 -1
- package/dist/decorators/withNextDecorator.js +1 -1
- package/dist/decorators/withUiDecorator.js +1 -1
- package/dist/decorators.js +1 -1
- package/package.json +6 -6
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _rollupPluginBabelHelpers = require('../../_rollupPluginBabelHelpers-Wvf9ehn_.js');
|
|
4
4
|
var React = require('react');
|
|
5
|
-
var Notification = require('../../Notification-
|
|
5
|
+
var Notification = require('../../Notification-DdI13c8_.js');
|
|
6
6
|
require('@itcase/common');
|
|
7
7
|
require('lodash/camelCase');
|
|
8
8
|
require('lodash/castArray');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
|
-
var Notification = require('../../Notification-
|
|
4
|
+
var Notification = require('../../Notification-DdI13c8_.js');
|
|
5
5
|
require('@itcase/common');
|
|
6
6
|
require('lodash/camelCase');
|
|
7
7
|
require('lodash/castArray');
|
package/dist/cjs/decorators.js
CHANGED
|
@@ -14,7 +14,7 @@ require('./components/FormSubmitWrapper.js');
|
|
|
14
14
|
require('lodash/camelCase');
|
|
15
15
|
require('@itcase/common');
|
|
16
16
|
require('msw');
|
|
17
|
-
require('../Notification-
|
|
17
|
+
require('../Notification-DdI13c8_.js');
|
|
18
18
|
require('lodash/upperFirst');
|
|
19
19
|
require('lodash/maxBy');
|
|
20
20
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _objectWithoutProperties } from '../_rollupPluginBabelHelpers-47UUmXIE.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { U as UIProvider, N as NotificationsProvider, a as NotificationWrapper } from '../Notification-
|
|
3
|
+
import { U as UIProvider, N as NotificationsProvider, a as NotificationWrapper } from '../Notification-DXT7_18x.js';
|
|
4
4
|
import '@itcase/common';
|
|
5
5
|
import 'lodash/camelCase';
|
|
6
6
|
import 'lodash/castArray';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { U as UIProvider, N as NotificationsProvider, a as NotificationWrapper } from '../Notification-
|
|
2
|
+
import { U as UIProvider, N as NotificationsProvider, a as NotificationWrapper } from '../Notification-DXT7_18x.js';
|
|
3
3
|
import '@itcase/common';
|
|
4
4
|
import 'lodash/camelCase';
|
|
5
5
|
import 'lodash/castArray';
|
package/dist/decorators.js
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/storybook-config",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.43",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Storybook configuration package",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": ">=
|
|
7
|
+
"node": ">=22.0.0"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build": "npm run build-js",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"workerDirectory": "public"
|
|
79
79
|
},
|
|
80
80
|
"overrides": {
|
|
81
|
-
"react": "
|
|
82
|
-
"react-dom": "
|
|
81
|
+
"react": "^18",
|
|
82
|
+
"react-dom": "^18"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
85
|
"@gorhom/bottom-sheet": "^5.2.8",
|
|
@@ -163,9 +163,9 @@
|
|
|
163
163
|
"lint-staged": "^16.3.1",
|
|
164
164
|
"next": "^16.1.6",
|
|
165
165
|
"prettier": "^3.8.1",
|
|
166
|
-
"react": "19.2.4",
|
|
167
166
|
"react-docgen-typescript": "^2.4.0",
|
|
168
|
-
"react
|
|
167
|
+
"react": "^18",
|
|
168
|
+
"react-dom": "^18",
|
|
169
169
|
"react-native": "0.84.1",
|
|
170
170
|
"react-native-web": "^0.21.2",
|
|
171
171
|
"rollup": "^4.59.0",
|