@likec4/styles 1.45.0 → 1.46.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/preset.d.mts CHANGED
@@ -7,6 +7,10 @@ declare const compoundNode: _pandacss_types.RecipeConfig<_pandacss_types.RecipeV
7
7
 
8
8
  declare const edgeActionBtn: _pandacss_types.RecipeConfig<_pandacss_types.RecipeVariantRecord>;
9
9
 
10
+ declare const edgeLabel: _pandacss_types.RecipeConfig<_pandacss_types.RecipeVariantRecord>;
11
+
12
+ declare const edgePath: _pandacss_types.SlotRecipeConfig;
13
+
10
14
  declare const elementNodeData: _pandacss_types.RecipeConfig<_pandacss_types.RecipeVariantRecord>;
11
15
 
12
16
  declare const elementShapeRecipe: _pandacss_types.RecipeConfig<_pandacss_types.RecipeVariantRecord>;
@@ -22,6 +26,8 @@ declare const overlay: _pandacss_types.RecipeConfig<_pandacss_types.RecipeVarian
22
26
  declare const recipes_actionBtn: typeof actionBtn;
23
27
  declare const recipes_compoundNode: typeof compoundNode;
24
28
  declare const recipes_edgeActionBtn: typeof edgeActionBtn;
29
+ declare const recipes_edgeLabel: typeof edgeLabel;
30
+ declare const recipes_edgePath: typeof edgePath;
25
31
  declare const recipes_elementNodeData: typeof elementNodeData;
26
32
  declare const recipes_elementShapeRecipe: typeof elementShapeRecipe;
27
33
  declare const recipes_likec4tag: typeof likec4tag;
@@ -29,17 +35,14 @@ declare const recipes_markdownBlock: typeof markdownBlock;
29
35
  declare const recipes_navigationPanelActionIcon: typeof navigationPanelActionIcon;
30
36
  declare const recipes_overlay: typeof overlay;
31
37
  declare namespace recipes {
32
- export { recipes_actionBtn as actionBtn, recipes_compoundNode as compoundNode, recipes_edgeActionBtn as edgeActionBtn, recipes_elementNodeData as elementNodeData, recipes_elementShapeRecipe as elementShapeRecipe, recipes_likec4tag as likec4tag, recipes_markdownBlock as markdownBlock, recipes_navigationPanelActionIcon as navigationPanelActionIcon, recipes_overlay as overlay };
38
+ export { recipes_actionBtn as actionBtn, recipes_compoundNode as compoundNode, recipes_edgeActionBtn as edgeActionBtn, recipes_edgeLabel as edgeLabel, recipes_edgePath as edgePath, recipes_elementNodeData as elementNodeData, recipes_elementShapeRecipe as elementShapeRecipe, recipes_likec4tag as likec4tag, recipes_markdownBlock as markdownBlock, recipes_navigationPanelActionIcon as navigationPanelActionIcon, recipes_overlay as overlay };
33
39
  }
34
40
 
35
- declare const edgeLabel: _pandacss_types.SlotRecipeConfig;
36
-
37
41
  declare const navigationLink: _pandacss_types.SlotRecipeConfig;
38
42
 
39
- declare const slotRecipes_edgeLabel: typeof edgeLabel;
40
43
  declare const slotRecipes_navigationLink: typeof navigationLink;
41
44
  declare namespace slotRecipes {
42
- export { slotRecipes_edgeLabel as edgeLabel, slotRecipes_navigationLink as navigationLink };
45
+ export { slotRecipes_navigationLink as navigationLink };
43
46
  }
44
47
 
45
48
  declare const theme: {
@@ -1009,6 +1012,16 @@ declare const theme: {
1009
1012
  };
1010
1013
  semanticTokens: {
1011
1014
  colors: {
1015
+ text: {
1016
+ DEFAULT: {
1017
+ description: string;
1018
+ value: "var(--mantine-color-text)";
1019
+ };
1020
+ dimmed: {
1021
+ description: string;
1022
+ value: "var(--mantine-color-dimmed)";
1023
+ };
1024
+ };
1012
1025
  likec4: {
1013
1026
  background: {
1014
1027
  DEFAULT: {
@@ -1060,7 +1073,7 @@ declare const theme: {
1060
1073
  description: string;
1061
1074
  value: {
1062
1075
  base: string;
1063
- _light: string;
1076
+ _light: "var(--mantine-color-gray-2)";
1064
1077
  };
1065
1078
  };
1066
1079
  text: {
@@ -1181,7 +1194,7 @@ declare const theme: {
1181
1194
  outline: {
1182
1195
  value: {
1183
1196
  _light: "var(--mantine-color-orange-8)";
1184
- _dark: "var(--mantine-color-orange-6)";
1197
+ _dark: string;
1185
1198
  };
1186
1199
  };
1187
1200
  };