@progress/kendo-angular-typography 17.0.0-develop.6 → 17.0.0-develop.8

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/README.md CHANGED
@@ -2,30 +2,42 @@
2
2
  <img width="631" src="https://www.telerik.com/kendo-angular-ui/npm-banner.svg">
3
3
  </a>
4
4
 
5
- ## Native UI and Data Visualization Components for Angular
5
+ ## Kendo UI for Angular Typography
6
6
 
7
- Kendo UI for Angular is a commercial UI library designed and built for developing business applications with Angular. Every UI component in the Kendo UI for Angular suite has been built from the ground-up specifically for Angular.
7
+ > * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui)&mdash;a commercial library designed and built for developing business applications with Angular. Every UI component in the Kendo UI for Angular suite has been built from the ground-up specifically for Angular.
8
+ > * You must [install a license key](https://www.telerik.com/kendo-angular-ui/my-license) when adding the package to your project. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
9
+ > * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular dev team!
10
+ >
11
+ > [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui) and speed up your development process!
8
12
 
9
- > **Important**
10
- > * This package is part of the [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/)&mdash;a commercial UI library.
11
- > * You will need to install a license key when adding the package to your project. For more information, please refer to the [My License page](https://www.telerik.com/kendo-angular-ui/my-license/).
12
- > * To receive a license key, you need to either [purchase a license](https://www.telerik.com/purchase/kendo-ui/) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui). Doing so indicates that you [Kendo UI for Angular License Agreement](https://www.telerik.com/purchase/license-agreement/kendo-ui).
13
- > * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI dev team!
13
+ ## Angular Typography Directive
14
+
15
+ The [Kendo UI for Angular Typography](https://www.telerik.com/kendo-angular-ui/components/typoraphy) is a directive that allows you to improve the appearance of any UI element by using the available Kendo UI theme classes.
16
+
17
+ ## Key Features
18
+
19
+ The features that the Kendo UI for Angular Typography directive delivers are:
20
+
21
+ * [Styling Options](https://www.telerik.com/kendo-angular-ui/components/typography/functionalities)&mdash;The Typography delivers default appearance classes for HTML elements. That allows you to set an element variant, configure the font size and weight, and the alignment and transformation of text, as well as change the theme color and control the margin.
22
+
23
+ ## Support Options
24
+
25
+ For any issues you might encounter while working with the Kendo UI for Angular Typography, you have the following support channels available:
26
+
27
+ * Industry-leading technical support&mdash;Kendo UI for Angular paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use the [dedicated Kendo UI for Angular support system](https://www.telerik.com/account/support-tickets).
28
+ * Product forums&mdash;The [Kendo UI for Angular forums](https://www.telerik.com/forums/kendo-angular-ui) are part of the free support you can get from the community and from the Kendo UI for Angular team.
29
+ * Feedback portal&mdash;The [Kendo UI for Angular feedback portal](https://feedback.telerik.com/kendo-angular-ui) is where you can request and vote for new features to be added.
14
30
 
15
31
  ## Resources
16
32
 
17
- * [Get Started with Kendo UI for Angular (requires trial registration)](https://www.telerik.com/kendo-angular-ui/getting-started)
18
- * [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components)
33
+ * [Getting Started with Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/getting-started)
34
+ * [Getting Started with the Kendo UI for Angular Typography](https://www.telerik.com/kendo-angular-ui/components/typography/installation/getting-started)
35
+ * [Typography Overview page](https://www.telerik.com/kendo-angular-ui/components/typography) and [Typography API reference](https://www.telerik.com/kendo-angular-ui/components/typography/api)
36
+ * [Kendo UI for Angular roadmap](https://www.telerik.com/kendo-angular-ui/roadmap)
19
37
  * [Blogs](http://www.telerik.com/blogs/kendo-ui)
38
+ * [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components)
20
39
  * [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui)
21
40
 
22
- ## Questions and Feedback
23
-
24
- * [Official Forums](https://www.telerik.com/forums/kendo-angular-ui)
25
- * [GitHub Issues](https://github.com/telerik/kendo-angular/issues)
26
- * [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui)
27
- * [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2)
28
-
29
41
  *Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
30
42
 
31
43
  *Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-typography',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1729020328,
13
- version: '17.0.0-develop.6',
12
+ publishDate: 1729170387,
13
+ version: '17.0.0-develop.8',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -154,8 +154,8 @@ const packageMetadata = {
154
154
  name: '@progress/kendo-angular-typography',
155
155
  productName: 'Kendo UI for Angular',
156
156
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
157
- publishDate: 1729020328,
158
- version: '17.0.0-develop.6',
157
+ publishDate: 1729170387,
158
+ version: '17.0.0-develop.8',
159
159
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
160
160
  };
161
161
 
@@ -154,8 +154,8 @@ const packageMetadata = {
154
154
  name: '@progress/kendo-angular-typography',
155
155
  productName: 'Kendo UI for Angular',
156
156
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
157
- publishDate: 1729020328,
158
- version: '17.0.0-develop.6',
157
+ publishDate: 1729170387,
158
+ version: '17.0.0-develop.8',
159
159
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
160
160
  };
161
161
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-typography",
3
- "version": "17.0.0-develop.6",
3
+ "version": "17.0.0-develop.8",
4
4
  "description": "Kendo UI Angular Typography",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,12 +23,12 @@
23
23
  "@angular/core": "15 - 18",
24
24
  "@angular/platform-browser": "15 - 18",
25
25
  "@progress/kendo-licensing": "^1.0.2",
26
- "@progress/kendo-angular-common": "17.0.0-develop.6",
26
+ "@progress/kendo-angular-common": "17.0.0-develop.8",
27
27
  "rxjs": "^6.5.3 || ^7.0.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "tslib": "^2.3.1",
31
- "@progress/kendo-angular-schematics": "17.0.0-develop.6"
31
+ "@progress/kendo-angular-schematics": "17.0.0-develop.8"
32
32
  },
33
33
  "schematics": "./schematics/collection.json",
34
34
  "module": "fesm2015/progress-kendo-angular-typography.mjs",