@secondstaxorg/sscomp 2.0.81 → 2.0.82

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secondstaxorg/sscomp",
3
- "version": "2.0.81",
3
+ "version": "2.0.82",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -1,5 +1,4 @@
1
1
  import { SmallNewsCardProps } from "./type";
2
- import './style.css';
3
2
  /**
4
3
  * News cards displayed on the right side of the news page
5
4
  */
@@ -1,3 +1,4 @@
1
+ export declare const customCSS = "\n div.sm-news-card-container {\n container-type: inline-size;\n min-width: 270px;\n\n .thumb-date {\n display: none;\n }\n\n .source-date {\n display: flex;\n }\n }\n\n @container (max-width: 335px) {\n div.news-thumbnail {\n width: 113px;\n }\n\n .thumb-date {\n display: flex !important;\n margin-top: 4px;\n }\n\n .source-date {\n display: none !important;\n }\n }\n\n\n ";
1
2
  export declare const SmallNewsCardContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
2
3
  export declare const FeaturedImage: import("styled-components").StyledComponent<"img", any, {}, never>;
3
4
  export declare const NewsTitle: import("styled-components").StyledComponent<"h6", any, {}, never>;
@@ -1,4 +1,3 @@
1
- import './style.css';
2
1
  import { VideoCardProps } from "./type";
3
2
  /**
4
3
  * Card to display thumbnail image and title of a video with a link to the page that hosts the actual video.<br>
@@ -1 +1,2 @@
1
+ export declare const customCSS = "\n .vc-container {\n container-type: inline-size;\n }\n\n @container (max-width:425px) {\n .card-body {\n flex-direction: column;\n }\n\n .video-thumbnail {\n width: 100% !important;\n }\n }\n ";
1
2
  export declare const Card: import("styled-components").StyledComponent<"div", any, {}, never>;