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 @@
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 @@