@genesislcap/foundation-utils 14.94.2 → 14.96.0
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/custom-elements.json +120 -76
- package/dist/dts/styles/index.d.ts +1 -0
- package/dist/dts/styles/index.d.ts.map +1 -1
- package/dist/dts/styles/toElementStyles.d.ts +10 -0
- package/dist/dts/styles/toElementStyles.d.ts.map +1 -0
- package/dist/esm/styles/index.js +1 -0
- package/dist/esm/styles/toElementStyles.js +20 -0
- package/dist/foundation-utils.api.json +60 -0
- package/dist/foundation-utils.d.ts +10 -0
- package/docs/api/foundation-utils.md +1 -0
- package/docs/api/foundation-utils.toelementstyles.md +28 -0
- package/docs/api-report.md +4 -0
- package/package.json +5 -5
|
@@ -143,59 +143,6 @@
|
|
|
143
143
|
}
|
|
144
144
|
]
|
|
145
145
|
},
|
|
146
|
-
{
|
|
147
|
-
"kind": "javascript-module",
|
|
148
|
-
"path": "src/decorators/index.ts",
|
|
149
|
-
"declarations": [],
|
|
150
|
-
"exports": [
|
|
151
|
-
{
|
|
152
|
-
"kind": "js",
|
|
153
|
-
"name": "*",
|
|
154
|
-
"declaration": {
|
|
155
|
-
"name": "*",
|
|
156
|
-
"package": "./renderOnChange"
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
]
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"kind": "javascript-module",
|
|
163
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
164
|
-
"declarations": [
|
|
165
|
-
{
|
|
166
|
-
"kind": "function",
|
|
167
|
-
"name": "renderOnChange",
|
|
168
|
-
"parameters": [
|
|
169
|
-
{
|
|
170
|
-
"name": "target",
|
|
171
|
-
"type": {
|
|
172
|
-
"text": "FASTElement & { render(): void }"
|
|
173
|
-
},
|
|
174
|
-
"description": "The target to define the property change handler on."
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"name": "name",
|
|
178
|
-
"type": {
|
|
179
|
-
"text": "string"
|
|
180
|
-
},
|
|
181
|
-
"description": "The property name."
|
|
182
|
-
}
|
|
183
|
-
],
|
|
184
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
185
|
-
"privacy": "public"
|
|
186
|
-
}
|
|
187
|
-
],
|
|
188
|
-
"exports": [
|
|
189
|
-
{
|
|
190
|
-
"kind": "js",
|
|
191
|
-
"name": "renderOnChange",
|
|
192
|
-
"declaration": {
|
|
193
|
-
"name": "renderOnChange",
|
|
194
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
]
|
|
198
|
-
},
|
|
199
146
|
{
|
|
200
147
|
"kind": "javascript-module",
|
|
201
148
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -394,6 +341,59 @@
|
|
|
394
341
|
}
|
|
395
342
|
]
|
|
396
343
|
},
|
|
344
|
+
{
|
|
345
|
+
"kind": "javascript-module",
|
|
346
|
+
"path": "src/decorators/index.ts",
|
|
347
|
+
"declarations": [],
|
|
348
|
+
"exports": [
|
|
349
|
+
{
|
|
350
|
+
"kind": "js",
|
|
351
|
+
"name": "*",
|
|
352
|
+
"declaration": {
|
|
353
|
+
"name": "*",
|
|
354
|
+
"package": "./renderOnChange"
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"kind": "javascript-module",
|
|
361
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
362
|
+
"declarations": [
|
|
363
|
+
{
|
|
364
|
+
"kind": "function",
|
|
365
|
+
"name": "renderOnChange",
|
|
366
|
+
"parameters": [
|
|
367
|
+
{
|
|
368
|
+
"name": "target",
|
|
369
|
+
"type": {
|
|
370
|
+
"text": "FASTElement & { render(): void }"
|
|
371
|
+
},
|
|
372
|
+
"description": "The target to define the property change handler on."
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"name": "name",
|
|
376
|
+
"type": {
|
|
377
|
+
"text": "string"
|
|
378
|
+
},
|
|
379
|
+
"description": "The property name."
|
|
380
|
+
}
|
|
381
|
+
],
|
|
382
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
383
|
+
"privacy": "public"
|
|
384
|
+
}
|
|
385
|
+
],
|
|
386
|
+
"exports": [
|
|
387
|
+
{
|
|
388
|
+
"kind": "js",
|
|
389
|
+
"name": "renderOnChange",
|
|
390
|
+
"declaration": {
|
|
391
|
+
"name": "renderOnChange",
|
|
392
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
]
|
|
396
|
+
},
|
|
397
397
|
{
|
|
398
398
|
"kind": "javascript-module",
|
|
399
399
|
"path": "src/design-system/design-system.ts",
|
|
@@ -443,6 +443,29 @@
|
|
|
443
443
|
}
|
|
444
444
|
]
|
|
445
445
|
},
|
|
446
|
+
{
|
|
447
|
+
"kind": "javascript-module",
|
|
448
|
+
"path": "src/directives/index.ts",
|
|
449
|
+
"declarations": [],
|
|
450
|
+
"exports": [
|
|
451
|
+
{
|
|
452
|
+
"kind": "js",
|
|
453
|
+
"name": "*",
|
|
454
|
+
"declaration": {
|
|
455
|
+
"name": "*",
|
|
456
|
+
"package": "./sync"
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"kind": "js",
|
|
461
|
+
"name": "*",
|
|
462
|
+
"declaration": {
|
|
463
|
+
"name": "*",
|
|
464
|
+
"package": "./when-else"
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
]
|
|
468
|
+
},
|
|
446
469
|
{
|
|
447
470
|
"kind": "javascript-module",
|
|
448
471
|
"path": "src/env/index.ts",
|
|
@@ -666,29 +689,6 @@
|
|
|
666
689
|
}
|
|
667
690
|
]
|
|
668
691
|
},
|
|
669
|
-
{
|
|
670
|
-
"kind": "javascript-module",
|
|
671
|
-
"path": "src/directives/index.ts",
|
|
672
|
-
"declarations": [],
|
|
673
|
-
"exports": [
|
|
674
|
-
{
|
|
675
|
-
"kind": "js",
|
|
676
|
-
"name": "*",
|
|
677
|
-
"declaration": {
|
|
678
|
-
"name": "*",
|
|
679
|
-
"package": "./sync"
|
|
680
|
-
}
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"kind": "js",
|
|
684
|
-
"name": "*",
|
|
685
|
-
"declaration": {
|
|
686
|
-
"name": "*",
|
|
687
|
-
"package": "./when-else"
|
|
688
|
-
}
|
|
689
|
-
}
|
|
690
|
-
]
|
|
691
|
-
},
|
|
692
692
|
{
|
|
693
693
|
"kind": "javascript-module",
|
|
694
694
|
"path": "src/error/errorMap.ts",
|
|
@@ -1471,6 +1471,14 @@
|
|
|
1471
1471
|
"name": "*",
|
|
1472
1472
|
"package": "./typography"
|
|
1473
1473
|
}
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"kind": "js",
|
|
1477
|
+
"name": "*",
|
|
1478
|
+
"declaration": {
|
|
1479
|
+
"name": "*",
|
|
1480
|
+
"package": "./toElementStyles"
|
|
1481
|
+
}
|
|
1474
1482
|
}
|
|
1475
1483
|
]
|
|
1476
1484
|
},
|
|
@@ -1545,6 +1553,42 @@
|
|
|
1545
1553
|
}
|
|
1546
1554
|
]
|
|
1547
1555
|
},
|
|
1556
|
+
{
|
|
1557
|
+
"kind": "javascript-module",
|
|
1558
|
+
"path": "src/styles/toElementStyles.ts",
|
|
1559
|
+
"declarations": [
|
|
1560
|
+
{
|
|
1561
|
+
"kind": "function",
|
|
1562
|
+
"name": "toElementStyles",
|
|
1563
|
+
"return": {
|
|
1564
|
+
"type": {
|
|
1565
|
+
"text": "ElementStyles"
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
"parameters": [
|
|
1569
|
+
{
|
|
1570
|
+
"name": "styles",
|
|
1571
|
+
"type": {
|
|
1572
|
+
"text": "ComposableStyles | ComposableStyles[]"
|
|
1573
|
+
},
|
|
1574
|
+
"description": "ComposableStyles or a ComposableStyles array."
|
|
1575
|
+
}
|
|
1576
|
+
],
|
|
1577
|
+
"description": "toElementStyles.",
|
|
1578
|
+
"privacy": "public"
|
|
1579
|
+
}
|
|
1580
|
+
],
|
|
1581
|
+
"exports": [
|
|
1582
|
+
{
|
|
1583
|
+
"kind": "js",
|
|
1584
|
+
"name": "toElementStyles",
|
|
1585
|
+
"declaration": {
|
|
1586
|
+
"name": "toElementStyles",
|
|
1587
|
+
"module": "src/styles/toElementStyles.ts"
|
|
1588
|
+
}
|
|
1589
|
+
}
|
|
1590
|
+
]
|
|
1591
|
+
},
|
|
1548
1592
|
{
|
|
1549
1593
|
"kind": "javascript-module",
|
|
1550
1594
|
"path": "src/styles/typography.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/styles/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/styles/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ComposableStyles, ElementStyles } from '@microsoft/fast-element';
|
|
2
|
+
/**
|
|
3
|
+
* toElementStyles.
|
|
4
|
+
* @remarks
|
|
5
|
+
* Converts {@link @microsoft/fast-element#ComposableStyles} or a ComposableStyles array to {@link @microsoft/fast-element#ElementStyles}.
|
|
6
|
+
* @param styles - ComposableStyles or a ComposableStyles array.
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export declare function toElementStyles(styles: ComposableStyles | ComposableStyles[]): ElementStyles;
|
|
10
|
+
//# sourceMappingURL=toElementStyles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toElementStyles.d.ts","sourceRoot":"","sources":["../../../src/styles/toElementStyles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE1E;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,MAAM,EAAE,gBAAgB,GAAG,gBAAgB,EAAE,GAAG,aAAa,CAW5F"}
|
package/dist/esm/styles/index.js
CHANGED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ElementStyles } from '@microsoft/fast-element';
|
|
2
|
+
/**
|
|
3
|
+
* toElementStyles.
|
|
4
|
+
* @remarks
|
|
5
|
+
* Converts {@link @microsoft/fast-element#ComposableStyles} or a ComposableStyles array to {@link @microsoft/fast-element#ElementStyles}.
|
|
6
|
+
* @param styles - ComposableStyles or a ComposableStyles array.
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export function toElementStyles(styles) {
|
|
10
|
+
if (!styles) {
|
|
11
|
+
return;
|
|
12
|
+
}
|
|
13
|
+
if (Array.isArray(styles)) {
|
|
14
|
+
return ElementStyles.create(styles);
|
|
15
|
+
}
|
|
16
|
+
if (styles instanceof ElementStyles) {
|
|
17
|
+
return styles;
|
|
18
|
+
}
|
|
19
|
+
return ElementStyles.create([styles]);
|
|
20
|
+
}
|
|
@@ -12053,6 +12053,66 @@
|
|
|
12053
12053
|
],
|
|
12054
12054
|
"name": "sync"
|
|
12055
12055
|
},
|
|
12056
|
+
{
|
|
12057
|
+
"kind": "Function",
|
|
12058
|
+
"canonicalReference": "@genesislcap/foundation-utils!toElementStyles:function(1)",
|
|
12059
|
+
"docComment": "/**\n * toElementStyles.\n *\n * @remarks\n *\n * Converts {@link @microsoft/fast-element#ComposableStyles} or a ComposableStyles array to {@link @microsoft/fast-element#ElementStyles}.\n *\n * @param styles - ComposableStyles or a ComposableStyles array.\n *\n * @public\n */\n",
|
|
12060
|
+
"excerptTokens": [
|
|
12061
|
+
{
|
|
12062
|
+
"kind": "Content",
|
|
12063
|
+
"text": "export declare function toElementStyles(styles: "
|
|
12064
|
+
},
|
|
12065
|
+
{
|
|
12066
|
+
"kind": "Reference",
|
|
12067
|
+
"text": "ComposableStyles",
|
|
12068
|
+
"canonicalReference": "@microsoft/fast-element!ComposableStyles:type"
|
|
12069
|
+
},
|
|
12070
|
+
{
|
|
12071
|
+
"kind": "Content",
|
|
12072
|
+
"text": " | "
|
|
12073
|
+
},
|
|
12074
|
+
{
|
|
12075
|
+
"kind": "Reference",
|
|
12076
|
+
"text": "ComposableStyles",
|
|
12077
|
+
"canonicalReference": "@microsoft/fast-element!ComposableStyles:type"
|
|
12078
|
+
},
|
|
12079
|
+
{
|
|
12080
|
+
"kind": "Content",
|
|
12081
|
+
"text": "[]"
|
|
12082
|
+
},
|
|
12083
|
+
{
|
|
12084
|
+
"kind": "Content",
|
|
12085
|
+
"text": "): "
|
|
12086
|
+
},
|
|
12087
|
+
{
|
|
12088
|
+
"kind": "Reference",
|
|
12089
|
+
"text": "ElementStyles",
|
|
12090
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
12091
|
+
},
|
|
12092
|
+
{
|
|
12093
|
+
"kind": "Content",
|
|
12094
|
+
"text": ";"
|
|
12095
|
+
}
|
|
12096
|
+
],
|
|
12097
|
+
"fileUrlPath": "src/styles/toElementStyles.ts",
|
|
12098
|
+
"returnTypeTokenRange": {
|
|
12099
|
+
"startIndex": 6,
|
|
12100
|
+
"endIndex": 7
|
|
12101
|
+
},
|
|
12102
|
+
"releaseTag": "Public",
|
|
12103
|
+
"overloadIndex": 1,
|
|
12104
|
+
"parameters": [
|
|
12105
|
+
{
|
|
12106
|
+
"parameterName": "styles",
|
|
12107
|
+
"parameterTypeTokenRange": {
|
|
12108
|
+
"startIndex": 1,
|
|
12109
|
+
"endIndex": 5
|
|
12110
|
+
},
|
|
12111
|
+
"isOptional": false
|
|
12112
|
+
}
|
|
12113
|
+
],
|
|
12114
|
+
"name": "toElementStyles"
|
|
12115
|
+
},
|
|
12056
12116
|
{
|
|
12057
12117
|
"kind": "Variable",
|
|
12058
12118
|
"canonicalReference": "@genesislcap/foundation-utils!TypeRampValues:var",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Binding } from '@microsoft/fast-element';
|
|
2
2
|
import { CaptureType } from '@microsoft/fast-element';
|
|
3
|
+
import { ComposableStyles } from '@microsoft/fast-element';
|
|
3
4
|
import { Consola } from 'consola';
|
|
4
5
|
import { ConsolaOptions } from 'consola';
|
|
5
6
|
import { Constructable } from '@microsoft/fast-element';
|
|
@@ -1601,6 +1602,15 @@ export declare type Subscribe<EventType> = (listener: Listener<EventType>) => ()
|
|
|
1601
1602
|
*/
|
|
1602
1603
|
export declare function sync<TSource = any, TReturn = any>(binding: Binding<TSource, TReturn>, conversionType?: ConversionType, eventName?: EventName, keyAttr?: string): CaptureType<TSource>;
|
|
1603
1604
|
|
|
1605
|
+
/**
|
|
1606
|
+
* toElementStyles.
|
|
1607
|
+
* @remarks
|
|
1608
|
+
* Converts {@link @microsoft/fast-element#ComposableStyles} or a ComposableStyles array to {@link @microsoft/fast-element#ElementStyles}.
|
|
1609
|
+
* @param styles - ComposableStyles or a ComposableStyles array.
|
|
1610
|
+
* @public
|
|
1611
|
+
*/
|
|
1612
|
+
export declare function toElementStyles(styles: ComposableStyles | ComposableStyles[]): ElementStyles;
|
|
1613
|
+
|
|
1604
1614
|
/**
|
|
1605
1615
|
* An object containing type ramp values.
|
|
1606
1616
|
* @public
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
| [JSONReviver(key, value)](./foundation-utils.jsonreviver.md) | JSON reviver function. |
|
|
37
37
|
| [renderOnChange(target, name)](./foundation-utils.renderonchange.md) | Defines a property changed handler that calls a render() method on the target as an internal observation enhancement. |
|
|
38
38
|
| [sync(binding, conversionType, eventName, keyAttr)](./foundation-utils.sync.md) | Creates a synchronization directive that binds a data source to an HTML element, |
|
|
39
|
+
| [toElementStyles(styles)](./foundation-utils.toelementstyles.md) | toElementStyles. |
|
|
39
40
|
| [whenElse(binding, trueTemplateOrTemplateBinding, falseTemplateOrTemplateBinding)](./foundation-utils.whenelse.md) | Directive that allows supplying an "else" template to the traditional [https://www.fast.design/docs/api/fast-element.when/\#when-function](https://www.fast.design/docs/api/fast-element.when/#when-function) directive |
|
|
40
41
|
|
|
41
42
|
## Interfaces
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [toElementStyles](./foundation-utils.toelementstyles.md)
|
|
4
|
+
|
|
5
|
+
## toElementStyles() function
|
|
6
|
+
|
|
7
|
+
toElementStyles.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
export declare function toElementStyles(styles: ComposableStyles | ComposableStyles[]): ElementStyles;
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Parameters
|
|
16
|
+
|
|
17
|
+
| Parameter | Type | Description |
|
|
18
|
+
| --- | --- | --- |
|
|
19
|
+
| styles | ComposableStyles \| ComposableStyles\[\] | ComposableStyles or a ComposableStyles array. |
|
|
20
|
+
|
|
21
|
+
**Returns:**
|
|
22
|
+
|
|
23
|
+
ElementStyles
|
|
24
|
+
|
|
25
|
+
## Remarks
|
|
26
|
+
|
|
27
|
+
Converts or a ComposableStyles array to .
|
|
28
|
+
|
package/docs/api-report.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
import { Binding } from '@microsoft/fast-element';
|
|
8
8
|
import { CaptureType } from '@microsoft/fast-element';
|
|
9
|
+
import { ComposableStyles } from '@microsoft/fast-element';
|
|
9
10
|
import { Consola } from 'consola';
|
|
10
11
|
import { ConsolaOptions } from 'consola';
|
|
11
12
|
import { Constructable } from '@microsoft/fast-element';
|
|
@@ -1112,6 +1113,9 @@ export type Subscribe<EventType> = (listener: Listener<EventType>) => () => void
|
|
|
1112
1113
|
// @public
|
|
1113
1114
|
export function sync<TSource = any, TReturn = any>(binding: Binding<TSource, TReturn>, conversionType?: ConversionType, eventName?: EventName, keyAttr?: string): CaptureType<TSource>;
|
|
1114
1115
|
|
|
1116
|
+
// @public
|
|
1117
|
+
export function toElementStyles(styles: ComposableStyles | ComposableStyles[]): ElementStyles;
|
|
1118
|
+
|
|
1115
1119
|
// @public
|
|
1116
1120
|
export const TypeRampValues: {
|
|
1117
1121
|
readonly minusOne: -1;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
|
3
3
|
"description": "Genesis Foundation Utils",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.96.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.96.0",
|
|
23
|
+
"@genesislcap/genx": "14.96.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.96.0",
|
|
28
28
|
"@microsoft/fast-components": "^2.21.3",
|
|
29
29
|
"@microsoft/fast-element": "^1.7.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "65b7a0ee750748ce8a8a5ac374e56fd50623118e"
|
|
46
46
|
}
|