@gravity-ui/page-constructor 1.2.0 → 1.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.2.1](https://github.com/gravity-ui/page-constructor/compare/v1.2.0...v1.2.1) (2022-10-14)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **Content:** ul li color in dark theme ([#30](https://github.com/gravity-ui/page-constructor/issues/30)) ([8e94579](https://github.com/gravity-ui/page-constructor/commit/8e945798cd15cbf58e55e8d81f6b516a85d8936c))
9
+
3
10
  ## [1.2.0](https://github.com/gravity-ui/page-constructor/compare/v1.1.0...v1.2.0) (2022-10-11)
4
11
 
5
12
 
@@ -77,12 +77,12 @@ unpredictable css rules order in build */
77
77
  }
78
78
  .pc-content_theme_dark .pc-content__title,
79
79
  .pc-content_theme_dark .pc-content__text .yfm,
80
- .pc-content_theme_dark .pc-content__text .yfm > *,
80
+ .pc-content_theme_dark .pc-content__text .yfm *,
81
81
  .pc-content_theme_dark .pc-content__link a {
82
82
  color: var(--yc-color-text-light-primary);
83
83
  }
84
84
  .pc-content_theme_dark .pc-content__notice .yfm,
85
- .pc-content_theme_dark .pc-content__notice .yfm > * {
85
+ .pc-content_theme_dark .pc-content__notice .yfm * {
86
86
  color: var(--yc-color-text-light-secondary);
87
87
  }
88
88
  .pc-content_theme_dark .pc-content__notice .yfm a {
@@ -109,12 +109,12 @@ unpredictable css rules order in build */
109
109
  }
110
110
  .pc-content_theme_light .pc-content__title,
111
111
  .pc-content_theme_light .pc-content__text .yfm,
112
- .pc-content_theme_light .pc-content__text .yfm > *,
112
+ .pc-content_theme_light .pc-content__text .yfm *,
113
113
  .pc-content_theme_light .pc-content__link a {
114
114
  color: var(--yc-color-text-dark-primary);
115
115
  }
116
116
  .pc-content_theme_light .pc-content__notice .yfm,
117
- .pc-content_theme_light .pc-content__notice .yfm > * {
117
+ .pc-content_theme_light .pc-content__notice .yfm * {
118
118
  color: var(--yc-color-text-dark-secondary);
119
119
  }
120
120
  .pc-content_theme_light .pc-content__notice .yfm a {
@@ -77,12 +77,12 @@ unpredictable css rules order in build */
77
77
  }
78
78
  .pc-content_theme_dark .pc-content__title,
79
79
  .pc-content_theme_dark .pc-content__text .yfm,
80
- .pc-content_theme_dark .pc-content__text .yfm > *,
80
+ .pc-content_theme_dark .pc-content__text .yfm *,
81
81
  .pc-content_theme_dark .pc-content__link a {
82
82
  color: var(--yc-color-text-light-primary);
83
83
  }
84
84
  .pc-content_theme_dark .pc-content__notice .yfm,
85
- .pc-content_theme_dark .pc-content__notice .yfm > * {
85
+ .pc-content_theme_dark .pc-content__notice .yfm * {
86
86
  color: var(--yc-color-text-light-secondary);
87
87
  }
88
88
  .pc-content_theme_dark .pc-content__notice .yfm a {
@@ -109,12 +109,12 @@ unpredictable css rules order in build */
109
109
  }
110
110
  .pc-content_theme_light .pc-content__title,
111
111
  .pc-content_theme_light .pc-content__text .yfm,
112
- .pc-content_theme_light .pc-content__text .yfm > *,
112
+ .pc-content_theme_light .pc-content__text .yfm *,
113
113
  .pc-content_theme_light .pc-content__link a {
114
114
  color: var(--yc-color-text-dark-primary);
115
115
  }
116
116
  .pc-content_theme_light .pc-content__notice .yfm,
117
- .pc-content_theme_light .pc-content__notice .yfm > * {
117
+ .pc-content_theme_light .pc-content__notice .yfm * {
118
118
  color: var(--yc-color-text-dark-secondary);
119
119
  }
120
120
  .pc-content_theme_light .pc-content__notice .yfm a {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {