@open-condo/ui 2.13.1 → 2.14.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,7 +1,8 @@
1
1
  import React from 'react';
2
2
  import type { BaseInputProps } from './input';
3
+ import type { PasswordProps } from 'antd/lib/input';
3
4
  import type { InputRef } from 'antd/lib/input';
4
- export declare type PasswordInputProps = BaseInputProps;
5
+ export declare type PasswordInputProps = BaseInputProps & Pick<PasswordProps, 'visibilityToggle'>;
5
6
  declare const Password: React.ForwardRefExoticComponent<PasswordInputProps & React.RefAttributes<InputRef>>;
6
7
  export { Password, };
7
8
  //# sourceMappingURL=password.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"password.d.ts","sourceRoot":"","sources":["../../../src/components/Input/password.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAE9C,oBAAY,kBAAkB,GAAG,cAAc,CAAA;AAE/C,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,yBAAyB,CAAC,kBAAkB,GAAG,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAEhG,CAAA;AAIF,OAAO,EACH,QAAQ,GACX,CAAA"}
1
+ {"version":3,"file":"password.d.ts","sourceRoot":"","sources":["../../../src/components/Input/password.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAA;AACnD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAE9C,oBAAY,kBAAkB,GAAG,cAAc,GAAG,IAAI,CAAC,aAAa,EAAE,kBAAkB,CAAC,CAAA;AAEzF,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,yBAAyB,CAAC,kBAAkB,GAAG,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAEhG,CAAA;AAIF,OAAO,EACH,QAAQ,GACX,CAAA"}
package/dist/index.js CHANGED
@@ -47336,7 +47336,7 @@ var isObject_default = /*#__PURE__*/__webpack_require__.n(isObject);
47336
47336
  var isString = __webpack_require__(85505);
47337
47337
  var isString_default = /*#__PURE__*/__webpack_require__.n(isString);
47338
47338
  ;// CONCATENATED MODULE: ./package.json
47339
- var package_namespaceObject = {"i8":"2.13.1"};
47339
+ var package_namespaceObject = {"i8":"2.14.0"};
47340
47340
  ;// CONCATENATED MODULE: ./src/components/_utils/analytics.ts
47341
47341
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
47342
47342
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 22 Feb 2024 11:29:37 GMT
3
+ * Generated on Mon, 26 Feb 2024 21:13:35 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 22 Feb 2024 11:29:37 GMT
3
+ // Generated on Mon, 26 Feb 2024 21:13:35 GMT
4
4
 
5
5
  @condo-global-spacing-4: 4px;
6
6
  @condo-global-spacing-8: 8px;
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "React",
9
9
  "components"
10
10
  ],
11
- "version": "2.13.1",
11
+ "version": "2.14.0",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "git+https://github.com/open-condo-software/condo.git",