newtil-css 0.2.72 → 0.2.74

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/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2024 newlecture-corp
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2024 newlecture-corp
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,42 +1,42 @@
1
- <section align="center">
2
- <div>
3
- <a href="https://newlecture-corp.github.io/newtil-css/">
4
- <img
5
- src="https://github.com/newlecture-corp/newtil-css/blob/main/docs/public/logo.png"
6
- alt="newtil-css"
7
- height="72"
8
- />
9
- </a>
10
- </div>
11
- <h1>
12
- <strong>
13
- Newtil CSS
14
- </strong>
15
- </h1>
16
- <p>
17
- 유틸리티 중심의 CSS 라이브러리
18
- </p>
19
-
20
- </section>
21
-
22
- <section>
23
- <h1 style="font-size:20px">특징들</h1>
24
- <ol>
25
- <li>순수 CSS와 100% 동일한 이름을 사용한 CSS 유틸</li>
26
- <li>구글 icons 100% 지원 </li>
27
- <li>변수를 이용한 사용자 정의가 가능한 컴포넌트</li>
28
- </ol>
29
- </section>
30
-
31
- ### 참고사이트
32
-
33
- - [MDN](https://developer.mozilla.org/)
34
- - [Google Icons](https://fonts.google.com/icons)
35
-
36
- ### 저작권
37
-
38
- - [뉴렉처](https://www.newlecture.com) (https://www.newlecture.com)
39
-
40
- ## License
41
-
42
- MIT
1
+ <section align="center">
2
+ <div>
3
+ <a href="https://newlecture-corp.github.io/newtil-css/">
4
+ <img
5
+ src="https://github.com/newlecture-corp/newtil-css/blob/main/docs/public/logo.png"
6
+ alt="newtil-css"
7
+ height="72"
8
+ />
9
+ </a>
10
+ </div>
11
+ <h1>
12
+ <strong>
13
+ Newtil CSS
14
+ </strong>
15
+ </h1>
16
+ <p>
17
+ 유틸리티 중심의 CSS 라이브러리
18
+ </p>
19
+
20
+ </section>
21
+
22
+ <section>
23
+ <h1 style="font-size:20px">특징들</h1>
24
+ <ol>
25
+ <li>순수 CSS와 100% 동일한 이름을 사용한 CSS 유틸</li>
26
+ <li>구글 icons 100% 지원 </li>
27
+ <li>변수를 이용한 사용자 정의가 가능한 컴포넌트</li>
28
+ </ol>
29
+ </section>
30
+
31
+ ### 참고사이트
32
+
33
+ - [MDN](https://developer.mozilla.org/)
34
+ - [Google Icons](https://fonts.google.com/icons)
35
+
36
+ ### 저작권
37
+
38
+ - [뉴렉처](https://www.newlecture.com) (https://www.newlecture.com)
39
+
40
+ ## License
41
+
42
+ MIT
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- // CSS 파일을 가져옴
2
- import "./dist/utils.css";
3
- import "./dist/components.css";
4
-
5
- // JavaScript 모듈을 가져옴
6
- export { default as initLayout } from "./dist/js/n-layout";
7
- export { default as initBar } from "./dist/js/n-layout";
1
+ // CSS 파일을 가져옴
2
+ import "./dist/utils.css";
3
+ import "./dist/components.css";
4
+
5
+ // JavaScript 모듈을 가져옴
6
+ export { default as initLayout } from "./dist/js/n-layout";
7
+ export { default as initBar } from "./dist/js/n-layout";
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
- // CSS 파일을 가져옴
2
- // import "./dist/utils.css";
3
- // import "./dist/components.css";
4
- import "./dist/style.css";
5
-
6
- // JavaScript 모듈을 가져옴
7
- export { default as initLayout } from "./dist/js/n-layout";
8
- export { default as initBar } from "./dist/js/n-bar";
1
+ // CSS 파일을 가져옴
2
+ // import "./dist/utils.css";
3
+ // import "./dist/components.css";
4
+ import "./dist/style.css";
5
+
6
+ // JavaScript 모듈을 가져옴
7
+ export { default as initLayout } from "./dist/js/n-layout";
8
+ export { default as initBar } from "./dist/js/n-bar";