@veltdev/react 4.5.4-beta.3 → 4.5.4-beta.4

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 (16) hide show
  1. package/cjs/index.js +7 -7
  2. package/cjs/index.js.map +1 -1
  3. package/cjs/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionFilterDropdownWireframe/VeltInlineCommentsSectionFilterDropdownTriggerWireframe/VeltInlineCommentsSectionFilterDropdownTriggerArrowWireframe/VeltInlineCommentsSectionFilterDropdownTriggerArrowWireframe.d.ts +8 -0
  4. package/cjs/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionFilterDropdownWireframe/VeltInlineCommentsSectionFilterDropdownTriggerWireframe/{VeltInlineCommentsSectionFilterDropdownTriggerIconWireframe → VeltInlineCommentsSectionFilterDropdownTriggerArrowWireframe}/index.d.ts +1 -1
  5. package/cjs/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionFilterDropdownWireframe/VeltInlineCommentsSectionFilterDropdownTriggerWireframe/VeltInlineCommentsSectionFilterDropdownTriggerWireframe.d.ts +2 -2
  6. package/cjs/types/constants.d.ts +1 -1
  7. package/esm/index.js +7 -7
  8. package/esm/index.js.map +1 -1
  9. package/esm/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionFilterDropdownWireframe/VeltInlineCommentsSectionFilterDropdownTriggerWireframe/VeltInlineCommentsSectionFilterDropdownTriggerArrowWireframe/VeltInlineCommentsSectionFilterDropdownTriggerArrowWireframe.d.ts +8 -0
  10. package/esm/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionFilterDropdownWireframe/VeltInlineCommentsSectionFilterDropdownTriggerWireframe/{VeltInlineCommentsSectionFilterDropdownTriggerIconWireframe → VeltInlineCommentsSectionFilterDropdownTriggerArrowWireframe}/index.d.ts +1 -1
  11. package/esm/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionFilterDropdownWireframe/VeltInlineCommentsSectionFilterDropdownTriggerWireframe/VeltInlineCommentsSectionFilterDropdownTriggerWireframe.d.ts +2 -2
  12. package/esm/types/constants.d.ts +1 -1
  13. package/index.d.ts +5 -5
  14. package/package.json +1 -1
  15. package/cjs/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionFilterDropdownWireframe/VeltInlineCommentsSectionFilterDropdownTriggerWireframe/VeltInlineCommentsSectionFilterDropdownTriggerIconWireframe/VeltInlineCommentsSectionFilterDropdownTriggerIconWireframe.d.ts +0 -8
  16. package/esm/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionFilterDropdownWireframe/VeltInlineCommentsSectionFilterDropdownTriggerWireframe/VeltInlineCommentsSectionFilterDropdownTriggerIconWireframe/VeltInlineCommentsSectionFilterDropdownTriggerIconWireframe.d.ts +0 -8
package/cjs/index.js CHANGED
@@ -145,13 +145,13 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain, integ
145
145
  }
146
146
  };
147
147
 
148
- var VELT_SDK_VERSION = '4.5.4-beta.3';
148
+ var VELT_SDK_VERSION = '4.5.4-beta.4';
149
149
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
150
150
  var VELT_TAB_ID = 'veltTabId';
151
151
  // integrity map for the Velt SDK
152
152
  // Note: generate integrity hashes with: https://www.srihash.org/
153
153
  var INTEGRITY_MAP = {
154
- '4.5.4-beta.3': 'sha384-6uYtswxkQD8VhvHH6NyJaXVpk2qrxkImxFf7yiQWsGGmyk6ZZD0IV9vS0xRojTJ1',
154
+ '4.5.4-beta.4': 'sha384-S4WqTJcVfB+e2m46OQOuF1en89POuz0aWtMEfrUiFFNW3X4JyalevEiI23xYEaQD',
155
155
  };
156
156
 
157
157
  var SnippylyProvider = function (props) {
@@ -3699,16 +3699,16 @@ var VeltInlineCommentsSectionFilterDropdownContentWireframe = function (props) {
3699
3699
  VeltInlineCommentsSectionFilterDropdownContentWireframe.List = VeltInlineCommentsSectionFilterDropdownContentListWireframe;
3700
3700
  VeltInlineCommentsSectionFilterDropdownContentWireframe.ApplyButton = VeltInlineCommentsSectionFilterDropdownContentApplyButtonWireframe;
3701
3701
 
3702
- var VeltInlineCommentsSectionFilterDropdownTriggerIconWireframe = function (props) {
3702
+ var VeltInlineCommentsSectionFilterDropdownTriggerNameWireframe = function (props) {
3703
3703
  var children = props.children, remainingProps = __rest(props, ["children"]);
3704
3704
  var transformedProps = transformWireframeProps(remainingProps);
3705
- return (React__default["default"].createElement("velt-inline-comments-section-filter-dropdown-trigger-icon-wireframe", __assign({}, transformedProps), children));
3705
+ return (React__default["default"].createElement("velt-inline-comments-section-filter-dropdown-trigger-name-wireframe", __assign({}, transformedProps), children));
3706
3706
  };
3707
3707
 
3708
- var VeltInlineCommentsSectionFilterDropdownTriggerNameWireframe = function (props) {
3708
+ var VeltInlineCommentsSectionFilterDropdownTriggerArrowWireframe = function (props) {
3709
3709
  var children = props.children, remainingProps = __rest(props, ["children"]);
3710
3710
  var transformedProps = transformWireframeProps(remainingProps);
3711
- return (React__default["default"].createElement("velt-inline-comments-section-filter-dropdown-trigger-name-wireframe", __assign({}, transformedProps), children));
3711
+ return (React__default["default"].createElement("velt-inline-comments-section-filter-dropdown-trigger-arrow-wireframe", __assign({}, transformedProps), children));
3712
3712
  };
3713
3713
 
3714
3714
  var VeltInlineCommentsSectionFilterDropdownTriggerWireframe = function (props) {
@@ -3716,7 +3716,7 @@ var VeltInlineCommentsSectionFilterDropdownTriggerWireframe = function (props) {
3716
3716
  var transformedProps = transformWireframeProps(remainingProps);
3717
3717
  return (React__default["default"].createElement("velt-inline-comments-section-filter-dropdown-trigger-wireframe", __assign({}, transformedProps), children));
3718
3718
  };
3719
- VeltInlineCommentsSectionFilterDropdownTriggerWireframe.Icon = VeltInlineCommentsSectionFilterDropdownTriggerIconWireframe;
3719
+ VeltInlineCommentsSectionFilterDropdownTriggerWireframe.Arrow = VeltInlineCommentsSectionFilterDropdownTriggerArrowWireframe;
3720
3720
  VeltInlineCommentsSectionFilterDropdownTriggerWireframe.Name = VeltInlineCommentsSectionFilterDropdownTriggerNameWireframe;
3721
3721
 
3722
3722
  var VeltInlineCommentsSectionFilterDropdownWireframe = function (props) {