@ably/ui 8.7.0-dev.f891ad9 → 8.7.0-dev.fba161a

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 (110) hide show
  1. package/core/.DS_Store +0 -0
  2. package/core/Code/component.css +2 -0
  3. package/core/Code/component.js +1 -1
  4. package/core/Code.jsx +108 -88
  5. package/core/CompanyAutocomplete/component.js +1 -1
  6. package/core/ConnectStateWrapper/component.js +1 -1
  7. package/core/ConnectStateWrapper.jsx +7 -7
  8. package/core/ContactFooter/component.js +1 -1
  9. package/core/ContactFooter.jsx +12 -12
  10. package/core/CookieMessage/component.js +1 -1
  11. package/core/CookieMessage.jsx +10 -10
  12. package/core/CustomerLogos/component.js +1 -1
  13. package/core/CustomerLogos.jsx +7 -7
  14. package/core/DropdownMenu/component.js +1 -1
  15. package/core/DropdownMenu.jsx +11 -11
  16. package/core/FeatureFooter/component.js +1 -1
  17. package/core/FeaturedLink/component.css +1 -1
  18. package/core/FeaturedLink/component.js +1 -1
  19. package/core/FeaturedLink.jsx +10 -10
  20. package/core/Flash/component.js +1 -1
  21. package/core/Flash.jsx +19 -19
  22. package/core/Footer/component.css +3 -3
  23. package/core/Footer/component.js +1 -1
  24. package/core/Footer.jsx +32 -32
  25. package/core/Icon/component.js +1 -1
  26. package/core/Icon.jsx +7 -7
  27. package/core/Loader/component.js +1 -1
  28. package/core/Loader.jsx +7 -7
  29. package/core/Logo/component.js +1 -1
  30. package/core/Logo.jsx +7 -7
  31. package/core/Meganav/component.css +8 -10
  32. package/core/Meganav/component.js +1 -1
  33. package/core/Meganav.jsx +157 -144
  34. package/core/MeganavBlogPostsList/component.js +1 -1
  35. package/core/MeganavBlogPostsList.jsx +13 -13
  36. package/core/MeganavContentCompany/component.js +1 -1
  37. package/core/MeganavContentCompany.jsx +27 -27
  38. package/core/MeganavContentDevelopers/component.js +1 -1
  39. package/core/MeganavContentDevelopers.jsx +30 -17
  40. package/core/MeganavContentPlatform/component.js +1 -1
  41. package/core/MeganavContentPlatform.jsx +16 -16
  42. package/core/MeganavContentUseCases/component.js +1 -1
  43. package/core/MeganavContentUseCases.jsx +15 -15
  44. package/core/MeganavContentWhyAbly/component.js +1 -22
  45. package/core/MeganavContentWhyAbly.jsx +333 -2141
  46. package/core/MeganavControl/component.js +1 -1
  47. package/core/MeganavControl.jsx +10 -10
  48. package/core/MeganavControlMobileDropdown/component.js +1 -1
  49. package/core/MeganavControlMobileDropdown.jsx +11 -11
  50. package/core/MeganavControlMobilePanelClose/component.js +1 -1
  51. package/core/MeganavControlMobilePanelClose.jsx +10 -10
  52. package/core/MeganavControlMobilePanelOpen/component.js +1 -1
  53. package/core/MeganavControlMobilePanelOpen.jsx +10 -10
  54. package/core/MeganavItemsDesktop/component.js +1 -1
  55. package/core/MeganavItemsDesktop.jsx +16 -16
  56. package/core/MeganavItemsMobile/component.js +1 -1
  57. package/core/MeganavItemsMobile.jsx +39 -39
  58. package/core/MeganavItemsSignedIn/component.js +1 -1
  59. package/core/MeganavItemsSignedIn.jsx +33 -33
  60. package/core/MeganavSearch/component.js +1 -1
  61. package/core/MeganavSearch.jsx +23 -23
  62. package/core/MeganavSearchAutocomplete/component.js +1 -1
  63. package/core/MeganavSearchAutocomplete.jsx +4 -4
  64. package/core/MeganavSearchPanel/component.js +1 -1
  65. package/core/MeganavSearchPanel.jsx +19 -19
  66. package/core/MeganavSearchSuggestions/component.js +1 -1
  67. package/core/MeganavSearchSuggestions.jsx +13 -13
  68. package/core/Notice/component.css +1 -1
  69. package/core/Notice/component.js +1 -1
  70. package/core/Notice.jsx +32 -32
  71. package/core/Showcase/component.js +1 -1
  72. package/core/Showcase.jsx +1 -1
  73. package/core/SignOutLink/component.js +1 -1
  74. package/core/SignOutLink.jsx +7 -7
  75. package/core/Slider/component.js +1 -1
  76. package/core/Slider.jsx +14 -14
  77. package/core/Uptime/component.js +1 -1
  78. package/core/Uptime.jsx +15 -15
  79. package/core/fonts/jetBrains-mono.css +3 -0
  80. package/core/fonts/manrope.css +3 -0
  81. package/core/scripts.js +1 -1
  82. package/core/styles.css +222 -101
  83. package/package.json +1 -1
  84. package/reset/scripts.js +1 -1
  85. package/reset/styles.css +1 -11
  86. package/src/.DS_Store +0 -0
  87. package/src/core/FeaturedLink/component.css +1 -1
  88. package/src/core/Footer/component.css +3 -3
  89. package/src/core/Footer/component.html.erb +13 -13
  90. package/src/core/Footer/component.jsx +13 -13
  91. package/src/core/Meganav/component.css +8 -8
  92. package/src/core/MeganavContentDevelopers/component.html.erb +9 -2
  93. package/src/core/MeganavContentDevelopers/component.jsx +11 -1
  94. package/src/core/MeganavContentPlatform/component.html.erb +1 -1
  95. package/src/core/MeganavContentPlatform/component.jsx +1 -1
  96. package/src/core/Notice/component.css +1 -1
  97. package/src/core/Notice/component.html.erb +2 -2
  98. package/src/core/Notice/component.jsx +2 -2
  99. package/src/core/fonts/jetBrains-mono.css +3 -0
  100. package/src/core/fonts/manrope.css +3 -0
  101. package/src/core/styles/buttons.css +5 -5
  102. package/src/core/styles/forms.css +5 -5
  103. package/src/core/styles/properties.css +153 -45
  104. package/src/core/styles/text.css +59 -40
  105. package/src/core/utils/syntax-highlighter-registry.js +2 -0
  106. package/src/core/utils/syntax-highlighter.css +2 -0
  107. package/src/core/utils/syntax-highlighter.js +5 -0
  108. package/tailwind.config.js +60 -44
  109. package/core/Meganav/component.js.LICENSE.txt +0 -7
  110. package/core/MeganavSearchAutocomplete/component.js.LICENSE.txt +0 -7
@@ -1,46 +1,52 @@
1
1
  @layer components {
2
2
  .ui-text-title {
3
- @apply font-sans font-medium text-cool-black;
3
+ @apply font-manrope font-extrabold text-cool-black;
4
4
  @apply text-title-xs xs:text-title xl:text-title-xl;
5
- @apply tracking-tighten-0.01 xs:tracking-tighten-0.015 xl:tracking-tighten-0.02;
5
+ @apply tracking-tighten-0.015 xs:tracking-tighten-0.02 xl:tracking-tighten-0.02;
6
6
  }
7
7
 
8
8
  .ui-text-h1 {
9
- @apply font-sans font-medium text-cool-black;
9
+ @apply font-manrope font-extrabold text-cool-black;
10
10
  @apply text-h1-xs xs:text-h1 xl:text-h1-xl;
11
- @apply tracking-tighten-0.01;
11
+ @apply tracking-tighten-0.0125 xs:tracking-tighten-0.015;
12
12
  }
13
13
 
14
14
  .ui-text-h2 {
15
- @apply font-sans font-medium text-cool-black;
15
+ @apply font-manrope font-extrabold text-cool-black;
16
16
  @apply text-h2-xs xs:text-h2 xl:text-h2-xl;
17
- @apply tracking-tighten-0.005;
17
+ @apply tracking-tighten-0.015 xs:tracking-tighten-0.01;
18
18
  }
19
19
 
20
20
  .ui-text-h3 {
21
- @apply font-sans font-medium text-cool-black;
21
+ @apply font-manrope font-extrabold text-cool-black;
22
22
  @apply text-h3;
23
- @apply tracking-tighten-0.0025;
23
+ @apply tracking-tighten-0.005;
24
24
  }
25
25
 
26
26
  .ui-text-h4 {
27
- @apply font-sans font-medium text-cool-black;
28
- @apply text-h4 uppercase;
29
- @apply tracking-widen-0.1;
27
+ @apply font-manrope font-extrabold text-cool-black;
28
+ @apply text-h4;
29
+ @apply tracking-tighten-0.0015;
30
+ }
31
+
32
+ .ui-text-h5 {
33
+ @apply font-manrope font-extrabold text-cool-black;
34
+ @apply text-h5;
35
+ @apply tracking-tighten-0.0025;
30
36
  }
31
37
 
32
38
  .ui-text-p1 {
33
- @apply font-sans font-light text-charcoal-grey;
39
+ @apply font-manrope font-medium text-charcoal-grey;
34
40
  @apply text-p1;
35
41
  }
36
42
 
37
43
  .ui-text-p2 {
38
- @apply font-sans font-light text-charcoal-grey;
44
+ @apply font-manrope font-medium text-charcoal-grey;
39
45
  @apply text-p2;
40
46
  }
41
47
 
42
48
  .ui-text-p3 {
43
- @apply font-sans font-light text-charcoal-grey;
49
+ @apply font-manrope font-medium text-charcoal-grey;
44
50
  @apply text-p3;
45
51
  }
46
52
 
@@ -51,60 +57,63 @@
51
57
  }
52
58
 
53
59
  .ui-text-quote {
54
- @apply font-sans font-light text-cool-black;
55
- @apply text-quote;
56
- @apply tracking-tighten-0.025;
60
+ @apply font-manrope font-normal text-cool-black;
61
+ @apply text-quote leading-normal;
62
+ @apply tracking-tighten-0.0015;
57
63
  }
58
64
 
59
65
  .ui-text-sub-header {
60
- @apply font-sans font-light text-dark-grey;
61
- @apply text-sub-header-xs xs:text-sub-header;
62
- @apply tracking-tighten-0.025;
66
+ @apply font-manrope font-semibold text-neutral-900;
67
+ @apply text-sub-header-xs xs:text-sub-header leading-normal;
63
68
  }
64
69
 
65
70
  .ui-text-overline1 {
66
- @apply font-sans font-medium text-dark-grey uppercase;
67
- @apply text-overline1;
68
- @apply tracking-widen-0.15;
71
+ @apply font-jetbrains_mono font-medium text-active-orange uppercase;
72
+ @apply text-overline1 leading-normal;
73
+ @apply tracking-widen-0.16;
69
74
  }
70
75
 
71
76
  .ui-text-overline2 {
72
- @apply font-sans font-medium text-dark-grey uppercase;
73
- @apply text-overline2;
74
- @apply tracking-widen-0.1;
77
+ @apply font-jetbrains_mono font-medium text-active-orange uppercase;
78
+ @apply text-overline2 leading-normal;
79
+ @apply tracking-widen-0.16;
75
80
  }
76
81
 
77
82
  .ui-text-menu1 {
78
- @apply font-sans font-light text-cool-black;
79
- @apply text-menu1;
83
+ @apply font-manrope font-medium text-cool-black;
84
+ @apply text-menu1 leading-snug;
80
85
  }
81
86
 
82
87
  .ui-text-menu2 {
83
- @apply font-sans font-light text-cool-black;
84
- @apply text-menu2;
88
+ @apply font-manrope font-medium text-cool-black;
89
+ @apply text-menu2 leading-snug;
85
90
  }
86
91
 
87
92
  .ui-text-menu3 {
88
- @apply font-sans font-light text-cool-black;
89
- @apply text-menu3;
93
+ @apply font-manrope font-medium text-cool-black;
94
+ @apply text-menu3 leading-snug;
90
95
  }
91
96
 
92
97
  .ui-text-code {
93
- @apply font-mono font-semibold text-code;
98
+ @apply font-jetbrains_mono font-medium text-code;
99
+ }
100
+
101
+ .ui-text-code2 {
102
+ @apply font-jetbrains_mono font-medium text-code2;
94
103
  }
95
104
 
96
105
  .ui-text-code-inline {
97
- @apply font-mono font-semibold text-code text-charcoal-grey bg-light-grey p-inline-code rounded-sm mx-1;
106
+ @apply font-jetbrains_mono font-medium text-code text-charcoal-grey bg-light-grey p-inline-code rounded-sm mx-1;
98
107
  }
99
108
 
100
109
  .ui-unordered-list {
101
- @apply text-p1 font-light text-cool-black;
102
- @apply list-disc ml-32 mb-24;
110
+ @apply text-p1 font-medium text-cool-black;
111
+ @apply list-disc ml-32 my-16;
103
112
  }
104
113
 
105
114
  .ui-ordered-list {
106
- @apply text-p1 font-light text-cool-black;
107
- @apply ml-32 mb-24 list-decimal;
115
+ @apply text-p1 font-medium text-charcoal-grey;
116
+ @apply ml-32 my-16 list-decimal;
108
117
  }
109
118
 
110
119
  .ui-unordered-list li > *:last-of-type:not(ul):not(ol),
@@ -121,11 +130,21 @@
121
130
  }
122
131
 
123
132
  .ui-unordered-list ul ul {
124
- @apply list-square;
133
+ @apply list-square my-8;
134
+ }
135
+
136
+ .ui-unordered-list ul ul {
137
+ @apply my-8;
138
+ }
139
+
140
+ .ui-ordered-list li,
141
+ .ui-unordered-list li {
142
+ @apply font-medium font-manrope tracking-widen-0;
143
+ line-height: var(--lh-extra-relaxed);
125
144
  }
126
145
 
127
146
  .ui-unordered-list-with-emphasis {
128
- @apply text-p1 font-light text-cool-black;
147
+ @apply text-p1 font-medium text-cool-black;
129
148
  @apply list-disc ml-32 mt-32 -mb-12;
130
149
  }
131
150
 
@@ -22,6 +22,7 @@ import php from "highlight.js/lib/languages/php";
22
22
  import python from "highlight.js/lib/languages/python";
23
23
  import ruby from "highlight.js/lib/languages/ruby";
24
24
  import swift from "highlight.js/lib/languages/swift";
25
+ import kotlin from "highlight.js/lib/languages/kotlin";
25
26
  import sql from "highlight.js/lib/languages/sql";
26
27
  import xml from "highlight.js/lib/languages/xml";
27
28
  import yaml from "highlight.js/lib/languages/yaml";
@@ -44,6 +45,7 @@ const registry = [
44
45
  { label: "C++", key: "cpp", module: cpp },
45
46
  { label: "Dart", key: "dart", module: dart },
46
47
  { label: "Swift", key: "swift", module: swift },
48
+ { label: "Kotlin", key: "kotlin", module: kotlin },
47
49
  { label: "Objective C", key: "objectivec", module: objectivec },
48
50
  { label: "Node.js", key: "javascript", module: javascript },
49
51
  { label: "JSON", key: "json", module: json },
@@ -1,5 +1,7 @@
1
1
  @layer base {
2
2
  @import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,600;0,700;1,600;1,700&display=swap");
3
+ @import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;200;300;400;500;600;700;800&display=swap");
4
+ @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
3
5
  }
4
6
 
5
7
  @layer components {
@@ -43,6 +43,11 @@ const languageToHighlightKey = (lang) => {
43
43
  id = "typescript";
44
44
  break;
45
45
 
46
+ case "kotlin":
47
+ case "kt":
48
+ id = "kotlin";
49
+ break;
50
+
46
51
  case "shell":
47
52
  case "fh":
48
53
  case "sh":
@@ -24,69 +24,80 @@ module.exports = {
24
24
  xl: "1440px",
25
25
  },
26
26
  fontSize: {
27
- title: ["var(--fs-title)", "var(--lh-tight)"],
28
- "title-xl": ["var(--fs-title-xl)", "var(--lh-tight)"],
29
- "title-xs": ["var(--fs-title-xs)", "var(--lh-tight)"],
27
+ title: ["var(--fs-title)", "var(--lh-min-normal)"],
28
+ "title-xl": ["var(--fs-title-xl)", "var(--lh-min-normal)"],
29
+ "title-xs": ["var(--fs-title-xs)", "var(--lh-min-normal)"],
30
30
  h1: ["var(--fs-h1)", "var(--lh-tight)"],
31
- "h1-xl": ["var(--fs-h1-xl)", "var(--lh-tight)"],
32
- "h1-xs": ["var(--fs-h1-xs)", "var(--lh-tight)"],
33
- h2: ["var(--fs-h2)", "var(--lh-tight)"],
34
- "h2-xl": ["var(--fs-h2-xl)", "var(--lh-tight)"],
35
- "h2-xs": ["var(--fs-h2-xs)", "var(--lh-tight)"],
36
- h3: ["var(--fs-h3)", "var(--lh-tight)"],
37
- h4: ["var(--fs-h4)", "var(--lh-tight)"],
38
- p1: ["var(--fs-p1)", "var(--lh-relaxed)"],
39
- p2: ["var(--fs-p2)", "var(--lh-relaxed)"],
40
- p3: ["var(--fs-p3)", "var(--lh-relaxed)"],
41
- standfirst: ["var(--fs-standfirst)", "var(--lh-snug)"],
42
- "standfirst-xl": ["var(--fs-standfirst-xl)", "var(--lh-snug)"],
43
- "sub-header": ["var(--fs-sub-header)", "var(--lh-normal)"],
44
- "sub-header-xs": ["var(--fs-sub-header-xs)", "var(--lh-normal)"],
45
- overline1: ["var(--fs-overline1)", "var(--lh-normal)"],
46
- overline2: ["var(--fs-overline2)", "var(--lh-normal)"],
31
+ "h1-xl": ["var(--fs-h1-xl)", "var(--lh-min-normal)"],
32
+ "h1-xs": ["var(--fs-h1-xs)", "var(--lh-min-normal)"],
33
+ h2: ["var(--fs-h2)", "var(--lh-min-normal)"],
34
+ "h2-xl": ["var(--fs-h2-xl)", "var(--lh-min-normal)"],
35
+ "h2-xs": ["var(--fs-h2-xs)", "var(--lh-min-normal)"],
36
+ h3: ["var(--fs-h3)", "var(--lh-min-normal)"],
37
+ h4: ["var(--fs-h4)", "var(--lh-min-normal)"],
38
+ h5: ["var(--fs-h5)", "var(--lh-min-normal)"],
39
+ p1: ["var(--fs-p1)", "var(--lh-extra-relaxed)"],
40
+ p2: ["var(--fs-p2)", "var(--lh-extra-relaxed)"],
41
+ p3: ["var(--fs-p3)", "var(--lh-extra-relaxed)"],
42
+ standfirst: ["var(--fs-standfirst)"],
43
+ "standfirst-xl": ["var(--fs-standfirst-xl)"],
44
+ "sub-header": ["var(--fs-sub-header)"],
45
+ "sub-header-xs": ["var(--fs-sub-header-xs)"],
46
+ overline1: ["var(--fs-overline1)"],
47
+ overline2: ["var(--fs-overline2)"],
47
48
  btn1: ["var(--fs-btn1)", "var(--lh-normal)"],
48
49
  btn2: ["var(--fs-btn2)", "var(--lh-tight)"],
49
50
  btn3: ["var(--fs-btn2)", "var(--lh-tight)"],
50
51
  btn4: ["var(--fs-btn3)", "var(--lh-dense)"],
51
- menu1: ["var(--fs-menu1)", "var(--lh-tight)"],
52
- menu2: ["var(--fs-menu2)", "var(--lh-tight)"],
53
- menu3: ["var(--fs-menu3)", "var(--lh-snug)"],
54
- quote: ["var(--fs-quote)", "var(--lh-relaxed)"],
52
+ menu1: ["var(--fs-menu1)"],
53
+ menu2: ["var(--fs-menu2)"],
54
+ menu3: ["var(--fs-menu3)"],
55
+ quote: ["var(--fs-quote)"],
55
56
  code: ["var(--fs-code)", "var(--lh-dense)"],
57
+ code2: ["var(--fs-code2)", "var(--lh-dense)"],
56
58
  },
57
59
  colors: {
58
60
  transparent: "transparent",
59
- "cool-black": "var(--color-cool-black)",
60
- "active-orange": "var(--color-active-orange)",
61
- "red-orange": "var(--color-red-orange)",
62
- white: "var(--color-white)",
63
- "electric-cyan": "var(--color-electric-cyan)",
64
- "zingy-green": "var(--color-zingy-green)",
65
- "bright-red": "var(--color-bright-red)",
66
- "jazzy-pink": "var(--color-jazzy-pink)",
67
- "extra-light-grey": "var(--color-extra-light-grey)",
68
- "light-grey": "var(--color-light-grey)",
69
- "mid-grey": "var(--color-mid-grey)",
70
- "dark-grey": "var(--color-dark-grey)",
71
- "charcoal-grey": "var(--color-charcoal-grey)",
72
- "gui-default": "var(--color-gui-default)",
73
- "gui-alt": "var(--color-cool-black)",
74
- "gui-hover": "var(--color-gui-hover)",
61
+ "cool-black": "var(--color-neutral-1300)",
62
+ "active-orange": "var(--color-orange-600)",
63
+ "red-orange": "var(--color-orange-800)",
64
+ white: "var(--color-neutral-000)",
65
+ "electric-cyan": "var(--color-blue-400)",
66
+ "zingy-green": "var(--color-green-400)",
67
+ "bright-red": "var(--color-orange-700)",
68
+ "jazzy-pink": "var(--color-pink-500)",
69
+ "extra-light-grey": "var(--color-neutral-100)",
70
+ "light-grey": "var(--color-neutral-200)",
71
+ "mid-grey": "var(--color-neutral-500)",
72
+ "dark-grey": "var(--color-neutral-800)",
73
+ "charcoal-grey": "var(--color-neutral-1000)",
74
+ "gui-default": "var(--color-gui-blue-default-light)",
75
+ "gui-hover": "var(--color-gui-blue-hover-light)",
76
+ "gui-active": "var(--color-gui-blue-active-light)",
77
+ "gui-default-dark": "var(--color-gui-blue-default-dark)",
78
+ "gui-hover-dark": "var(--color-gui-blue-hover-dark)",
79
+ "gui-active-dark": "var(--color-gui-blue-active-dark)",
80
+ "gui-alt": "var(--color-neutral-1300)",
75
81
  "gui-focus": "var(--color-gui-focus)",
76
- "gui-active": "var(--color-gui-active)",
82
+ "gui-focus-outline": "var(--color-gui-focus-outline)",
83
+
77
84
  "gui-visited": "var(--color-gui-visited)",
78
85
  "gui-unavailable": "var(--color-gui-unavailable)",
79
- "gui-error": "var(--color-gui-error)",
80
- "gui-success": "var(--color-gui-success)",
86
+ "gui-error": "var(--color-gui-error-red)",
87
+ "gui-success": "var(--color-gui-success-green)",
81
88
  "icon-linkedin": "var(--icon-color-linkedin)",
82
89
  "icon-twitter": "var(--icon-color-twitter)",
83
90
  "icon-glassdoor": "var(--icon-color-glassdoor)",
84
91
  "icon-github": "var(--icon-color-github)",
85
92
  "icon-discord": "var(--icon-color-discord)",
93
+ "neutral-900": "var(--color-neutral-900)",
94
+ "neutral-500": "var(--color-neutral-500)",
86
95
  },
87
96
  fontFamily: {
88
97
  sans: ["NEXT Book", "Arial", "Helvetica", "sans-serif"],
89
98
  mono: ["Source Code Pro", "Courier", "monospace"],
99
+ manrope: ["Manrope", "sans-serif"],
100
+ jetbrains_mono: ["JetBrains Mono", "monospace"],
90
101
  },
91
102
  margin: (theme, { negative }) => ({
92
103
  auto: "auto",
@@ -124,6 +135,7 @@ module.exports = {
124
135
  20: "var(--spacing-20)",
125
136
  24: "var(--spacing-24)",
126
137
  32: "var(--spacing-32)",
138
+ 36: "var(--spacing-36)",
127
139
  40: "var(--spacing-40)",
128
140
  48: "var(--spacing-48)",
129
141
  64: "var(--spacing-64)",
@@ -143,7 +155,7 @@ module.exports = {
143
155
  ...breakpoints(theme("screens")),
144
156
  }),
145
157
  boxShadow: {
146
- subtle: "0px 1px 0px var(--color-mid-grey)",
158
+ subtle: "0px 1px 0px var(--color-neutral-500)",
147
159
  tooltip: "0px 5px 10px 0px #00000022",
148
160
  container: "0px 40px 40px rgba(0, 0, 0, 0.1)",
149
161
  "container-subtle": "0px 16px 64px rgba(0, 0, 0, 0.1)",
@@ -155,11 +167,15 @@ module.exports = {
155
167
  "tighten-0.025": "var(--ls-tighten-0_025)",
156
168
  "tighten-0.02": "var(--ls-tighten-0_02)",
157
169
  "tighten-0.015": "var(--ls-tighten-0_015)",
170
+ "tighten-0.0125": "var(--ls-tighten-0_0125)",
158
171
  "tighten-0.01": "var(--ls-tighten-0_01)",
159
172
  "tighten-0.005": "var(--ls-tighten-0_005)",
160
173
  "tighten-0.0025": "var(--ls-tighten-0_0025)",
174
+ "tighten-0.0015": "var(--ls-tighten-0_0015)",
175
+ "widen-0": 0,
161
176
  "widen-0.1": "var(--ls-widen-0_1)",
162
177
  "widen-0.15": "var(--ls-widen-0_15)",
178
+ "widen-0.16": "var(--ls-widen-0_16)",
163
179
  },
164
180
  borderRadius: {
165
181
  none: "0",
@@ -185,7 +201,7 @@ module.exports = {
185
201
  },
186
202
  outline: {
187
203
  "gui-focus": "1.5px solid var(--color-gui-focus-outline)",
188
- "gui-focus-neutral": "2px solid var(--color-white)",
204
+ "gui-focus-neutral": "2px solid var(--color-neutral-000)",
189
205
  },
190
206
  width: {
191
207
  "extend-8": "calc(100% + var(--spacing-8))",
@@ -1,7 +0,0 @@
1
- /*!
2
- * @overview es6-promise - a tiny implementation of Promises/A+.
3
- * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
4
- * @license Licensed under MIT license
5
- * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
6
- * @version v4.2.8+1e68dce6
7
- */
@@ -1,7 +0,0 @@
1
- /*!
2
- * @overview es6-promise - a tiny implementation of Promises/A+.
3
- * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
4
- * @license Licensed under MIT license
5
- * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
6
- * @version v4.2.8+1e68dce6
7
- */