@redocly/theme 0.38.3 → 0.38.5

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.
@@ -7,6 +7,7 @@ var SecurityVariablesEnvSuffix;
7
7
  SecurityVariablesEnvSuffix["Password"] = "_password";
8
8
  SecurityVariablesEnvSuffix["JWTToken"] = "_token";
9
9
  SecurityVariablesEnvSuffix["APIKey"] = "";
10
+ // eslint-disable-next-line @typescript-eslint/no-duplicate-enum-values
10
11
  SecurityVariablesEnvSuffix["Token"] = "_token";
11
12
  SecurityVariablesEnvSuffix["ClientId"] = "_client_id";
12
13
  SecurityVariablesEnvSuffix["ClientSecret"] = "_client_secret";
@@ -384,7 +384,7 @@ const sizeAndSpace = (0, styled_components_1.css) `
384
384
  */
385
385
 
386
386
  --container-width: 1200px;
387
- --container-max-width: 1504px;
387
+ --container-max-width: 100%;
388
388
 
389
389
  /**
390
390
  * @tokens Space
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/theme",
3
- "version": "0.38.3",
3
+ "version": "0.38.5",
4
4
  "description": "Shared UI components lib",
5
5
  "keywords": [
6
6
  "theme",
@@ -61,8 +61,8 @@
61
61
  "@types/styled-components": "5.1.34",
62
62
  "@types/styled-system": "5.1.22",
63
63
  "@types/nprogress": "^0.2.0",
64
- "@typescript-eslint/eslint-plugin": "5.55.0",
65
- "@typescript-eslint/parser": "5.55.0",
64
+ "@typescript-eslint/eslint-plugin": "7.16.0",
65
+ "@typescript-eslint/parser": "7.16.0",
66
66
  "chromatic": "6.17.2",
67
67
  "concurrently": "7.6.0",
68
68
  "jest": "29.5.0",
@@ -98,7 +98,7 @@
98
98
  "timeago.js": "^4.0.2",
99
99
  "i18next": "^22.4.12",
100
100
  "nprogress": "^0.2.0",
101
- "@redocly/config": "0.6.2"
101
+ "@redocly/config": "0.6.3"
102
102
  },
103
103
  "scripts": {
104
104
  "start": "npm-run-all --parallel storybook storybook:tokens:watch",
@@ -3,6 +3,7 @@ export enum SecurityVariablesEnvSuffix {
3
3
  Password = '_password',
4
4
  JWTToken = '_token',
5
5
  APIKey = '',
6
+ // eslint-disable-next-line @typescript-eslint/no-duplicate-enum-values
6
7
  Token = '_token',
7
8
  ClientId = '_client_id',
8
9
  ClientSecret = '_client_secret',
@@ -386,7 +386,7 @@ const sizeAndSpace = css`
386
386
  */
387
387
 
388
388
  --container-width: 1200px;
389
- --container-max-width: 1504px;
389
+ --container-max-width: 100%;
390
390
 
391
391
  /**
392
392
  * @tokens Space