@patternfly/patternfly 5.1.0-prerelease.18 → 5.1.0-prerelease.19

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.
@@ -1,5 +1,6 @@
1
1
  .pf-v5-c-slider {
2
2
  --pf-v5-c-slider--value: 0;
3
+ --pf-v5-c-slider__step--Left: 0;
3
4
  --pf-v5-c-slider__rail--PaddingTop: var(--pf-v5-global--spacer--md);
4
5
  --pf-v5-c-slider__rail--PaddingBottom: var(--pf-v5-global--spacer--md);
5
6
  --pf-v5-c-slider__rail-track--Height: 0.25rem;
@@ -1,8 +1,8 @@
1
1
  // @debug $slider; // check your variable names located in src/patternfly/sass-utilities/component-namespaces.scss
2
2
 
3
3
  .#{$slider} {
4
- // should always be set inline
5
- --#{$slider}--value: 0;
4
+ --#{$slider}--value: 0; // should always be set inline
5
+ --#{$slider}__step--Left: 0; // should always be set inline
6
6
 
7
7
  // rail
8
8
  --#{$slider}__rail--PaddingTop: var(--#{$pf-global}--spacer--md);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "5.1.0-prerelease.18",
4
+ "version": "5.1.0-prerelease.19",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -45,7 +45,7 @@
45
45
  "@commitlint/config-conventional": "^17.6.7",
46
46
  "@fortawesome/fontawesome": "^1.1.8",
47
47
  "@octokit/rest": "^20.0.1",
48
- "@patternfly/documentation-framework": "5.1.11",
48
+ "@patternfly/documentation-framework": "5.1.12",
49
49
  "@patternfly/patternfly-a11y": "4.3.1",
50
50
  "@patternfly/react-code-editor": "5.0.0",
51
51
  "@patternfly/react-core": "5.0.0",
@@ -24741,6 +24741,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
24741
24741
 
24742
24742
  .pf-v5-c-slider {
24743
24743
  --pf-v5-c-slider--value: 0;
24744
+ --pf-v5-c-slider__step--Left: 0;
24744
24745
  --pf-v5-c-slider__rail--PaddingTop: var(--pf-v5-global--spacer--md);
24745
24746
  --pf-v5-c-slider__rail--PaddingBottom: var(--pf-v5-global--spacer--md);
24746
24747
  --pf-v5-c-slider__rail-track--Height: 0.25rem;
@@ -24858,6 +24858,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
24858
24858
 
24859
24859
  .pf-v5-c-slider {
24860
24860
  --pf-v5-c-slider--value: 0;
24861
+ --pf-v5-c-slider__step--Left: 0;
24861
24862
  --pf-v5-c-slider__rail--PaddingTop: var(--pf-v5-global--spacer--md);
24862
24863
  --pf-v5-c-slider__rail--PaddingBottom: var(--pf-v5-global--spacer--md);
24863
24864
  --pf-v5-c-slider__rail-track--Height: 0.25rem;
package/patternfly.css CHANGED
@@ -24858,6 +24858,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
24858
24858
 
24859
24859
  .pf-v5-c-slider {
24860
24860
  --pf-v5-c-slider--value: 0;
24861
+ --pf-v5-c-slider__step--Left: 0;
24861
24862
  --pf-v5-c-slider__rail--PaddingTop: var(--pf-v5-global--spacer--md);
24862
24863
  --pf-v5-c-slider__rail--PaddingBottom: var(--pf-v5-global--spacer--md);
24863
24864
  --pf-v5-c-slider__rail-track--Height: 0.25rem;