@lightdash/sdk 0.2934.0 → 0.2934.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.
package/dist/sdk.cjs.js CHANGED
@@ -298754,7 +298754,7 @@ const getDefaultHeaders = () => {
298754
298754
  const headers = {
298755
298755
  "Content-Type": "application/json",
298756
298756
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298757
- [LightdashVersionHeader]: "0.2934.0"
298757
+ [LightdashVersionHeader]: "0.2934.1"
298758
298758
  };
298759
298759
  if (sdkVersion) {
298760
298760
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -569342,7 +569342,7 @@ function rehypeSanitize(options) {
569342
569342
  }
569343
569343
  }
569344
569344
 
569345
- var css_248z$22 = ".RichTextCell-module_richTextCell__LYwZi{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.RichTextCell-module_richTextCell__LYwZi .wmde-markdown{background-color:transparent!important;color:inherit!important;font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;padding:0!important}.RichTextCell-module_richTextCell__LYwZi .wmde-markdown p{margin:0!important;padding:0!important}.RichTextCell-module_richTextCell__LYwZi .wmde-markdown img{display:block;height:auto;max-width:100%}";
569345
+ var css_248z$22 = ".RichTextCell-module_richTextCell__LYwZi{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.RichTextCell-module_richTextCell__LYwZi .wmde-markdown{background-color:transparent!important;color:inherit!important;font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;padding:0!important}.RichTextCell-module_richTextCell__LYwZi .wmde-markdown p{margin:0!important;padding:0!important}.RichTextCell-module_richTextCell__LYwZi .wmde-markdown img{display:block;height:auto;max-width:100%}";
569346
569346
  var styles$w = {"richTextCell":"RichTextCell-module_richTextCell__LYwZi"};
569347
569347
  styleInject(css_248z$22);
569348
569348
 
@@ -876165,7 +876165,7 @@ const persistInstanceUrl = (instanceUrl) => {
876165
876165
  {
876166
876166
  setToInMemoryStorage(
876167
876167
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876168
- "0.2934.0"
876168
+ "0.2934.1"
876169
876169
  );
876170
876170
  }
876171
876171
  };
package/dist/sdk.es.js CHANGED
@@ -298732,7 +298732,7 @@ const getDefaultHeaders = () => {
298732
298732
  const headers = {
298733
298733
  "Content-Type": "application/json",
298734
298734
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298735
- [LightdashVersionHeader]: "0.2934.0"
298735
+ [LightdashVersionHeader]: "0.2934.1"
298736
298736
  };
298737
298737
  if (sdkVersion) {
298738
298738
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -569320,7 +569320,7 @@ function rehypeSanitize(options) {
569320
569320
  }
569321
569321
  }
569322
569322
 
569323
- var css_248z$22 = ".RichTextCell-module_richTextCell__LYwZi{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.RichTextCell-module_richTextCell__LYwZi .wmde-markdown{background-color:transparent!important;color:inherit!important;font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;padding:0!important}.RichTextCell-module_richTextCell__LYwZi .wmde-markdown p{margin:0!important;padding:0!important}.RichTextCell-module_richTextCell__LYwZi .wmde-markdown img{display:block;height:auto;max-width:100%}";
569323
+ var css_248z$22 = ".RichTextCell-module_richTextCell__LYwZi{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.RichTextCell-module_richTextCell__LYwZi .wmde-markdown{background-color:transparent!important;color:inherit!important;font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;padding:0!important}.RichTextCell-module_richTextCell__LYwZi .wmde-markdown p{margin:0!important;padding:0!important}.RichTextCell-module_richTextCell__LYwZi .wmde-markdown img{display:block;height:auto;max-width:100%}";
569324
569324
  var styles$w = {"richTextCell":"RichTextCell-module_richTextCell__LYwZi"};
569325
569325
  styleInject(css_248z$22);
569326
569326
 
@@ -876143,7 +876143,7 @@ const persistInstanceUrl = (instanceUrl) => {
876143
876143
  {
876144
876144
  setToInMemoryStorage(
876145
876145
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876146
- "0.2934.0"
876146
+ "0.2934.1"
876147
876147
  );
876148
876148
  }
876149
876149
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2934.0",
3
+ "version": "0.2934.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",