@digigov/ui 1.2.0-a7ffb5dc → 2.0.0-8de46296

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,6 +1,6 @@
1
1
  import React from 'react';
2
2
  export declare const getClosingTags: (htmlString: any) => string[];
3
- export interface SafeHTMLProps {
3
+ interface SafeHTMLProps {
4
4
  content: string;
5
5
  tags?: Array<string>;
6
6
  Tag?: string;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v1.2.0-a7ffb5dc
1
+ /** @license Digigov v2.0.0-8de46296
2
2
  *
3
3
  * This source code is licensed under the BSD-2-Clause license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/ui",
3
- "version": "1.2.0-a7ffb5dc",
3
+ "version": "2.0.0-8de46296",
4
4
  "description": "@digigov reusable components toolkit",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./index.js",
@@ -8,7 +8,7 @@
8
8
  "@uides/react-qr-reader": "3.0.0",
9
9
  "yup": "0.32.11",
10
10
  "publint": "0.1.8",
11
- "@digigov/react-icons": "1.2.0-a7ffb5dc",
11
+ "@digigov/react-icons": "2.0.0-8de46296",
12
12
  "dompurify": "3.0.6"
13
13
  },
14
14
  "peerDependencies": {
@@ -18,8 +18,8 @@
18
18
  "clsx": "1.1.1",
19
19
  "react": "^16.8.0 || ^17.0.0",
20
20
  "react-dom": "^16.8.0 || ^17.0.0",
21
- "@digigov/react-core": "1.3.0-a7ffb5dc",
22
- "@digigov/css": "2.0.0-a7ffb5dc"
21
+ "@digigov/react-core": "2.0.0-8de46296",
22
+ "@digigov/css": "2.0.0-8de46296"
23
23
  },
24
24
  "gitHead": "c903a46306f77f55ad7fc4d2e274006f39a6c871",
25
25
  "private": false,
@@ -62,7 +62,7 @@ export const getClosingTags = (htmlString) => {
62
62
  return stack;
63
63
  };
64
64
 
65
- export interface SafeHTMLProps {
65
+ interface SafeHTMLProps {
66
66
  content: string;
67
67
  tags?: Array<string>;
68
68
  Tag?: string;