@open-condo/ui 2.46.0 → 2.47.1
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/dist/colors/index.js +3 -3
- package/dist/components/Markdown/markdown.d.ts +2 -0
- package/dist/components/Markdown/markdown.d.ts.map +1 -1
- package/dist/events.js +999 -999
- package/dist/hooks.js +103 -106
- package/dist/index.js +41015 -40764
- package/dist/style-vars/variables.css +1 -1
- package/dist/style-vars/variables.less +1 -1
- package/dist/styles.css +5 -0
- package/dist/styles.min.css +1 -1
- package/package.json +3 -3
package/dist/colors/index.js
CHANGED
|
@@ -52,7 +52,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
52
52
|
colors: function() { return /* binding */ colors; }
|
|
53
53
|
});
|
|
54
54
|
|
|
55
|
-
;//
|
|
55
|
+
;// ./src/colors/colors.ts
|
|
56
56
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
57
57
|
|
|
58
58
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
@@ -339,9 +339,9 @@ var typeMap = {
|
|
|
339
339
|
typ: m('')
|
|
340
340
|
}], false)
|
|
341
341
|
};
|
|
342
|
-
;//
|
|
342
|
+
;// ./src/colors/colors.json
|
|
343
343
|
var colors_colors_namespaceObject = /*#__PURE__*/JSON.parse('{"white":"#fff","black":"#222222","brandGradient":{"1":"linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%)","3":"linear-gradient(90deg, #85eba4 0%, #9fd5ff 100%)","5":"linear-gradient(90deg, #26c756 0%, #4ba2e4 100%)","7":"linear-gradient(90deg, #2abb56 0%, #3996dd 100%)"},"green":{"1":"#ebfaef","3":"#88e2a3","5":"#2bc359","7":"#00b538"},"red":{"1":"#ffeceb","3":"#ff938e","5":"#ff3b30","7":"#ec0000"},"yellow":{"1":"#fef8dd","3":"#fcea99","5":"#fadd56","7":"#e9c000"},"orange":{"1":"#fff5e6","3":"#ffbf66","5":"#ff9500","7":"#da7f00"},"blue":{"1":"#e7f4ff","3":"#7dc0f8","5":"#2696f3","7":"#0b78d2"},"purple":{"1":"#f2e9ff","3":"#9e7add","5":"#5e22c6","7":"#4b1c9e"},"pink":{"1":"#ffeef3","3":"#f38aa7","5":"#eb3468","7":"#d21f52"},"brown":{"1":"#f8f1e7","3":"#d2aa6e","5":"#b4710d","7":"#8d590c"},"teal":{"1":"#e9f3f2","3":"#6db8b3","5":"#1c7e79","7":"#135754"},"cyan":{"1":"#edfcf8","3":"#a0e5d2","5":"#5eceb0","7":"#249677"},"gray":{"1":"#f2f4f6","3":"#e1e5ed","5":"#d0d3e5","7":"#707695"}}');
|
|
344
|
-
;//
|
|
344
|
+
;// ./src/colors/index.ts
|
|
345
345
|
|
|
346
346
|
|
|
347
347
|
var colors = Convert.toColorPalette(JSON.stringify(colors_colors_namespaceObject));
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export type MarkdownProps = {
|
|
3
3
|
children: string;
|
|
4
|
+
type?: 'default' | 'inline';
|
|
5
|
+
onCheckboxChange?: (newMarkdownContent: string) => void;
|
|
4
6
|
};
|
|
5
7
|
export declare const Markdown: React.FC<MarkdownProps>;
|
|
6
8
|
//# sourceMappingURL=markdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"markdown.d.ts","sourceRoot":"","sources":["../../../src/components/Markdown/markdown.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"markdown.d.ts","sourceRoot":"","sources":["../../../src/components/Markdown/markdown.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAazB,MAAM,MAAM,aAAa,GAAG;IACxB,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAA;IAC3B,gBAAgB,CAAC,EAAE,CAAC,kBAAkB,EAAE,MAAM,KAAK,IAAI,CAAA;CAC1D,CAAA;AA0ED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA0E5C,CAAA"}
|