@itwin/imodel-components-react 4.2.1 → 4.3.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/CHANGELOG.md +1 -6
  2. package/lib/cjs/imodel-components-react/UiIModelComponents.js +2 -4
  3. package/lib/cjs/imodel-components-react/UiIModelComponents.js.map +1 -1
  4. package/lib/cjs/imodel-components-react/color/ColorPickerButton.js +1 -1
  5. package/lib/cjs/imodel-components-react/color/ColorPickerButton.js.map +1 -1
  6. package/lib/cjs/imodel-components-react/color/ColorPickerButton.scss +3 -3
  7. package/lib/cjs/imodel-components-react/color/ColorPickerPopup.scss +3 -3
  8. package/lib/cjs/imodel-components-react/color/Swatch.scss +3 -3
  9. package/lib/cjs/imodel-components-react/editors/ColorEditor.scss +3 -3
  10. package/lib/cjs/imodel-components-react/editors/WeightEditor.scss +3 -3
  11. package/lib/cjs/imodel-components-react/inputs/QuantityNumberInput.js +1 -1
  12. package/lib/cjs/imodel-components-react/inputs/QuantityNumberInput.js.map +1 -1
  13. package/lib/cjs/imodel-components-react/inputs/QuantityNumberInput.scss +3 -3
  14. package/lib/cjs/imodel-components-react/lineweight/Swatch.scss +3 -3
  15. package/lib/cjs/imodel-components-react/lineweight/WeightPickerButton.scss +3 -3
  16. package/lib/cjs/imodel-components-react/navigationaids/Cube.scss +3 -3
  17. package/lib/cjs/imodel-components-react/navigationaids/CubeNavigationAid.js +5 -10
  18. package/lib/cjs/imodel-components-react/navigationaids/CubeNavigationAid.js.map +1 -1
  19. package/lib/cjs/imodel-components-react/navigationaids/CubeNavigationAid.scss +3 -3
  20. package/lib/cjs/imodel-components-react/navigationaids/DrawingNavigationAid.scss +3 -3
  21. package/lib/cjs/imodel-components-react/quantityformat/FormatPanel.js +1 -1
  22. package/lib/cjs/imodel-components-react/quantityformat/FormatPanel.js.map +1 -1
  23. package/lib/cjs/imodel-components-react/quantityformat/FormatPanel.scss +3 -3
  24. package/lib/cjs/imodel-components-react/quantityformat/FormatPrecision.js +1 -2
  25. package/lib/cjs/imodel-components-react/quantityformat/FormatPrecision.js.map +1 -1
  26. package/lib/cjs/imodel-components-react/quantityformat/FormatSample.js +2 -2
  27. package/lib/cjs/imodel-components-react/quantityformat/FormatSample.js.map +1 -1
  28. package/lib/cjs/imodel-components-react/quantityformat/FormatType.js +3 -2
  29. package/lib/cjs/imodel-components-react/quantityformat/FormatType.js.map +1 -1
  30. package/lib/cjs/imodel-components-react/quantityformat/FormatUnitLabel.js +1 -2
  31. package/lib/cjs/imodel-components-react/quantityformat/FormatUnitLabel.js.map +1 -1
  32. package/lib/cjs/imodel-components-react/quantityformat/FormatUnits.js +6 -10
  33. package/lib/cjs/imodel-components-react/quantityformat/FormatUnits.js.map +1 -1
  34. package/lib/cjs/imodel-components-react/quantityformat/MiscFormatOptions.js +3 -7
  35. package/lib/cjs/imodel-components-react/quantityformat/MiscFormatOptions.js.map +1 -1
  36. package/lib/cjs/imodel-components-react/quantityformat/misc/ThousandsSeparator.js +1 -2
  37. package/lib/cjs/imodel-components-react/quantityformat/misc/ThousandsSeparator.js.map +1 -1
  38. package/lib/cjs/imodel-components-react/timeline/PlayerButton.scss +3 -3
  39. package/lib/cjs/imodel-components-react/timeline/Scrubber.scss +3 -3
  40. package/lib/cjs/imodel-components-react/timeline/SolarTimeline.scss +3 -3
  41. package/lib/cjs/imodel-components-react/viewport/ViewportComponent.js +7 -9
  42. package/lib/cjs/imodel-components-react/viewport/ViewportComponent.js.map +1 -1
  43. package/lib/esm/imodel-components-react/UiIModelComponents.js +2 -4
  44. package/lib/esm/imodel-components-react/UiIModelComponents.js.map +1 -1
  45. package/lib/esm/imodel-components-react/color/ColorPickerButton.js +1 -1
  46. package/lib/esm/imodel-components-react/color/ColorPickerButton.js.map +1 -1
  47. package/lib/esm/imodel-components-react/color/ColorPickerButton.scss +3 -3
  48. package/lib/esm/imodel-components-react/color/ColorPickerPopup.scss +3 -3
  49. package/lib/esm/imodel-components-react/color/Swatch.scss +3 -3
  50. package/lib/esm/imodel-components-react/editors/ColorEditor.scss +3 -3
  51. package/lib/esm/imodel-components-react/editors/WeightEditor.scss +3 -3
  52. package/lib/esm/imodel-components-react/inputs/QuantityNumberInput.js +1 -1
  53. package/lib/esm/imodel-components-react/inputs/QuantityNumberInput.js.map +1 -1
  54. package/lib/esm/imodel-components-react/inputs/QuantityNumberInput.scss +3 -3
  55. package/lib/esm/imodel-components-react/lineweight/Swatch.scss +3 -3
  56. package/lib/esm/imodel-components-react/lineweight/WeightPickerButton.scss +3 -3
  57. package/lib/esm/imodel-components-react/navigationaids/Cube.scss +3 -3
  58. package/lib/esm/imodel-components-react/navigationaids/CubeNavigationAid.js +5 -10
  59. package/lib/esm/imodel-components-react/navigationaids/CubeNavigationAid.js.map +1 -1
  60. package/lib/esm/imodel-components-react/navigationaids/CubeNavigationAid.scss +3 -3
  61. package/lib/esm/imodel-components-react/navigationaids/DrawingNavigationAid.scss +3 -3
  62. package/lib/esm/imodel-components-react/quantityformat/FormatPanel.js +1 -1
  63. package/lib/esm/imodel-components-react/quantityformat/FormatPanel.js.map +1 -1
  64. package/lib/esm/imodel-components-react/quantityformat/FormatPanel.scss +3 -3
  65. package/lib/esm/imodel-components-react/quantityformat/FormatPrecision.js +1 -2
  66. package/lib/esm/imodel-components-react/quantityformat/FormatPrecision.js.map +1 -1
  67. package/lib/esm/imodel-components-react/quantityformat/FormatSample.js +2 -2
  68. package/lib/esm/imodel-components-react/quantityformat/FormatSample.js.map +1 -1
  69. package/lib/esm/imodel-components-react/quantityformat/FormatType.js +3 -2
  70. package/lib/esm/imodel-components-react/quantityformat/FormatType.js.map +1 -1
  71. package/lib/esm/imodel-components-react/quantityformat/FormatUnitLabel.js +1 -2
  72. package/lib/esm/imodel-components-react/quantityformat/FormatUnitLabel.js.map +1 -1
  73. package/lib/esm/imodel-components-react/quantityformat/FormatUnits.js +6 -10
  74. package/lib/esm/imodel-components-react/quantityformat/FormatUnits.js.map +1 -1
  75. package/lib/esm/imodel-components-react/quantityformat/MiscFormatOptions.js +3 -7
  76. package/lib/esm/imodel-components-react/quantityformat/MiscFormatOptions.js.map +1 -1
  77. package/lib/esm/imodel-components-react/quantityformat/misc/ThousandsSeparator.js +1 -2
  78. package/lib/esm/imodel-components-react/quantityformat/misc/ThousandsSeparator.js.map +1 -1
  79. package/lib/esm/imodel-components-react/timeline/PlayerButton.scss +3 -3
  80. package/lib/esm/imodel-components-react/timeline/Scrubber.scss +3 -3
  81. package/lib/esm/imodel-components-react/timeline/SolarTimeline.scss +3 -3
  82. package/lib/esm/imodel-components-react/viewport/ViewportComponent.js +7 -9
  83. package/lib/esm/imodel-components-react/viewport/ViewportComponent.js.map +1 -1
  84. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-components-react",
3
- "version": "4.2.1",
3
+ "version": "4.3.0-dev.1",
4
4
  "description": "iTwin.js UI IModel Components",
5
5
  "main": "lib/cjs/imodel-components-react.js",
6
6
  "module": "lib/esm/imodel-components-react.js",
@@ -23,13 +23,13 @@
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@itwin/appui-abstract": "^3.7.0 || ^4.0.0",
26
- "@itwin/components-react": "^4.2.1",
26
+ "@itwin/components-react": "^4.3.0-dev.1",
27
27
  "@itwin/core-bentley": "^3.7.0 || ^4.0.0",
28
28
  "@itwin/core-common": "^3.7.0 || ^4.0.0",
29
29
  "@itwin/core-frontend": "^3.7.0 || ^4.0.0",
30
30
  "@itwin/core-geometry": "^3.7.0 || ^4.0.0",
31
31
  "@itwin/core-quantity": "^3.7.0 || ^4.0.0",
32
- "@itwin/core-react": "^4.2.1",
32
+ "@itwin/core-react": "^4.3.0-dev.1",
33
33
  "react": "^17.0.0 || ^18.0.0",
34
34
  "react-dom": "^17.0.0 || ^18.0.0"
35
35
  },
@@ -40,14 +40,14 @@
40
40
  "devDependencies": {
41
41
  "@itwin/appui-abstract": "^3.7.0",
42
42
  "@itwin/build-tools": "^3.7.0",
43
- "@itwin/components-react": "4.2.1",
43
+ "@itwin/components-react": "4.3.0-dev.1",
44
44
  "@itwin/core-bentley": "^3.7.0",
45
45
  "@itwin/core-common": "^3.7.0",
46
46
  "@itwin/core-frontend": "^3.7.0",
47
47
  "@itwin/core-geometry": "^3.7.0",
48
48
  "@itwin/core-orbitgt": "^3.7.0",
49
49
  "@itwin/core-quantity": "^3.7.0",
50
- "@itwin/core-react": "4.2.1",
50
+ "@itwin/core-react": "4.3.0-dev.1",
51
51
  "@itwin/eslint-plugin": "^3.7.0",
52
52
  "@itwin/webgl-compatibility": "^3.7.0",
53
53
  "@testing-library/dom": "^8.11.2",
@@ -62,7 +62,7 @@
62
62
  "@types/node": "18.11.5",
63
63
  "@types/react": "^17.0.37",
64
64
  "@types/react-dom": "^17.0.0",
65
- "@types/sinon": "^9.0.0",
65
+ "@types/sinon": "^10.0.15",
66
66
  "@types/sinon-chai": "^3.2.0",
67
67
  "chai": "^4.1.2",
68
68
  "chai-as-promised": "^7",
@@ -81,7 +81,7 @@
81
81
  "react-dom": "^17.0.0",
82
82
  "react-test-renderer": "^17.0.0",
83
83
  "rimraf": "^3.0.2",
84
- "sinon": "^9.0.2",
84
+ "sinon": "^15.2.0",
85
85
  "sinon-chai": "^3.2.0",
86
86
  "ts-node": "^10.8.2",
87
87
  "typemoq": "^2.1.0",