@strapi/plugin-documentation 4.11.0-exp.9xg4-3qfm-9w8f → 4.11.0-exp.9xg4-3qfm-9w8f.1

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.
@@ -309,6 +309,11 @@ describe('Plugin | Documentation | PluginPage', () => {
309
309
  height: 2rem;
310
310
  }
311
311
 
312
+ .c13 svg {
313
+ height: 0.75rem;
314
+ width: auto;
315
+ }
316
+
312
317
  .c13[aria-disabled='true'] {
313
318
  border: 1px solid #dcdce4;
314
319
  background: #eaeaef;
@@ -641,7 +646,7 @@ describe('Plugin | Documentation | PluginPage', () => {
641
646
  <span>
642
647
  <button
643
648
  aria-disabled="false"
644
- aria-labelledby="2"
649
+ aria-labelledby=":r2:"
645
650
  class="c33 c34 c12 c35"
646
651
  tabindex="-1"
647
652
  type="button"
@@ -676,7 +681,7 @@ describe('Plugin | Documentation | PluginPage', () => {
676
681
  <span>
677
682
  <button
678
683
  aria-disabled="false"
679
- aria-labelledby="3"
684
+ aria-labelledby=":r4:"
680
685
  class="c33 c34 c12 c35"
681
686
  tabindex="-1"
682
687
  type="button"
@@ -707,7 +712,7 @@ describe('Plugin | Documentation | PluginPage', () => {
707
712
  <span>
708
713
  <button
709
714
  aria-disabled="false"
710
- aria-labelledby="4"
715
+ aria-labelledby=":r6:"
711
716
  class="c33 c34 c12 c35"
712
717
  tabindex="-1"
713
718
  type="button"
@@ -775,7 +780,7 @@ describe('Plugin | Documentation | PluginPage', () => {
775
780
  <span>
776
781
  <button
777
782
  aria-disabled="false"
778
- aria-labelledby="5"
783
+ aria-labelledby=":r8:"
779
784
  class="c33 c34 c12 c35"
780
785
  tabindex="-1"
781
786
  type="button"
@@ -810,7 +815,7 @@ describe('Plugin | Documentation | PluginPage', () => {
810
815
  <span>
811
816
  <button
812
817
  aria-disabled="false"
813
- aria-labelledby="6"
818
+ aria-labelledby=":ra:"
814
819
  class="c33 c34 c12 c35"
815
820
  tabindex="-1"
816
821
  type="button"
@@ -330,6 +330,11 @@ describe('Plugin | Documentation | SettingsPage', () => {
330
330
  height: 2rem;
331
331
  }
332
332
 
333
+ .c10 svg {
334
+ height: 0.75rem;
335
+ width: auto;
336
+ }
337
+
333
338
  .c10[aria-disabled='true'] {
334
339
  border: 1px solid #dcdce4;
335
340
  background: #eaeaef;
@@ -576,7 +581,7 @@ describe('Plugin | Documentation | SettingsPage', () => {
576
581
  >
577
582
  <label
578
583
  class="c5 c21 c22"
579
- for="1"
584
+ for=":r0:"
580
585
  >
581
586
  Restricted Access
582
587
  </label>
@@ -614,11 +619,11 @@ describe('Plugin | Documentation | SettingsPage', () => {
614
619
  </span>
615
620
  </div>
616
621
  <input
617
- aria-describedby="1-hint"
622
+ aria-describedby=":r0:-hint"
618
623
  aria-disabled="false"
619
624
  aria-required="false"
620
625
  class="c33"
621
- id="1"
626
+ id=":r0:"
622
627
  name="restrictedAccess"
623
628
  type="checkbox"
624
629
  />
@@ -626,7 +631,7 @@ describe('Plugin | Documentation | SettingsPage', () => {
626
631
  </label>
627
632
  <p
628
633
  class="c5 c34"
629
- id="1-hint"
634
+ id=":r0:-hint"
630
635
  >
631
636
  Make the documentation endpoint private
632
637
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-documentation",
3
- "version": "4.11.0-exp.9xg4-3qfm-9w8f",
3
+ "version": "4.11.0-exp.9xg4-3qfm-9w8f.1",
4
4
  "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,10 +30,10 @@
30
30
  "test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
31
31
  },
32
32
  "dependencies": {
33
- "@strapi/design-system": "1.7.9",
34
- "@strapi/helper-plugin": "4.11.0-exp.9xg4-3qfm-9w8f",
35
- "@strapi/icons": "1.7.9",
36
- "@strapi/utils": "4.11.0-exp.9xg4-3qfm-9w8f",
33
+ "@strapi/design-system": "1.7.10",
34
+ "@strapi/helper-plugin": "4.11.0-exp.9xg4-3qfm-9w8f.1",
35
+ "@strapi/icons": "1.7.10",
36
+ "@strapi/utils": "4.11.0-exp.9xg4-3qfm-9w8f.1",
37
37
  "bcryptjs": "2.4.3",
38
38
  "cheerio": "^1.0.0-rc.12",
39
39
  "formik": "2.4.0",
@@ -55,18 +55,18 @@
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@strapi/strapi": "^4.0.0",
58
- "react": "^17.0.2",
59
- "react-dom": "^17.0.2",
60
- "react-router-dom": "^5.3.4",
61
- "styled-components": "^5.3.3"
58
+ "react": "^17.0.0 || ^18.0.0",
59
+ "react-dom": "^17.0.0 || ^18.0.0",
60
+ "react-router-dom": "5.3.4",
61
+ "styled-components": "5.3.3"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@apidevtools/swagger-parser": "^10.1.0",
65
- "@testing-library/react": "12.1.4",
65
+ "@testing-library/react": "14.0.0",
66
66
  "history": "^4.9.0",
67
67
  "msw": "1.2.1",
68
- "react": "^17.0.2",
69
- "react-dom": "^17.0.2",
68
+ "react": "^18.2.0",
69
+ "react-dom": "^18.2.0",
70
70
  "react-router-dom": "5.3.4",
71
71
  "styled-components": "5.3.3"
72
72
  },
@@ -80,5 +80,5 @@
80
80
  "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
81
81
  "kind": "plugin"
82
82
  },
83
- "gitHead": "47f8bee867909bbf51ab43e55a60ced232816fc7"
83
+ "gitHead": "54c4fa25b2706612f85aaf103f54c071c281f23b"
84
84
  }