@openedx/paragon 22.0.0-alpha.17 → 22.0.0-alpha.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openedx/paragon",
3
- "version": "22.0.0-alpha.17",
3
+ "version": "22.0.0-alpha.18",
4
4
  "description": "Accessible, responsive UI component library based on Bootstrap.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -5,7 +5,6 @@ components:
5
5
  - Avatar
6
6
  categories:
7
7
  - Imagery & Iconography
8
- - Content
9
8
  status: 'New'
10
9
  designStatus: 'Done'
11
10
  devStatus: 'Done'
@@ -42,6 +42,20 @@
42
42
  flex-grow: 1;
43
43
  align-items: flex-start;
44
44
 
45
+ textarea {
46
+ &.form-control {
47
+ min-height: var(--pgn-size-form-input-height-base);
48
+ }
49
+
50
+ &.form-control-lg {
51
+ min-height: var(--pgn-size-form-input-height-lg);
52
+ }
53
+
54
+ &.form-control-sm {
55
+ min-height: var(--pgn-size-form-input-height-sm);
56
+ }
57
+ }
58
+
45
59
  @media (--pgn-size-breakpoint-min-width-sm) {
46
60
  margin-inline-end: var(--pgn-spacing-form-control-gutter);
47
61
  }
@@ -3,7 +3,6 @@ title: 'Image'
3
3
  type: 'component'
4
4
  categories:
5
5
  - Imagery & Iconography
6
- - Content
7
6
  components:
8
7
  - Image
9
8
  status: 'Stable'
@@ -10,7 +10,6 @@ components:
10
10
  - SearchFieldSubmitButton
11
11
  categories:
12
12
  - Forms
13
- - Navigation
14
13
  status: 'Stable'
15
14
  designStatus: 'Needs Review'
16
15
  devStatus: 'Done'
@@ -6,7 +6,6 @@ components:
6
6
  - SelectableBoxSet
7
7
  categories:
8
8
  - Forms
9
- - Content
10
9
  status: 'New'
11
10
  designStatus: 'Done'
12
11
  devStatus: 'In progress'
@@ -6,7 +6,6 @@ components:
6
6
  - Spinner
7
7
  categories:
8
8
  - Status & metadata
9
- - Choreography
10
9
  designStatus: 'Done'
11
10
  devStatus: 'Done'
12
11
  notes: |
@@ -10,7 +10,6 @@ components:
10
10
  - StepperHeaderStep
11
11
  categories:
12
12
  - Navigation
13
- - Content
14
13
  designStatus: 'Done'
15
14
  devStatus: 'Done'
16
15
  notes: |
@@ -3,6 +3,8 @@ title: 'Truncate'
3
3
  type: 'component'
4
4
  components:
5
5
  - Truncate
6
+ categories:
7
+ - Content
6
8
  status: 'New'
7
9
  designStatus: 'Done'
8
10
  devStatus: 'Done'
@@ -3,7 +3,6 @@ title: 'useIndexOfLastVisibleChild'
3
3
  type: 'hook'
4
4
  categories:
5
5
  - Hooks
6
- - Layout
7
6
  components:
8
7
  - useIndexOfLastVisibleChild
9
8
  status: 'New'
@@ -3,7 +3,6 @@ title: 'useIsVisible'
3
3
  type: 'hook'
4
4
  categories:
5
5
  - Hooks
6
- - Layout
7
6
  components:
8
7
  - useIsVisible
9
8
  status: 'Stable'
@@ -3,7 +3,6 @@ title: 'useWindowSize'
3
3
  type: 'hook'
4
4
  categories:
5
5
  - Hooks
6
- - Layout
7
6
  components:
8
7
  - useWindowSize
9
8
  status: 'New'