@gooddata/sdk-ui-pivot 10.25.0-alpha.46 → 10.25.0-alpha.48

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-pivot",
3
- "version": "10.25.0-alpha.46",
3
+ "version": "10.25.0-alpha.48",
4
4
  "description": "GoodData.UI SDK - Pivot Table",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,12 +41,12 @@
41
41
  "ts-invariant": "^0.7.5",
42
42
  "tslib": "^2.5.0",
43
43
  "uuid": "^8.3.2",
44
- "@gooddata/sdk-backend-spi": "10.25.0-alpha.46",
45
- "@gooddata/sdk-model": "10.25.0-alpha.46",
46
- "@gooddata/sdk-ui-theme-provider": "10.25.0-alpha.46",
47
- "@gooddata/sdk-ui": "10.25.0-alpha.46",
48
- "@gooddata/sdk-ui-kit": "10.25.0-alpha.46",
49
- "@gooddata/sdk-ui-vis-commons": "10.25.0-alpha.46"
44
+ "@gooddata/sdk-backend-spi": "10.25.0-alpha.48",
45
+ "@gooddata/sdk-ui-kit": "10.25.0-alpha.48",
46
+ "@gooddata/sdk-ui-theme-provider": "10.25.0-alpha.48",
47
+ "@gooddata/sdk-model": "10.25.0-alpha.48",
48
+ "@gooddata/sdk-ui": "10.25.0-alpha.48",
49
+ "@gooddata/sdk-ui-vis-commons": "10.25.0-alpha.48"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -93,8 +93,8 @@
93
93
  "typescript": "5.3.3",
94
94
  "vitest": "3.0.8",
95
95
  "vitest-dom": "0.1.1",
96
- "@gooddata/sdk-backend-mockingbird": "10.25.0-alpha.46",
97
- "@gooddata/reference-workspace": "10.25.0-alpha.46"
96
+ "@gooddata/reference-workspace": "10.25.0-alpha.48",
97
+ "@gooddata/sdk-backend-mockingbird": "10.25.0-alpha.48"
98
98
  },
99
99
  "scripts": {
100
100
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
@@ -1272,7 +1272,7 @@
1272
1272
  padding: 15px;
1273
1273
  color: var(--gd-palette-complementary-6, #94a1ad);
1274
1274
  font-size: 14px;
1275
- font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
1275
+ font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
1276
1276
  text-align: center;
1277
1277
  }
1278
1278
 
@@ -1291,7 +1291,7 @@
1291
1291
  font-size: 12px;
1292
1292
  padding-top: 5px;
1293
1293
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
1294
- font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
1294
+ font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
1295
1295
  }
1296
1296
  .gd-list-status-bar span {
1297
1297
  flex: 0 0 auto;
@@ -1317,7 +1317,7 @@
1317
1317
  }
1318
1318
 
1319
1319
  .gd-list-actions {
1320
- font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
1320
+ font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
1321
1321
  margin: 0 10px 10px;
1322
1322
  line-height: 1;
1323
1323
  font-size: 12px;
@@ -1372,7 +1372,7 @@
1372
1372
  padding: 0 10px;
1373
1373
  color: var(--gd-palette-complementary-8, #464e56);
1374
1374
  cursor: pointer;
1375
- font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
1375
+ font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
1376
1376
  font-size: 12px;
1377
1377
  text-decoration: none;
1378
1378
  overflow: hidden;
@@ -7650,7 +7650,7 @@
7650
7650
  --ag-disabled-foreground-color: transparent;
7651
7651
  --ag-chip-background-color: transparent;
7652
7652
  --ag-font-size: 12px;
7653
- --ag-font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
7653
+ --ag-font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
7654
7654
  --ag-background-color: var(--gd-table-backgroundColor, var(--gd-palette-complementary-0, #fff));
7655
7655
  --ag-modal-overlay-background-color: var(--gd-table-backgroundColor, var(--gd-palette-complementary-0, #fff));
7656
7656
  --ag-odd-row-background-color: transparent;
@@ -5964,7 +5964,7 @@
5964
5964
  --ag-disabled-foreground-color: transparent;
5965
5965
  --ag-chip-background-color: transparent;
5966
5966
  --ag-font-size: 12px;
5967
- --ag-font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
5967
+ --ag-font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
5968
5968
  --ag-background-color: var(--gd-table-backgroundColor, var(--gd-palette-complementary-0, #fff));
5969
5969
  --ag-modal-overlay-background-color: var(--gd-table-backgroundColor, var(--gd-palette-complementary-0, #fff));
5970
5970
  --ag-odd-row-background-color: transparent;