@omnia/fx-models 8.0.321-dev → 8.0.322-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.
@@ -366,6 +366,7 @@ export interface VelcronSlidePanelDefinition extends VelcronDefinition {
366
366
  type: "slide-panel";
367
367
  slidesPerView?: VelcronBindableProp<number>;
368
368
  delay?: VelcronBindableProp<number>;
369
+ speed?: VelcronBindableProp<number>;
369
370
  pagination?: VelcronBindableProp<boolean>;
370
371
  navigation?: VelcronBindableProp<boolean>;
371
372
  scrollbar?: VelcronBindableProp<boolean>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.321-dev",
4
+ "version": "8.0.322-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"