@hero-design/rn-work-uikit 1.13.6 → 1.13.7
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/CHANGELOG.md +7 -0
- package/es/index.js +5 -3
- package/lib/index.js +5 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @hero-design/rn-work-uikit
|
|
2
2
|
|
|
3
|
+
## 1.13.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`94e95b9b964949e2ad8da6f071ac0aae7b8879ae`](https://github.com/Thinkei/hero-design/commit/94e95b9b964949e2ad8da6f071ac0aae7b8879ae)]:
|
|
8
|
+
- @hero-design/rn@8.127.0
|
|
9
|
+
|
|
3
10
|
## 1.13.6
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/es/index.js
CHANGED
|
@@ -7333,10 +7333,12 @@ var getTagTheme = function getTagTheme(theme) {
|
|
|
7333
7333
|
dangerBackground: theme.colors.errorSurface,
|
|
7334
7334
|
archived: theme.colors.onArchivedSurface,
|
|
7335
7335
|
archivedBackground: theme.colors.archivedSurface,
|
|
7336
|
-
text: theme.colors.onDefaultGlobalSurface
|
|
7336
|
+
text: theme.colors.onDefaultGlobalSurface,
|
|
7337
|
+
neutral: theme.colors.onDefaultGlobalSurface,
|
|
7338
|
+
neutralBackground: theme.colors.neutralGlobalSurface
|
|
7337
7339
|
};
|
|
7338
7340
|
var fonts = {
|
|
7339
|
-
"default": theme.fonts.neutral.
|
|
7341
|
+
"default": theme.fonts.neutral.medium
|
|
7340
7342
|
};
|
|
7341
7343
|
var fontSizes = {
|
|
7342
7344
|
"default": theme.fontSizes.small
|
|
@@ -29017,7 +29019,7 @@ var Tag = function Tag(_ref) {
|
|
|
29017
29019
|
testID: testID !== undefined ? "".concat(testID, "-left-icon") : undefined
|
|
29018
29020
|
}), typeof content === 'string' ? /*#__PURE__*/React__default.createElement(StyledText$1, {
|
|
29019
29021
|
themeIntent: intent,
|
|
29020
|
-
fontWeight: "
|
|
29022
|
+
fontWeight: "medium"
|
|
29021
29023
|
}, content) : content, rightIcon !== undefined && /*#__PURE__*/React__default.createElement(StyledTagIcon, {
|
|
29022
29024
|
icon: rightIcon,
|
|
29023
29025
|
size: "xsmall",
|
package/lib/index.js
CHANGED
|
@@ -7363,10 +7363,12 @@ var getTagTheme = function getTagTheme(theme) {
|
|
|
7363
7363
|
dangerBackground: theme.colors.errorSurface,
|
|
7364
7364
|
archived: theme.colors.onArchivedSurface,
|
|
7365
7365
|
archivedBackground: theme.colors.archivedSurface,
|
|
7366
|
-
text: theme.colors.onDefaultGlobalSurface
|
|
7366
|
+
text: theme.colors.onDefaultGlobalSurface,
|
|
7367
|
+
neutral: theme.colors.onDefaultGlobalSurface,
|
|
7368
|
+
neutralBackground: theme.colors.neutralGlobalSurface
|
|
7367
7369
|
};
|
|
7368
7370
|
var fonts = {
|
|
7369
|
-
"default": theme.fonts.neutral.
|
|
7371
|
+
"default": theme.fonts.neutral.medium
|
|
7370
7372
|
};
|
|
7371
7373
|
var fontSizes = {
|
|
7372
7374
|
"default": theme.fontSizes.small
|
|
@@ -29047,7 +29049,7 @@ var Tag = function Tag(_ref) {
|
|
|
29047
29049
|
testID: testID !== undefined ? "".concat(testID, "-left-icon") : undefined
|
|
29048
29050
|
}), typeof content === 'string' ? /*#__PURE__*/React__namespace.default.createElement(StyledText$1, {
|
|
29049
29051
|
themeIntent: intent,
|
|
29050
|
-
fontWeight: "
|
|
29052
|
+
fontWeight: "medium"
|
|
29051
29053
|
}, content) : content, rightIcon !== undefined && /*#__PURE__*/React__namespace.default.createElement(StyledTagIcon, {
|
|
29052
29054
|
icon: rightIcon,
|
|
29053
29055
|
size: "xsmall",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hero-design/rn-work-uikit",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@emotion/native": "^11.9.3",
|
|
25
25
|
"@emotion/react": "^11.9.3",
|
|
26
|
-
"@hero-design/rn": "8.
|
|
26
|
+
"@hero-design/rn": "8.127.0",
|
|
27
27
|
"hero-editor": "^1.17.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|