@sproutsocial/racine 12.3.0 → 12.5.0

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.
Files changed (142) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/__flow__/Checkbox/index.js +7 -1
  3. package/__flow__/EnumIllustrationNames.js +2 -0
  4. package/__flow__/IllustrationViewBoxes.js +1 -0
  5. package/__flow__/SpotIllustration/illustrationNames.js +102 -0
  6. package/__flow__/SpotIllustration/index.js +47 -0
  7. package/__flow__/SpotIllustration/index.stories.js +119 -0
  8. package/__flow__/SpotIllustration/spotIllustrations/abacus.svg +21 -0
  9. package/__flow__/SpotIllustration/spotIllustrations/analytics-offering.svg +11 -0
  10. package/__flow__/SpotIllustration/spotIllustrations/astronaut.svg +15 -0
  11. package/__flow__/SpotIllustration/spotIllustrations/brand-keyword.svg +10 -0
  12. package/__flow__/SpotIllustration/spotIllustrations/business.svg +23 -0
  13. package/__flow__/SpotIllustration/spotIllustrations/calendar-event.svg +11 -0
  14. package/__flow__/SpotIllustration/spotIllustrations/calendar-reporting.svg +13 -0
  15. package/__flow__/SpotIllustration/spotIllustrations/cat-error.svg +4 -0
  16. package/__flow__/SpotIllustration/spotIllustrations/cat-no-access.svg +13 -0
  17. package/__flow__/SpotIllustration/spotIllustrations/cat.svg +4 -0
  18. package/__flow__/SpotIllustration/spotIllustrations/checkbox-alert.svg +11 -0
  19. package/__flow__/SpotIllustration/spotIllustrations/coffee-cup.svg +11 -0
  20. package/__flow__/SpotIllustration/spotIllustrations/compose-window.svg +21 -0
  21. package/__flow__/SpotIllustration/spotIllustrations/compose.svg +5 -0
  22. package/__flow__/SpotIllustration/spotIllustrations/computer-error.svg +15 -0
  23. package/__flow__/SpotIllustration/spotIllustrations/connect.svg +11 -0
  24. package/__flow__/SpotIllustration/spotIllustrations/contact.svg +87 -0
  25. package/__flow__/SpotIllustration/spotIllustrations/conversation.svg +15 -0
  26. package/__flow__/SpotIllustration/spotIllustrations/custom-branding.svg +7 -0
  27. package/__flow__/SpotIllustration/spotIllustrations/customer-service.svg +13 -0
  28. package/__flow__/SpotIllustration/spotIllustrations/dashboard.svg +13 -0
  29. package/__flow__/SpotIllustration/spotIllustrations/exclamation-mark.svg +11 -0
  30. package/__flow__/SpotIllustration/spotIllustrations/face-happy.svg +10 -0
  31. package/__flow__/SpotIllustration/spotIllustrations/find-bookmark.svg +12 -0
  32. package/__flow__/SpotIllustration/spotIllustrations/flask.svg +10 -0
  33. package/__flow__/SpotIllustration/spotIllustrations/general-topic.svg +9 -0
  34. package/__flow__/SpotIllustration/spotIllustrations/global-features.svg +17 -0
  35. package/__flow__/SpotIllustration/spotIllustrations/hands-raised.svg +8 -0
  36. package/__flow__/SpotIllustration/spotIllustrations/headset.svg +8 -0
  37. package/__flow__/SpotIllustration/spotIllustrations/heartbeat-connection.svg +14 -0
  38. package/__flow__/SpotIllustration/spotIllustrations/invoice.svg +13 -0
  39. package/__flow__/SpotIllustration/spotIllustrations/jewel.svg +11 -0
  40. package/__flow__/SpotIllustration/spotIllustrations/keyword-tracking.svg +26 -0
  41. package/__flow__/SpotIllustration/spotIllustrations/lightbulb-alt.svg +5 -0
  42. package/__flow__/SpotIllustration/spotIllustrations/lightbulb.svg +4 -0
  43. package/__flow__/SpotIllustration/spotIllustrations/like-conversation.svg +11 -0
  44. package/__flow__/SpotIllustration/spotIllustrations/link-broken.svg +18 -0
  45. package/__flow__/SpotIllustration/spotIllustrations/link-messages.svg +10 -0
  46. package/__flow__/SpotIllustration/spotIllustrations/link-sections.svg +13 -0
  47. package/__flow__/SpotIllustration/spotIllustrations/link-upload.svg +12 -0
  48. package/__flow__/SpotIllustration/spotIllustrations/listening-pendo.svg +14 -0
  49. package/__flow__/SpotIllustration/spotIllustrations/listening-tour.svg +18 -0
  50. package/__flow__/SpotIllustration/spotIllustrations/loading.svg +4 -0
  51. package/__flow__/SpotIllustration/spotIllustrations/mailbox-empty.svg +18 -0
  52. package/__flow__/SpotIllustration/spotIllustrations/mailbox-full.svg +8 -0
  53. package/__flow__/SpotIllustration/spotIllustrations/network-data.svg +25 -0
  54. package/__flow__/SpotIllustration/spotIllustrations/no-messages-found.svg +20 -0
  55. package/__flow__/SpotIllustration/spotIllustrations/no-notifications.svg +4 -0
  56. package/__flow__/SpotIllustration/spotIllustrations/notification.svg +10 -0
  57. package/__flow__/SpotIllustration/spotIllustrations/notifications-onboarding.svg +23 -0
  58. package/__flow__/SpotIllustration/spotIllustrations/organize-message.svg +64 -0
  59. package/__flow__/SpotIllustration/spotIllustrations/outbox-queue.svg +12 -0
  60. package/__flow__/SpotIllustration/spotIllustrations/outbox-reviews.svg +10 -0
  61. package/__flow__/SpotIllustration/spotIllustrations/pdf.svg +5 -0
  62. package/__flow__/SpotIllustration/spotIllustrations/podium.svg +13 -0
  63. package/__flow__/SpotIllustration/spotIllustrations/pointer.svg +4 -0
  64. package/__flow__/SpotIllustration/spotIllustrations/publish-assets.svg +15 -0
  65. package/__flow__/SpotIllustration/spotIllustrations/publish-links.svg +11 -0
  66. package/__flow__/SpotIllustration/spotIllustrations/puzzle-piece.svg +4 -0
  67. package/__flow__/SpotIllustration/spotIllustrations/question-mark.svg +11 -0
  68. package/__flow__/SpotIllustration/spotIllustrations/reporting-folder.svg +13 -0
  69. package/__flow__/SpotIllustration/spotIllustrations/reporting.svg +12 -0
  70. package/__flow__/SpotIllustration/spotIllustrations/review-location.svg +11 -0
  71. package/__flow__/SpotIllustration/spotIllustrations/review.svg +10 -0
  72. package/__flow__/SpotIllustration/spotIllustrations/robot-assembly.svg +12 -0
  73. package/__flow__/SpotIllustration/spotIllustrations/robot-error.svg +19 -0
  74. package/__flow__/SpotIllustration/spotIllustrations/robot-happy.svg +13 -0
  75. package/__flow__/SpotIllustration/spotIllustrations/rocket.svg +9 -0
  76. package/__flow__/SpotIllustration/spotIllustrations/schedule-date.svg +11 -0
  77. package/__flow__/SpotIllustration/spotIllustrations/schedule-messages.svg +10 -0
  78. package/__flow__/SpotIllustration/spotIllustrations/search-keywords.svg +9 -0
  79. package/__flow__/SpotIllustration/spotIllustrations/search-success.svg +8 -0
  80. package/__flow__/SpotIllustration/spotIllustrations/search-trends.svg +23 -0
  81. package/__flow__/SpotIllustration/spotIllustrations/search.svg +86 -0
  82. package/__flow__/SpotIllustration/spotIllustrations/security.svg +12 -0
  83. package/__flow__/SpotIllustration/spotIllustrations/sentiment.svg +12 -0
  84. package/__flow__/SpotIllustration/spotIllustrations/shopping-bag.svg +4 -0
  85. package/__flow__/SpotIllustration/spotIllustrations/spark-line.svg +11 -0
  86. package/__flow__/SpotIllustration/spotIllustrations/stamp.svg +9 -0
  87. package/__flow__/SpotIllustration/spotIllustrations/storefront.svg +10 -0
  88. package/__flow__/SpotIllustration/spotIllustrations/success.svg +9 -0
  89. package/__flow__/SpotIllustration/spotIllustrations/tag-message.svg +15 -0
  90. package/__flow__/SpotIllustration/spotIllustrations/team-roles.svg +17 -0
  91. package/__flow__/SpotIllustration/spotIllustrations/team.svg +16 -0
  92. package/__flow__/SpotIllustration/spotIllustrations/telescope.svg +15 -0
  93. package/__flow__/SpotIllustration/spotIllustrations/tha-mel.svg +15 -0
  94. package/__flow__/SpotIllustration/spotIllustrations/thumbs-up.svg +11 -0
  95. package/__flow__/SpotIllustration/spotIllustrations/toggle-switch.svg +11 -0
  96. package/__flow__/SpotIllustration/spotIllustrations/toolset-strength.svg +13 -0
  97. package/__flow__/SpotIllustration/spotIllustrations/tracking-time.svg +6 -0
  98. package/__flow__/SpotIllustration/spotIllustrations/twitter-messages.svg +11 -0
  99. package/__flow__/SpotIllustration/spotIllustrations/twitter-profiles.svg +12 -0
  100. package/__flow__/SpotIllustration/spotIllustrations/unsubscribe.svg +10 -0
  101. package/__flow__/SpotIllustration/spotIllustrations/upward-trend.svg +4 -0
  102. package/__flow__/SpotIllustration/spotIllustrations/user-task.svg +58 -0
  103. package/__flow__/SpotIllustration/spotIllustrations/view-connections.svg +13 -0
  104. package/__flow__/SpotIllustration/spotIllustrations/vip-list.svg +13 -0
  105. package/__flow__/SpotIllustration/spotIllustrations/warning.svg +4 -0
  106. package/__flow__/SpotIllustration/spotIllustrations/wifi.svg +6 -0
  107. package/__flow__/index.js +1 -0
  108. package/__flow__/themes/dark/decorative-palettes.js +1 -1
  109. package/__flow__/themes/dark/theme.js +4 -0
  110. package/__flow__/themes/extendedThemes/sproutTheme/dark/theme.js +9 -0
  111. package/__flow__/themes/extendedThemes/sproutTheme/light/theme.js +9 -0
  112. package/__flow__/themes/light/theme.js +4 -0
  113. package/__flow__/types/theme.colors.flow.js +9 -0
  114. package/commonjs/Checkbox/index.js +4 -3
  115. package/commonjs/EnumIllustrationNames.js +1 -0
  116. package/commonjs/IllustrationViewBoxes.js +103 -0
  117. package/commonjs/SpotIllustration/illustrationNames.js +6 -0
  118. package/commonjs/SpotIllustration/index.js +46 -0
  119. package/commonjs/index.js +6 -1
  120. package/commonjs/themes/dark/decorative-palettes.js +1 -1
  121. package/commonjs/themes/dark/theme.js +4 -0
  122. package/commonjs/themes/extendedThemes/sproutTheme/dark/theme.js +9 -0
  123. package/commonjs/themes/extendedThemes/sproutTheme/light/theme.js +9 -0
  124. package/commonjs/themes/light/theme.js +4 -0
  125. package/dist/illustration.svg +1 -0
  126. package/dist/illustrationList.js +1 -0
  127. package/dist/themes/dark/theme.scss +547 -543
  128. package/dist/themes/extendedThemes/sproutTheme/dark/theme.scss +726 -704
  129. package/dist/themes/extendedThemes/sproutTheme/light/theme.scss +726 -704
  130. package/dist/themes/light/theme.scss +621 -617
  131. package/lib/Checkbox/index.js +4 -3
  132. package/lib/EnumIllustrationNames.js +0 -0
  133. package/lib/IllustrationViewBoxes.js +101 -0
  134. package/lib/SpotIllustration/illustrationNames.js +1 -0
  135. package/lib/SpotIllustration/index.js +35 -0
  136. package/lib/index.js +2 -1
  137. package/lib/themes/dark/decorative-palettes.js +1 -1
  138. package/lib/themes/dark/theme.js +4 -0
  139. package/lib/themes/extendedThemes/sproutTheme/dark/theme.js +9 -0
  140. package/lib/themes/extendedThemes/sproutTheme/light/theme.js +9 -0
  141. package/lib/themes/light/theme.js +4 -0
  142. package/package.json +9 -7
@@ -1,4 +1,4 @@
1
- var _excluded = ["id", "value", "name", "label", "checked", "disabled", "indeterminate", "onChange", "ariaLabel", "appearance", "qa", "tabIndex", "inputProps"];
1
+ var _excluded = ["id", "value", "name", "label", "labelProps", "checked", "disabled", "indeterminate", "onChange", "ariaLabel", "appearance", "qa", "tabIndex", "inputProps"];
2
2
 
3
3
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
4
 
@@ -53,6 +53,7 @@ var Checkbox = /*#__PURE__*/function (_React$Component) {
53
53
  value = _this$props.value,
54
54
  name = _this$props.name,
55
55
  label = _this$props.label,
56
+ labelProps = _this$props.labelProps,
56
57
  checked = _this$props.checked,
57
58
  disabled = _this$props.disabled,
58
59
  indeterminate = _this$props.indeterminate,
@@ -92,9 +93,9 @@ var Checkbox = /*#__PURE__*/function (_React$Component) {
92
93
  "data-qa-checkbox-ischecked": indeterminate ? "indeterminate" : checked === true,
93
94
  "data-qa-checkbox-isdisabled": disabled === true,
94
95
  tabIndex: tabIndex
95
- }, qa, inputProps)), label && /*#__PURE__*/React.createElement(LabelText, {
96
+ }, qa, inputProps)), label && /*#__PURE__*/React.createElement(LabelText, _extends({}, labelProps, {
96
97
  disabled: disabled
97
- }, label));
98
+ }), label));
98
99
  }
99
100
 
100
101
  return (
File without changes
@@ -0,0 +1,101 @@
1
+ module.exports = {
2
+ "abacus": "0 0 249 157",
3
+ "analytics-offering": "0 0 220 231",
4
+ "astronaut": "0 0 277 298",
5
+ "brand-keyword": "0 0 240 230",
6
+ "business": "0 0 88 56",
7
+ "calendar-event": "0 0 110 42",
8
+ "calendar-reporting": "0 0 248 182",
9
+ "cat-error": "0 0 284 180",
10
+ "cat-no-access": "0 0 370 273",
11
+ "cat": "0 0 240 171",
12
+ "checkbox-alert": "0 0 193 169",
13
+ "coffee-cup": "0 0 196 234",
14
+ "compose-window": "0 0 372 188",
15
+ "compose": "0 0 62 45",
16
+ "computer-error": "0 0 237 259",
17
+ "connect": "0 0 242 162",
18
+ "contact": "0 0 305 145",
19
+ "conversation": "0 0 330 236",
20
+ "custom-branding": "0 0 168 164",
21
+ "customer-service": "0 0 302 155",
22
+ "dashboard": "0 0 337 195",
23
+ "exclamation-mark": "0 0 219 143",
24
+ "face-happy": "0 0 238 173",
25
+ "find-bookmark": "0 0 276 228",
26
+ "flask": "0 0 255 230",
27
+ "general-topic": "0 0 101 63",
28
+ "global-features": "0 0 239 226",
29
+ "hands-raised": "0 0 192 176",
30
+ "headset": "0 0 106 54",
31
+ "heartbeat-connection": "0 0 335 201",
32
+ "invoice": "0 0 171 178",
33
+ "jewel": "0 0 154 137",
34
+ "keyword-tracking": "0 0 400 232",
35
+ "lightbulb-alt": "0 0 89 54",
36
+ "lightbulb": "0 0 49 43",
37
+ "like-conversation": "0 0 293 258",
38
+ "link-broken": "0 0 340 236",
39
+ "link-messages": "0 0 233 250",
40
+ "link-sections": "0 0 270 273",
41
+ "link-upload": "0 0 180 140",
42
+ "listening-pendo": "0 0 544 109",
43
+ "listening-tour": "0 0 236 212",
44
+ "loading": "0 0 62 39",
45
+ "mailbox-empty": "0 0 309 240",
46
+ "mailbox-full": "0 0 352 252",
47
+ "network-data": "0 0 369 229",
48
+ "no-messages-found": "0 0 272 211",
49
+ "no-notifications": "0 0 281 134",
50
+ "notification": "0 0 252 194",
51
+ "notifications-onboarding": "0 0 352 163",
52
+ "organize-message": "0 0 276 220",
53
+ "outbox-queue": "0 0 246 176",
54
+ "outbox-reviews": "0 0 246 176",
55
+ "pdf": "0 0 36 35",
56
+ "podium": "0 0 106 46",
57
+ "pointer": "0 0 54 37",
58
+ "publish-assets": "0 0 336 263",
59
+ "publish-links": "0 0 266 252",
60
+ "puzzle-piece": "0 0 56 44",
61
+ "question-mark": "0 0 302 191",
62
+ "reporting-folder": "0 0 314 247",
63
+ "reporting": "0 0 331 226",
64
+ "review-location": "0 0 251 227",
65
+ "review": "0 0 251 143",
66
+ "robot-assembly": "0 0 375 253",
67
+ "robot-error": "0 0 281 286",
68
+ "robot-happy": "0 0 222 190",
69
+ "rocket": "0 0 101 56",
70
+ "schedule-date": "0 0 386 240",
71
+ "schedule-messages": "0 0 372 217",
72
+ "search-keywords": "0 0 237 243",
73
+ "search-success": "0 0 235 243",
74
+ "search-trends": "0 0 249 187",
75
+ "search": "0 0 337 196",
76
+ "security": "0 0 216 284",
77
+ "sentiment": "0 0 316 246",
78
+ "shopping-bag": "0 0 112 58",
79
+ "spark-line": "0 0 227 113",
80
+ "stamp": "0 0 291 253",
81
+ "storefront": "0 0 111 45",
82
+ "success": "0 0 200 200",
83
+ "tag-message": "0 0 346 226",
84
+ "team-roles": "0 0 358 298",
85
+ "team": "0 0 347 249",
86
+ "telescope": "0 0 272 255",
87
+ "tha-mel": "0 0 181 152",
88
+ "thumbs-up": "0 0 169 250",
89
+ "toggle-switch": "0 0 299 127",
90
+ "toolset-strength": "0 0 348 231",
91
+ "tracking-time": "0 0 360 195",
92
+ "twitter-messages": "0 0 220 228",
93
+ "twitter-profiles": "0 0 335 187",
94
+ "unsubscribe": "0 0 212 163",
95
+ "upward-trend": "0 0 65 49",
96
+ "user-task": "0 0 313 176",
97
+ "view-connections": "0 0 356 201",
98
+ "vip-list": "0 0 212 228",
99
+ "warning": "0 0 55 38",
100
+ "wifi": "0 0 55 43"
101
+ };
@@ -0,0 +1 @@
1
+ export var illustrationNames = ["abacus", "analytics-offering", "astronaut", "brand-keyword", "business", "calendar-event", "calendar-reporting", "cat-error", "cat-no-access", "cat", "checkbox-alert", "coffee-cup", "compose-window", "compose", "computer-error", "connect", "contact", "conversation", "custom-branding", "customer-service", "dashboard", "exclamation-mark", "face-happy", "find-bookmark", "flask", "general-topic", "global-features", "hands-raised", "headset", "heartbeat-connection", "invoice", "jewel", "keyword-tracking", "lightbulb-alt", "lightbulb", "like-conversation", "link-broken", "link-messages", "link-sections", "link-upload", "listening-pendo", "listening-tour", "loading", "mailbox-empty", "mailbox-full", "network-data", "no-messages-found", "no-notifications", "notification", "notifications-onboarding", "organize-message", "outbox-queue", "outbox-reviews", "pdf", "podium", "pointer", "publish-assets", "publish-links", "puzzle-piece", "question-mark", "reporting-folder", "reporting", "review-location", "review", "robot-assembly", "robot-error", "robot-happy", "rocket", "schedule-date", "schedule-messages", "search-keywords", "search-success", "search-trends", "search", "security", "sentiment", "shopping-bag", "spark-line", "stamp", "storefront", "success", "tag-message", "team-roles", "team", "telescope", "tha-mel", "thumbs-up", "toggle-switch", "toolset-strength", "tracking-time", "twitter-messages", "twitter-profiles", "unsubscribe", "upward-trend", "user-task", "view-connections", "vip-list", "warning", "wifi"];
@@ -0,0 +1,35 @@
1
+ import styled from "styled-components";
2
+ import React from "react";
3
+ import illustrationViewBoxes from "../IllustrationViewBoxes";
4
+ // eslint-disable-next-line prettier/prettier
5
+ var StyledSVG = styled.svg.withConfig({
6
+ displayName: "SpotIllustration__StyledSVG",
7
+ componentId: "sc-10ftlaw-0"
8
+ })(["fill:", ";color:", ";"], function (p) {
9
+ return p.customFill ? p.theme.colors[p.customFill][400] : p.theme.colors.illustration.fill;
10
+ }, function (p) {
11
+ return p.theme.colors.illustration.stroke;
12
+ });
13
+
14
+ var SpotIllustration = function SpotIllustration(_ref) {
15
+ var name = _ref.name,
16
+ customFill = _ref.customFill,
17
+ height = _ref.height,
18
+ width = _ref.width;
19
+ var viewBox = illustrationViewBoxes[name];
20
+ var viewBoxCoordinates = (viewBox == null ? void 0 : viewBox.split(" ")) || [];
21
+ var defaultWidth = viewBoxCoordinates[2];
22
+ var defaultHeight = viewBoxCoordinates[3];
23
+ return /*#__PURE__*/React.createElement(StyledSVG, {
24
+ width: width ? width : defaultWidth,
25
+ height: height ? height : defaultHeight,
26
+ viewBox: viewBox,
27
+ focusable: false,
28
+ customFill: customFill
29
+ }, /*#__PURE__*/React.createElement("use", {
30
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
31
+ xlinkHref: "#ssillustrationsvg-" + name
32
+ }));
33
+ };
34
+
35
+ export default SpotIllustration;
package/lib/index.js CHANGED
@@ -61,4 +61,5 @@ export { default as Listbox, ListboxButton } from "./Listbox";
61
61
  export { default as OverflowList } from "./OverflowList";
62
62
  export { SingleDatePicker, DateRangePicker } from "./DatePicker";
63
63
  export { VisuallyHidden } from "./VisuallyHidden";
64
- export { default as PartnerLogo } from "./PartnerLogo";
64
+ export { default as PartnerLogo } from "./PartnerLogo";
65
+ export { default as SpotIllustration } from "./SpotIllustration";
@@ -30,7 +30,7 @@ export var red = {
30
30
  foreground: COLORS.COLOR_RED_100
31
31
  };
32
32
  export var neutral = {
33
- background: COLORS.COLOR_NEUTRAL_900,
33
+ background: COLORS.COLOR_NEUTRAL_1000,
34
34
  highlight: COLORS.COLOR_NEUTRAL_500,
35
35
  foreground: COLORS.COLOR_NEUTRAL_100
36
36
  };
@@ -210,6 +210,10 @@ var colors = _extends({}, lightTheme.colors, {
210
210
  elevation: {
211
211
  base: COLORS.COLOR_NEUTRAL_1100
212
212
  },
213
+ illustration: {
214
+ fill: COLORS.COLOR_BLUE_400,
215
+ stroke: neutral.foreground
216
+ },
213
217
  dataviz: {
214
218
  map: datavizPalette.DATAVIZ_COLORS_MAP,
215
219
  list: datavizPalette.DATAVIZ_COLORS_LIST
@@ -14,6 +14,15 @@ export var navigation = {
14
14
  base: baseDarkTheme.colors.neutral[900]
15
15
  }
16
16
  },
17
+ settings: {
18
+ listItem: {
19
+ background: {
20
+ base: "transparent",
21
+ hover: baseDarkTheme.colors.neutral[1100],
22
+ selected: baseDarkTheme.colors.neutral[800]
23
+ }
24
+ }
25
+ },
17
26
  text: {
18
27
  base: baseDarkTheme.colors.neutral[0],
19
28
  hover: baseDarkTheme.colors.neutral[0]
@@ -14,6 +14,15 @@ export var navigation = {
14
14
  base: baseLightTheme.colors.neutral[800]
15
15
  }
16
16
  },
17
+ settings: {
18
+ listItem: {
19
+ background: {
20
+ base: "transparent",
21
+ hover: baseLightTheme.colors.neutral[200],
22
+ selected: baseLightTheme.colors.neutral[0]
23
+ }
24
+ }
25
+ },
17
26
  text: {
18
27
  base: baseLightTheme.colors.neutral[0],
19
28
  hover: baseLightTheme.colors.neutral[0]
@@ -211,6 +211,10 @@ var colors = _extends({
211
211
  elevation: {
212
212
  base: COLORS.COLOR_NEUTRAL_900 + "3D"
213
213
  },
214
+ illustration: {
215
+ fill: COLORS.COLOR_BLUE_400,
216
+ stroke: neutral.foreground
217
+ },
214
218
  network: {
215
219
  twitter: NETWORKCOLORS.NETWORK_COLOR_TWITTER,
216
220
  twitter_like: NETWORKCOLORS.NETWORK_COLOR_TWITTER_LIKE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "12.3.0",
3
+ "version": "12.5.0",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",
@@ -12,8 +12,7 @@
12
12
  "CHANGELOG.md"
13
13
  ],
14
14
  "bin": {
15
- "racine-codemod": "bin/racine-codemod.js",
16
- "build-npm": "bin/buildNpm.js"
15
+ "racine-codemod": "bin/racine-codemod.js"
17
16
  },
18
17
  "main": "commonjs/index.js",
19
18
  "module": "lib/index.js",
@@ -42,7 +41,7 @@
42
41
  "new": "node ./bin/scaffold.js",
43
42
  "playground": "node ./bin/scaffold-playground.js && yarn start",
44
43
  "release": "yarn test && yarn changeset publish",
45
- "storybook": "start-storybook -c .storybook -p 9999",
44
+ "storybook": "rm -rf node_modules/.cache/storybook && start-storybook -c .storybook -p 9999",
46
45
  "build-storybook": "build-storybook --quiet -c .storybook -o .storybook-dist",
47
46
  "build-chromatic": "yarn build-icons && build-storybook --quiet -c .storybook -o .storybook-dist",
48
47
  "icon-lint": "node bin/icon-lint/cli",
@@ -143,7 +142,7 @@
143
142
  "jscodeshift": "^0.6.4",
144
143
  "json-to-scss": "^1.6.2",
145
144
  "lint-staged": "^10.2.11",
146
- "moment": "^2.29.1",
145
+ "moment": "^2.29.4",
147
146
  "npm-run-all": "^4.1.2",
148
147
  "outdent": "^0.7.0",
149
148
  "pify": "^4.0.1",
@@ -173,7 +172,7 @@
173
172
  "@sproutsocial/seeds-networkcolor": ">=2.2.0",
174
173
  "@sproutsocial/seeds-space": ">=0.4.0",
175
174
  "@sproutsocial/seeds-typography": ">=2.0.0",
176
- "moment": "^2.29.1",
175
+ "moment": "^2.29.4",
177
176
  "prop-types": "^15.0.0",
178
177
  "react": "^16.2.0",
179
178
  "react-dates": "^21.8.0",
@@ -182,7 +181,10 @@
182
181
  },
183
182
  "resolutions": {
184
183
  "lodash": "^4.17.21",
185
- "react-popper/create-react-context": "^0.3.0"
184
+ "react-popper/create-react-context": "^0.3.0",
185
+ "glob-parent": "^5.1.2",
186
+ "trim": "^0.0.3",
187
+ "trim-newlines": "^3.0.1"
186
188
  },
187
189
  "jest": {
188
190
  "testEnvironment": "jsdom",