@uniformdev/canvas 20.37.0 → 20.37.1-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.
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +2 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
@@ -13177,6 +13177,7 @@ interface paths {
|
|
13177
13177
|
/** Format: uuid */
|
13178
13178
|
_id: string;
|
13179
13179
|
_name: string;
|
13180
|
+
_pattern?: string;
|
13180
13181
|
};
|
13181
13182
|
/** @description When set, this is a child edition of the instance in _id */
|
13182
13183
|
edition?: {
|
package/dist/index.d.ts
CHANGED
@@ -13177,6 +13177,7 @@ interface paths {
|
|
13177
13177
|
/** Format: uuid */
|
13178
13178
|
_id: string;
|
13179
13179
|
_name: string;
|
13180
|
+
_pattern?: string;
|
13180
13181
|
};
|
13181
13182
|
/** @description When set, this is a child edition of the instance in _id */
|
13182
13183
|
edition?: {
|
package/dist/index.esm.js
CHANGED
@@ -3354,7 +3354,8 @@ function mapSlotToTestVariations(slot) {
|
|
3354
3354
|
return {
|
3355
3355
|
...v,
|
3356
3356
|
id,
|
3357
|
-
testDistribution: contextTag == null ? void 0 : contextTag.testDistribution
|
3357
|
+
testDistribution: contextTag == null ? void 0 : contextTag.testDistribution,
|
3358
|
+
control: contextTag == null ? void 0 : contextTag.control
|
3358
3359
|
};
|
3359
3360
|
});
|
3360
3361
|
}
|
package/dist/index.js
CHANGED
@@ -3523,7 +3523,8 @@ function mapSlotToTestVariations(slot) {
|
|
3523
3523
|
return {
|
3524
3524
|
...v,
|
3525
3525
|
id,
|
3526
|
-
testDistribution: contextTag == null ? void 0 : contextTag.testDistribution
|
3526
|
+
testDistribution: contextTag == null ? void 0 : contextTag.testDistribution,
|
3527
|
+
control: contextTag == null ? void 0 : contextTag.control
|
3527
3528
|
};
|
3528
3529
|
});
|
3529
3530
|
}
|
package/dist/index.mjs
CHANGED
@@ -3354,7 +3354,8 @@ function mapSlotToTestVariations(slot) {
|
|
3354
3354
|
return {
|
3355
3355
|
...v,
|
3356
3356
|
id,
|
3357
|
-
testDistribution: contextTag == null ? void 0 : contextTag.testDistribution
|
3357
|
+
testDistribution: contextTag == null ? void 0 : contextTag.testDistribution,
|
3358
|
+
control: contextTag == null ? void 0 : contextTag.control
|
3358
3359
|
};
|
3359
3360
|
});
|
3360
3361
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "20.37.
|
3
|
+
"version": "20.37.1-alpha.11+f4e46464b5",
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -41,9 +41,9 @@
|
|
41
41
|
"svix": "1.71.0"
|
42
42
|
},
|
43
43
|
"dependencies": {
|
44
|
-
"@uniformdev/assets": "20.37.
|
45
|
-
"@uniformdev/context": "20.37.
|
46
|
-
"@uniformdev/richtext": "20.37.
|
44
|
+
"@uniformdev/assets": "20.37.1-alpha.11+f4e46464b5",
|
45
|
+
"@uniformdev/context": "20.37.1-alpha.11+f4e46464b5",
|
46
|
+
"@uniformdev/richtext": "20.37.1-alpha.11+f4e46464b5",
|
47
47
|
"immer": "10.1.1"
|
48
48
|
},
|
49
49
|
"files": [
|
@@ -52,5 +52,5 @@
|
|
52
52
|
"publishConfig": {
|
53
53
|
"access": "public"
|
54
54
|
},
|
55
|
-
"gitHead": "
|
55
|
+
"gitHead": "f4e46464b5578eadab4feec5dcb102446067e053"
|
56
56
|
}
|