touchstudy-core 0.1.45 → 0.1.47

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,3 @@
1
+ import React, { SVGProps } from "react";
2
+ declare const singleLogo: ({ width, height, }: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
+ export default singleLogo;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from "react";
2
+ declare const SloganFullLogoEn: ({ width, height }: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
+ export default SloganFullLogoEn;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from "react";
2
+ declare const SloganFullLogoKo: ({ width, height }: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
+ export default SloganFullLogoKo;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from "react";
2
+ declare const studentFullLogoEn: ({ width, height, }: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
+ export default studentFullLogoEn;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from "react";
2
+ declare const studentFullLogoKo: ({ width, height, }: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
+ export default studentFullLogoKo;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from "react";
2
+ declare const teacherFullLogoEn: ({ width, height, }: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
+ export default teacherFullLogoEn;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from "react";
2
+ declare const teacherFullLogoKo: ({ width, height, }: SVGProps<SVGSVGElement>) => React.JSX.Element;
3
+ export default teacherFullLogoKo;
package/dist/index.css CHANGED
@@ -165,7 +165,8 @@
165
165
  font-size: 20px;
166
166
  font-weight: 600;
167
167
  line-height: 1;
168
- color: #fff; }
168
+ color: #fff;
169
+ background: #349056; }
169
170
  ._3RDWF {
170
171
  margin-right: 12px; }
171
172
  ._2ibYC img {
@@ -422,11 +423,11 @@
422
423
  ._3xnI5 ._3hx2T ._3UyhW div span {
423
424
  display: none; }
424
425
  ._3xnI5 a._1TGKA {
425
- border-bottom: 1px solid #18442A;
426
+ border-bottom: 1px solid #3DC674;
426
427
  border-radius: 0; }
427
428
  ._3xnI5 a._1AqMh,
428
429
  ._3xnI5 a._1TGKA {
429
- color: #18442A; }
430
+ color: #3DC674; }
430
431
  ._3xnI5 ._3UyhW {
431
432
  font-size: 14px;
432
433
  font-weight: 700;