@htmlbricks/hb-modal-video 0.65.23 → 0.66.1

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/manifest.json CHANGED
@@ -89,44 +89,7 @@
89
89
  }
90
90
  },
91
91
  "styleSetup": {
92
- "vars": [
93
- {
94
- "name": "--bs-primary",
95
- "valueType": "color",
96
- "theme": "bootstrap",
97
- "defaultValue": "#07689f"
98
- },
99
- {
100
- "name": "--bs-secondary",
101
- "valueType": "color",
102
- "theme": "bootstrap",
103
- "defaultValue": "#c9d6df"
104
- },
105
- {
106
- "name": "--bs-success",
107
- "valueType": "color",
108
- "theme": "bootstrap",
109
- "defaultValue": "#11d3bc"
110
- },
111
- {
112
- "name": "--bs-info",
113
- "valueType": "color",
114
- "theme": "bootstrap",
115
- "defaultValue": "#a2d5f2"
116
- },
117
- {
118
- "name": "--bs-warning",
119
- "valueType": "color",
120
- "theme": "bootstrap",
121
- "defaultValue": "#ffc107"
122
- },
123
- {
124
- "name": "--bs-danger",
125
- "valueType": "color",
126
- "theme": "bootstrap",
127
- "defaultValue": "#f67280"
128
- }
129
- ],
92
+ "vars": [],
130
93
  "parts": []
131
94
  },
132
95
  "contributors": [],
@@ -165,5 +128,5 @@
165
128
  "size": {},
166
129
  "iifePath": "main.iife.js",
167
130
  "repoName": "@htmlbricks/hb-modal-video",
168
- "version": "0.65.23"
131
+ "version": "0.66.1"
169
132
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-modal-video",
3
- "version": "0.65.23",
3
+ "version": "0.66.1",
4
4
  "contributors": [],
5
5
  "description": "Video modal built on hb-dialog: when uri is set the dialog opens with either a YouTube iframe (provider youtube) or an HTML5 video element, optional title slot, and videoModalEvent when visibility changes.",
6
6
  "licenses": [