@veltdev/react 4.5.0-beta.20 → 4.5.0-beta.22

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.
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const VELT_SDK_VERSION = "4.5.0-beta.20";
2
+ export declare const VELT_SDK_VERSION = "4.5.0-beta.22";
3
3
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
4
4
  export declare const VELT_TAB_ID = "veltTabId";
5
5
  export declare const INTEGRITY_MAP: Record<string, string>;
package/esm/index.js CHANGED
@@ -136,13 +136,13 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain, integ
136
136
  }
137
137
  };
138
138
 
139
- var VELT_SDK_VERSION = '4.5.0-beta.20';
139
+ var VELT_SDK_VERSION = '4.5.0-beta.22';
140
140
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
141
141
  var VELT_TAB_ID = 'veltTabId';
142
142
  // integrity map for the Velt SDK
143
143
  // Note: generate integrity hashes with: https://www.srihash.org/
144
144
  var INTEGRITY_MAP = {
145
- '4.5.0-beta.20': 'sha384-ghMG+F5O1bxdm9cyvKCzhyjJ3w9qMi306HoBPmc7Gnpq6rrbNhpFoglFQ6JxGL4V',
145
+ '4.5.0-beta.22': 'sha384-6K1VlJVkazxiRUv4/mkg8RtpNVBtkOXrvnal+fzPAc5dD0JnGLhakRy5NeRlDgi3',
146
146
  };
147
147
 
148
148
  var SnippylyProvider = function (props) {
@@ -1512,7 +1512,7 @@ var VeltWireframe = function (props) {
1512
1512
  return (React.createElement("velt-wireframe", { style: { display: 'none' } }, children));
1513
1513
  };
1514
1514
 
1515
- var validProps = ['veltIf', 'veltClass', 'className'];
1515
+ var validProps = ['veltIf', 'veltClass', 'className', 'variant'];
1516
1516
  var transformWireframeProps = function (props) {
1517
1517
  try {
1518
1518
  var transformedProps_1 = {};