@baseline-ui/tokens 0.9.0 → 0.10.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.mts CHANGED
@@ -564,7 +564,7 @@ var color$2 = {
564
564
  error: {
565
565
  subtler: "#711b00",
566
566
  subtle: "#b53007",
567
- medium: "#e75541",
567
+ medium: "#fe7a68",
568
568
  strong: "#ffd4ce"
569
569
  },
570
570
  success: {
@@ -2057,6 +2057,7 @@ declare const layoutSprinkleValues: {
2057
2057
  };
2058
2058
  readonly horizontal: {
2059
2059
  readonly lg: "lg";
2060
+ readonly sm: "sm";
2060
2061
  };
2061
2062
  };
2062
2063
  };
@@ -2067,6 +2068,12 @@ declare const layoutValues: {
2067
2068
  readonly row: {
2068
2069
  readonly height: {
2069
2070
  readonly sm: 40;
2071
+ readonly md: 48;
2072
+ };
2073
+ };
2074
+ readonly layout: {
2075
+ readonly width: {
2076
+ readonly sm: 240;
2070
2077
  };
2071
2078
  };
2072
2079
  };
package/dist/index.d.ts CHANGED
@@ -564,7 +564,7 @@ var color$2 = {
564
564
  error: {
565
565
  subtler: "#711b00",
566
566
  subtle: "#b53007",
567
- medium: "#e75541",
567
+ medium: "#fe7a68",
568
568
  strong: "#ffd4ce"
569
569
  },
570
570
  success: {
@@ -2057,6 +2057,7 @@ declare const layoutSprinkleValues: {
2057
2057
  };
2058
2058
  readonly horizontal: {
2059
2059
  readonly lg: "lg";
2060
+ readonly sm: "sm";
2060
2061
  };
2061
2062
  };
2062
2063
  };
@@ -2067,6 +2068,12 @@ declare const layoutValues: {
2067
2068
  readonly row: {
2068
2069
  readonly height: {
2069
2070
  readonly sm: 40;
2071
+ readonly md: 48;
2072
+ };
2073
+ };
2074
+ readonly layout: {
2075
+ readonly width: {
2076
+ readonly sm: 240;
2070
2077
  };
2071
2078
  };
2072
2079
  };