pixel-react 1.20.34 → 1.20.35
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/lib/components/Accordion/types.d.ts +1 -1
- package/lib/components/AppHeader/AppHeader.js +10 -4
- package/lib/components/AppHeader/AppHeader.js.map +1 -1
- package/lib/components/Box/types.d.ts +3 -3
- package/lib/components/BrowserTabs/BrowserTabs.js +3 -1
- package/lib/components/BrowserTabs/BrowserTabs.js.map +1 -1
- package/lib/components/BrowserTabs/types.d.ts +1 -1
- package/lib/components/Button/types.d.ts +1 -1
- package/lib/components/ChipWithCount/ChipWithCount.js.map +1 -1
- package/lib/components/Comments/mentionUser/MentionUser.js +3 -1
- package/lib/components/Comments/mentionUser/MentionUser.js.map +1 -1
- package/lib/components/Comments/type.d.ts +1 -1
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js +4 -2
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js.map +1 -1
- package/lib/components/ConnectingBranch/types.d.ts +3 -3
- package/lib/components/DebugToolsPanel/DebugToolsPanel.js +3 -1
- package/lib/components/DebugToolsPanel/DebugToolsPanel.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.d.ts +1 -1
- package/lib/components/Form/Forms.d.ts +1 -1
- package/lib/components/Form/Forms.js.map +1 -1
- package/lib/components/MenuOption/MenuOption.js +3 -1
- package/lib/components/MenuOption/MenuOption.js.map +1 -1
- package/lib/components/MenuOption/types.d.ts +2 -2
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.d.ts +2 -2
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -1
- package/lib/components/NLPInput/types.d.ts +1 -1
- package/lib/components/OtpVerification/OtpVerification.js +3 -1
- package/lib/components/OtpVerification/OtpVerification.js.map +1 -1
- package/lib/components/PrePostTable/PrePostTable.js.map +1 -1
- package/lib/components/PrePostTable/Types.d.ts +2 -2
- package/lib/components/Select/components/types.d.ts +2 -2
- package/lib/components/Select/types.d.ts +1 -1
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js +5 -1
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/Types.d.ts +1 -1
- package/lib/components/StepsLandingTable/StepLandingTable.d.ts +1 -1
- package/lib/components/StepsLandingTable/types.d.ts +2 -2
- package/lib/components/StorageUsageBar/StorageUsageBar.js +43 -5
- package/lib/components/StorageUsageBar/StorageUsageBar.js.map +1 -1
- package/lib/components/StorageUsageBar/types.d.ts +2 -2
- package/lib/components/Table/Types.d.ts +1 -1
- package/lib/components/TableTree/Utils/formatDataCell.js +1 -1
- package/lib/components/TableTree/Utils/formatDataCell.js.map +1 -1
- package/lib/components/TableTree/types.d.ts +7 -7
- package/lib/components/TableTreeFn/Utils/formatDataCell.js +1 -1
- package/lib/components/TableTreeFn/Utils/formatDataCell.js.map +1 -1
- package/lib/components/TableTreeFn/types.d.ts +7 -7
- package/lib/components/TableWithAccordion/types.d.ts +1 -1
- package/lib/components/Tabs/types.d.ts +2 -2
- package/lib/components/TabsWithSilder/types.d.ts +2 -2
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/Tooltip.js.map +1 -1
- package/lib/components/Tooltip/types.d.ts +2 -2
- package/lib/components/Typography/types.d.ts +1 -1
- package/lib/components/VariableInput/VariableInput.js.map +1 -1
- package/lib/hooks/useClickOutside.d.ts +1 -1
- package/lib/hooks/useClickOutside.js.map +1 -1
- package/lib/hooks/usePortalPosition.d.ts +1 -1
- package/lib/hooks/usePortalPosition.js.map +1 -1
- package/lib/index.d.ts +34 -34
- package/lib/index.js +6 -6
- package/lib/utils/getAnchorElement/getAnchorElement.d.ts +1 -1
- package/lib/utils/getAnchorElement/getAnchorElement.js.map +1 -1
- package/lib/utils/keyBoardActionUtil/UseKeyboardActions.d.ts +1 -1
- package/lib/utils/keyBoardActionUtil/UseKeyboardActions.js.map +1 -1
- package/package.json +13 -18
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const getAnchorElement: (anchorRef: React.RefObject<HTMLElement> | string) => HTMLElement | null;
|
|
1
|
+
export declare const getAnchorElement: (anchorRef: React.RefObject<HTMLElement | null> | string) => HTMLElement | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAnchorElement.js","sourceRoot":"","sources":["../../../src/utils/getAnchorElement/getAnchorElement.ts"],"names":[],"mappings":"AAAA,4CAA4C;AAC5C,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"getAnchorElement.js","sourceRoot":"","sources":["../../../src/utils/getAnchorElement/getAnchorElement.ts"],"names":[],"mappings":"AAAA,4CAA4C;AAC5C,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,SAAuD,EAAE,EAAE;IAC1F,IAAI,OAAO,SAAS,KAAK,QAAQ,EAAE,CAAC;QAClC,OAAO,QAAQ,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC;IAC5C,CAAC;IACD,OAAO,SAAS,EAAE,OAAO,IAAI,IAAI,CAAC;AACpC,CAAC,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { RefObject } from 'react';
|
|
2
2
|
import { KeyboardAction } from './types';
|
|
3
|
-
export declare const useKeyboardActions: (actions: KeyboardAction[], ref?: RefObject<HTMLElement>) => void;
|
|
3
|
+
export declare const useKeyboardActions: (actions: KeyboardAction[], ref?: RefObject<HTMLElement | null>) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UseKeyboardActions.js","sourceRoot":"","sources":["../../../src/utils/keyBoardActionUtil/UseKeyboardActions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAa,MAAM,OAAO,CAAC;AAG7C,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAChC,OAAyB,EACzB,
|
|
1
|
+
{"version":3,"file":"UseKeyboardActions.js","sourceRoot":"","sources":["../../../src/utils/keyBoardActionUtil/UseKeyboardActions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAa,MAAM,OAAO,CAAC;AAG7C,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAChC,OAAyB,EACzB,GAAmC,EACnC,EAAE;IACF,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,aAAa,GAAG,CAAC,KAAoB,EAAE,EAAE;YAC7C,IAAI,GAAG,EAAE,OAAO,EAAE,CAAC;gBACjB,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE,CAAC;oBAClD,OAAO;gBACT,CAAC;YACH,CAAC;YAED,OAAO,CAAC,OAAO,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE;gBAClC,IAAI,KAAK,CAAC,GAAG,KAAK,GAAG,EAAE,CAAC;oBACtB,MAAM,EAAE,CAAC;gBACX,CAAC;YACH,CAAC,CAAC,CAAC;QACL,CAAC,CAAC;QACF,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;QAElD,OAAO,GAAG,EAAE;YACV,MAAM,CAAC,mBAAmB,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;QACvD,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,CAAC,CAAC,CAAC;AACrB,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pixel-react",
|
|
3
3
|
"description": "Great for pixel-perfect, design-focused components in React",
|
|
4
|
-
"version": "1.20.
|
|
4
|
+
"version": "1.20.35",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
7
7
|
"types": "lib/index.d.ts",
|
|
@@ -17,33 +17,28 @@
|
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@babel/core": "^7.0.0",
|
|
19
19
|
"@babel/preset-react": "^7.26.3",
|
|
20
|
-
"@chromatic-com/storybook": "^
|
|
20
|
+
"@chromatic-com/storybook": "^5.0.1",
|
|
21
21
|
"@rollup/plugin-babel": "^6.0.4",
|
|
22
22
|
"@rollup/plugin-commonjs": "^28.0.2",
|
|
23
23
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
24
24
|
"@rollup/plugin-terser": "^0.4.4",
|
|
25
25
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
26
26
|
"@rollup/plugin-url": "^8.0.2",
|
|
27
|
-
"@storybook/addon-docs": "^
|
|
28
|
-
"@storybook/addon-
|
|
29
|
-
"@storybook/addon-
|
|
30
|
-
"@storybook/
|
|
31
|
-
"@storybook/addon-onboarding": "^8.4.5",
|
|
32
|
-
"@storybook/blocks": "^8.4.5",
|
|
33
|
-
"@storybook/react": "^8.4.5",
|
|
34
|
-
"@storybook/react-vite": "^8.4.5",
|
|
35
|
-
"@storybook/test": "^8.4.5",
|
|
27
|
+
"@storybook/addon-docs": "^10.2.8",
|
|
28
|
+
"@storybook/addon-links": "^10.2.8",
|
|
29
|
+
"@storybook/addon-onboarding": "^10.2.8",
|
|
30
|
+
"@storybook/react-vite": "^10.2.8",
|
|
36
31
|
"@types/draft-js": "^0.11.19",
|
|
37
32
|
"@types/js-beautify": "^1.14.3",
|
|
38
33
|
"@types/node-forge": "^1.3.14",
|
|
39
|
-
"@types/react": "^
|
|
40
|
-
"@types/react-dom": "^
|
|
34
|
+
"@types/react": "^19.2.14",
|
|
35
|
+
"@types/react-dom": "^19.2.3",
|
|
41
36
|
"@types/react-google-recaptcha": "^2.1.9",
|
|
42
37
|
"chromatic": "^11.16.5",
|
|
43
38
|
"cross-env": "^7.0.3",
|
|
44
39
|
"monaco-editor": "^0.55.1",
|
|
45
|
-
"react": "
|
|
46
|
-
"react-dom": "
|
|
40
|
+
"react": "^19.2.4",
|
|
41
|
+
"react-dom": "^19.2.4",
|
|
47
42
|
"rimraf": "^6.0.1",
|
|
48
43
|
"rollup": "^4.24.4",
|
|
49
44
|
"rollup-plugin-dts": "^6.1.0",
|
|
@@ -51,14 +46,14 @@
|
|
|
51
46
|
"rollup-plugin-postcss": "^4.0.2",
|
|
52
47
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
53
48
|
"sass": "^1.80.6",
|
|
54
|
-
"storybook": "^
|
|
49
|
+
"storybook": "^10.2.8",
|
|
55
50
|
"storybook-addon-theme-provider": "^0.2.6",
|
|
56
51
|
"typescript": "^5.7.2",
|
|
57
52
|
"vite": "^5.4.10"
|
|
58
53
|
},
|
|
59
54
|
"peerDependencies": {
|
|
60
|
-
"react": "^18
|
|
61
|
-
"react-dom": "^18
|
|
55
|
+
"react": "^18 || ^19",
|
|
56
|
+
"react-dom": "^18 || ^19"
|
|
62
57
|
},
|
|
63
58
|
"scripts": {
|
|
64
59
|
"audit": "pnpm audit",
|