@omnia/fx-models 8.0.59-dev → 8.0.60-dev
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/ManifestIds.d.ts +1 -0
- package/ManifestIds.js +3 -0
- package/package.json +1 -1
package/ManifestIds.d.ts
CHANGED
|
@@ -194,6 +194,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
194
194
|
static get OSelect(): Guid;
|
|
195
195
|
static get OSkeletonLoader(): Guid;
|
|
196
196
|
static get OSlider(): Guid;
|
|
197
|
+
static get ORangeSlider(): Guid;
|
|
197
198
|
static get OSnackbar(): Guid;
|
|
198
199
|
static get OSpacer(): Guid;
|
|
199
200
|
static get OStepper(): Guid;
|
package/ManifestIds.js
CHANGED
|
@@ -595,6 +595,9 @@ class OmniaWebComponentManifests {
|
|
|
595
595
|
static get OSlider() {
|
|
596
596
|
return new models_1.Guid("d108fdde-5ca9-42d7-ae92-195eb74b5452");
|
|
597
597
|
}
|
|
598
|
+
static get ORangeSlider() {
|
|
599
|
+
return new models_1.Guid("8a82f6b5-41cc-49b2-ade3-e5b880fd3a58");
|
|
600
|
+
}
|
|
598
601
|
static get OSnackbar() {
|
|
599
602
|
return new models_1.Guid("a19feddc-d78b-4065-b765-0162fd088379");
|
|
600
603
|
}
|