@antscorp/antsomi-ui 1.3.5-beta.770 → 1.3.5-beta.771

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.
@@ -39,7 +39,7 @@ export declare const PEOPLE_ACTIONS: {
39
39
  readonly key: "to_owner";
40
40
  };
41
41
  readonly remove_acess: {
42
- readonly label: "Remove Access";
42
+ readonly label: "Remove access";
43
43
  readonly key: "remove_acess";
44
44
  };
45
45
  };
@@ -57,7 +57,7 @@ export const PEOPLE_ACTIONS = {
57
57
  key: PEOPLE_ACTION_KEYS.TO_OWNER,
58
58
  },
59
59
  [PEOPLE_ACTION_KEYS.REMOVE_ACCESS]: {
60
- label: 'Remove Access',
60
+ label: 'Remove access',
61
61
  key: PEOPLE_ACTION_KEYS.REMOVE_ACCESS,
62
62
  },
63
63
  };
@@ -123,6 +123,18 @@ export const GlobalStyle = () => (_jsx(Global, { styles: css `
123
123
  }
124
124
  }
125
125
 
126
+ /* Tooltip */
127
+ .antsomi-tooltip {
128
+ .antsomi-tooltip-content {
129
+ .antsomi-tooltip-inner {
130
+ a {
131
+ color: inherit;
132
+ font-weight: bold;
133
+ }
134
+ }
135
+ }
136
+ }
137
+
126
138
  /* Button */
127
139
  .antsomi-btn {
128
140
  font-weight: 700 !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.770",
3
+ "version": "1.3.5-beta.771",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",