@genesislcap/foundation-utils 14.217.4 → 14.217.5

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.
@@ -167,59 +167,6 @@
167
167
  }
168
168
  ]
169
169
  },
170
- {
171
- "kind": "javascript-module",
172
- "path": "src/decorators/index.ts",
173
- "declarations": [],
174
- "exports": [
175
- {
176
- "kind": "js",
177
- "name": "*",
178
- "declaration": {
179
- "name": "*",
180
- "package": "./renderOnChange"
181
- }
182
- }
183
- ]
184
- },
185
- {
186
- "kind": "javascript-module",
187
- "path": "src/decorators/renderOnChange.ts",
188
- "declarations": [
189
- {
190
- "kind": "function",
191
- "name": "renderOnChange",
192
- "parameters": [
193
- {
194
- "name": "target",
195
- "type": {
196
- "text": "FASTElement & { render(): void }"
197
- },
198
- "description": "The target to define the property change handler on."
199
- },
200
- {
201
- "name": "name",
202
- "type": {
203
- "text": "string"
204
- },
205
- "description": "The property name."
206
- }
207
- ],
208
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
209
- "privacy": "public"
210
- }
211
- ],
212
- "exports": [
213
- {
214
- "kind": "js",
215
- "name": "renderOnChange",
216
- "declaration": {
217
- "name": "renderOnChange",
218
- "module": "src/decorators/renderOnChange.ts"
219
- }
220
- }
221
- ]
222
- },
223
170
  {
224
171
  "kind": "javascript-module",
225
172
  "path": "src/data/inMemoryDatabase.ts",
@@ -418,6 +365,59 @@
418
365
  }
419
366
  ]
420
367
  },
368
+ {
369
+ "kind": "javascript-module",
370
+ "path": "src/decorators/index.ts",
371
+ "declarations": [],
372
+ "exports": [
373
+ {
374
+ "kind": "js",
375
+ "name": "*",
376
+ "declaration": {
377
+ "name": "*",
378
+ "package": "./renderOnChange"
379
+ }
380
+ }
381
+ ]
382
+ },
383
+ {
384
+ "kind": "javascript-module",
385
+ "path": "src/decorators/renderOnChange.ts",
386
+ "declarations": [
387
+ {
388
+ "kind": "function",
389
+ "name": "renderOnChange",
390
+ "parameters": [
391
+ {
392
+ "name": "target",
393
+ "type": {
394
+ "text": "FASTElement & { render(): void }"
395
+ },
396
+ "description": "The target to define the property change handler on."
397
+ },
398
+ {
399
+ "name": "name",
400
+ "type": {
401
+ "text": "string"
402
+ },
403
+ "description": "The property name."
404
+ }
405
+ ],
406
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
407
+ "privacy": "public"
408
+ }
409
+ ],
410
+ "exports": [
411
+ {
412
+ "kind": "js",
413
+ "name": "renderOnChange",
414
+ "declaration": {
415
+ "name": "renderOnChange",
416
+ "module": "src/decorators/renderOnChange.ts"
417
+ }
418
+ }
419
+ ]
420
+ },
421
421
  {
422
422
  "kind": "javascript-module",
423
423
  "path": "src/design-system/design-system.ts",
@@ -1647,43 +1647,6 @@
1647
1647
  }
1648
1648
  ]
1649
1649
  },
1650
- {
1651
- "kind": "javascript-module",
1652
- "path": "src/utils/index.ts",
1653
- "declarations": [],
1654
- "exports": [
1655
- {
1656
- "kind": "js",
1657
- "name": "*",
1658
- "declaration": {
1659
- "name": "*",
1660
- "package": "./logger"
1661
- }
1662
- }
1663
- ]
1664
- },
1665
- {
1666
- "kind": "javascript-module",
1667
- "path": "src/utils/logger.ts",
1668
- "declarations": [
1669
- {
1670
- "kind": "variable",
1671
- "name": "logger",
1672
- "description": "Logger for the foundation-utils package",
1673
- "privacy": "public"
1674
- }
1675
- ],
1676
- "exports": [
1677
- {
1678
- "kind": "js",
1679
- "name": "logger",
1680
- "declaration": {
1681
- "name": "logger",
1682
- "module": "src/utils/logger.ts"
1683
- }
1684
- }
1685
- ]
1686
- },
1687
1650
  {
1688
1651
  "kind": "javascript-module",
1689
1652
  "path": "src/styles/color.ts",
@@ -2031,6 +1994,43 @@
2031
1994
  }
2032
1995
  ]
2033
1996
  },
1997
+ {
1998
+ "kind": "javascript-module",
1999
+ "path": "src/utils/index.ts",
2000
+ "declarations": [],
2001
+ "exports": [
2002
+ {
2003
+ "kind": "js",
2004
+ "name": "*",
2005
+ "declaration": {
2006
+ "name": "*",
2007
+ "package": "./logger"
2008
+ }
2009
+ }
2010
+ ]
2011
+ },
2012
+ {
2013
+ "kind": "javascript-module",
2014
+ "path": "src/utils/logger.ts",
2015
+ "declarations": [
2016
+ {
2017
+ "kind": "variable",
2018
+ "name": "logger",
2019
+ "description": "Logger for the foundation-utils package",
2020
+ "privacy": "public"
2021
+ }
2022
+ ],
2023
+ "exports": [
2024
+ {
2025
+ "kind": "js",
2026
+ "name": "logger",
2027
+ "declaration": {
2028
+ "name": "logger",
2029
+ "module": "src/utils/logger.ts"
2030
+ }
2031
+ }
2032
+ ]
2033
+ },
2034
2034
  {
2035
2035
  "kind": "javascript-module",
2036
2036
  "path": "src/uuid/index.ts",
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.217.4",
4
+ "version": "14.217.5",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.217.4",
31
- "@genesislcap/genx": "14.217.4",
32
- "@genesislcap/rollup-builder": "14.217.4",
33
- "@genesislcap/ts-builder": "14.217.4",
34
- "@genesislcap/uvu-playwright-builder": "14.217.4",
35
- "@genesislcap/vite-builder": "14.217.4",
36
- "@genesislcap/webpack-builder": "14.217.4",
30
+ "@genesislcap/foundation-testing": "14.217.5",
31
+ "@genesislcap/genx": "14.217.5",
32
+ "@genesislcap/rollup-builder": "14.217.5",
33
+ "@genesislcap/ts-builder": "14.217.5",
34
+ "@genesislcap/uvu-playwright-builder": "14.217.5",
35
+ "@genesislcap/vite-builder": "14.217.5",
36
+ "@genesislcap/webpack-builder": "14.217.5",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.217.4",
40
+ "@genesislcap/foundation-logger": "14.217.5",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "d7e7d4b855806613641fe36056b06efebc70a5a3"
58
+ "gitHead": "c1c1d2beb1f683dd154311a638a40bcb2a1a1cab"
59
59
  }