maru_design2 2.25.2 → 2.26.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.
@@ -0,0 +1,6 @@
1
+ /**
2
+ * 복사해주는 함수 성공하면 'complete'를, 실패하면 'undefined'를 리턴
3
+ * @param text
4
+ * @returns
5
+ */
6
+ export declare const textCopy: (text: string) => Promise<'complete' | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maru_design2",
3
- "version": "2.25.2",
3
+ "version": "2.26.0",
4
4
  "main": "./dist/index.js",
5
5
  "author": "zena-42maru",
6
6
  "license": "MIT",
@@ -46,6 +46,7 @@
46
46
  "eslint-plugin-prettier": "^4.2.1",
47
47
  "eslint-plugin-react": "^7.30.1",
48
48
  "eslint-plugin-simple-import-sort": "^7.0.0",
49
+ "highlight.js": "^11.11.1",
49
50
  "postcss": "^8.4.16",
50
51
  "postcss-url": "^10.1.3",
51
52
  "prettier": "^3.2.5",