@nuralogix.ai/web-measurement-embedded-app 0.1.0-alpha.14 → 0.1.0-alpha.15
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/dist/app.mjs +18 -18
- package/dist/stylex.css +12 -0
- package/lib/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/stylex.css
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
background: #ffffffbf;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
+
.background-xlu028j {
|
|
7
|
+
background: #ffffffe6;
|
|
8
|
+
}
|
|
9
|
+
|
|
6
10
|
.border-x7vd2ds {
|
|
7
11
|
border: 1px solid #dee2e6;
|
|
8
12
|
}
|
|
@@ -43,6 +47,10 @@
|
|
|
43
47
|
padding: 20px;
|
|
44
48
|
}
|
|
45
49
|
|
|
50
|
+
.padding-xtsht4i {
|
|
51
|
+
padding: 2rem 0;
|
|
52
|
+
}
|
|
53
|
+
|
|
46
54
|
.padding-x1ff1495 {
|
|
47
55
|
padding: 8px 16px;
|
|
48
56
|
}
|
|
@@ -166,6 +174,10 @@
|
|
|
166
174
|
.zIndex-x1n327nk {
|
|
167
175
|
z-index: 10;
|
|
168
176
|
}
|
|
177
|
+
|
|
178
|
+
.zIndex-x1355qak {
|
|
179
|
+
z-index: 20;
|
|
180
|
+
}
|
|
169
181
|
}
|
|
170
182
|
|
|
171
183
|
@layer priority4 {
|
package/lib/index.d.ts
CHANGED
|
@@ -1103,4 +1103,4 @@ declare class MeasurementEmbeddedApp implements MeasurementEmbedded {
|
|
|
1103
1103
|
}
|
|
1104
1104
|
|
|
1105
1105
|
export { ErrorCodes, appEvents, MeasurementEmbeddedApp as default, faceAttributeValue, measurementEmbeddedAppEvents };
|
|
1106
|
-
export type { AppSettings, DfxPointId, MeasurementEmbeddedAppError, MeasurementEmbeddedAppOptions, MeasurementErrorCodes, Point, Profile, Results };
|
|
1106
|
+
export type { AppSettings, DfxPointId, DialSection, IMeta, MeasurementEmbeddedAppError, MeasurementEmbeddedAppOptions, MeasurementErrorCodes, Point, PointGroupType, Profile, Results };
|