@sphereon/ui-components.ssi-react-native 0.3.1-unstable.18 → 0.3.1-unstable.20

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.
@@ -19,3 +19,5 @@ export declare const SSITextH6LightStyled: import("styled-components/native").IS
19
19
  export declare const Text64Styled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
20
20
  export declare const SSITextH7Styled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
21
21
  export declare const SSITextH7LightStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>>;
22
+ export declare const SSITextH7SemiBoldStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>>;
23
+ export declare const SSITextH7SemiBoldLightStyled: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("styled-components/native/dist/types").FastOmit<import("react-native").TextProps, never>, never>>;
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.SSITextH7LightStyled = exports.SSITextH7Styled = exports.Text64Styled = exports.SSITextH6LightStyled = exports.SSITextH6Styled = exports.SSITextH5LightStyled = exports.SSITextH5Styled = exports.SSITextH4SemiBoldLightStyled = exports.SSITextH4LightStyled = exports.SSITextH4SemiBoldStyled = exports.SSITextH4Styled = exports.SSITextH3SemiBoldStyled = exports.SSITextH3LightStyled = exports.SSITextH3Styled = exports.SSITextH2SecondaryButtonStyled = exports.SSITextH2SemiBoldLightStyled = exports.SSITextH2SemiBoldStyled = exports.SSITextH2LightStyled = exports.SSITextH2Styled = exports.SSITextH1SemiBoldLightStyled = exports.SSITextH1SemiBoldStyled = void 0;
6
+ exports.SSITextH7SemiBoldLightStyled = exports.SSITextH7SemiBoldStyled = exports.SSITextH7LightStyled = exports.SSITextH7Styled = exports.Text64Styled = exports.SSITextH6LightStyled = exports.SSITextH6Styled = exports.SSITextH5LightStyled = exports.SSITextH5Styled = exports.SSITextH4SemiBoldLightStyled = exports.SSITextH4LightStyled = exports.SSITextH4SemiBoldStyled = exports.SSITextH4Styled = exports.SSITextH3SemiBoldStyled = exports.SSITextH3LightStyled = exports.SSITextH3Styled = exports.SSITextH2SecondaryButtonStyled = exports.SSITextH2SemiBoldLightStyled = exports.SSITextH2SemiBoldStyled = exports.SSITextH2LightStyled = exports.SSITextH2Styled = exports.SSITextH1SemiBoldLightStyled = exports.SSITextH1SemiBoldStyled = void 0;
7
7
  const native_1 = __importDefault(require("styled-components/native"));
8
8
  const ui_components_core_1 = require("@sphereon/ui-components.core");
9
9
  const typography_1 = require("../typography");
@@ -114,3 +114,13 @@ exports.SSITextH7Styled = native_1.default.Text `
114
114
  exports.SSITextH7LightStyled = (0, native_1.default)(exports.SSITextH7Styled) `
115
115
  color: ${ui_components_core_1.fontColors.light};
116
116
  `;
117
+ exports.SSITextH7SemiBoldStyled = native_1.default.Text `
118
+ font-family: ${typography_1.fontStyle.h7SemiBold.fontFamily};
119
+ font-size: ${typography_1.fontStyle.h7SemiBold.fontSize}px;
120
+ font-weight: ${typography_1.fontStyle.h7SemiBold.fontWeight};
121
+ line-height: ${typography_1.fontStyle.h7SemiBold.lineHeight}px;
122
+ height: auto;
123
+ `;
124
+ exports.SSITextH7SemiBoldLightStyled = (0, native_1.default)(exports.SSITextH7SemiBoldStyled) `
125
+ color: ${ui_components_core_1.fontColors.light};
126
+ `;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ui-components.ssi-react-native",
3
3
  "private": false,
4
- "version": "0.3.1-unstable.18+09c00b6",
4
+ "version": "0.3.1-unstable.20+b2ea3fd",
5
5
  "description": "SSI UI components for React-Native",
6
6
  "repository": "git@github.com:Sphereon-Opensource/UI-Components.git",
7
7
  "author": "Sphereon <dev@sphereon.com>",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@react-native-community/blur": "^4.4.0",
32
32
  "@react-native-masked-view/masked-view": "^0.3.1",
33
- "@sphereon/ui-components.core": "0.3.1-unstable.18+09c00b6",
33
+ "@sphereon/ui-components.core": "0.3.1-unstable.20+b2ea3fd",
34
34
  "expo-linear-gradient": "~13.0.2",
35
35
  "react-native-fast-image": "^8.6.3",
36
36
  "react-native-size-matters": "^0.4.2",
@@ -46,5 +46,5 @@
46
46
  "react": ">= 18",
47
47
  "react-native": "~0.74.3"
48
48
  },
49
- "gitHead": "09c00b6596d3919cda54b3e9c3355fed4a7f328d"
49
+ "gitHead": "b2ea3fde08adff18b73362423e6091cdd6a98a4a"
50
50
  }