@gooddata/sdk-ui-ext 11.54.0-alpha.5 → 11.54.0-alpha.6

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.
Files changed (89) hide show
  1. package/NOTICE +849 -114
  2. package/esm/dataLoaders/{dataLoaders.mock.d.ts → dataLoaders.test.helpers.d.ts} +1 -1
  3. package/esm/dataLoaders/dataLoaders.test.helpers.d.ts.map +1 -0
  4. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/{utils.fixture.d.ts → utils.test.helpers.d.ts} +1 -1
  5. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.test.helpers.d.ts.map +1 -0
  6. package/esm/internal/components/configurationControls/colors/coloredItemsList/{mock.d.ts → coloredItemsList.test.helpers.d.ts} +1 -1
  7. package/esm/internal/components/configurationControls/colors/coloredItemsList/coloredItemsList.test.helpers.d.ts.map +1 -0
  8. package/esm/internal/components/pluggableVisualizations/areaChart/{getInsightWithDrillDownAppliedMock.d.ts → getInsightWithDrillDownAppliedMock.test.helpers.d.ts} +1 -1
  9. package/esm/internal/components/pluggableVisualizations/areaChart/getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map +1 -0
  10. package/esm/internal/components/pluggableVisualizations/baseChart/{getInsightWithDrillDownAppliedMock.d.ts → getInsightWithDrillDownAppliedMock.test.helpers.d.ts} +1 -1
  11. package/esm/internal/components/pluggableVisualizations/baseChart/getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map +1 -0
  12. package/esm/internal/components/pluggableVisualizations/{treeMap/getInsightWithDrillDownAppliedMock.d.ts → bulletChart/getInsightWithDrillDownAppliedMock.test.helpers.d.ts} +1 -1
  13. package/esm/internal/components/pluggableVisualizations/bulletChart/getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map +1 -0
  14. package/esm/internal/components/pluggableVisualizations/{getInsightWithDrillDownAppliedMock.d.ts → getInsightWithDrillDownAppliedMock.test.helpers.d.ts} +1 -1
  15. package/esm/internal/components/pluggableVisualizations/getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map +1 -0
  16. package/esm/internal/components/pluggableVisualizations/{bulletChart/getInsightWithDrillDownAppliedMock.d.ts → heatMap/getInsightWithDrillDownAppliedMock.test.helpers.d.ts} +1 -1
  17. package/esm/internal/components/pluggableVisualizations/heatMap/getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map +1 -0
  18. package/esm/internal/components/pluggableVisualizations/mekko/MekkoDescriptor.js +1 -1
  19. package/esm/internal/components/pluggableVisualizations/pivotTable/{getInsightWithDrillDownAppliedMock.d.ts → getInsightWithDrillDownAppliedMock.test.helpers.d.ts} +1 -1
  20. package/esm/internal/components/pluggableVisualizations/pivotTable/getInsightWithDrillDownAppliedMock.test.helpers.d.ts.map +1 -0
  21. package/esm/internal/components/pluggableVisualizations/pivotTable/{mockReferencePoint.d.ts → mockReferencePoint.test.helpers.d.ts} +1 -1
  22. package/esm/internal/components/pluggableVisualizations/pivotTable/mockReferencePoint.test.helpers.d.ts.map +1 -0
  23. package/esm/internal/components/pluggableVisualizations/pivotTable/{sortMocks.d.ts → sortMocks.test.helpers.d.ts} +1 -1
  24. package/esm/internal/components/pluggableVisualizations/pivotTable/sortMocks.test.helpers.d.ts.map +1 -0
  25. package/esm/internal/components/pluggableVisualizations/pivotTable/{widthItemsMock.d.ts → widthItemsMock.test.helpers.d.ts} +1 -1
  26. package/esm/internal/components/pluggableVisualizations/pivotTable/widthItemsMock.test.helpers.d.ts.map +1 -0
  27. package/esm/internal/components/pluggableVisualizations/{reverseAndTrimIntersectionMock.d.ts → reverseAndTrimIntersectionMock.test.helpers.d.ts} +1 -1
  28. package/esm/internal/components/pluggableVisualizations/reverseAndTrimIntersectionMock.test.helpers.d.ts.map +1 -0
  29. package/esm/internal/components/{pluggableVisualizations/visConstruct.fixture.d.ts → visConstruct.test.helpers.d.ts} +1 -1
  30. package/esm/internal/components/visConstruct.test.helpers.d.ts.map +1 -0
  31. package/esm/internal/constants/bucket.d.ts +1 -0
  32. package/esm/internal/constants/bucket.d.ts.map +1 -1
  33. package/esm/internal/constants/bucket.js +2 -1
  34. package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
  35. package/esm/internal/constants/supportedProperties.js +1 -0
  36. package/esm/internal/constants/uiConfig.js +8 -8
  37. package/esm/internal/interfaces/typeGuards.test.helpers.d.ts +6 -0
  38. package/esm/internal/interfaces/typeGuards.test.helpers.d.ts.map +1 -0
  39. package/esm/internal/interfaces/typeGuards.test.helpers.js +21 -0
  40. package/esm/internal/translations/pt-BR.localization-bundle.js +2 -2
  41. package/esm/internal/translations/pt-PT.localization-bundle.js +2 -2
  42. package/esm/internal/{mocks/uiConfigMocks.d.ts → utils/uiConfigMocks.test.helpers.d.ts} +1 -1
  43. package/esm/internal/utils/uiConfigMocks.test.helpers.d.ts.map +1 -0
  44. package/package.json +22 -22
  45. package/esm/dataLoaders/dataLoaders.mock.d.ts.map +0 -1
  46. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.fixture.d.ts.map +0 -1
  47. package/esm/internal/components/configurationControls/colors/coloredItemsList/mock.d.ts.map +0 -1
  48. package/esm/internal/components/pluggableVisualizations/areaChart/getInsightWithDrillDownAppliedMock.d.ts.map +0 -1
  49. package/esm/internal/components/pluggableVisualizations/baseChart/getInsightWithDrillDownAppliedMock.d.ts.map +0 -1
  50. package/esm/internal/components/pluggableVisualizations/bulletChart/getInsightWithDrillDownAppliedMock.d.ts.map +0 -1
  51. package/esm/internal/components/pluggableVisualizations/getInsightWithDrillDownAppliedMock.d.ts.map +0 -1
  52. package/esm/internal/components/pluggableVisualizations/heatMap/getInsightWithDrillDownAppliedMock.d.ts +0 -8
  53. package/esm/internal/components/pluggableVisualizations/heatMap/getInsightWithDrillDownAppliedMock.d.ts.map +0 -1
  54. package/esm/internal/components/pluggableVisualizations/pivotTable/getInsightWithDrillDownAppliedMock.d.ts.map +0 -1
  55. package/esm/internal/components/pluggableVisualizations/pivotTable/mockReferencePoint.d.ts.map +0 -1
  56. package/esm/internal/components/pluggableVisualizations/pivotTable/sortMocks.d.ts.map +0 -1
  57. package/esm/internal/components/pluggableVisualizations/pivotTable/widthItemsMock.d.ts.map +0 -1
  58. package/esm/internal/components/pluggableVisualizations/reverseAndTrimIntersectionMock.d.ts.map +0 -1
  59. package/esm/internal/components/pluggableVisualizations/treeMap/getInsightWithDrillDownAppliedMock.d.ts.map +0 -1
  60. package/esm/internal/components/pluggableVisualizations/treeMap/getInsightWithDrillDownAppliedMock.js +0 -119
  61. package/esm/internal/components/pluggableVisualizations/visConstruct.fixture.d.ts.map +0 -1
  62. package/esm/internal/mocks/referencePointMocks.d.ts +0 -187
  63. package/esm/internal/mocks/referencePointMocks.d.ts.map +0 -1
  64. package/esm/internal/mocks/referencePointMocks.js +0 -4045
  65. package/esm/internal/mocks/testColorHelper.d.ts +0 -19
  66. package/esm/internal/mocks/testColorHelper.d.ts.map +0 -1
  67. package/esm/internal/mocks/testColorHelper.js +0 -65
  68. package/esm/internal/mocks/testMocks.d.ts +0 -24
  69. package/esm/internal/mocks/testMocks.d.ts.map +0 -1
  70. package/esm/internal/mocks/testMocks.js +0 -739
  71. package/esm/internal/mocks/uiConfigMocks.d.ts.map +0 -1
  72. package/esm/internal/mocks/visualizationObjectMocks.d.ts +0 -7
  73. package/esm/internal/mocks/visualizationObjectMocks.d.ts.map +0 -1
  74. package/esm/internal/mocks/visualizationObjectMocks.js +0 -49
  75. /package/esm/dataLoaders/{dataLoaders.mock.js → dataLoaders.test.helpers.js} +0 -0
  76. /package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/{utils.fixture.js → utils.test.helpers.js} +0 -0
  77. /package/esm/internal/components/configurationControls/colors/coloredItemsList/{mock.js → coloredItemsList.test.helpers.js} +0 -0
  78. /package/esm/internal/components/pluggableVisualizations/areaChart/{getInsightWithDrillDownAppliedMock.js → getInsightWithDrillDownAppliedMock.test.helpers.js} +0 -0
  79. /package/esm/internal/components/pluggableVisualizations/baseChart/{getInsightWithDrillDownAppliedMock.js → getInsightWithDrillDownAppliedMock.test.helpers.js} +0 -0
  80. /package/esm/internal/components/pluggableVisualizations/bulletChart/{getInsightWithDrillDownAppliedMock.js → getInsightWithDrillDownAppliedMock.test.helpers.js} +0 -0
  81. /package/esm/internal/components/pluggableVisualizations/{getInsightWithDrillDownAppliedMock.js → getInsightWithDrillDownAppliedMock.test.helpers.js} +0 -0
  82. /package/esm/internal/components/pluggableVisualizations/heatMap/{getInsightWithDrillDownAppliedMock.js → getInsightWithDrillDownAppliedMock.test.helpers.js} +0 -0
  83. /package/esm/internal/components/pluggableVisualizations/pivotTable/{getInsightWithDrillDownAppliedMock.js → getInsightWithDrillDownAppliedMock.test.helpers.js} +0 -0
  84. /package/esm/internal/components/pluggableVisualizations/pivotTable/{mockReferencePoint.js → mockReferencePoint.test.helpers.js} +0 -0
  85. /package/esm/internal/components/pluggableVisualizations/pivotTable/{sortMocks.js → sortMocks.test.helpers.js} +0 -0
  86. /package/esm/internal/components/pluggableVisualizations/pivotTable/{widthItemsMock.js → widthItemsMock.test.helpers.js} +0 -0
  87. /package/esm/internal/components/pluggableVisualizations/{reverseAndTrimIntersectionMock.js → reverseAndTrimIntersectionMock.test.helpers.js} +0 -0
  88. /package/esm/internal/components/{pluggableVisualizations/visConstruct.fixture.js → visConstruct.test.helpers.js} +0 -0
  89. /package/esm/internal/{mocks/uiConfigMocks.js → utils/uiConfigMocks.test.helpers.js} +0 -0
package/NOTICE CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
9
9
 
10
- Date generated: 2026-8-24
10
+ Date generated: 2026-8-26
11
11
 
12
- Revision ID: b0716addf9b4740b3ab90ad05ec818dc8246ff37
12
+ Revision ID: 801e4736307fbb28cf5d9d0a6566fc45d596c003
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -272,6 +272,13 @@ No first party licenses found in gooddata-ui-sdk
272
272
  - @peculiar/utils (2.0.3) [MIT]
273
273
  - @peculiar/x509 (1.14.3) [MIT]
274
274
  - @playwright/test (1.62.1) [Apache-2.0]
275
+ - @rc-component/motion (1.3.3) [MIT]
276
+ - @rc-component/overflow (1.0.1) [MIT]
277
+ - @rc-component/picker (1.12.0) [MIT]
278
+ - @rc-component/portal (2.2.1) [MIT]
279
+ - @rc-component/resize-observer (1.1.2) [MIT]
280
+ - @rc-component/trigger (3.10.1) [MIT]
281
+ - @rc-component/util (1.12.0) [MIT]
275
282
  - @react-aria/interactions (3.28.1) [Apache-2.0]
276
283
  - @react-dnd/asap (4.0.1) [MIT]
277
284
  - @react-dnd/asap (5.0.2) [MIT]
@@ -466,7 +473,7 @@ No first party licenses found in gooddata-ui-sdk
466
473
  - cosmiconfig (9.0.2) [MIT]
467
474
  - cosmiconfig (7.1.0) [MIT]
468
475
  - crelt (1.0.7) [MIT]
469
- - cron-parser (5.6.2) [MIT]
476
+ - cron-parser (5.9.0) [MIT]
470
477
  - cross-spawn (7.0.6) [MIT]
471
478
  - css-functions-list (3.3.3) [MIT]
472
479
  - css-mediaquery (0.1.2) [BSD-3-Clause]
@@ -543,6 +550,7 @@ No first party licenses found in gooddata-ui-sdk
543
550
  - fast-defer (1.1.9) [MIT]
544
551
  - fast-equals (5.4.1) [MIT]
545
552
  - fast-glob (3.3.3) [MIT]
553
+ - fast-json-patch (3.1.1) [MIT]
546
554
  - fast-uri (3.1.4) [BSD-3-Clause, bsd-2-clause-views]
547
555
  - fastest-levenshtein (1.0.16) [MIT]
548
556
  - fastq (1.20.1) [ISC]
@@ -656,6 +664,7 @@ No first party licenses found in gooddata-ui-sdk
656
664
  - is-hexadecimal (2.0.1) [MIT]
657
665
  - is-inside-container (1.0.0) [MIT]
658
666
  - is-interactive (1.0.0) [MIT]
667
+ - is-mobile (5.0.0) [MIT]
659
668
  - is-network-error (1.3.2) [MIT]
660
669
  - is-number (7.0.0) [MIT]
661
670
  - is-obj (1.0.1) [MIT]
@@ -875,6 +884,7 @@ No first party licenses found in gooddata-ui-sdk
875
884
  - react-fast-compare (3.2.2) [MIT]
876
885
  - react-intl (7.1.11) [BSD-3-Clause]
877
886
  - react-is (16.13.1) [MIT]
887
+ - react-is (19.2.8) [MIT]
878
888
  - react-lines-ellipsis (0.16.1) [MIT]
879
889
  - react-loading-skeleton (3.5.0) [MIT]
880
890
  - react-markdown (10.1.0) [MIT]
@@ -4990,6 +5000,88 @@ This software contains code derived from the Puppeteer project (https://github.c
4990
5000
  available under the Apache 2.0 license (https://github.com/puppeteer/puppeteer/blob/master/LICENSE).
4991
5001
 
4992
5002
 
5003
+ --------------------------------------------------------------------------------
5004
+ Package Title: @rc-component/picker (1.12.0)
5005
+
5006
+ Package Locator: npm+@rc-component/picker$1.12.0
5007
+
5008
+ Package Depth: Direct
5009
+ --------------------------------------------------------------------------------
5010
+
5011
+ React date & time picker
5012
+
5013
+ * Declared Licenses *
5014
+ MIT
5015
+ --------------------------------------------------------------------------------
5016
+ File matches:
5017
+ - LICENSE
5018
+ - Copyright (c) 2019 present react-component
5019
+ - LICENSE.md
5020
+ - Copyright (c) 2019 present afc163
5021
+ - package.json
5022
+ --------------------------------------------------------------------------------
5023
+
5024
+ MIT License
5025
+
5026
+ Copyright (c) 2019-present react-component
5027
+
5028
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5029
+ of this software and associated documentation files (the "Software"), to deal
5030
+ in the Software without restriction, including without limitation the rights
5031
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5032
+ copies of the Software, and to permit persons to whom the Software is
5033
+ furnished to do so, subject to the following conditions:
5034
+
5035
+ The above copyright notice and this permission notice shall be included in all
5036
+ copies or substantial portions of the Software.
5037
+
5038
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5039
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5040
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5041
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5042
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5043
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5044
+ SOFTWARE.
5045
+
5046
+
5047
+ * License Header *
5048
+ MIT License
5049
+
5050
+ Copyright (c) 2019-present react-component
5051
+
5052
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5053
+ of this software and associated documentation files (the "Software"), to deal
5054
+ in the Software without restriction, including without limitation the rights
5055
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5056
+ copies of the Software, and to permit persons to whom the Software is
5057
+ furnished to do so, subject to the following conditions:
5058
+
5059
+ The above copyright notice and this permission notice shall be included in all
5060
+ copies or substantial portions of the Software.
5061
+
5062
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5063
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5064
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5065
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5066
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5067
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5068
+ SOFTWARE.
5069
+
5070
+
5071
+ * Copyrights *
5072
+ MIT
5073
+ - Copyright (c) 2019 present react-component
5074
+ - Copyright (c) 2019 present afc163
5075
+
5076
+ * Package Info *
5077
+
5078
+ Authors: 1075746765@qq.com, afc163@gmail.com, scdzwyxst@gmail.com, smith3816@gmail.com, wasd2144@hotmail.com
5079
+ Package Manager: NPM
5080
+ Project URL: https://react-component.github.io/picker
5081
+ Package Download URL: https://registry.npmjs.org/@rc-component/picker/-/picker-1.12.0.tgz
5082
+ Dependency Path: @rc-component/picker
5083
+ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
5084
+
4993
5085
  --------------------------------------------------------------------------------
4994
5086
  Package Title: @react-aria/interactions (3.28.1)
4995
5087
 
@@ -6879,9 +6971,9 @@ Dependency Path: copy-to-clipboard
6879
6971
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
6880
6972
 
6881
6973
  --------------------------------------------------------------------------------
6882
- Package Title: cron-parser (5.6.2)
6974
+ Package Title: cron-parser (5.9.0)
6883
6975
 
6884
- Package Locator: npm+cron-parser$5.6.2
6976
+ Package Locator: npm+cron-parser$5.9.0
6885
6977
 
6886
6978
  Package Depth: Direct
6887
6979
  --------------------------------------------------------------------------------
@@ -6953,7 +7045,7 @@ MIT
6953
7045
  Authors: harri@siirak.ee
6954
7046
  Package Manager: NPM
6955
7047
  Project URL: https://github.com/harrisiirak/cron-parser#readme
6956
- Package Download URL: https://registry.npmjs.org/cron-parser/-/cron-parser-5.6.2.tgz
7048
+ Package Download URL: https://registry.npmjs.org/cron-parser/-/cron-parser-5.9.0.tgz
6957
7049
  Dependency Path: cron-parser
6958
7050
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
6959
7051
 
@@ -8152,6 +8244,92 @@ Package Download URL: https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz
8152
8244
  Dependency Path: @formatjs/cli-lib > fast-glob > fast-glob > stylelint > fast-glob > stylelint > globby > fast-glob > stylelint-config-standard > stylelint > fast-glob > stylelint-config-standard > stylelint-config-recommended > stylelint > fast-glob > stylelint-config-standard > stylelint-config-recommended > stylelint > globby > fast-glob > stylelint-order > stylelint > fast-glob > stylelint-plugin-defensive-css > stylelint > fast-glob > stylelint-scss > stylelint > fast-glob
8153
8245
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
8154
8246
 
8247
+ --------------------------------------------------------------------------------
8248
+ Package Title: fast-json-patch (3.1.1)
8249
+
8250
+ Package Locator: npm+fast-json-patch$3.1.1
8251
+
8252
+ Package Depth: Direct
8253
+ --------------------------------------------------------------------------------
8254
+
8255
+ Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities
8256
+
8257
+ * Declared Licenses *
8258
+ MIT
8259
+ --------------------------------------------------------------------------------
8260
+ File matches:
8261
+ - dist/fast-json-patch.js
8262
+ - Copyright (c) 2017 Evgeny Poberezkin
8263
+ - LICENSE.txt
8264
+ - Copyright (c) 2013, 2014, 2020 Joachim Wester
8265
+ - module/core.mjs
8266
+ - Copyright (c) 2017 Evgeny Poberezkin
8267
+ - package.json
8268
+ --------------------------------------------------------------------------------
8269
+
8270
+ (The MIT License)
8271
+
8272
+ Copyright (c) 2013, 2014, 2020 Joachim Wester
8273
+
8274
+ Permission is hereby granted, free of charge, to any person obtaining
8275
+ a copy of this software and associated documentation files (the
8276
+ 'Software'), to deal in the Software without restriction, including
8277
+ without limitation the rights to use, copy, modify, merge, publish,
8278
+ distribute, sublicense, and/or sell copies of the Software, and to
8279
+ permit persons to whom the Software is furnished to do so, subject to
8280
+ the following conditions:
8281
+
8282
+ The above copyright notice and this permission notice shall be
8283
+ included in all copies or substantial portions of the Software.
8284
+
8285
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
8286
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8287
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
8288
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
8289
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
8290
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
8291
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8292
+
8293
+
8294
+ * License Header *
8295
+ (The MIT License)
8296
+
8297
+ Copyright (c) 2013, 2014, 2020 Joachim Wester
8298
+
8299
+ Permission is hereby granted, free of charge, to any person obtaining
8300
+ a copy of this software and associated documentation files (the
8301
+ 'Software'), to deal in the Software without restriction, including
8302
+ without limitation the rights to use, copy, modify, merge, publish,
8303
+ distribute, sublicense, and/or sell copies of the Software, and to
8304
+ permit persons to whom the Software is furnished to do so, subject to
8305
+ the following conditions:
8306
+
8307
+ The above copyright notice and this permission notice shall be
8308
+ included in all copies or substantial portions of the Software.
8309
+
8310
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
8311
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8312
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
8313
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
8314
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
8315
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
8316
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8317
+
8318
+
8319
+ * Copyrights *
8320
+ MIT
8321
+ - Copyright (c) 2013, 2014, 2020 Joachim Wester
8322
+ - Copyright (c) 2017 Evgeny Poberezkin
8323
+
8324
+ * Package Info *
8325
+
8326
+ Authors: joachimwester@me.com, marcin.warpechowski@handsontable.com, omar@omaralshaker.com, tomalecwp@gmail.com
8327
+ Package Manager: NPM
8328
+ Project URL: https://github.com/Starcounter-Jack/JSON-Patch
8329
+ Package Download URL: https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-3.1.1.tgz
8330
+ Dependency Path: fast-json-patch
8331
+ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
8332
+
8155
8333
  --------------------------------------------------------------------------------
8156
8334
  Package Title: fs-extra (10.1.0)
8157
8335
 
@@ -11793,7 +11971,7 @@ Authors: opensource+npm@fb.com, react-core@meta.com
11793
11971
  Package Manager: NPM
11794
11972
  Project URL: https://react.dev/
11795
11973
  Package Download URL: https://registry.npmjs.org/react/-/react-19.1.1.tgz
11796
- Dependency Path: @aaronhayes/react-use-hubspot-form > react > @evil-internetmann/react-dnd > react > @floating-ui/react > @floating-ui/react-dom > react > @floating-ui/react > react > @floating-ui/react-dom > react > @react-aria/interactions > @react-types/shared > react > @react-aria/interactions > react > react > react-select > @emotion/react > @emotion/use-insertion-effect-with-fallbacks > react > react-select > @emotion/react > react
11974
+ Dependency Path: @aaronhayes/react-use-hubspot-form > react > @evil-internetmann/react-dnd > react > @floating-ui/react > @floating-ui/react-dom > react > @floating-ui/react > react > @floating-ui/react-dom > react > @rc-component/picker > @rc-component/overflow > react > @rc-component/picker > @rc-component/trigger > @rc-component/motion > react > react > react-select > @emotion/react > @emotion/use-insertion-effect-with-fallbacks > react > react-select > @emotion/react > react
11797
11975
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
11798
11976
 
11799
11977
  --------------------------------------------------------------------------------
@@ -12185,7 +12363,7 @@ Authors: opensource+npm@fb.com, react-core@meta.com
12185
12363
  Package Manager: NPM
12186
12364
  Project URL: https://react.dev/
12187
12365
  Package Download URL: https://registry.npmjs.org/react-dom/-/react-dom-19.1.1.tgz
12188
- Dependency Path: @aaronhayes/react-use-hubspot-form > react-dom > @floating-ui/react > @floating-ui/react-dom > react-dom > @floating-ui/react > react-dom > @floating-ui/react-dom > react-dom > @react-aria/interactions > react-aria > react-dom > @react-aria/interactions > react-dom > @tanstack/react-virtual > react-dom > ag-grid-react > react-dom > react-dom > react-lines-ellipsis > react-dom
12366
+ Dependency Path: @aaronhayes/react-use-hubspot-form > react-dom > @floating-ui/react > @floating-ui/react-dom > react-dom > @floating-ui/react > react-dom > @floating-ui/react-dom > react-dom > @rc-component/picker > @rc-component/overflow > @rc-component/resize-observer > react-dom > @rc-component/picker > @rc-component/overflow > react-dom > @rc-component/picker > @rc-component/trigger > @rc-component/motion > react-dom > @rc-component/picker > @rc-component/trigger > @rc-component/portal > react-dom > @rc-component/picker > react-dom > react-dom
12189
12367
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
12190
12368
 
12191
12369
  --------------------------------------------------------------------------------
@@ -22358,7 +22536,7 @@ Authors: bng412@gmail.com, hello+npm@nicr.dev, hi@henryzoo.com, jlhwung@gmail.co
22358
22536
  Package Manager: NPM
22359
22537
  Project URL: https://babel.dev/docs/en/next/babel-runtime
22360
22538
  Package Download URL: https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz
22361
- Dependency Path: downshift > @babel/runtime > polished > @babel/runtime > react-measure > @babel/runtime > react-select > @babel/runtime > react-select > @emotion/react > @babel/runtime > react-select > @emotion/react > @emotion/babel-plugin > @babel/runtime > react-select > @emotion/react > @emotion/babel-plugin > babel-plugin-macros > @babel/runtime > react-select > react-transition-group > dom-helpers > @babel/runtime > react-textarea-autosize > @babel/runtime > redux-saga > @redux-saga/core > @babel/runtime
22539
+ Dependency Path: @rc-component/picker > @rc-component/overflow > @babel/runtime > downshift > @babel/runtime > polished > @babel/runtime > react-measure > @babel/runtime > react-select > @babel/runtime > react-select > @emotion/react > @babel/runtime > react-select > @emotion/react > @emotion/babel-plugin > @babel/runtime > react-select > @emotion/react > @emotion/babel-plugin > babel-plugin-macros > @babel/runtime > react-select > react-transition-group > dom-helpers > @babel/runtime > redux-saga > @redux-saga/core > @babel/runtime
22362
22540
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
22363
22541
 
22364
22542
  --------------------------------------------------------------------------------
@@ -26473,6 +26651,276 @@ Package Download URL: https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.
26473
26651
  Dependency Path: @formatjs/cli-lib > fast-glob > @nodelib/fs.walk > fast-glob > @nodelib/fs.walk > stylelint > fast-glob > @nodelib/fs.walk > stylelint > globby > fast-glob > @nodelib/fs.walk > stylelint-config-standard > stylelint > fast-glob > @nodelib/fs.walk > stylelint-config-standard > stylelint-config-recommended > stylelint > fast-glob > @nodelib/fs.walk > stylelint-config-standard > stylelint-config-recommended > stylelint > globby > fast-glob > @nodelib/fs.walk > stylelint-order > stylelint > fast-glob > @nodelib/fs.walk > stylelint-plugin-defensive-css > stylelint > fast-glob > @nodelib/fs.walk > stylelint-scss > stylelint > fast-glob > @nodelib/fs.walk
26474
26652
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
26475
26653
 
26654
+ --------------------------------------------------------------------------------
26655
+ Package Title: @rc-component/overflow (1.0.1)
26656
+
26657
+ Package Locator: npm+@rc-component/overflow$1.0.1
26658
+
26659
+ Package Depth: Transitive
26660
+ --------------------------------------------------------------------------------
26661
+
26662
+ Auto collapse box when overflow
26663
+
26664
+ * Declared Licenses *
26665
+ MIT
26666
+ --------------------------------------------------------------------------------
26667
+ File matches:
26668
+ - LICENSE.md
26669
+ - Copyright (c) 2019 present afc163
26670
+ - package.json
26671
+ --------------------------------------------------------------------------------
26672
+
26673
+ The MIT License (MIT)
26674
+
26675
+ Copyright (c) 2019-present afc163
26676
+
26677
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
26678
+
26679
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
26680
+
26681
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26682
+
26683
+
26684
+ * License Header *
26685
+ The MIT License (MIT)
26686
+
26687
+ Copyright (c) 2019-present afc163
26688
+
26689
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
26690
+
26691
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
26692
+
26693
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26694
+
26695
+
26696
+ * Copyrights *
26697
+ MIT
26698
+ - Copyright (c) 2019 present afc163
26699
+
26700
+ * Package Info *
26701
+
26702
+ Authors: 1075746765@qq.com, afc163@gmail.com, scdzwyxst@gmail.com, smith3816@gmail.com, wasd2144@hotmail.com
26703
+ Package Manager: NPM
26704
+ Project URL: https://react-component.github.io/overflow
26705
+ Package Download URL: https://registry.npmjs.org/@rc-component/overflow/-/overflow-1.0.1.tgz
26706
+ Dependency Path: @rc-component/picker > @rc-component/overflow
26707
+ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
26708
+
26709
+ --------------------------------------------------------------------------------
26710
+ Package Title: @rc-component/resize-observer (1.1.2)
26711
+
26712
+ Package Locator: npm+@rc-component/resize-observer$1.1.2
26713
+
26714
+ Package Depth: Transitive
26715
+ --------------------------------------------------------------------------------
26716
+
26717
+ Resize observer for React
26718
+
26719
+ * Declared Licenses *
26720
+ MIT
26721
+ --------------------------------------------------------------------------------
26722
+ File matches:
26723
+ - LICENSE.md
26724
+ - Copyright (c) 2019 present afc163
26725
+ - package.json
26726
+ --------------------------------------------------------------------------------
26727
+
26728
+ The MIT License (MIT)
26729
+
26730
+ Copyright (c) 2019-present afc163
26731
+
26732
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
26733
+
26734
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
26735
+
26736
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26737
+
26738
+
26739
+ * License Header *
26740
+ The MIT License (MIT)
26741
+
26742
+ Copyright (c) 2019-present afc163
26743
+
26744
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
26745
+
26746
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
26747
+
26748
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26749
+
26750
+
26751
+ * Copyrights *
26752
+ MIT
26753
+ - Copyright (c) 2019 present afc163
26754
+
26755
+ * Package Info *
26756
+
26757
+ Authors: 1075746765@qq.com, afc163@gmail.com, scdzwyxst@gmail.com, smith3816@gmail.com, wasd2144@hotmail.com
26758
+ Package Manager: NPM
26759
+ Project URL: https://www.npmjs.com/package/@rc-component/resize-observer
26760
+ Package Download URL: https://registry.npmjs.org/@rc-component/resize-observer/-/resize-observer-1.1.2.tgz
26761
+ Dependency Path: @rc-component/picker > @rc-component/overflow > @rc-component/resize-observer > @rc-component/picker > @rc-component/resize-observer > @rc-component/picker > @rc-component/trigger > @rc-component/resize-observer
26762
+ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
26763
+
26764
+ --------------------------------------------------------------------------------
26765
+ Package Title: @rc-component/trigger (3.10.1)
26766
+
26767
+ Package Locator: npm+@rc-component/trigger$3.10.1
26768
+
26769
+ Package Depth: Transitive
26770
+ --------------------------------------------------------------------------------
26771
+
26772
+ Popup trigger and alignment primitive for React.
26773
+
26774
+ * Declared Licenses *
26775
+ MIT
26776
+ --------------------------------------------------------------------------------
26777
+ File matches:
26778
+ - LICENSE
26779
+ - Copyright (c) 2015 present Alipay.com, https://www.alipay.com/
26780
+ - package.json
26781
+ --------------------------------------------------------------------------------
26782
+
26783
+ The MIT License (MIT)
26784
+ Copyright (c) 2015-present Alipay.com, https://www.alipay.com/
26785
+
26786
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26787
+ of this software and associated documentation files (the "Software"), to deal
26788
+ in the Software without restriction, including without limitation the rights
26789
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26790
+ copies of the Software, and to permit persons to whom the Software is
26791
+ furnished to do so, subject to the following conditions:
26792
+
26793
+ The above copyright notice and this permission notice shall be included in
26794
+ all copies or substantial portions of the Software.
26795
+
26796
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
26797
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26798
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
26799
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
26800
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
26801
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26802
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26803
+
26804
+
26805
+ * License Header *
26806
+ The MIT License (MIT)
26807
+ Copyright (c) 2015-present Alipay.com, https://www.alipay.com/
26808
+
26809
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26810
+ of this software and associated documentation files (the "Software"), to deal
26811
+ in the Software without restriction, including without limitation the rights
26812
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26813
+ copies of the Software, and to permit persons to whom the Software is
26814
+ furnished to do so, subject to the following conditions:
26815
+
26816
+ The above copyright notice and this permission notice shall be included in
26817
+ all copies or substantial portions of the Software.
26818
+
26819
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
26820
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26821
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
26822
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
26823
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
26824
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26825
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26826
+
26827
+
26828
+ * Copyrights *
26829
+ MIT
26830
+ - Copyright (c) 2015 present Alipay.com, https://www.alipay.com/
26831
+
26832
+ * Package Info *
26833
+
26834
+ Authors: 1075746765@qq.com, afc163@gmail.com, scdzwyxst@gmail.com, smith3816@gmail.com, wasd2144@hotmail.com
26835
+ Package Manager: NPM
26836
+ Project URL: https://react-component.github.io/trigger
26837
+ Package Download URL: https://registry.npmjs.org/@rc-component/trigger/-/trigger-3.10.1.tgz
26838
+ Dependency Path: @rc-component/picker > @rc-component/trigger
26839
+ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
26840
+
26841
+ --------------------------------------------------------------------------------
26842
+ Package Title: @rc-component/util (1.12.0)
26843
+
26844
+ Package Locator: npm+@rc-component/util$1.12.0
26845
+
26846
+ Package Depth: Transitive
26847
+ --------------------------------------------------------------------------------
26848
+
26849
+ Shared React utilities for rc-component packages.
26850
+
26851
+ * Declared Licenses *
26852
+ MIT
26853
+ --------------------------------------------------------------------------------
26854
+ File matches:
26855
+ - LICENSE
26856
+ - Copyright (c) 2014 present yiminghe
26857
+ - Copyright (c) 2015 present Alipay.com, https://www.alipay.com/
26858
+ - package.json
26859
+ --------------------------------------------------------------------------------
26860
+
26861
+ The MIT License (MIT)
26862
+
26863
+ Copyright (c) 2014-present yiminghe
26864
+ Copyright (c) 2015-present Alipay.com, https://www.alipay.com/
26865
+
26866
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26867
+ of this software and associated documentation files (the "Software"), to deal
26868
+ in the Software without restriction, including without limitation the rights
26869
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26870
+ copies of the Software, and to permit persons to whom the Software is
26871
+ furnished to do so, subject to the following conditions:
26872
+
26873
+ The above copyright notice and this permission notice shall be included in
26874
+ all copies or substantial portions of the Software.
26875
+
26876
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
26877
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26878
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
26879
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
26880
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
26881
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26882
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26883
+
26884
+
26885
+ * License Header *
26886
+ The MIT License (MIT)
26887
+
26888
+ Copyright (c) 2014-present yiminghe
26889
+ Copyright (c) 2015-present Alipay.com, https://www.alipay.com/
26890
+
26891
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26892
+ of this software and associated documentation files (the "Software"), to deal
26893
+ in the Software without restriction, including without limitation the rights
26894
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26895
+ copies of the Software, and to permit persons to whom the Software is
26896
+ furnished to do so, subject to the following conditions:
26897
+
26898
+ The above copyright notice and this permission notice shall be included in
26899
+ all copies or substantial portions of the Software.
26900
+
26901
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
26902
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26903
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
26904
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
26905
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
26906
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26907
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26908
+
26909
+
26910
+ * Copyrights *
26911
+ MIT
26912
+ - Copyright (c) 2014 present yiminghe
26913
+ - Copyright (c) 2015 present Alipay.com, https://www.alipay.com/
26914
+
26915
+ * Package Info *
26916
+
26917
+ Authors: 1075746765@qq.com, afc163@gmail.com, scdzwyxst@gmail.com, smith3816@gmail.com, wasd2144@hotmail.com
26918
+ Package Manager: NPM
26919
+ Project URL: https://react-component.github.io/util
26920
+ Package Download URL: https://registry.npmjs.org/@rc-component/util/-/util-1.12.0.tgz
26921
+ Dependency Path: @rc-component/picker > @rc-component/overflow > @rc-component/resize-observer > @rc-component/util > @rc-component/picker > @rc-component/overflow > @rc-component/util > @rc-component/picker > @rc-component/resize-observer > @rc-component/util > @rc-component/picker > @rc-component/trigger > @rc-component/motion > @rc-component/util > @rc-component/picker > @rc-component/trigger > @rc-component/portal > @rc-component/util > @rc-component/picker > @rc-component/trigger > @rc-component/resize-observer > @rc-component/util > @rc-component/picker > @rc-component/trigger > @rc-component/util > @rc-component/picker > @rc-component/util
26922
+ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
26923
+
26476
26924
  --------------------------------------------------------------------------------
26477
26925
  Package Title: @react-dnd/invariant (4.0.2)
26478
26926
 
@@ -32874,6 +33322,79 @@ Package Download URL: https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz
32874
33322
  Dependency Path: inquirer > cli-width
32875
33323
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
32876
33324
 
33325
+ --------------------------------------------------------------------------------
33326
+ Package Title: clsx (2.1.1)
33327
+
33328
+ Package Locator: npm+clsx$2.1.1
33329
+
33330
+ Package Depth: Transitive
33331
+ --------------------------------------------------------------------------------
33332
+
33333
+ A tiny (239B) utility for constructing className strings conditionally.
33334
+
33335
+ * Declared Licenses *
33336
+ MIT
33337
+ --------------------------------------------------------------------------------
33338
+ File matches:
33339
+ - license
33340
+ - Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
33341
+ - package.json
33342
+ --------------------------------------------------------------------------------
33343
+
33344
+ MIT License
33345
+ Copyright (c) <year> <copyright holders>
33346
+
33347
+ Permission is hereby granted, free of charge, to any person obtaining a copy
33348
+ of this software and associated documentation files (the "Software"), to deal
33349
+ in the Software without restriction, including without limitation the rights
33350
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
33351
+ copies of the Software, and to permit persons to whom the Software is
33352
+ furnished to do so, subject to the following conditions:
33353
+
33354
+ The above copyright notice and this permission notice shall be included in all
33355
+ copies or substantial portions of the Software.
33356
+
33357
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33358
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33359
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33360
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33361
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33362
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33363
+ SOFTWARE.
33364
+
33365
+ * License Header *
33366
+ Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
33367
+ Permission is hereby granted, free of charge, to any person obtaining a copy
33368
+ of this software and associated documentation files (the "Software"), to deal
33369
+ in the Software without restriction, including without limitation the rights
33370
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
33371
+ copies of the Software, and to permit persons to whom the Software is
33372
+ furnished to do so, subject to the following conditions:
33373
+
33374
+ The above copyright notice and this permission notice shall be included in all
33375
+ copies or substantial portions of the Software.
33376
+
33377
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33378
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33379
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33380
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33381
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33382
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33383
+ SOFTWARE.
33384
+
33385
+ * Copyrights *
33386
+ MIT
33387
+ - Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
33388
+
33389
+ * Package Info *
33390
+
33391
+ Authors: luke@lukeed.com
33392
+ Package Manager: NPM
33393
+ Project URL: https://github.com/lukeed/clsx#readme
33394
+ Package Download URL: https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz
33395
+ Dependency Path: @rc-component/picker > @rc-component/overflow > clsx > @rc-component/picker > @rc-component/trigger > @rc-component/motion > clsx > @rc-component/picker > @rc-component/trigger > @rc-component/portal > clsx > @rc-component/picker > @rc-component/trigger > clsx > @rc-component/picker > clsx > @react-aria/interactions > react-aria > clsx
33396
+ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
33397
+
32877
33398
  --------------------------------------------------------------------------------
32878
33399
  Package Title: code-block-writer (13.0.3)
32879
33400
 
@@ -47349,7 +47870,7 @@ Authors: opensource+npm@fb.com, react-core@meta.com
47349
47870
  Package Manager: NPM
47350
47871
  Project URL: https://react.dev/
47351
47872
  Package Download URL: https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz
47352
- Dependency Path: @aaronhayes/react-use-hubspot-form > react-dom > scheduler > @floating-ui/react > @floating-ui/react-dom > react-dom > scheduler > @floating-ui/react > react-dom > scheduler > @floating-ui/react-dom > react-dom > scheduler > @react-aria/interactions > react-aria > react-dom > scheduler > @react-aria/interactions > react-dom > scheduler > @tanstack/react-virtual > react-dom > scheduler > ag-grid-react > react-dom > scheduler > react-dom > scheduler > react-lines-ellipsis > react-dom > scheduler
47873
+ Dependency Path: @aaronhayes/react-use-hubspot-form > react-dom > scheduler > @floating-ui/react > @floating-ui/react-dom > react-dom > scheduler > @floating-ui/react > react-dom > scheduler > @floating-ui/react-dom > react-dom > scheduler > @rc-component/picker > @rc-component/overflow > @rc-component/resize-observer > react-dom > scheduler > @rc-component/picker > @rc-component/overflow > react-dom > scheduler > @rc-component/picker > @rc-component/trigger > @rc-component/motion > react-dom > scheduler > @rc-component/picker > @rc-component/trigger > @rc-component/portal > react-dom > scheduler > @rc-component/picker > react-dom > scheduler > react-dom > scheduler
47353
47874
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
47354
47875
 
47355
47876
  --------------------------------------------------------------------------------
@@ -55349,9 +55870,96 @@ SOFTWARE.
55349
55870
 
55350
55871
 
55351
55872
  * License Header *
55352
- The MIT License (MIT)
55873
+ The MIT License (MIT)
55874
+
55875
+ Copyright (c) Denis Malinochkin
55876
+
55877
+ Permission is hereby granted, free of charge, to any person obtaining a copy
55878
+ of this software and associated documentation files (the "Software"), to deal
55879
+ in the Software without restriction, including without limitation the rights
55880
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
55881
+ copies of the Software, and to permit persons to whom the Software is
55882
+ furnished to do so, subject to the following conditions:
55883
+
55884
+ The above copyright notice and this permission notice shall be included in all
55885
+ copies or substantial portions of the Software.
55886
+
55887
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55888
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
55889
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
55890
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
55891
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
55892
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
55893
+ SOFTWARE.
55894
+
55895
+
55896
+ * Copyrights *
55897
+ MIT
55898
+ - Copyright (c) Denis Malinochkin
55899
+
55900
+ * Package Info *
55901
+
55902
+ Authors: dmalinochkin@rambler.ru
55903
+ Package Manager: NPM
55904
+ Project URL: https://www.npmjs.com/package/@nodelib/fs.scandir
55905
+ Package Download URL: https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz
55906
+ Dependency Path: @formatjs/cli-lib > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint > globby > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint-config-standard > stylelint > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint-config-standard > stylelint-config-recommended > stylelint > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint-config-standard > stylelint-config-recommended > stylelint > globby > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint-order > stylelint > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint-plugin-defensive-css > stylelint > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint-scss > stylelint > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir
55907
+ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
55908
+
55909
+ --------------------------------------------------------------------------------
55910
+ Package Title: @peculiar/x509 (1.14.3)
55911
+
55912
+ Package Locator: npm+@peculiar/x509$1.14.3
55913
+
55914
+ Package Depth: Transitive
55915
+ --------------------------------------------------------------------------------
55916
+
55917
+ @peculiar/x509 is an easy to use TypeScript/Javascript library based on @peculiar/asn1-schema that makes generating X.509 Certificates and Certificate Requests as well as validating certificate chains easy
55918
+
55919
+ * Declared Licenses *
55920
+ MIT
55921
+ --------------------------------------------------------------------------------
55922
+ File matches:
55923
+ - build/index.d.ts
55924
+ - Copyright (c) Peculiar Ventures. All rights reserved.
55925
+ - build/x509.cjs.js
55926
+ - Copyright (c) Peculiar Ventures. All rights reserved.
55927
+ - build/x509.es.js
55928
+ - Copyright (c) Peculiar Ventures. All rights reserved.
55929
+ - build/x509.js
55930
+ - Copyright (c) Peculiar Ventures. All rights reserved.
55931
+ - LICENSE
55932
+ - Copyright (c) Peculiar Ventures. All rights reserved.
55933
+ - package.json
55934
+ --------------------------------------------------------------------------------
55935
+
55936
+ MIT License
55937
+
55938
+ Copyright (c) Peculiar Ventures. All rights reserved.
55939
+
55940
+ Permission is hereby granted, free of charge, to any person obtaining a copy
55941
+ of this software and associated documentation files (the "Software"), to deal
55942
+ in the Software without restriction, including without limitation the rights
55943
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
55944
+ copies of the Software, and to permit persons to whom the Software is
55945
+ furnished to do so, subject to the following conditions:
55946
+
55947
+ The above copyright notice and this permission notice shall be included in all
55948
+ copies or substantial portions of the Software.
55949
+
55950
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55951
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
55952
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
55953
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
55954
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
55955
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
55956
+ SOFTWARE.
55957
+
55958
+
55959
+ * License Header *
55960
+ MIT License
55353
55961
 
55354
- Copyright (c) Denis Malinochkin
55962
+ Copyright (c) Peculiar Ventures. All rights reserved.
55355
55963
 
55356
55964
  Permission is hereby granted, free of charge, to any person obtaining a copy
55357
55965
  of this software and associated documentation files (the "Software"), to deal
@@ -55374,47 +55982,94 @@ SOFTWARE.
55374
55982
 
55375
55983
  * Copyrights *
55376
55984
  MIT
55377
- - Copyright (c) Denis Malinochkin
55985
+ - Copyright (c) Peculiar Ventures. All rights reserved.
55378
55986
 
55379
55987
  * Package Info *
55380
55988
 
55381
- Authors: dmalinochkin@rambler.ru
55989
+ Authors: apilguk@gmail.com, donskovdmitriyv@gmail.com, info@peculiarventures.com, microshine@mail.ru, mihailzachepilo@gmail.com, ryan_hurst@hotmail.com, yury@strozhevsky.com
55382
55990
  Package Manager: NPM
55383
- Project URL: https://www.npmjs.com/package/@nodelib/fs.scandir
55384
- Package Download URL: https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz
55385
- Dependency Path: @formatjs/cli-lib > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint > globby > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint-config-standard > stylelint > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint-config-standard > stylelint-config-recommended > stylelint > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint-config-standard > stylelint-config-recommended > stylelint > globby > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint-order > stylelint > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint-plugin-defensive-css > stylelint > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir > stylelint-scss > stylelint > fast-glob > @nodelib/fs.walk > @nodelib/fs.scandir
55991
+ Project URL: https://github.com/PeculiarVentures/x509#readme
55992
+ Package Download URL: https://registry.npmjs.org/@peculiar/x509/-/x509-1.14.3.tgz
55993
+ Dependency Path: webpack-dev-server > selfsigned > @peculiar/x509
55386
55994
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
55387
55995
 
55388
55996
  --------------------------------------------------------------------------------
55389
- Package Title: @peculiar/x509 (1.14.3)
55997
+ Package Title: @rc-component/motion (1.3.3)
55390
55998
 
55391
- Package Locator: npm+@peculiar/x509$1.14.3
55999
+ Package Locator: npm+@rc-component/motion$1.3.3
55392
56000
 
55393
56001
  Package Depth: Transitive
55394
56002
  --------------------------------------------------------------------------------
55395
56003
 
55396
- @peculiar/x509 is an easy to use TypeScript/Javascript library based on @peculiar/asn1-schema that makes generating X.509 Certificates and Certificate Requests as well as validating certificate chains easy
56004
+ React lifecycle controlled motion library
56005
+
56006
+ * Declared Licenses *
56007
+ MIT
56008
+ --------------------------------------------------------------------------------
56009
+ File matches:
56010
+ - LICENSE.md
56011
+ - Copyright (c) 2019 present afc163
56012
+ - package.json
56013
+ --------------------------------------------------------------------------------
56014
+
56015
+ The MIT License (MIT)
56016
+
56017
+ Copyright (c) 2019-present afc163
56018
+
56019
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
56020
+
56021
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
56022
+
56023
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
56024
+
56025
+
56026
+ * License Header *
56027
+ The MIT License (MIT)
56028
+
56029
+ Copyright (c) 2019-present afc163
56030
+
56031
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
56032
+
56033
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
56034
+
56035
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
56036
+
56037
+
56038
+ * Copyrights *
56039
+ MIT
56040
+ - Copyright (c) 2019 present afc163
56041
+
56042
+ * Package Info *
56043
+
56044
+ Authors: 1075746765@qq.com, afc163@gmail.com, scdzwyxst@gmail.com, smith3816@gmail.com, wasd2144@hotmail.com
56045
+ Package Manager: NPM
56046
+ Project URL: https://react-component.github.io/motion
56047
+ Package Download URL: https://registry.npmjs.org/@rc-component/motion/-/motion-1.3.3.tgz
56048
+ Dependency Path: @rc-component/picker > @rc-component/trigger > @rc-component/motion
56049
+ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
56050
+
56051
+ --------------------------------------------------------------------------------
56052
+ Package Title: @rc-component/portal (2.2.1)
56053
+
56054
+ Package Locator: npm+@rc-component/portal$2.2.1
56055
+
56056
+ Package Depth: Transitive
56057
+ --------------------------------------------------------------------------------
56058
+
56059
+ React Portal Component
55397
56060
 
55398
56061
  * Declared Licenses *
55399
56062
  MIT
55400
56063
  --------------------------------------------------------------------------------
55401
56064
  File matches:
55402
- - build/index.d.ts
55403
- - Copyright (c) Peculiar Ventures. All rights reserved.
55404
- - build/x509.cjs.js
55405
- - Copyright (c) Peculiar Ventures. All rights reserved.
55406
- - build/x509.es.js
55407
- - Copyright (c) Peculiar Ventures. All rights reserved.
55408
- - build/x509.js
55409
- - Copyright (c) Peculiar Ventures. All rights reserved.
55410
56065
  - LICENSE
55411
- - Copyright (c) Peculiar Ventures. All rights reserved.
56066
+ - Copyright (c) 2019 present react-component
55412
56067
  - package.json
55413
56068
  --------------------------------------------------------------------------------
55414
56069
 
55415
56070
  MIT License
55416
56071
 
55417
- Copyright (c) Peculiar Ventures. All rights reserved.
56072
+ Copyright (c) 2019-present react-component
55418
56073
 
55419
56074
  Permission is hereby granted, free of charge, to any person obtaining a copy
55420
56075
  of this software and associated documentation files (the "Software"), to deal
@@ -55434,11 +56089,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
55434
56089
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
55435
56090
  SOFTWARE.
55436
56091
 
55437
-
55438
56092
  * License Header *
55439
56093
  MIT License
55440
56094
 
55441
- Copyright (c) Peculiar Ventures. All rights reserved.
56095
+ Copyright (c) 2019-present react-component
55442
56096
 
55443
56097
  Permission is hereby granted, free of charge, to any person obtaining a copy
55444
56098
  of this software and associated documentation files (the "Software"), to deal
@@ -55458,18 +56112,17 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
55458
56112
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
55459
56113
  SOFTWARE.
55460
56114
 
55461
-
55462
56115
  * Copyrights *
55463
56116
  MIT
55464
- - Copyright (c) Peculiar Ventures. All rights reserved.
56117
+ - Copyright (c) 2019 present react-component
55465
56118
 
55466
56119
  * Package Info *
55467
56120
 
55468
- Authors: apilguk@gmail.com, donskovdmitriyv@gmail.com, info@peculiarventures.com, microshine@mail.ru, mihailzachepilo@gmail.com, ryan_hurst@hotmail.com, yury@strozhevsky.com
56121
+ Authors: 1075746765@qq.com, afc163@gmail.com, scdzwyxst@gmail.com, smith3816@gmail.com, wasd2144@hotmail.com
55469
56122
  Package Manager: NPM
55470
- Project URL: https://github.com/PeculiarVentures/x509#readme
55471
- Package Download URL: https://registry.npmjs.org/@peculiar/x509/-/x509-1.14.3.tgz
55472
- Dependency Path: webpack-dev-server > selfsigned > @peculiar/x509
56123
+ Project URL: https://github.com/react-component/portal
56124
+ Package Download URL: https://registry.npmjs.org/@rc-component/portal/-/portal-2.2.1.tgz
56125
+ Dependency Path: @rc-component/picker > @rc-component/trigger > @rc-component/portal
55473
56126
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
55474
56127
 
55475
56128
  --------------------------------------------------------------------------------
@@ -61167,79 +61820,6 @@ Package Download URL: https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.t
61167
61820
  Dependency Path: webpack-cli > webpack-merge > clone-deep
61168
61821
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
61169
61822
 
61170
- --------------------------------------------------------------------------------
61171
- Package Title: clsx (2.1.1)
61172
-
61173
- Package Locator: npm+clsx$2.1.1
61174
-
61175
- Package Depth: Transitive
61176
- --------------------------------------------------------------------------------
61177
-
61178
- A tiny (239B) utility for constructing className strings conditionally.
61179
-
61180
- * Declared Licenses *
61181
- MIT
61182
- --------------------------------------------------------------------------------
61183
- File matches:
61184
- - license
61185
- - Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
61186
- - package.json
61187
- --------------------------------------------------------------------------------
61188
-
61189
- MIT License
61190
- Copyright (c) <year> <copyright holders>
61191
-
61192
- Permission is hereby granted, free of charge, to any person obtaining a copy
61193
- of this software and associated documentation files (the "Software"), to deal
61194
- in the Software without restriction, including without limitation the rights
61195
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
61196
- copies of the Software, and to permit persons to whom the Software is
61197
- furnished to do so, subject to the following conditions:
61198
-
61199
- The above copyright notice and this permission notice shall be included in all
61200
- copies or substantial portions of the Software.
61201
-
61202
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
61203
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
61204
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61205
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61206
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
61207
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
61208
- SOFTWARE.
61209
-
61210
- * License Header *
61211
- Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
61212
- Permission is hereby granted, free of charge, to any person obtaining a copy
61213
- of this software and associated documentation files (the "Software"), to deal
61214
- in the Software without restriction, including without limitation the rights
61215
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
61216
- copies of the Software, and to permit persons to whom the Software is
61217
- furnished to do so, subject to the following conditions:
61218
-
61219
- The above copyright notice and this permission notice shall be included in all
61220
- copies or substantial portions of the Software.
61221
-
61222
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
61223
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
61224
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61225
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61226
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
61227
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
61228
- SOFTWARE.
61229
-
61230
- * Copyrights *
61231
- MIT
61232
- - Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
61233
-
61234
- * Package Info *
61235
-
61236
- Authors: luke@lukeed.com
61237
- Package Manager: NPM
61238
- Project URL: https://github.com/lukeed/clsx#readme
61239
- Package Download URL: https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz
61240
- Dependency Path: @react-aria/interactions > react-aria > clsx
61241
- File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
61242
-
61243
61823
  --------------------------------------------------------------------------------
61244
61824
  Package Title: combined-stream (1.0.8)
61245
61825
 
@@ -66486,6 +67066,79 @@ Package Download URL: https://registry.npmjs.org/is-inside-container/-/is-inside
66486
67066
  Dependency Path: webpack-dev-server > open > is-inside-container > webpack-dev-server > open > wsl-utils > is-wsl > is-inside-container
66487
67067
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
66488
67068
 
67069
+ --------------------------------------------------------------------------------
67070
+ Package Title: is-mobile (5.0.0)
67071
+
67072
+ Package Locator: npm+is-mobile$5.0.0
67073
+
67074
+ Package Depth: Transitive
67075
+ --------------------------------------------------------------------------------
67076
+
67077
+ Check if mobile browser.
67078
+
67079
+ * Declared Licenses *
67080
+ MIT
67081
+ --------------------------------------------------------------------------------
67082
+ File matches:
67083
+ - package.json
67084
+ - README.md
67085
+ - Copyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt;
67086
+ --------------------------------------------------------------------------------
67087
+
67088
+ MIT License
67089
+ Copyright (c) <year> <copyright holders>
67090
+
67091
+ Permission is hereby granted, free of charge, to any person obtaining a copy
67092
+ of this software and associated documentation files (the "Software"), to deal
67093
+ in the Software without restriction, including without limitation the rights
67094
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
67095
+ copies of the Software, and to permit persons to whom the Software is
67096
+ furnished to do so, subject to the following conditions:
67097
+
67098
+ The above copyright notice and this permission notice shall be included in all
67099
+ copies or substantial portions of the Software.
67100
+
67101
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
67102
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
67103
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
67104
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
67105
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
67106
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67107
+ SOFTWARE.
67108
+
67109
+ * License Header *
67110
+ Copyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt;
67111
+ Permission is hereby granted, free of charge, to any person obtaining a copy
67112
+ of this software and associated documentation files (the "Software"), to deal
67113
+ in the Software without restriction, including without limitation the rights
67114
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
67115
+ copies of the Software, and to permit persons to whom the Software is
67116
+ furnished to do so, subject to the following conditions:
67117
+
67118
+ The above copyright notice and this permission notice shall be included in all
67119
+ copies or substantial portions of the Software.
67120
+
67121
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
67122
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
67123
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
67124
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
67125
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
67126
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67127
+ SOFTWARE.
67128
+
67129
+ * Copyrights *
67130
+ MIT
67131
+ - Copyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt;
67132
+
67133
+ * Package Info *
67134
+
67135
+ Authors: julian@juliangruber.com
67136
+ Package Manager: NPM
67137
+ Project URL: https://github.com/juliangruber/is-mobile
67138
+ Package Download URL: https://registry.npmjs.org/is-mobile/-/is-mobile-5.0.0.tgz
67139
+ Dependency Path: @rc-component/picker > @rc-component/overflow > @rc-component/resize-observer > @rc-component/util > is-mobile > @rc-component/picker > @rc-component/overflow > @rc-component/util > is-mobile > @rc-component/picker > @rc-component/resize-observer > @rc-component/util > is-mobile > @rc-component/picker > @rc-component/trigger > @rc-component/motion > @rc-component/util > is-mobile > @rc-component/picker > @rc-component/trigger > @rc-component/portal > @rc-component/util > is-mobile > @rc-component/picker > @rc-component/trigger > @rc-component/resize-observer > @rc-component/util > is-mobile > @rc-component/picker > @rc-component/trigger > @rc-component/util > is-mobile > @rc-component/picker > @rc-component/util > is-mobile
67140
+ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
67141
+
66489
67142
  --------------------------------------------------------------------------------
66490
67143
  Package Title: is-network-error (1.3.2)
66491
67144
 
@@ -73341,6 +73994,88 @@ Package Download URL: https://registry.npmjs.org/range-parser/-/range-parser-1.3
73341
73994
  Dependency Path: webpack-dev-server > webpack-dev-middleware > range-parser
73342
73995
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
73343
73996
 
73997
+ --------------------------------------------------------------------------------
73998
+ Package Title: react-is (19.2.8)
73999
+
74000
+ Package Locator: npm+react-is$19.2.8
74001
+
74002
+ Package Depth: Transitive
74003
+ --------------------------------------------------------------------------------
74004
+
74005
+ Brand checking of React Elements.
74006
+
74007
+ * Declared Licenses *
74008
+ MIT
74009
+ --------------------------------------------------------------------------------
74010
+ File matches:
74011
+ - cjs/react-is.development.js
74012
+ - Copyright (c) Meta Platforms, Inc. and affiliates.
74013
+ - cjs/react-is.production.js
74014
+ - Copyright (c) Meta Platforms, Inc. and affiliates.
74015
+ - LICENSE
74016
+ - Copyright (c) Meta Platforms, Inc. and affiliates.
74017
+ - package.json
74018
+ --------------------------------------------------------------------------------
74019
+
74020
+ MIT License
74021
+
74022
+ Copyright (c) Meta Platforms, Inc. and affiliates.
74023
+
74024
+ Permission is hereby granted, free of charge, to any person obtaining a copy
74025
+ of this software and associated documentation files (the "Software"), to deal
74026
+ in the Software without restriction, including without limitation the rights
74027
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
74028
+ copies of the Software, and to permit persons to whom the Software is
74029
+ furnished to do so, subject to the following conditions:
74030
+
74031
+ The above copyright notice and this permission notice shall be included in all
74032
+ copies or substantial portions of the Software.
74033
+
74034
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
74035
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
74036
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
74037
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
74038
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
74039
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
74040
+ SOFTWARE.
74041
+
74042
+
74043
+ * License Header *
74044
+ MIT License
74045
+
74046
+ Copyright (c) Meta Platforms, Inc. and affiliates.
74047
+
74048
+ Permission is hereby granted, free of charge, to any person obtaining a copy
74049
+ of this software and associated documentation files (the "Software"), to deal
74050
+ in the Software without restriction, including without limitation the rights
74051
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
74052
+ copies of the Software, and to permit persons to whom the Software is
74053
+ furnished to do so, subject to the following conditions:
74054
+
74055
+ The above copyright notice and this permission notice shall be included in all
74056
+ copies or substantial portions of the Software.
74057
+
74058
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
74059
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
74060
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
74061
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
74062
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
74063
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
74064
+ SOFTWARE.
74065
+
74066
+
74067
+ * Copyrights *
74068
+ MIT
74069
+ - Copyright (c) Meta Platforms, Inc. and affiliates.
74070
+
74071
+ * Package Info *
74072
+
74073
+ Authors: opensource+npm@fb.com, react-core@meta.com
74074
+ Package Manager: NPM
74075
+ Project URL: https://react.dev/
74076
+ Dependency Path: @rc-component/picker > @rc-component/overflow > @rc-component/resize-observer > @rc-component/util > react-is > @rc-component/picker > @rc-component/overflow > @rc-component/util > react-is > @rc-component/picker > @rc-component/resize-observer > @rc-component/util > react-is > @rc-component/picker > @rc-component/trigger > @rc-component/motion > @rc-component/util > react-is > @rc-component/picker > @rc-component/trigger > @rc-component/portal > @rc-component/util > react-is > @rc-component/picker > @rc-component/trigger > @rc-component/resize-observer > @rc-component/util > react-is > @rc-component/picker > @rc-component/trigger > @rc-component/util > react-is > @rc-component/picker > @rc-component/util > react-is
74077
+ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
74078
+
73344
74079
  --------------------------------------------------------------------------------
73345
74080
  Package Title: react-stately (3.48.0)
73346
74081
 
@@ -100056,9 +100791,9 @@ MIT
100056
100791
 
100057
100792
  * Package Info *
100058
100793
 
100059
- Authors: brian.woodward@gmail.com, github@sellside.com, trysound@yandex.ru
100794
+ Authors: brian.woodward@gmail.com, github@sellside.com, opensource@trysound.io
100060
100795
  Package Manager: NPM
100061
- Project URL: https://www.npmjs.com/package/isobject
100796
+ Project URL: https://github.com/jonschlinkert/isobject
100062
100797
  Package Download URL: https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz
100063
100798
  Dependency Path: webpack-cli > webpack-merge > clone-deep > is-plain-object > isobject
100064
100799
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
@@ -104997,4 +105732,4 @@ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
104997
105732
  --------------------------------------------------------------------------------
104998
105733
  --------------------------------------------------------------------------------
104999
105734
 
105000
- Report Generated by FOSSA on 2026-8-24
105735
+ Report Generated by FOSSA on 2026-8-26