expo-dev-client-components 1.5.0 → 1.5.2

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/CHANGELOG.md CHANGED
@@ -10,6 +10,16 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 1.5.2 — 2023-06-28
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
17
+ ## 1.5.1 — 2023-06-27
18
+
19
+ ### 🎉 New features
20
+
21
+ - Add Building icon. ([#23114](https://github.com/expo/expo/pull/23114) by [@gabrieldonadel](https://github.com/gabrieldonadel))
22
+
13
23
  ## 1.5.0 — 2023-06-21
14
24
 
15
25
  ### 🐛 Bug fixes
Binary file
Binary file
Binary file
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { Image } from '../Image';
3
+ export declare function BuildingIcon(props: Partial<React.ComponentProps<typeof Image>>): JSX.Element;
4
+ //# sourceMappingURL=BuildingIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BuildingIcon.d.ts","sourceRoot":"","sources":["../../src/icons/BuildingIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAIjC,wBAAgB,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC,eAE9E"}
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ import { Image } from '../Image';
3
+ const icon = require('../../assets/building-icon.png');
4
+ export function BuildingIcon(props) {
5
+ return React.createElement(Image, { source: icon, ...props });
6
+ }
7
+ //# sourceMappingURL=BuildingIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BuildingIcon.js","sourceRoot":"","sources":["../../src/icons/BuildingIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEjC,MAAM,IAAI,GAAG,OAAO,CAAC,gCAAgC,CAAC,CAAC;AAEvD,MAAM,UAAU,YAAY,CAAC,KAAkD;IAC7E,OAAO,oBAAC,KAAK,IAAC,MAAM,EAAE,IAAI,KAAM,KAAK,GAAI,CAAC;AAC5C,CAAC","sourcesContent":["import * as React from 'react';\n\nimport { Image } from '../Image';\n\nconst icon = require('../../assets/building-icon.png');\n\nexport function BuildingIcon(props: Partial<React.ComponentProps<typeof Image>>) {\n return <Image source={icon} {...props} />;\n}\n"]}
@@ -1,3 +1,4 @@
1
+ export * from './BuildingIcon';
1
2
  export * from './BranchIcon';
2
3
  export * from './CheckIcon';
3
4
  export * from './ChevronRightIcon';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC"}
@@ -1,3 +1,4 @@
1
+ export * from './BuildingIcon';
1
2
  export * from './BranchIcon';
2
3
  export * from './CheckIcon';
3
4
  export * from './ChevronRightIcon';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC","sourcesContent":["export * from './BranchIcon';\nexport * from './CheckIcon';\nexport * from './ChevronRightIcon';\nexport * from './ClipboardIcon';\nexport * from './DebugIcon';\nexport * from './ExpoLogoIcon';\nexport * from './ExtensionsIcon';\nexport * from './ExtensionsFilledIcon';\nexport * from './HomeFilledIcon';\nexport * from './InfoIcon';\nexport * from './InspectElementIcon';\nexport * from './LoadingIndicatorIcon';\nexport * from './PerformanceIcon';\nexport * from './QuestionMarkIcon';\nexport * from './RefreshIcon';\nexport * from './RunIcon';\nexport * from './SettingsFilledIcon';\nexport * from './ShakeDeviceIcon';\nexport * from './ShowMenuIcon';\nexport * from './TerminalIcon';\nexport * from './ThreeFingerPressIcon';\nexport * from './ToolbarOverlayIcon';\nexport * from './UpdateIcon';\nexport * from './UserIcon';\nexport * from './WarningIcon';\nexport * from './XIcon';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC","sourcesContent":["export * from './BuildingIcon';\nexport * from './BranchIcon';\nexport * from './CheckIcon';\nexport * from './ChevronRightIcon';\nexport * from './ClipboardIcon';\nexport * from './DebugIcon';\nexport * from './ExpoLogoIcon';\nexport * from './ExtensionsIcon';\nexport * from './ExtensionsFilledIcon';\nexport * from './HomeFilledIcon';\nexport * from './InfoIcon';\nexport * from './InspectElementIcon';\nexport * from './LoadingIndicatorIcon';\nexport * from './PerformanceIcon';\nexport * from './QuestionMarkIcon';\nexport * from './RefreshIcon';\nexport * from './RunIcon';\nexport * from './SettingsFilledIcon';\nexport * from './ShakeDeviceIcon';\nexport * from './ShowMenuIcon';\nexport * from './TerminalIcon';\nexport * from './ThreeFingerPressIcon';\nexport * from './ToolbarOverlayIcon';\nexport * from './UpdateIcon';\nexport * from './UserIcon';\nexport * from './WarningIcon';\nexport * from './XIcon';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-dev-client-components",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "description": "Shared JS components and configuration for expo-dev-client",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {
@@ -42,5 +42,5 @@
42
42
  "./setupTests.js"
43
43
  ]
44
44
  },
45
- "gitHead": "fa5ecca8251986b9f197cc14074eec0ab6dfb6db"
45
+ "gitHead": "4a38f32842594bb0ef39228dacde53042f12a47b"
46
46
  }
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+
3
+ import { Image } from '../Image';
4
+
5
+ const icon = require('../../assets/building-icon.png');
6
+
7
+ export function BuildingIcon(props: Partial<React.ComponentProps<typeof Image>>) {
8
+ return <Image source={icon} {...props} />;
9
+ }
@@ -1,3 +1,4 @@
1
+ export * from './BuildingIcon';
1
2
  export * from './BranchIcon';
2
3
  export * from './CheckIcon';
3
4
  export * from './ChevronRightIcon';