@openedx/paragon 23.20.2 → 23.20.4

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.
@@ -83,7 +83,7 @@ const COMMANDS = {
83
83
  },
84
84
  {
85
85
  name: '--source-tokens-only',
86
- description: 'Include only source design tokens in the build.',
86
+ description: 'If provided, only tokens from --source will be included in the output; Paragon tokens will be used for references but not included in the output.',
87
87
  defaultValue: false,
88
88
  },
89
89
  {
@@ -133,12 +133,12 @@ const COMMANDS = {
133
133
  options: [
134
134
  {
135
135
  name: '-s, --source',
136
- description: 'Type of replacement: usage or definition. If set to "definition" the command will only update SCSS variables definitions with CSS variables, if set to "usage" - all occurrences of SCSS variables will we replaced',
136
+ description: 'The path to the source directory containing variable mappings.',
137
137
  defaultValue: '\'\'',
138
138
  },
139
139
  {
140
140
  name: '-t, --replacementType',
141
- description: 'Type of replacement: usage or definition. If set to "definition" the command will only update SCSS variables definitions with CSS variables, if set to "usage" - all occurrences of SCSS variables will we replaced',
141
+ description: 'Type of replacement: usage or definition. If set to "definition" the command will only update SCSS variables definitions with CSS variables, if set to "usage" - all occurrences of SCSS variables will be replaced.',
142
142
  choices: '[usage|definition]',
143
143
  defaultValue: 'definition',
144
144
  },
package/dist/core.css CHANGED
@@ -417,9 +417,9 @@
417
417
  --pgn-typography-link-decoration-brand-hover: underline;
418
418
  --pgn-typography-link-decoration-brand-inline-base: underline;
419
419
  --pgn-typography-link-decoration-brand-inline-hover: underline;
420
- --pgn-typography-font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
420
+ --pgn-typography-font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
421
421
  --pgn-typography-font-family-serif: serif;
422
- --pgn-typography-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
422
+ --pgn-typography-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
423
423
  --pgn-typography-font-size-base: 1.125rem;
424
424
  --pgn-typography-font-size-sm: 87.5%;
425
425
  --pgn-typography-font-size-xs: 75%;
@@ -13144,9 +13144,6 @@ textarea.form-control {
13144
13144
  [dir=rtl] .pgn__form-control-set-inline > * {
13145
13145
  margin-left: 0.5em;
13146
13146
  }
13147
- .form-control.is-invalid.is-invalid-nodanger {
13148
- border-color: var(--pgn-color-form-input-border);
13149
- }
13150
13147
  .form-control.is-invalid.is-invalid-nodanger:focus {
13151
13148
  color: var(--pgn-color-form-input-focus-base);
13152
13149
  background-color: var(--pgn-color-form-input-focus-bg);
@@ -13154,6 +13151,9 @@ textarea.form-control {
13154
13151
  outline: 0;
13155
13152
  box-shadow: var(--pgn-elevation-form-input-focus);
13156
13153
  }
13154
+ .form-control.is-invalid.is-invalid-nodanger {
13155
+ border-color: var(--pgn-color-form-input-border);
13156
+ }
13157
13157
  .form-control:hover {
13158
13158
  border: solid var(--pgn-size-form-input-width-hover) var(--pgn-color-dark-700);
13159
13159
  }
@@ -14746,10 +14746,6 @@ select.form-control {
14746
14746
  display: none;
14747
14747
  }
14748
14748
  }
14749
- .navbar-expand {
14750
- flex-flow: row nowrap;
14751
- justify-content: flex-start;
14752
- }
14753
14749
  .navbar-expand > .container,
14754
14750
  .navbar-expand > .container-fluid,
14755
14751
  .navbar-expand > .container-sm,
@@ -14760,6 +14756,10 @@ select.form-control {
14760
14756
  padding-left: 0;
14761
14757
  flex-wrap: nowrap;
14762
14758
  }
14759
+ .navbar-expand {
14760
+ flex-flow: row nowrap;
14761
+ justify-content: flex-start;
14762
+ }
14763
14763
  .navbar-expand .navbar-nav {
14764
14764
  flex-direction: row;
14765
14765
  }