touchstudy-core 0.1.46 → 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 {