@jobber/components 2.94.9 → 2.94.10

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 CHANGED
@@ -8,6 +8,14 @@ menu: Changelog
8
8
  All notable changes to this project will be documented in this file.
9
9
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
10
10
 
11
+ ## [2.94.10](https://github.com/GetJobber/atlantis/compare/@jobber/components@2.94.9...@jobber/components@2.94.10) (2023-02-07)
12
+
13
+ **Note:** Version bump only for package @jobber/components
14
+
15
+
16
+
17
+
18
+
11
19
  ## [2.94.9](https://github.com/GetJobber/atlantis/compare/@jobber/components@2.94.8...@jobber/components@2.94.9) (2023-02-03)
12
20
 
13
21
 
@@ -181,7 +181,7 @@ var Footer = function (_a) {
181
181
  return null;
182
182
  };
183
183
 
184
- var css = "._1bd_Q6KrI5RAN8TRKHTRVl {\n padding-right: var(--space-small);\n}\npath {\n fill: var(--color-greyBlue);\n}\npath.D5KkCh2ebFU8GZn8_usvy {\n fill: var(--color-blue);\n}\npath._1Yv-bZHiCELA_VP7732is_ {\n fill: var(--color-greyBlue--lighter);\n}\n";
184
+ var css = "._1bd_Q6KrI5RAN8TRKHTRVl {\n padding-right: var(--space-small);\n}\n._1bd_Q6KrI5RAN8TRKHTRVl path {\n fill: var(--color-greyBlue);\n}\n._1bd_Q6KrI5RAN8TRKHTRVl path.D5KkCh2ebFU8GZn8_usvy {\n fill: var(--color-blue);\n}\n._1bd_Q6KrI5RAN8TRKHTRVl path._1Yv-bZHiCELA_VP7732is_ {\n fill: var(--color-greyBlue--lighter);\n}\n";
185
185
  var styles = {"sortIcon":"_1bd_Q6KrI5RAN8TRKHTRVl","active":"D5KkCh2ebFU8GZn8_usvy","inactive":"_1Yv-bZHiCELA_VP7732is_"};
186
186
  styleInject_es.styleInject(css);
187
187
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "2.94.9",
3
+ "version": "2.94.10",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -85,5 +85,5 @@
85
85
  "> 1%",
86
86
  "IE 10"
87
87
  ],
88
- "gitHead": "ae2a6e5e1a55aa147bcc339197fbc7fa124d0419"
88
+ "gitHead": "8e3223357e3c400fc63035e4bcee3b43ec47575b"
89
89
  }