@odla-ai/chapter 0.21.0 → 0.22.0

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/index.d.cts CHANGED
@@ -72,8 +72,22 @@ interface ChapterBrandTokens {
72
72
  danger?: string;
73
73
  chart1?: string;
74
74
  chart2?: string;
75
+ chart3?: string;
76
+ chart4?: string;
77
+ chart5?: string;
78
+ chart6?: string;
75
79
  chartPositive?: string;
76
80
  chartNegative?: string;
81
+ /** Admin/application content width, e.g. `"960px"`. */
82
+ contentWidth?: string;
83
+ panelRadius?: string;
84
+ panelShadow?: string;
85
+ masterDetailColumns?: string;
86
+ masterDetailMinHeight?: string;
87
+ /** Chapter-admin page padding shorthand. */
88
+ pagePadding?: string;
89
+ /** Chapter-admin workspace-tab padding shorthand. */
90
+ workspacePadding?: string;
77
91
  }
78
92
  /** Brand tokens that theme the site: theme, semantic roles, fonts, and logos. */
79
93
  interface ChapterBrand {
package/dist/index.d.ts CHANGED
@@ -72,8 +72,22 @@ interface ChapterBrandTokens {
72
72
  danger?: string;
73
73
  chart1?: string;
74
74
  chart2?: string;
75
+ chart3?: string;
76
+ chart4?: string;
77
+ chart5?: string;
78
+ chart6?: string;
75
79
  chartPositive?: string;
76
80
  chartNegative?: string;
81
+ /** Admin/application content width, e.g. `"960px"`. */
82
+ contentWidth?: string;
83
+ panelRadius?: string;
84
+ panelShadow?: string;
85
+ masterDetailColumns?: string;
86
+ masterDetailMinHeight?: string;
87
+ /** Chapter-admin page padding shorthand. */
88
+ pagePadding?: string;
89
+ /** Chapter-admin workspace-tab padding shorthand. */
90
+ workspacePadding?: string;
77
91
  }
78
92
  /** Brand tokens that theme the site: theme, semantic roles, fonts, and logos. */
79
93
  interface ChapterBrand {
package/dist/index.js CHANGED
@@ -1410,8 +1410,19 @@ var TOKEN_VARS = {
1410
1410
  danger: "--ui-danger",
1411
1411
  chart1: "--ui-chart-1",
1412
1412
  chart2: "--ui-chart-2",
1413
+ chart3: "--ui-chart-3",
1414
+ chart4: "--ui-chart-4",
1415
+ chart5: "--ui-chart-5",
1416
+ chart6: "--ui-chart-6",
1413
1417
  chartPositive: "--ui-chart-pos",
1414
- chartNegative: "--ui-chart-neg"
1418
+ chartNegative: "--ui-chart-neg",
1419
+ contentWidth: "--ui-content-width",
1420
+ panelRadius: "--ui-radius-lg",
1421
+ panelShadow: "--ui-shadow",
1422
+ masterDetailColumns: "--ui-master-detail-columns",
1423
+ masterDetailMinHeight: "--ui-master-detail-min-height",
1424
+ pagePadding: "--chapter-admin-page-padding",
1425
+ workspacePadding: "--chapter-admin-workspace-padding"
1415
1426
  };
1416
1427
  function semanticDecls(tokens) {
1417
1428
  return Object.entries(tokens ?? {}).flatMap(