@entur/typography 1.10.0-beta.8 → 1.10.0-beta.9
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": "@entur/typography",
|
|
3
|
-
"version": "1.10.0-beta.
|
|
3
|
+
"version": "1.10.0-beta.9",
|
|
4
4
|
"license": "SEE LICENSE IN README.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/typography.esm.js",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"dts-cli": "2.0.5"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "6f685d2e4ac13bdaf9c6480f9e7922c9d8f4619c"
|
|
46
46
|
}
|
|
@@ -349,8 +349,6 @@ const COMPONENT_MAPPING = {
|
|
|
349
349
|
Label: { component: 'Text', variant: 'label' },
|
|
350
350
|
EmphasizedText: { component: 'Text', variant: 'emphasized' },
|
|
351
351
|
CodeText: { component: 'Text', variant: 'code-text' },
|
|
352
|
-
Link: { component: 'LinkBeta' },
|
|
353
|
-
Blockquote: { component: 'BlockquoteBeta' },
|
|
354
352
|
};
|
|
355
353
|
|
|
356
354
|
// Props mapping for migration
|