@gooddata/sdk-ui-semantic-search 10.24.0-alpha.40 → 10.24.0-alpha.42

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,6 +1,6 @@
1
1
  {
2
- "semantic-search.error.title": "Our search service is temporarily out of order.",
3
- "semantic-search.error.text": "We're working to sort out the problem.",
2
+ "semantic-search.error.title": "Our search service is temporarily down.",
3
+ "semantic-search.error.text": "We are working to resolve the issue.",
4
4
  "semantic-search.no-results": "No results found for “{query}”.",
5
5
  "semantic-search.placeholder": "Search dashboards or visualisation…",
6
6
  "semantic-search.id": "ID",
@@ -1,8 +1,8 @@
1
1
  // (C) 2021 GoodData Corporation
2
2
  // DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
3
3
  export const en_AU = {
4
- "semantic-search.error.title": "Our search service is temporarily out of order.",
5
- "semantic-search.error.text": "We're working to sort out the problem.",
4
+ "semantic-search.error.title": "Our search service is temporarily down.",
5
+ "semantic-search.error.text": "We are working to resolve the issue.",
6
6
  "semantic-search.no-results": "No results found for “{query}”.",
7
7
  "semantic-search.placeholder": "Search dashboards or visualisation…",
8
8
  "semantic-search.id": "ID",
@@ -1 +1 @@
1
- {"version":3,"file":"en-AU.localization-bundle.js","sourceRoot":"","sources":["../../../src/localization/bundles/en-AU.localization-bundle.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,6DAA6D;AAC7D,MAAM,CAAC,MAAM,KAAK,GAAG;IACjB,6BAA6B,EAAE,iDAAiD;IAChF,4BAA4B,EAAE,wCAAwC;IACtE,4BAA4B,EAAE,iCAAiC;IAC/D,6BAA6B,EAAE,qCAAqC;IACpE,oBAAoB,EAAE,IAAI;IAC1B,sBAAsB,EAAE,MAAM;IAC9B,uBAAuB,EAAE,gBAAgB;IACzC,iCAAiC,EAAE,iBAAiB;IACpD,yBAAyB,EAAE,IAAI;IAC/B,eAAe,EAAE,OAAO;IACxB,mBAAmB,EAAE,WAAW;IAChC,uBAAuB,EAAE,oCAAoC;CAChE,CAAC"}
1
+ {"version":3,"file":"en-AU.localization-bundle.js","sourceRoot":"","sources":["../../../src/localization/bundles/en-AU.localization-bundle.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,6DAA6D;AAC7D,MAAM,CAAC,MAAM,KAAK,GAAG;IACjB,6BAA6B,EAAE,yCAAyC;IACxE,4BAA4B,EAAE,sCAAsC;IACpE,4BAA4B,EAAE,iCAAiC;IAC/D,6BAA6B,EAAE,qCAAqC;IACpE,oBAAoB,EAAE,IAAI;IAC1B,sBAAsB,EAAE,MAAM;IAC9B,uBAAuB,EAAE,gBAAgB;IACzC,iCAAiC,EAAE,iBAAiB;IACpD,yBAAyB,EAAE,IAAI;IAC/B,eAAe,EAAE,OAAO;IACxB,mBAAmB,EAAE,WAAW;IAChC,uBAAuB,EAAE,oCAAoC;CAChE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-semantic-search",
3
- "version": "10.24.0-alpha.40",
3
+ "version": "10.24.0-alpha.42",
4
4
  "description": "GoodData SDK TypeScript & React skeleton",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,12 +38,12 @@
38
38
  "react-intl": "^6.4.1",
39
39
  "tslib": "^2.5.0",
40
40
  "classnames": "^2.3.1",
41
- "@gooddata/sdk-model": "10.24.0-alpha.40",
42
- "@gooddata/sdk-ui": "10.24.0-alpha.40",
43
- "@gooddata/sdk-ui-kit": "10.24.0-alpha.40",
44
- "@gooddata/sdk-backend-spi": "10.24.0-alpha.40",
45
- "@gooddata/sdk-ui-theme-provider": "10.24.0-alpha.40",
46
- "@gooddata/util": "10.24.0-alpha.40"
41
+ "@gooddata/sdk-model": "10.24.0-alpha.42",
42
+ "@gooddata/sdk-ui": "10.24.0-alpha.42",
43
+ "@gooddata/sdk-ui-kit": "10.24.0-alpha.42",
44
+ "@gooddata/sdk-ui-theme-provider": "10.24.0-alpha.42",
45
+ "@gooddata/sdk-backend-spi": "10.24.0-alpha.42",
46
+ "@gooddata/util": "10.24.0-alpha.42"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -85,8 +85,8 @@
85
85
  "stylelint": "^13.8.0",
86
86
  "stylelint-checkstyle-formatter": "^0.1.2",
87
87
  "stylelint-config-prettier": "^8.0.2",
88
- "@gooddata/i18n-toolkit": "10.24.0-alpha.40",
89
- "@gooddata/sdk-backend-mockingbird": "10.24.0-alpha.40"
88
+ "@gooddata/i18n-toolkit": "10.24.0-alpha.42",
89
+ "@gooddata/sdk-backend-mockingbird": "10.24.0-alpha.42"
90
90
  },
91
91
  "scripts": {
92
92
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",