@rnw-community/shared 0.80.0 → 0.82.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.
@@ -1,4 +1,4 @@
1
- type StyleType = Array<Record<string, unknown>> | object | false | null | undefined;
1
+ type StyleType = Record<string, unknown>[] | object | false | null | undefined;
2
2
  /**
3
3
  * Conditional styling, returns `trueStyle` object if `condition` is true,
4
4
  * otherwise returns `falseStyle` object which defaults to `{}`.
@@ -1 +1 @@
1
- {"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../../src/util/cs/cs.ts"],"names":[],"mappings":"AAAA,KAAK,SAAS,GAAG,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,GAAG,MAAM,GAAG,KAAK,GAAG,IAAI,GAAG,SAAS,CAAC;AAEpF;;;;;;;;;GASG;AACH,eAAO,MAAM,EAAE,cAAe,OAAO,aAAa,SAAS,eAAe,SAAS,KAAG,SACxC,CAAC"}
1
+ {"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../../src/util/cs/cs.ts"],"names":[],"mappings":"AAAA,KAAK,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,MAAM,GAAG,KAAK,GAAG,IAAI,GAAG,SAAS,CAAC;AAE/E;;;;;;;;;GASG;AACH,eAAO,MAAM,EAAE,cAAe,OAAO,aAAa,SAAS,eAAe,SAAS,KAAG,SACxC,CAAC"}
@@ -1,4 +1,4 @@
1
- type StyleType = Array<Record<string, unknown>> | object | false | null | undefined;
1
+ type StyleType = Record<string, unknown>[] | object | false | null | undefined;
2
2
  /**
3
3
  * Conditional styling, returns `trueStyle` object if `condition` is true,
4
4
  * otherwise returns `falseStyle` object which defaults to `{}`.
@@ -1 +1 @@
1
- {"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../../src/util/cs/cs.ts"],"names":[],"mappings":"AAAA,KAAK,SAAS,GAAG,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,GAAG,MAAM,GAAG,KAAK,GAAG,IAAI,GAAG,SAAS,CAAC;AAEpF;;;;;;;;;GASG;AACH,eAAO,MAAM,EAAE,cAAe,OAAO,aAAa,SAAS,eAAe,SAAS,KAAG,SACxC,CAAC"}
1
+ {"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../../src/util/cs/cs.ts"],"names":[],"mappings":"AAAA,KAAK,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,MAAM,GAAG,KAAK,GAAG,IAAI,GAAG,SAAS,CAAC;AAE/E;;;;;;;;;GASG;AACH,eAAO,MAAM,EAAE,cAAe,OAAO,aAAa,SAAS,eAAe,SAAS,KAAG,SACxC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnw-community/shared",
3
- "version": "0.80.0",
3
+ "version": "0.82.0",
4
4
  "description": "Shared useful utils and types",
5
5
  "keywords": [
6
6
  "generic utils",
@@ -44,5 +44,5 @@
44
44
  "clear": "rm -rf coverage && rm -rf dist && rm -f *.tsbuildinfo",
45
45
  "clear:deps": "rm -rf ./node_modules && rm -rf ./dist"
46
46
  },
47
- "gitHead": "dc054b67b89063f58a4ea7f4039c46b9bfb5e179"
47
+ "gitHead": "1be4a4d3d594e3f517543c357f6f0ef59a8ac510"
48
48
  }