@italia/video 1.0.0-alpha.10 → 1.0.0-alpha.11

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.
@@ -476,58 +476,58 @@
476
476
  },
477
477
  {
478
478
  "kind": "javascript-module",
479
- "path": "src/util/youtube-video.js",
479
+ "path": "src/locales/it.ts",
480
480
  "declarations": [
481
- {
482
- "kind": "function",
483
- "name": "initYoutubePlugin",
484
- "parameters": [
485
- {
486
- "name": "videojs"
487
- }
488
- ],
489
- "description": "--------------------------------------------------------------------------\nBootstrap Italia (https://italia.github.io/bootstrap-italia/)\nAuthors: https://github.com/italia/bootstrap-italia/blob/main/AUTHORS\nLicensed under BSD-3-Clause license (https://github.com/italia/bootstrap-italia/blob/main/LICENSE)\nThis file is a modified version of Benoit Tremblay's VideoJS YouTube plugin\nMain repository: https://github.com/videojs/videojs-youtube\nCopyright (c) 2014-2015 Benoit Tremblay <trembl.ben@gmail.com>\nLicensed under MIT license (https://github.com/videojs/videojs-youtube?tab=readme-ov-file#license)\n--------------------------------------------------------------------------"
490
- },
491
481
  {
492
482
  "kind": "variable",
493
- "name": "playerVars",
483
+ "name": "translation",
494
484
  "type": {
495
- "text": "object"
485
+ "text": "DefaultTranslation"
496
486
  },
497
- "default": "{ controls: 0, modestbranding: 1, rel: 0, showinfo: 0, loop: this.options_.loop ? 1 : 0, }"
487
+ "default": "{ $code: 'it', $name: 'Italiano', $dir: 'ltr', // consenso video_consent_icon: 'it-video', video_consent_text: 'Accetta i cookie di YouTube per vedere il video. Puoi gestire le preferenze nella <a href=\"#\" class=\"text-white\">cookie policy</a>.', video_consent_accept: 'Accetta', video_consent_remember: 'Ricorda per tutti i video', }"
498
488
  }
499
489
  ],
500
490
  "exports": [
501
491
  {
502
492
  "kind": "js",
503
- "name": "initYoutubePlugin",
493
+ "name": "default",
504
494
  "declaration": {
505
- "name": "initYoutubePlugin",
506
- "module": "src/util/youtube-video.js"
495
+ "name": "translation",
496
+ "module": "src/locales/it.ts"
507
497
  }
508
498
  }
509
499
  ]
510
500
  },
511
501
  {
512
502
  "kind": "javascript-module",
513
- "path": "src/locales/it.ts",
503
+ "path": "src/util/youtube-video.js",
514
504
  "declarations": [
505
+ {
506
+ "kind": "function",
507
+ "name": "initYoutubePlugin",
508
+ "parameters": [
509
+ {
510
+ "name": "videojs"
511
+ }
512
+ ],
513
+ "description": "--------------------------------------------------------------------------\nBootstrap Italia (https://italia.github.io/bootstrap-italia/)\nAuthors: https://github.com/italia/bootstrap-italia/blob/main/AUTHORS\nLicensed under BSD-3-Clause license (https://github.com/italia/bootstrap-italia/blob/main/LICENSE)\nThis file is a modified version of Benoit Tremblay's VideoJS YouTube plugin\nMain repository: https://github.com/videojs/videojs-youtube\nCopyright (c) 2014-2015 Benoit Tremblay <trembl.ben@gmail.com>\nLicensed under MIT license (https://github.com/videojs/videojs-youtube?tab=readme-ov-file#license)\n--------------------------------------------------------------------------"
514
+ },
515
515
  {
516
516
  "kind": "variable",
517
- "name": "translation",
517
+ "name": "playerVars",
518
518
  "type": {
519
- "text": "DefaultTranslation"
519
+ "text": "object"
520
520
  },
521
- "default": "{ $code: 'it', $name: 'Italiano', $dir: 'ltr', // consenso video_consent_icon: 'it-video', video_consent_text: 'Accetta i cookie di YouTube per vedere il video. Puoi gestire le preferenze nella <a href=\"#\" class=\"text-white\">cookie policy</a>.', video_consent_accept: 'Accetta', video_consent_remember: 'Ricorda per tutti i video', }"
521
+ "default": "{ controls: 0, modestbranding: 1, rel: 0, showinfo: 0, loop: this.options_.loop ? 1 : 0, }"
522
522
  }
523
523
  ],
524
524
  "exports": [
525
525
  {
526
526
  "kind": "js",
527
- "name": "default",
527
+ "name": "initYoutubePlugin",
528
528
  "declaration": {
529
- "name": "translation",
530
- "module": "src/locales/it.ts"
529
+ "name": "initYoutubePlugin",
530
+ "module": "src/util/youtube-video.js"
531
531
  }
532
532
  }
533
533
  ]
@@ -71131,7 +71131,7 @@ if (typeof window !== 'undefined') {
71131
71131
  window._itAnalytics = window._itAnalytics || {};
71132
71132
  window._itAnalytics = {
71133
71133
  ...window._itAnalytics,
71134
- version: '1.0.0-alpha.10',
71134
+ version: '1.0.0-alpha.11',
71135
71135
  };
71136
71136
  }
71137
71137