@codebards/ik-embeddable-form 0.0.29-qa → 0.0.30-qa

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.
@@ -0,0 +1,21 @@
1
+ {
2
+ "id": "midnight",
3
+ "overrides": {
4
+ "layout": {
5
+ "styleVariant": "midnight",
6
+ "leftPanel": {
7
+ "type": "composable",
8
+ "data": {
9
+ "headline": "Register to",
10
+ "headlineAccent": "Turbocharge your career",
11
+ "subheadline": "Learn AI/ML with FAANG+ experts",
12
+ "benefits": [
13
+ "Sign up for webinar",
14
+ "Get a FAANG career consultation",
15
+ "Uplevel with the right AI skills"
16
+ ]
17
+ }
18
+ }
19
+ }
20
+ }
21
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codebards/ik-embeddable-form",
3
- "version": "0.0.29-qa",
3
+ "version": "0.0.30-qa",
4
4
  "description": "Production-ready config-driven embeddable form platform with Shadow DOM isolation",
5
5
  "type": "module",
6
6
  "main": "dist/embed.js",