@crystaldesign/diva-seller 25.11.0-beta.9 → 25.11.0-rc.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.
@@ -7296,7 +7296,6 @@ var uiSchema = function uiSchema(settings) {
7296
7296
  elements: [{
7297
7297
  key: 'BasicData',
7298
7298
  type: 'Group',
7299
- label: 'basket.checkout.form.basicData',
7300
7299
  elements: [{
7301
7300
  type: 'HorizontalLayout',
7302
7301
  elements: [{
@@ -11694,7 +11693,7 @@ function MediaTable (_ref) {
11694
11693
  style: {
11695
11694
  position: 'absolute',
11696
11695
  width: '30%',
11697
- height: 'calc(100% - 35px)'
11696
+ height: '100%'
11698
11697
  },
11699
11698
  square: true
11700
11699
  },
@@ -6,7 +6,6 @@ export declare const uiSchema: (settings: Step3UiSchemaSettings) => {
6
6
  elements: ({
7
7
  key: string;
8
8
  type: string;
9
- label: string;
10
9
  elements: ({
11
10
  type: string;
12
11
  elements: ({
@@ -110,7 +109,6 @@ export declare const uiSchema: (settings: Step3UiSchemaSettings) => {
110
109
  })[];
111
110
  })[];
112
111
  key?: undefined;
113
- label?: undefined;
114
112
  })[];
115
113
  };
116
114
  //# sourceMappingURL=step3.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"step3.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Basket/defaultSchema/step3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEjD,eAAO,MAAM,MAAM,EAAE,CAAC,QAAQ,EAAE,qBAAqB,KAAK,WA6CxD,CAAC;AAEH,eAAO,MAAM,QAAQ,aAAc,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuOtD,CAAC"}
1
+ {"version":3,"file":"step3.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Basket/defaultSchema/step3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEjD,eAAO,MAAM,MAAM,EAAE,CAAC,QAAQ,EAAE,qBAAqB,KAAK,WA6CxD,CAAC;AAEH,eAAO,MAAM,QAAQ,aAAc,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsOtD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-seller",
3
- "version": "25.11.0-beta.9",
3
+ "version": "25.11.0-rc.1",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -29,9 +29,9 @@
29
29
  "react-dom": "^18.3.1"
30
30
  },
31
31
  "dependencies": {
32
- "@crystaldesign/analytics": "25.11.0-beta.9",
33
- "@crystaldesign/products-component": "25.11.0-beta.9",
34
- "@crystaldesign/real-time-viewer": "25.11.0-beta.9",
32
+ "@crystaldesign/analytics": "25.11.0-rc.1",
33
+ "@crystaldesign/products-component": "25.11.0-rc.1",
34
+ "@crystaldesign/real-time-viewer": "25.11.0-rc.1",
35
35
  "@emotion/react": "^11.4.1",
36
36
  "@emotion/styled": "^11.3.0",
37
37
  "@mui/icons-material": "^6.1.5",
@@ -43,5 +43,5 @@
43
43
  },
44
44
  "types": "./build/types/seller/src/index.d.ts",
45
45
  "module": "build/esm/index.js",
46
- "gitHead": "14568e0852bd393a5199f9841cdeec3171734c22"
46
+ "gitHead": "d2f4d5eb18b2e572fcc72cfbcebae2c1ee2ff954"
47
47
  }