diff --git a/samples/grids/list/add-list-items/index.html b/samples/grids/list/add-list-items/index.html index 93e8fcc57a..5fa7939945 100644 --- a/samples/grids/list/add-list-items/index.html +++ b/samples/grids/list/add-list-items/index.html @@ -17,13 +17,13 @@ Header -

Item 1

+ Item 1
-

Item 2

+ Item 2
-

Item 3

+ Item 3
diff --git a/samples/grids/list/list-item-content/index.html b/samples/grids/list/list-item-content/index.html index 2334798e82..17a06007f7 100644 --- a/samples/grids/list/list-item-content/index.html +++ b/samples/grids/list/list-item-content/index.html @@ -19,15 +19,15 @@

Contacts

-

Terrance Orta

+ Terrance Orta 770-504-2217
-

Richard Mahoney

+ Richard Mahoney 423-676-2869
-

Donna Price

+ Donna Price 859-496-2817
diff --git a/samples/grids/list/overview/index.html b/samples/grids/list/overview/index.html index 79b94268a7..2694691027 100644 --- a/samples/grids/list/overview/index.html +++ b/samples/grids/list/overview/index.html @@ -23,7 +23,7 @@

Contacts

AA -

Terrance Orta

+ Terrance Orta 770-504-2217 Text @@ -34,7 +34,7 @@

Terrance Orta

AA -

Richard Mahoney

+ Richard Mahoney 423-676-2869 Text @@ -45,7 +45,7 @@

Richard Mahoney

AA -

Donna Price

+ Donna Price 859-496-2817 Text diff --git a/samples/grids/list/styling/index.html b/samples/grids/list/styling/index.html index 00122b1309..261ed0a357 100644 --- a/samples/grids/list/styling/index.html +++ b/samples/grids/list/styling/index.html @@ -17,7 +17,7 @@

Contacts

AA -

Terrance Orta

+ Terrance Orta 770-504-2217 Text @@ -28,7 +28,7 @@

Terrance Orta

AA -

Richard Mahoney

+ Richard Mahoney 423-676-2869 Text @@ -39,7 +39,7 @@

Richard Mahoney

AA -

Donna Price

+ Donna Price 859-496-2817 Text diff --git a/samples/grids/list/styling/src/index.css b/samples/grids/list/styling/src/index.css deleted file mode 100644 index 1f53b8aa05..0000000000 --- a/samples/grids/list/styling/src/index.css +++ /dev/null @@ -1,2 +0,0 @@ -/* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file diff --git a/samples/inputs/button/contained/src/index.css b/samples/inputs/button/contained/src/index.css index 1f53b8aa05..019bfa2d76 100644 --- a/samples/inputs/button/contained/src/index.css +++ b/samples/inputs/button/contained/src/index.css @@ -1,2 +1,7 @@ /* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file +/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ + +igc-button { + width: 40%; + margin: auto; +} \ No newline at end of file diff --git a/samples/inputs/button/contained/src/index.ts b/samples/inputs/button/contained/src/index.ts index 6a3d51409f..d6d12afd4b 100644 --- a/samples/inputs/button/contained/src/index.ts +++ b/samples/inputs/button/contained/src/index.ts @@ -1,5 +1,6 @@ import { defineComponents, IgcButtonComponent } from 'igniteui-webcomponents'; import 'igniteui-webcomponents/themes/light/bootstrap.css'; +import './index.css'; defineComponents(IgcButtonComponent); export class ContainedButton { diff --git a/samples/inputs/button/download/src/index.css b/samples/inputs/button/download/src/index.css index 1f53b8aa05..019bfa2d76 100644 --- a/samples/inputs/button/download/src/index.css +++ b/samples/inputs/button/download/src/index.css @@ -1,2 +1,7 @@ /* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file +/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ + +igc-button { + width: 40%; + margin: auto; +} \ No newline at end of file diff --git a/samples/inputs/button/download/src/index.ts b/samples/inputs/button/download/src/index.ts index 821934404f..101eeeeebd 100644 --- a/samples/inputs/button/download/src/index.ts +++ b/samples/inputs/button/download/src/index.ts @@ -1,5 +1,6 @@ import { defineComponents, IgcButtonComponent } from 'igniteui-webcomponents'; import 'igniteui-webcomponents/themes/light/bootstrap.css'; +import './index.css'; defineComponents(IgcButtonComponent); export class DownloadButton { diff --git a/samples/inputs/button/fab/src/index.css b/samples/inputs/button/fab/src/index.css index 1f53b8aa05..019bfa2d76 100644 --- a/samples/inputs/button/fab/src/index.css +++ b/samples/inputs/button/fab/src/index.css @@ -1,2 +1,7 @@ /* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file +/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ + +igc-button { + width: 40%; + margin: auto; +} \ No newline at end of file diff --git a/samples/inputs/button/fab/src/index.ts b/samples/inputs/button/fab/src/index.ts index cf23119565..6f0f285cbd 100644 --- a/samples/inputs/button/fab/src/index.ts +++ b/samples/inputs/button/fab/src/index.ts @@ -1,5 +1,6 @@ import { defineComponents, IgcButtonComponent } from 'igniteui-webcomponents'; import 'igniteui-webcomponents/themes/light/bootstrap.css'; +import './index.css'; defineComponents(IgcButtonComponent); export class FloatingActionButton { diff --git a/samples/inputs/button/flat/src/index.css b/samples/inputs/button/flat/src/index.css index 1f53b8aa05..9263b38c47 100644 --- a/samples/inputs/button/flat/src/index.css +++ b/samples/inputs/button/flat/src/index.css @@ -1,2 +1,12 @@ /* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file +/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ + +.container { + background: var(--ig-surface-600); +} + +igc-button { + width: 40%; + margin: auto; + background: var(--ig-surface-50); +} \ No newline at end of file diff --git a/samples/inputs/button/flat/src/index.ts b/samples/inputs/button/flat/src/index.ts index 02cf95142b..b4228cfaf7 100644 --- a/samples/inputs/button/flat/src/index.ts +++ b/samples/inputs/button/flat/src/index.ts @@ -1,5 +1,6 @@ import { defineComponents, IgcButtonComponent } from 'igniteui-webcomponents'; import 'igniteui-webcomponents/themes/light/bootstrap.css'; +import './index.css'; defineComponents(IgcButtonComponent); export class FlatButton { diff --git a/samples/inputs/button/outlined/src/index.css b/samples/inputs/button/outlined/src/index.css index 1f53b8aa05..019bfa2d76 100644 --- a/samples/inputs/button/outlined/src/index.css +++ b/samples/inputs/button/outlined/src/index.css @@ -1,2 +1,7 @@ /* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file +/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ + +igc-button { + width: 40%; + margin: auto; +} \ No newline at end of file diff --git a/samples/inputs/button/outlined/src/index.ts b/samples/inputs/button/outlined/src/index.ts index 0469708cbd..3cc18cc279 100644 --- a/samples/inputs/button/outlined/src/index.ts +++ b/samples/inputs/button/outlined/src/index.ts @@ -1,5 +1,6 @@ import { defineComponents, IgcButtonComponent } from 'igniteui-webcomponents'; import 'igniteui-webcomponents/themes/light/bootstrap.css'; +import './index.css'; defineComponents(IgcButtonComponent); export class OutlinedButton { diff --git a/samples/inputs/button/overview/src/ButtonOverviewStyle.css b/samples/inputs/button/overview/src/ButtonOverviewStyle.css index 3897a4b65a..4fd9d4ed39 100644 --- a/samples/inputs/button/overview/src/ButtonOverviewStyle.css +++ b/samples/inputs/button/overview/src/ButtonOverviewStyle.css @@ -1,5 +1,6 @@ .button-container { display: flex; justify-content: space-evenly; - margin-top: 20px; + align-items: center; + height: 100%; } \ No newline at end of file diff --git a/samples/inputs/button/overview/src/index.css b/samples/inputs/button/overview/src/index.css deleted file mode 100644 index 1f53b8aa05..0000000000 --- a/samples/inputs/button/overview/src/index.css +++ /dev/null @@ -1,2 +0,0 @@ -/* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file diff --git a/samples/inputs/button/size/src/ButtonSizingStyle.css b/samples/inputs/button/size/src/ButtonSizingStyle.css index d43651d735..ebc49a26ee 100644 --- a/samples/inputs/button/size/src/ButtonSizingStyle.css +++ b/samples/inputs/button/size/src/ButtonSizingStyle.css @@ -1,11 +1,15 @@ +.container { + justify-content: center; +} + .button-container { display: flex; justify-content: space-evenly; + align-items: center; margin-top: 20px; } #radio-group { display: flex; - margin: 0 auto; - width: 15%; + justify-content: center; } \ No newline at end of file diff --git a/samples/inputs/button/size/src/index.ts b/samples/inputs/button/size/src/index.ts index 5d171b2944..024ee0d96c 100644 --- a/samples/inputs/button/size/src/index.ts +++ b/samples/inputs/button/size/src/index.ts @@ -1,6 +1,7 @@ import { defineComponents, IgcButtonComponent, IgcRadioComponent, IgcRadioGroupComponent } from 'igniteui-webcomponents'; import 'igniteui-webcomponents/themes/light/bootstrap.css'; import './ButtonSizingStyle.css'; +import './index.css'; defineComponents(IgcButtonComponent, IgcRadioComponent, IgcRadioGroupComponent); export class ButtonSizing { diff --git a/samples/inputs/button/styling/src/ButtonStyle.css b/samples/inputs/button/styling/src/ButtonStyle.css index 586cff6be1..6f61c67ccc 100644 --- a/samples/inputs/button/styling/src/ButtonStyle.css +++ b/samples/inputs/button/styling/src/ButtonStyle.css @@ -1,5 +1,5 @@ igc-button::part(base) { - background-color: var(--ig-primary-500); - color: var(--ig-primary-500-contrast); + background-color: var(--ig-warn-700); + color: var(--ig-warn-700-contrast); padding: 18px; } \ No newline at end of file diff --git a/samples/inputs/button/styling/src/index.css b/samples/inputs/button/styling/src/index.css index 1f53b8aa05..019bfa2d76 100644 --- a/samples/inputs/button/styling/src/index.css +++ b/samples/inputs/button/styling/src/index.css @@ -1,2 +1,7 @@ /* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file +/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ + +igc-button { + width: 40%; + margin: auto; +} \ No newline at end of file diff --git a/samples/inputs/button/styling/src/index.ts b/samples/inputs/button/styling/src/index.ts index ff8102e92d..78abef017a 100644 --- a/samples/inputs/button/styling/src/index.ts +++ b/samples/inputs/button/styling/src/index.ts @@ -1,6 +1,7 @@ import { defineComponents, IgcButtonComponent } from 'igniteui-webcomponents'; import 'igniteui-webcomponents/themes/light/material.css'; import './ButtonStyle.css'; +import './index.css'; defineComponents(IgcButtonComponent); export class ButtonStyling { diff --git a/samples/inputs/chip/multiple/index.html b/samples/inputs/chip/multiple/index.html index 3f948f349d..22ec240087 100644 --- a/samples/inputs/chip/multiple/index.html +++ b/samples/inputs/chip/multiple/index.html @@ -16,21 +16,21 @@
- + Custom Icons - + - + Start Slot End Slot - + Disabled Chip - +
diff --git a/samples/inputs/circular-progress-indicator/dynamic/index.html b/samples/inputs/circular-progress-indicator/dynamic/index.html index 290195bfcf..188a43db03 100644 --- a/samples/inputs/circular-progress-indicator/dynamic/index.html +++ b/samples/inputs/circular-progress-indicator/dynamic/index.html @@ -12,18 +12,20 @@ -
- - - - - - - - -
- - +
+
+ + + + + + + + +
+ + +
diff --git a/samples/inputs/circular-progress-indicator/dynamic/src/DynamicCircularProgressStyle.css b/samples/inputs/circular-progress-indicator/dynamic/src/DynamicCircularProgressStyle.css index 30a0604769..0bbe6d30b4 100644 --- a/samples/inputs/circular-progress-indicator/dynamic/src/DynamicCircularProgressStyle.css +++ b/samples/inputs/circular-progress-indicator/dynamic/src/DynamicCircularProgressStyle.css @@ -2,7 +2,7 @@ width: 300px; display: flex; align-items: center; - margin-top: 30px; + margin-top: 20px; } #circularProgress { diff --git a/samples/inputs/circular-progress-indicator/dynamic/src/index.css b/samples/inputs/circular-progress-indicator/dynamic/src/index.css deleted file mode 100644 index 1f53b8aa05..0000000000 --- a/samples/inputs/circular-progress-indicator/dynamic/src/index.css +++ /dev/null @@ -1,2 +0,0 @@ -/* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file diff --git a/samples/inputs/circular-progress-indicator/indeterminate/src/IndeterminateCircularProgressStyle.css b/samples/inputs/circular-progress-indicator/indeterminate/src/IndeterminateCircularProgressStyle.css index f936ee642f..e8f5ec278c 100644 --- a/samples/inputs/circular-progress-indicator/indeterminate/src/IndeterminateCircularProgressStyle.css +++ b/samples/inputs/circular-progress-indicator/indeterminate/src/IndeterminateCircularProgressStyle.css @@ -1,4 +1,8 @@ #circular-progress { - margin: 20px; - --diameter: 50px; + margin: 20px; + --diameter: 50px; +} + +main { + margin-top: 20px; } \ No newline at end of file diff --git a/samples/inputs/circular-progress-indicator/indeterminate/src/index.css b/samples/inputs/circular-progress-indicator/indeterminate/src/index.css deleted file mode 100644 index 1f53b8aa05..0000000000 --- a/samples/inputs/circular-progress-indicator/indeterminate/src/index.css +++ /dev/null @@ -1,2 +0,0 @@ -/* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file diff --git a/samples/inputs/circular-progress-indicator/simple/src/CircularProgressStyle.css b/samples/inputs/circular-progress-indicator/simple/src/CircularProgressStyle.css index f8d32cdd35..a39dc534e0 100644 --- a/samples/inputs/circular-progress-indicator/simple/src/CircularProgressStyle.css +++ b/samples/inputs/circular-progress-indicator/simple/src/CircularProgressStyle.css @@ -1,4 +1,8 @@ #circular-progress{ - margin: 20px; - --diameter: 50px; + margin: 20px; + --diameter: 50px; +} + +main { + margin-top: 20px; } \ No newline at end of file diff --git a/samples/inputs/circular-progress-indicator/simple/src/index.css b/samples/inputs/circular-progress-indicator/simple/src/index.css deleted file mode 100644 index 1f53b8aa05..0000000000 --- a/samples/inputs/circular-progress-indicator/simple/src/index.css +++ /dev/null @@ -1,2 +0,0 @@ -/* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file diff --git a/samples/inputs/circular-progress-indicator/styling/src/index.css b/samples/inputs/circular-progress-indicator/styling/src/index.css index 1f53b8aa05..de9f0b3331 100644 --- a/samples/inputs/circular-progress-indicator/styling/src/index.css +++ b/samples/inputs/circular-progress-indicator/styling/src/index.css @@ -1,2 +1,6 @@ /* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file +/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ + +main { + margin-top: 20px; +} \ No newline at end of file diff --git a/samples/inputs/circular-progress-indicator/styling/src/index.ts b/samples/inputs/circular-progress-indicator/styling/src/index.ts index d9deac2492..18543e747e 100644 --- a/samples/inputs/circular-progress-indicator/styling/src/index.ts +++ b/samples/inputs/circular-progress-indicator/styling/src/index.ts @@ -1,6 +1,7 @@ import { defineComponents, IgcCircularProgressComponent } from 'igniteui-webcomponents'; import 'igniteui-webcomponents/themes/light/bootstrap.css'; import './CircularProgressStyling.css' +import './index.css'; defineComponents(IgcCircularProgressComponent); diff --git a/samples/inputs/file-input/form/index.html b/samples/inputs/file-input/form/index.html index 58e2d7e6a1..359d7f6c8b 100644 --- a/samples/inputs/file-input/form/index.html +++ b/samples/inputs/file-input/form/index.html @@ -17,8 +17,8 @@
-

You can upload any type of file.

-

You must upload a file

+ You can upload any type of file. + You must upload a file
Submit Reset diff --git a/samples/inputs/input/size/src/InputSizingStyle.css b/samples/inputs/input/size/src/InputSizingStyle.css index d43651d735..3aaa382edf 100644 --- a/samples/inputs/input/size/src/InputSizingStyle.css +++ b/samples/inputs/input/size/src/InputSizingStyle.css @@ -7,5 +7,4 @@ #radio-group { display: flex; margin: 0 auto; - width: 15%; } \ No newline at end of file diff --git a/samples/inputs/rating/custom/src/index.ts b/samples/inputs/rating/custom/src/index.ts index f9917b40a0..a93f2a2dc4 100644 --- a/samples/inputs/rating/custom/src/index.ts +++ b/samples/inputs/rating/custom/src/index.ts @@ -10,7 +10,7 @@ export class CustomRatingSymbol { ); registerIconFromText( 'empty-heart', - ' ' + ' ' ) } } diff --git a/samples/inputs/rating/single-selection/index.html b/samples/inputs/rating/single-selection/index.html index 72b47efa1c..7288491d05 100644 --- a/samples/inputs/rating/single-selection/index.html +++ b/samples/inputs/rating/single-selection/index.html @@ -17,24 +17,24 @@
-
😣
-
😣
+ 😣 + 😣
-
πŸ˜”
-
πŸ˜”
+ πŸ˜” + πŸ˜”
-
😐
-
😐
+ 😐 + 😐
-
πŸ™‚
-
πŸ™‚
+ πŸ™‚ + πŸ™‚
-
πŸ˜†
-
πŸ˜†
+ πŸ˜† + πŸ˜†
diff --git a/samples/inputs/select/styling/index.html b/samples/inputs/select/styling/index.html index da971025d0..d906fd1ab9 100644 --- a/samples/inputs/select/styling/index.html +++ b/samples/inputs/select/styling/index.html @@ -23,17 +23,14 @@ Germany - DE France - FR Spain - ES @@ -42,17 +39,14 @@ USA - US Canada - CA Mexico - MX diff --git a/samples/inputs/textarea/resize/index.html b/samples/inputs/textarea/resize/index.html index eae693ed81..84e8a650fb 100644 --- a/samples/inputs/textarea/resize/index.html +++ b/samples/inputs/textarea/resize/index.html @@ -15,13 +15,13 @@
-

This textarea does not resize and uses a scroll bar to show overflow text.

+ This textarea does not resize and uses a scroll bar to show overflow text.
-

This textarea lets the user resize vertically.

+ This textarea lets the user resize vertically.
-

This textarea shows all the user input at once. Overflow text wraps onto a new line and expands the text area.

+ This textarea shows all the user input at once. Overflow text wraps onto a new line and expands the text area.
diff --git a/samples/inputs/textarea/slots/index.html b/samples/inputs/textarea/slots/index.html index 8ca94e380f..12dcf6de77 100644 --- a/samples/inputs/textarea/slots/index.html +++ b/samples/inputs/textarea/slots/index.html @@ -16,7 +16,7 @@
-

Give us a short description of what you liked/disliked

+ Give us a short description of what you liked/disliked
diff --git a/samples/inputs/textarea/styling/index.html b/samples/inputs/textarea/styling/index.html index 3fcfda3fe7..83ad157996 100644 --- a/samples/inputs/textarea/styling/index.html +++ b/samples/inputs/textarea/styling/index.html @@ -16,7 +16,7 @@
-

Provide a detailed description of the steps that led to the issue you experienced

+ Provide a detailed description of the steps that led to the issue you experienced
diff --git a/samples/layouts/accordion/customization/index.html b/samples/layouts/accordion/customization/index.html index 38459d2582..170640a537 100644 --- a/samples/layouts/accordion/customization/index.html +++ b/samples/layouts/accordion/customization/index.html @@ -13,7 +13,7 @@
-

Categories

+ Categories
Bike Motorcycle @@ -23,11 +23,11 @@

Categories

-

Cost: $200 to $800

+ Cost: $200 to $800
-

Rating

+ Rating @@ -44,7 +44,7 @@

Rating

-

Time

+ Time diff --git a/samples/layouts/accordion/customization/src/index.ts b/samples/layouts/accordion/customization/src/index.ts index ea8ab1471c..7c9831c19d 100644 --- a/samples/layouts/accordion/customization/src/index.ts +++ b/samples/layouts/accordion/customization/src/index.ts @@ -49,7 +49,7 @@ export class AccordionOverview { } }); - const categoriesTitle = document.querySelector("h1#categories") as HTMLElement; + const categoriesTitle = document.querySelector("span#categories") as HTMLElement; categoriesTitle.textContent = checkedItems || "Categories"; } @@ -63,7 +63,7 @@ export class AccordionOverview { private checkRating = (ev: CustomEvent) => { const rating = (ev.target as IgcRadioComponent).querySelector("igc-rating")!.label; - const ratingTitle = document.querySelector("h1#rating") as HTMLElement; + const ratingTitle = document.querySelector("span#rating") as HTMLElement; ratingTitle.textContent = "Rating: " + rating; }; @@ -72,13 +72,13 @@ export class AccordionOverview { if (!dateTimeInput.value) { return; } - const timeTitle = document.querySelector("h1#timeTitle") as HTMLElement; + const timeTitle = document.querySelector("span#timeTitle") as HTMLElement; timeTitle.textContent = "Time: " + dateTimeInput.label + " " + dateTimeInput.value.toLocaleTimeString([], { hour: "2-digit", minute: "2-digit" }); }; private clearTime = () => { document.querySelector("igc-date-time-input")!.clear(); - const timeTitle = document.querySelector("h1#timeTitle") as HTMLElement; + const timeTitle = document.querySelector("span#timeTitle") as HTMLElement; timeTitle.textContent = "Time"; }; diff --git a/samples/layouts/accordion/nested-scenario/index.html b/samples/layouts/accordion/nested-scenario/index.html index dd469652fa..e2310b1e29 100644 --- a/samples/layouts/accordion/nested-scenario/index.html +++ b/samples/layouts/accordion/nested-scenario/index.html @@ -13,47 +13,21 @@ Single Expand
- -

What has changed about subscription and pricing model?

- We have moved to a subscription-based pricing model for all our developer tools. This makes it easier - for you to manage your license subscriptions and allows us to provide a better level of service for you. We - updated our pricing and packages to provide you with flexible options and the best value. This includes Ignite UI - (formerly Ignite UI for JavaScript) which includes all of our JavaScript framework components for web development, - including: Angular, ASP.NET (Core and MVC), Blazor, JQuery, React and Web Components), as well as Infragistics Professional, - Infragistics Ultimate, our Ultimate UI products. We also offer multi-year subscriptions options with a built-in discount, - so you can see the value up front. With these updates we are confident that we are providing the best platforms and the best - price. -
- -

Who will the updated changes impact?

- The license updates will impact all new and current customers using Ignite UI, Infragistics Professional and - Infragistics Ultimate. Specifically, we have also made updates to our product and packaging for Ignite UI for JavaScript, - Ignite UI for Angular, Ignite UI for React and Ignite UI for Web components. For more information, please refer to this - blog: Announcement: Changes to Ignite UI Product & Packaging The pricing has been updated for all products and packages. - So, all new or additional licenses will be sold based on our new pricing and packages. All existing license agreements will - be honored and renewed based upon the current agreement. -
- -

What is the difference between your old model and your current subscription model for Ignite UI?

- For Ignite UI customers, we are moving away from NPM for licensed packages. The current NPM packages will be replaced with - packages that include a β€œTrial Version” watermark. Licensed packages for Ignite UI will be available from our cloud hosted ProGet - server. For more information, please refer to this article: Moving from Trial to Licensed Ignite UI NPM Packages -
- -

Common questions about renewal.

+ + Common questions about renewal. -

What happens if I don't renew my subscription?

+ What happens if I don't renew my subscription? Any unlicensed or trial versions of Ignite UI for Angular, React and Web Components will now include this watermark.
-

If I don't renew my subscription will I still have access to previous versions of Infragistics products?

+ If I don't renew my subscription will I still have access to previous versions of Infragistics products? Any version of Infragistics software which you have downloaded can continue to be used perpetually. Access to download any new or previous versions through our customer portal and package feeds will require maintaining an active subscription by continuing to renew it.
-

Will I be automatically charged for my renewal/ Can I be automatically charged for renewal?

+ Will I be automatically charged for my renewal/ Can I be automatically charged for renewal? Any new subscriptions purchased online, via our eCommerce system, will renew automatically. Subscription renewal can be canceled, at any time, before the next automatic renewal date. Subscriptions purchased directly from Infragistics or Infragistics' partners are subject to the renewal terms that were agreed upon as part of that purchase. @@ -61,26 +35,24 @@

Will I be automatically charged for my renewal/ Can I be automa -

I split my work across two computers. Can I install on both using my single-user license?

- The Infragistics Ultimate license is tied to the user, and not the computer. That means you're welcome to install and use Ignite UI, - Infragistics Professional, and Infragistics Ultimate on any computer you use. However, if we notice a large number of activations using the - same license, we may contact you to verify this behavior. + What has changed about subscription and pricing model? + We have moved to a subscription-based pricing model for all our developer tools. This makes it easier + for you to manage your license subscriptions and allows us to provide a better level of service for you. We + updated our pricing and packages to provide you with flexible options and the best value. This includes Ignite UI + (formerly Ignite UI for JavaScript) which includes all of our JavaScript framework components for web development, + including: Angular, ASP.NET (Core and MVC), Blazor, JQuery, React and Web Components), as well as Infragistics Professional, + Infragistics Ultimate, our Ultimate UI products. We also offer multi-year subscriptions options with a built-in discount, + so you can see the value up front. With these updates we are confident that we are providing the best platforms and the best + price.
-

I used up my trial for an earlier version of Infragistics Ultimate. Can I start a new trial when a major version is released?

- Yes! If you have tried a previous version in the past, and used up your 30-day trial, you can try the next major version for another 30 days! - You can do this in the following two ways: -
    -
  • If you have days remaining in your 30-day trial period for the current version (e.g., the - Version 15.1 Volume Release), use the Check for Update option inside the Platform Installer or - your account. You will be able to start a fresh trial for the next major version (e.g., 20.1 - Volume Release)
  • -
  • If you have used up the 30-day trial for the previous major version (e.g., the 19.2 Volume - Release), simply download and install Infragistics Ultimate from our website (This will also allow you - to start a new trial.)
  • -
-
+ Who will the updated changes impact? + The license updates will impact all new and current customers using Ignite UI, Infragistics Professional and + Infragistics Ultimate. Specifically, we have also made updates to our product and packaging for Ignite UI for JavaScript, + Ignite UI for Angular, Ignite UI for React and Ignite UI for Web components. For more information, please refer to this + blog: Announcement: Changes to Ignite UI Product & Packaging The pricing has been updated for all products and packages. + So, all new or additional licenses will be sold based on our new pricing and packages. All existing license agreements will + be honored and renewed based upon the current agreement.

diff --git a/samples/layouts/accordion/overview/index.html b/samples/layouts/accordion/overview/index.html index 071230163d..ecadd4543b 100644 --- a/samples/layouts/accordion/overview/index.html +++ b/samples/layouts/accordion/overview/index.html @@ -14,7 +14,7 @@
-

What has changed about subscription and pricing model?

+ What has changed about subscription and pricing model? We have moved to a subscription-based pricing model for all our developer tools. This makes it easier for you to manage your license subscriptions and allows us to provide a better level of service for you. We updated our pricing and packages to provide you with flexible options and the best value. This includes Ignite UI @@ -25,7 +25,7 @@

What has changed about subscription and pricing model?

price.
-

Who will the updated changes impact?

+ Who will the updated changes impact? The license updates will impact all new and current customers using Ignite UI, Infragistics Professional and Infragistics Ultimate. Specifically, we have also made updates to our product and packaging for Ignite UI for JavaScript, Ignite UI for Angular, Ignite UI for React and Ignite UI for Web components. For more information, please refer to this @@ -34,17 +34,17 @@

Who will the updated changes impact?

be honored and renewed based upon the current agreement.
-

What is the difference between your old model and your current subscription model for Ignite UI?

+ What is the difference between your old model and your current subscription model for Ignite UI? For Ignite UI customers, we are moving away from NPM for licensed packages. The current NPM packages will be replaced with packages that include a β€œTrial Version” watermark. Licensed packages for Ignite UI will be available from our cloud hosted ProGet server. For more information, please refer to this article: Moving from Trial to Licensed Ignite UI NPM Packages
-

What happens if I don't renew my subscription?

+ What happens if I don't renew my subscription? Any unlicensed or trial versions of Ignite UI for Angular, React and Web Components will now include this watermark.
-

If I don't renew my subscription will I still have access to previous versions of Infragistics products?

+ If I don't renew my subscription will I still have access to previous versions of Infragistics products? Any version of Infragistics software which you have downloaded can continue to be used perpetually. Access to download any new or previous versions through our customer portal and package feeds will require maintaining an active subscription by continuing to renew it. diff --git a/samples/layouts/card/horizontal/index.html b/samples/layouts/card/horizontal/index.html index ac7267b026..ed488d4a5e 100644 --- a/samples/layouts/card/horizontal/index.html +++ b/samples/layouts/card/horizontal/index.html @@ -22,8 +22,8 @@
-
Rozes
-
Under the Grave (2016)
+ Rozes + Under the Grave (2016)

As I have always said: I write what’s real and what’s true, diff --git a/samples/layouts/card/integration/index.html b/samples/layouts/card/integration/index.html index 2d19976cb5..7f979f84f0 100644 --- a/samples/layouts/card/integration/index.html +++ b/samples/layouts/card/integration/index.html @@ -97,12 +97,12 @@

Latest in articles

-

+ Hong Kong - between the business and faith -

-
+ + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore. -
+
@@ -125,12 +125,12 @@
-

+ Traveling alone? Why not! -

-
+ + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore. -
+
@@ -153,12 +153,12 @@
-

+ 10 hidden gems in Crete -

-
+ + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore. -
+
@@ -181,12 +181,12 @@
-

+ Close to the heart of Africa -

-
+ + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore. -
+
@@ -209,12 +209,12 @@
-

+ The perfect summer is in Oia, Greece -

-
+ + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore. -
+
diff --git a/samples/layouts/card/overview/index.html b/samples/layouts/card/overview/index.html index 8060b3a6d0..94aea9fe05 100644 --- a/samples/layouts/card/overview/index.html +++ b/samples/layouts/card/overview/index.html @@ -20,8 +20,8 @@ -

New York City

-
City in New York
+ New York City + City in New York
diff --git a/samples/layouts/card/semi-horizontal/index.html b/samples/layouts/card/semi-horizontal/index.html index 3eb603b5e4..2ba99b5f86 100644 --- a/samples/layouts/card/semi-horizontal/index.html +++ b/samples/layouts/card/semi-horizontal/index.html @@ -19,8 +19,8 @@
MD -
HERE
-
by Mellow D
+ HERE + by Mellow D

Far far away, behind the word mountains, diff --git a/samples/layouts/card/styling/index.html b/samples/layouts/card/styling/index.html index c02d7e306b..d534a969ef 100644 --- a/samples/layouts/card/styling/index.html +++ b/samples/layouts/card/styling/index.html @@ -20,8 +20,8 @@ -

Jane Doe

-
Professional Photographer
+ Jane Doe + Professional Photographer diff --git a/samples/layouts/carousel/animations/index.html b/samples/layouts/carousel/animations/index.html index 5e596bc647..f9d1e3880b 100644 --- a/samples/layouts/carousel/animations/index.html +++ b/samples/layouts/carousel/animations/index.html @@ -32,7 +32,7 @@
-

Ignite UI for Angular

+ Ignite UI for Angular

30+ Material-based Angular components to code speedy web apps faster.

@@ -52,7 +52,7 @@

Ignite UI for Angular

-

Ignite UI for Javascript

+ Ignite UI for Javascript

A complete JavaScript UI library empowering you to build data-rich responsive web apps.

@@ -72,7 +72,7 @@

Ignite UI for Javascript

-

Ultimate UI for ASP.NET

+ Ultimate UI for ASP.NET

Build full-featured business apps with the most versatile set of ASP.NET AJAX UI controls.

diff --git a/samples/layouts/expansion-panel/component-customization/index.html b/samples/layouts/expansion-panel/component-customization/index.html index 7b26c437e9..1c7bc5f54c 100644 --- a/samples/layouts/expansion-panel/component-customization/index.html +++ b/samples/layouts/expansion-panel/component-customization/index.html @@ -13,14 +13,14 @@
-

Golden Retriever

-

Medium-large gun dog

-
Show more
+ Golden Retriever + Medium-large gun dog + Show more - The Golden Retriever is a medium-large gun dog that retrieves shot waterfowl, such as ducks +

The Golden Retriever is a medium-large gun dog that retrieves shot waterfowl, such as ducks and upland game birds, during hunting and shooting parties.[3] The name "retriever" refers to the breed's ability to retrieve shot game undamaged due to their soft mouth. Golden retrievers have an instinctive love of water, and - are easy to train to basic or advanced obedience standards. + are easy to train to basic or advanced obedience standards.

Read more
diff --git a/samples/layouts/expansion-panel/component-customization/src/index.css b/samples/layouts/expansion-panel/component-customization/src/index.css deleted file mode 100644 index 1f53b8aa05..0000000000 --- a/samples/layouts/expansion-panel/component-customization/src/index.css +++ /dev/null @@ -1,2 +0,0 @@ -/* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file diff --git a/samples/layouts/expansion-panel/properties-and-events/index.html b/samples/layouts/expansion-panel/properties-and-events/index.html index 5237482904..540bfc11cc 100644 --- a/samples/layouts/expansion-panel/properties-and-events/index.html +++ b/samples/layouts/expansion-panel/properties-and-events/index.html @@ -13,13 +13,13 @@
-

Golden Retriever

-

Medium-large gun dog

- The Golden Retriever is a medium-large gun dog that retrieves shot waterfowl, such as ducks + Golden Retriever + Medium-large gun dog +

The Golden Retriever is a medium-large gun dog that retrieves shot waterfowl, such as ducks and upland game birds, during hunting and shooting parties.[3] The name "retriever" refers to the breed's ability to retrieve shot game undamaged due to their soft mouth. Golden retrievers have an instinctive love of water, and are easy to train to basic or advanced obedience standards. - +

diff --git a/samples/layouts/expansion-panel/properties-and-events/src/ExpansionPanelPropertiesAndEvents.css b/samples/layouts/expansion-panel/properties-and-events/src/ExpansionPanelPropertiesAndEvents.css index 5593e1b0cf..013ab0594c 100644 --- a/samples/layouts/expansion-panel/properties-and-events/src/ExpansionPanelPropertiesAndEvents.css +++ b/samples/layouts/expansion-panel/properties-and-events/src/ExpansionPanelPropertiesAndEvents.css @@ -1,12 +1,13 @@ igc-expansion-panel{ - width: 100%; - height: 300px; + max-width: 500px; + border: 1px solid rgba(171, 171, 171, 0.3); + margin-inline-end: auto; } span#fired-event { - background-color: rgba(0,0,0,0.5); - border-radius: 26px; - padding: 1rem 1.5rem; - color:white; - display: none; + background-color: rgba(0,0,0,0.5); + border-radius: 26px; + padding: 1rem 1.5rem; + color:white; + display: none; } diff --git a/samples/layouts/expansion-panel/properties-and-events/src/index.css b/samples/layouts/expansion-panel/properties-and-events/src/index.css deleted file mode 100644 index 1f53b8aa05..0000000000 --- a/samples/layouts/expansion-panel/properties-and-events/src/index.css +++ /dev/null @@ -1,2 +0,0 @@ -/* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file diff --git a/samples/layouts/expansion-panel/styling/index.html b/samples/layouts/expansion-panel/styling/index.html index cd51365f90..c0c6aa63dd 100644 --- a/samples/layouts/expansion-panel/styling/index.html +++ b/samples/layouts/expansion-panel/styling/index.html @@ -13,13 +13,13 @@
-

Golden Retriever

-

Medium-large gun dog

+ Golden Retriever + Medium-large gun dog - The Golden Retriever is a medium-large gun dog that retrieves shot waterfowl, such as ducks +

The Golden Retriever is a medium-large gun dog that retrieves shot waterfowl, such as ducks and upland game birds, during hunting and shooting parties.[3] The name "retriever" refers to the breed's ability to retrieve shot game undamaged due to their soft mouth. Golden retrievers have an instinctive love of water, and - are easy to train to basic or advanced obedience standards. + are easy to train to basic or advanced obedience standards.

Read more
diff --git a/samples/layouts/expansion-panel/styling/src/index.css b/samples/layouts/expansion-panel/styling/src/index.css deleted file mode 100644 index 1f53b8aa05..0000000000 --- a/samples/layouts/expansion-panel/styling/src/index.css +++ /dev/null @@ -1,2 +0,0 @@ -/* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file diff --git a/samples/layouts/expansion-panel/usage/index.html b/samples/layouts/expansion-panel/usage/index.html index c56aaca202..7eab24d92a 100644 --- a/samples/layouts/expansion-panel/usage/index.html +++ b/samples/layouts/expansion-panel/usage/index.html @@ -12,12 +12,12 @@
-

Golden Retriever

-

Medium-large gun dog

- The Golden Retriever is a medium-large gun dog that retrieves shot waterfowl, such as ducks + Golden Retriever + Medium-large gun dog +

The Golden Retriever is a medium-large gun dog that retrieves shot waterfowl, such as ducks and upland game birds, during hunting and shooting parties.[3] The name "retriever" refers to the breed's ability to retrieve shot game undamaged due to their soft mouth. Golden retrievers have an instinctive love of water, and - are easy to train to basic or advanced obedience standards. + are easy to train to basic or advanced obedience standards.

diff --git a/samples/layouts/expansion-panel/usage/src/index.css b/samples/layouts/expansion-panel/usage/src/index.css deleted file mode 100644 index 1f53b8aa05..0000000000 --- a/samples/layouts/expansion-panel/usage/src/index.css +++ /dev/null @@ -1,2 +0,0 @@ -/* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file diff --git a/samples/layouts/expansion-panel/usage/src/index.ts b/samples/layouts/expansion-panel/usage/src/index.ts index 8ed4961c3d..b1cb769150 100644 --- a/samples/layouts/expansion-panel/usage/src/index.ts +++ b/samples/layouts/expansion-panel/usage/src/index.ts @@ -4,8 +4,8 @@ import './ExpansionPanelUsage.css'; defineComponents(IgcExpansionPanelComponent, IgcIconComponent); export class ExpansionPanelUsage { - constructor() { - } + constructor() { + } } new ExpansionPanelUsage(); diff --git a/samples/layouts/tabs/alignment/index.html b/samples/layouts/tabs/alignment/index.html index bc81f96304..b320f4ecee 100644 --- a/samples/layouts/tabs/alignment/index.html +++ b/samples/layouts/tabs/alignment/index.html @@ -23,19 +23,19 @@ -
Basics
+ Basics

Basics tab panel

-
Details
+ Details

Details tab panel

-
Custom
+ Custom

Custom tab panel

-
Disabled
+ Disabled

Disabled tab panel won't be displayed

diff --git a/samples/layouts/tabs/alignment/src/index.css b/samples/layouts/tabs/alignment/src/index.css index 1f53b8aa05..4531e4a70a 100644 --- a/samples/layouts/tabs/alignment/src/index.css +++ b/samples/layouts/tabs/alignment/src/index.css @@ -1,2 +1,6 @@ /* shared styles are loaded from: */ -/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ \ No newline at end of file +/* https://dl.infragistics.com/x/css/samples/shared.v8.css */ + +igc-radio-group { + padding-block-end: 12px; +} \ No newline at end of file diff --git a/samples/layouts/tabs/alignment/src/index.ts b/samples/layouts/tabs/alignment/src/index.ts index 670ff987ee..b118c5f7b6 100644 --- a/samples/layouts/tabs/alignment/src/index.ts +++ b/samples/layouts/tabs/alignment/src/index.ts @@ -1,5 +1,6 @@ import { defineComponents, IgcTabsComponent, IgcRadioGroupComponent, IgcRadioComponent } from 'igniteui-webcomponents'; import 'igniteui-webcomponents/themes/light/bootstrap.css'; +import './index.css'; defineComponents(IgcTabsComponent, IgcRadioComponent, IgcRadioGroupComponent); diff --git a/samples/layouts/tile-manager/actions/index.html b/samples/layouts/tile-manager/actions/index.html index ea5b5a2fa6..eb7cd843ed 100644 --- a/samples/layouts/tile-manager/actions/index.html +++ b/samples/layouts/tile-manager/actions/index.html @@ -17,15 +17,15 @@
-

Default Actions

+ Default Actions

This tile has default actions and title.

-

No Fullscreen Action

+ No Fullscreen Action

Fullscreen is disabled via property.

-

Custom Actions

+ Custom Actions

Replace the default actions with custom ones, and include extra actions when the tile is maximized.

@@ -36,7 +36,7 @@

Custom Actions

Display only custom actions in the header.

-

Only title

+ Only title

Display only title in the header.

diff --git a/samples/layouts/tile-manager/overview/index.html b/samples/layouts/tile-manager/overview/index.html index ec7410399b..bd419ae86d 100644 --- a/samples/layouts/tile-manager/overview/index.html +++ b/samples/layouts/tile-manager/overview/index.html @@ -19,7 +19,7 @@ -

Order info

+ Order info @@ -79,7 +79,7 @@

Order info

-

Order Line Items

+ Order Line Items
@@ -89,7 +89,7 @@

Order Line Items

-

Carnavon Tigers

+ Carnavon Tigers
@@ -109,7 +109,7 @@

Carnavon Tigers

-

Guarana Fantastica

+ Guarana Fantastica
@@ -129,7 +129,7 @@

Guarana Fantastica

-

Vegie-spread

+ Vegie-spread
@@ -149,7 +149,7 @@

Vegie-spread

-

Rhonbrau Klosterbier

+ Rhonbrau Klosterbier
@@ -164,13 +164,13 @@

Rhonbrau Klosterbier

-

Order Value

+ Order Value

$8.66K

-

Item quantity

+ Item quantity

4

diff --git a/samples/scheduling/date-picker/dialog-mode/index.html b/samples/scheduling/date-picker/dialog-mode/index.html index d50f79ba10..a57da79df8 100644 --- a/samples/scheduling/date-picker/dialog-mode/index.html +++ b/samples/scheduling/date-picker/dialog-mode/index.html @@ -15,7 +15,7 @@
-

Date

+ Date
diff --git a/samples/scheduling/date-picker/form/index.html b/samples/scheduling/date-picker/form/index.html index c73e432d8d..9cb6411f74 100644 --- a/samples/scheduling/date-picker/form/index.html +++ b/samples/scheduling/date-picker/form/index.html @@ -17,7 +17,7 @@
-

Date

+ Date
Submit diff --git a/samples/scheduling/date-picker/overview/index.html b/samples/scheduling/date-picker/overview/index.html index 92517b79a4..190595a92a 100644 --- a/samples/scheduling/date-picker/overview/index.html +++ b/samples/scheduling/date-picker/overview/index.html @@ -15,7 +15,7 @@
-

Date

+ Date
diff --git a/samples/scheduling/date-picker/styling/index.html b/samples/scheduling/date-picker/styling/index.html index a370ef8ca5..22a6bc3570 100644 --- a/samples/scheduling/date-picker/styling/index.html +++ b/samples/scheduling/date-picker/styling/index.html @@ -15,7 +15,7 @@
-

Date

+ Date