@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 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
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.59-dev",
4
+ "version": "8.0.60-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"