@hanwha-ss1/plugin 0.1.4 → 0.1.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.
@@ -17,6 +17,9 @@ extension UIView {
17
17
  textField.isSecureTextEntry = true
18
18
  self.addSubview(textField)
19
19
 
20
+ textField.centerYAnchor.constraint(equalTo: self.centerYAnchor).isActive = true
21
+ textField.centerXAnchor.constraint(equalTo: self.centerXAnchor).isActive = true
22
+
20
23
  let backView = UIView(frame: self.frame)
21
24
  let image = UIImageView(image: UIImage(named: "background", in: Bundle(for: PreventCapture.self), compatibleWith: nil))
22
25
  image.frame = backView.bounds
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanwha-ss1/plugin",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",