@muraldevkit/ui-toolkit 1.34.1 → 2.0.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.
@@ -7,7 +7,7 @@
7
7
 
8
8
  // ---- Poster, Display, and Headline Classes ----
9
9
  // There are also title use-cases but they follow a different scale/structure
10
- $mrl-heading-use-cases: 'poster', 'display', 'headline';
10
+ $mrl-heading-use-cases: 'display', 'headline';
11
11
 
12
12
  // There are 3 sizes: small, medium, and large.
13
13
  // Medium is the default
@@ -5,7 +5,7 @@
5
5
 
6
6
  // ---- Poster, Display, and Headline Classes ----
7
7
  // There are also title use-cases but they follow a different scale/structure
8
- $mrl-heading-use-cases: 'poster', 'display', 'headline';
8
+ $mrl-heading-use-cases: 'display', 'headline';
9
9
 
10
10
  // There are 3 sizes: small, medium, and large.
11
11
  // Medium is the default
@@ -50,7 +50,7 @@ $mrl-title-sizes: 'large', 'small', 'xsmall', 'xxsmall';
50
50
  @each $size in $mrl-title-sizes {
51
51
  .MrlTextHeading-title--#{$size} {
52
52
  --mrl-heading-size: var(--mrl-type-size-text-#{$size});
53
- --mrl-heading-height: var(--mrl-type-line-height-text-#{$size});
53
+ --mrl-heading-height: var(--mrl-type-line-height-title-#{$size});
54
54
  }
55
55
  }
56
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muraldevkit/ui-toolkit",
3
- "version": "1.34.1",
3
+ "version": "2.0.0",
4
4
  "description": "Mural's UI Toolkit",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "license": "https://www.mural.co/terms/developer-addendum",
42
42
  "peerDependencies": {
43
- "@muraldevkit/ds-foundation": ">=1.4.0",
43
+ "@muraldevkit/ds-foundation": ">=2.0.2",
44
44
  "@muraldevkit/ds-icons": "^1.1.0",
45
45
  "@muraldevkit/ds-icons-animated": "^1.0.1",
46
46
  "lottie-web": "^5.9.6",
@@ -54,7 +54,7 @@
54
54
  "@babel/preset-env": "7.21.4",
55
55
  "@babel/preset-react": "7.18.6",
56
56
  "@babel/preset-typescript": "7.21.4",
57
- "@muraldevkit/ds-foundation": "1.6.0",
57
+ "@muraldevkit/ds-foundation": "2.0.2",
58
58
  "@storybook/addon-a11y": "7.0.26",
59
59
  "@storybook/addon-essentials": "7.0.26",
60
60
  "@storybook/addon-interactions": "7.0.26",