@instructure/ui-view 8.11.2-snapshot.39 → 8.11.2-snapshot.41

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.
@@ -37,6 +37,7 @@ import { propTypes, allowedProps } from './props';
37
37
  ---
38
38
  category: components
39
39
  ---
40
+ @tsProps
40
41
  **/
41
42
  let ContextView = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_temp = _class2 = class ContextView extends Component {
42
43
  constructor(...args) {
package/es/View/index.js CHANGED
@@ -41,12 +41,11 @@ import { propTypes, allowedProps } from './props';
41
41
  /**
42
42
  ---
43
43
  category: components
44
-
45
44
  ---
46
45
  API:
47
46
  - [View](https://instructure.design/#View)
48
47
  @module View
49
-
48
+ @tsProps
50
49
  **/
51
50
  let View = (_dec = bidirectional(), _dec2 = withStyle(generateStyle, generateComponentTheme), _dec(_class = _dec2(_class = (_temp = _class2 = class View extends Component {
52
51
  // TODO: Remove this code once all components are using passthroughProps in place
@@ -27,6 +27,7 @@ var _dec, _class, _class2, _temp;
27
27
  ---
28
28
  category: components
29
29
  ---
30
+ @tsProps
30
31
  **/
31
32
  let ContextView = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_temp = _class2 = class ContextView extends _react.Component {
32
33
  constructor(...args) {
package/lib/View/index.js CHANGED
@@ -40,12 +40,11 @@ var _dec, _dec2, _class, _class2, _temp;
40
40
  /**
41
41
  ---
42
42
  category: components
43
-
44
43
  ---
45
44
  API:
46
45
  - [View](https://instructure.design/#View)
47
46
  @module View
48
-
47
+ @tsProps
49
48
  **/
50
49
  let View = (_dec = (0, _bidirectional.bidirectional)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = _dec2(_class = (_temp = _class2 = class View extends _react.Component {
51
50
  // TODO: Remove this code once all components are using passthroughProps in place
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-view",
3
- "version": "8.11.2-snapshot.39+5b3b94d60",
3
+ "version": "8.11.2-snapshot.41+c2204d939",
4
4
  "description": "A component for basic styles including spacing, sizing, borders, display, positioning, and focus states.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -25,21 +25,21 @@
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.13.10",
28
- "@instructure/console": "8.11.2-snapshot.39+5b3b94d60",
29
- "@instructure/emotion": "8.11.2-snapshot.39+5b3b94d60",
30
- "@instructure/shared-types": "8.11.2-snapshot.39+5b3b94d60",
31
- "@instructure/ui-color-utils": "8.11.2-snapshot.39+5b3b94d60",
32
- "@instructure/ui-dom-utils": "8.11.2-snapshot.39+5b3b94d60",
33
- "@instructure/ui-i18n": "8.11.2-snapshot.39+5b3b94d60",
34
- "@instructure/ui-position": "8.11.2-snapshot.39+5b3b94d60",
35
- "@instructure/ui-prop-types": "8.11.2-snapshot.39+5b3b94d60",
36
- "@instructure/ui-react-utils": "8.11.2-snapshot.39+5b3b94d60",
28
+ "@instructure/console": "8.11.2-snapshot.41+c2204d939",
29
+ "@instructure/emotion": "8.11.2-snapshot.41+c2204d939",
30
+ "@instructure/shared-types": "8.11.2-snapshot.41+c2204d939",
31
+ "@instructure/ui-color-utils": "8.11.2-snapshot.41+c2204d939",
32
+ "@instructure/ui-dom-utils": "8.11.2-snapshot.41+c2204d939",
33
+ "@instructure/ui-i18n": "8.11.2-snapshot.41+c2204d939",
34
+ "@instructure/ui-position": "8.11.2-snapshot.41+c2204d939",
35
+ "@instructure/ui-prop-types": "8.11.2-snapshot.41+c2204d939",
36
+ "@instructure/ui-react-utils": "8.11.2-snapshot.41+c2204d939",
37
37
  "prop-types": "^15"
38
38
  },
39
39
  "devDependencies": {
40
- "@instructure/ui-babel-preset": "8.11.2-snapshot.39+5b3b94d60",
41
- "@instructure/ui-test-utils": "8.11.2-snapshot.39+5b3b94d60",
42
- "@instructure/ui-themes": "8.11.2-snapshot.39+5b3b94d60"
40
+ "@instructure/ui-babel-preset": "8.11.2-snapshot.41+c2204d939",
41
+ "@instructure/ui-test-utils": "8.11.2-snapshot.41+c2204d939",
42
+ "@instructure/ui-themes": "8.11.2-snapshot.41+c2204d939"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": ">=16.8 <=17"
@@ -48,5 +48,5 @@
48
48
  "access": "public"
49
49
  },
50
50
  "sideEffects": false,
51
- "gitHead": "5b3b94d60693dc069b6ff4fde8f2ca1a72462ab7"
51
+ "gitHead": "c2204d939d018592429a7055755fbdb036d2ceb0"
52
52
  }
@@ -39,6 +39,7 @@ import type { ContextViewProps } from './props'
39
39
  ---
40
40
  category: components
41
41
  ---
42
+ @tsProps
42
43
  **/
43
44
 
44
45
  @withStyle(generateStyle, generateComponentTheme)
@@ -45,12 +45,11 @@ import type { ViewProps } from './props'
45
45
  /**
46
46
  ---
47
47
  category: components
48
-
49
48
  ---
50
49
  API:
51
50
  - [View](https://instructure.design/#View)
52
51
  @module View
53
-
52
+ @tsProps
54
53
  **/
55
54
  @bidirectional()
56
55
  @withStyle(generateStyle, generateComponentTheme)
@@ -220,7 +219,6 @@ class View extends Component<ViewProps> {
220
219
  {...passthroughProps(props)}
221
220
  className={className}
222
221
  css={styles?.view}
223
- //@ts-expect-error TODO: null not assignable
224
222
  style={styles?.inlineStyles}
225
223
  ref={this.handleElementRef}
226
224
  >
package/src/View/props.ts CHANGED
@@ -26,6 +26,7 @@ import React from 'react'
26
26
  import PropTypes from 'prop-types'
27
27
 
28
28
  import { cursor as cursorPropTypes } from '@instructure/ui-prop-types'
29
+ import type { Cursor } from '@instructure/ui-prop-types'
29
30
  import { bidirectional } from '@instructure/ui-i18n'
30
31
  import { ThemeablePropTypes } from '@instructure/emotion'
31
32
 
@@ -42,7 +43,8 @@ import type {
42
43
  BorderRadii,
43
44
  Shadow,
44
45
  Stacking,
45
- ComponentStyle
46
+ ComponentStyle,
47
+ StyleObject
46
48
  } from '@instructure/emotion'
47
49
 
48
50
  type ViewOwnProps = {
@@ -181,7 +183,7 @@ type ViewOwnProps = {
181
183
  /**
182
184
  * Specify a mouse cursor to use when hovering over the `<View />`
183
185
  */
184
- cursor?: any
186
+ cursor?: Cursor
185
187
  }
186
188
 
187
189
  type PropKeys = keyof ViewOwnProps
@@ -192,7 +194,9 @@ type ViewProps = ViewOwnProps &
192
194
 
193
195
  type AllowedPropKeys = Readonly<Array<PropKeys>>
194
196
 
195
- type ViewStyle = ComponentStyle<'view' | 'inlineStyles'>
197
+ type ViewStyle = ComponentStyle<'view'> & {
198
+ inlineStyles: StyleObject
199
+ }
196
200
 
197
201
  const propTypes: PropValidators<PropKeys> = {
198
202
  as: PropTypes.elementType,
@@ -6,6 +6,7 @@ import type { ContextViewProps } from './props';
6
6
  ---
7
7
  category: components
8
8
  ---
9
+ @tsProps
9
10
  **/
10
11
  declare class ContextView extends Component<ContextViewProps> {
11
12
  static readonly componentId = "ContextView";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ContextView/index.tsx"],"names":[],"mappings":"AAuBA,eAAe;AAEf,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,OAAO,EAAE,GAAG,EAAa,MAAM,sBAAsB,CAAA;AAQrD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE/C;;;;GAIG;AAEH,cACM,WAAY,SAAQ,SAAS,CAAC,gBAAgB,CAAC;IACnD,MAAM,CAAC,QAAQ,CAAC,WAAW,iBAAgB;IAC3C,MAAM,CAAC,YAAY;;;;;;;;;;;;;;;;;;SAAe;IAClC,MAAM,CAAC,SAAS;;;;;;;;;;;;;;;;;;OAAY;IAC5B,MAAM,CAAC,YAAY;;;;;;;;;;;MAWlB;IAED,iBAAiB;IAIjB,kBAAkB;IAIlB,GAAG,EAAE,OAAO,GAAG,IAAI,CAAO;IAE1B,SAAS,OAAQ,OAAO,GAAG,IAAI,UAQ9B;IAED,MAAM;CA0DP;AAED,eAAe,WAAW,CAAA;AAC1B,OAAO,EAAE,WAAW,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ContextView/index.tsx"],"names":[],"mappings":"AAuBA,eAAe;AAEf,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,OAAO,EAAE,GAAG,EAAa,MAAM,sBAAsB,CAAA;AAQrD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE/C;;;;;GAKG;AAEH,cACM,WAAY,SAAQ,SAAS,CAAC,gBAAgB,CAAC;IACnD,MAAM,CAAC,QAAQ,CAAC,WAAW,iBAAgB;IAC3C,MAAM,CAAC,YAAY;;;;;;;;;;;;;;;;;;SAAe;IAClC,MAAM,CAAC,SAAS;;;;;;;;;;;;;;;;;;OAAY;IAC5B,MAAM,CAAC,YAAY;;;;;;;;;;;MAWlB;IAED,iBAAiB;IAIjB,kBAAkB;IAIlB,GAAG,EAAE,OAAO,GAAG,IAAI,CAAO;IAE1B,SAAS,OAAQ,OAAO,GAAG,IAAI,UAQ9B;IAED,MAAM;CA0DP;AAED,eAAe,WAAW,CAAA;AAC1B,OAAO,EAAE,WAAW,EAAE,CAAA"}
@@ -5,12 +5,11 @@ import type { ViewProps } from './props';
5
5
  /**
6
6
  ---
7
7
  category: components
8
-
9
8
  ---
10
9
  API:
11
10
  - [View](https://instructure.design/#View)
12
11
  @module View
13
-
12
+ @tsProps
14
13
  **/
15
14
  declare class View extends Component<ViewProps> {
16
15
  static componentId: string;
@@ -47,7 +46,7 @@ declare class View extends Component<ViewProps> {
47
46
  borderRadius?: import("@instructure/emotion/types/styleUtils/ThemeablePropValues").BorderRadii | undefined;
48
47
  shadow?: import("@instructure/emotion/types/styleUtils/ThemeablePropValues").Shadow | undefined;
49
48
  stacking?: import("@instructure/emotion/types/styleUtils/ThemeablePropValues").Stacking | undefined;
50
- cursor?: any;
49
+ cursor?: import("@instructure/ui-prop-types/types/cursor").Cursor | undefined;
51
50
  })[];
52
51
  static propTypes: import("@instructure/shared-types/types/UtilityTypes").PropValidators<keyof {
53
52
  as?: import("@instructure/shared-types/types/CommonProps").AsElementType | undefined;
@@ -82,7 +81,7 @@ declare class View extends Component<ViewProps> {
82
81
  borderRadius?: import("@instructure/emotion/types/styleUtils/ThemeablePropValues").BorderRadii | undefined;
83
82
  shadow?: import("@instructure/emotion/types/styleUtils/ThemeablePropValues").Shadow | undefined;
84
83
  stacking?: import("@instructure/emotion/types/styleUtils/ThemeablePropValues").Stacking | undefined;
85
- cursor?: any;
84
+ cursor?: import("@instructure/ui-prop-types/types/cursor").Cursor | undefined;
86
85
  }>;
87
86
  static defaultProps: {
88
87
  readonly display: "auto";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/View/index.tsx"],"names":[],"mappings":"AAwBA,eAAe;AACf,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAWhD,OAAO,EAAE,GAAG,EAAa,MAAM,sBAAsB,CAAA;AAMrD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC;;;;;;;;;GASG;AACH,cAEM,IAAK,SAAQ,SAAS,CAAC,SAAS,CAAC;IACrC,MAAM,CAAC,WAAW,SAAS;IAC3B,MAAM,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAe;IAClC,MAAM,CAAC,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAY;IAC5B,MAAM,CAAC,YAAY;;;;;;;;;;MAUT;IAgBV,MAAM,CAAC,aAAa,UACX,OAAO,MAAM,EAAE,GAAG,CAAC,aACf,cAAc,GAAG,CAAC,yBAiB9B;IAED,OAAO,CAAC,kBAAkB,CAAS;IACnC,IAAI,QAAQ,mBAMX;gBAEW,KAAK,EAAE,SAAS;IAK5B,iBAAiB;IAIjB,kBAAkB;IAoDlB,GAAG,EAAE,OAAO,GAAG,IAAI,CAAO;IAE1B,gBAAgB,OAAQ,OAAO,GAAG,IAAI,UAKrC;IAED,MAAM;CA4CP;AAED,eAAe,IAAI,CAAA;AACnB,OAAO,EAAE,IAAI,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/View/index.tsx"],"names":[],"mappings":"AAwBA,eAAe;AACf,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAWhD,OAAO,EAAE,GAAG,EAAa,MAAM,sBAAsB,CAAA;AAMrD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC;;;;;;;;GAQG;AACH,cAEM,IAAK,SAAQ,SAAS,CAAC,SAAS,CAAC;IACrC,MAAM,CAAC,WAAW,SAAS;IAC3B,MAAM,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAe;IAClC,MAAM,CAAC,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAY;IAC5B,MAAM,CAAC,YAAY;;;;;;;;;;MAUT;IAgBV,MAAM,CAAC,aAAa,UACX,OAAO,MAAM,EAAE,GAAG,CAAC,aACf,cAAc,GAAG,CAAC,yBAiB9B;IAED,OAAO,CAAC,kBAAkB,CAAS;IACnC,IAAI,QAAQ,mBAMX;gBAEW,KAAK,EAAE,SAAS;IAK5B,iBAAiB;IAIjB,kBAAkB;IAoDlB,GAAG,EAAE,OAAO,GAAG,IAAI,CAAO;IAE1B,gBAAgB,OAAQ,OAAO,GAAG,IAAI,UAKrC;IAED,MAAM;CA2CP;AAED,eAAe,IAAI,CAAA;AACnB,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
+ import type { Cursor } from '@instructure/ui-prop-types';
2
3
  import type { AsElementType, OtherHTMLAttributes, PropValidators, ViewTheme } from '@instructure/shared-types';
3
- import type { WithStyleProps, Spacing, BorderWidth, BorderRadii, Shadow, Stacking, ComponentStyle } from '@instructure/emotion';
4
+ import type { WithStyleProps, Spacing, BorderWidth, BorderRadii, Shadow, Stacking, ComponentStyle, StyleObject } from '@instructure/emotion';
4
5
  declare type ViewOwnProps = {
5
6
  /**
6
7
  * The element to render as the component root, `span` by default
@@ -116,12 +117,14 @@ declare type ViewOwnProps = {
116
117
  /**
117
118
  * Specify a mouse cursor to use when hovering over the `<View />`
118
119
  */
119
- cursor?: any;
120
+ cursor?: Cursor;
120
121
  };
121
122
  declare type PropKeys = keyof ViewOwnProps;
122
123
  declare type ViewProps = ViewOwnProps & WithStyleProps<ViewTheme, ViewStyle> & OtherHTMLAttributes<ViewOwnProps>;
123
124
  declare type AllowedPropKeys = Readonly<Array<PropKeys>>;
124
- declare type ViewStyle = ComponentStyle<'view' | 'inlineStyles'>;
125
+ declare type ViewStyle = ComponentStyle<'view'> & {
126
+ inlineStyles: StyleObject;
127
+ };
125
128
  declare const propTypes: PropValidators<PropKeys>;
126
129
  declare const allowedProps: AllowedPropKeys;
127
130
  export { propTypes, allowedProps };
@@ -1 +1 @@
1
- {"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../src/View/props.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../src/View/props.ts"],"names":[],"mappings":"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"}