Skip to content

Commit b78cd79

Browse files
authored
Merge pull request #1027 from db-ui/chore-docs-necessary-changes
chore(docs): necessary changes
2 parents 3ee9345 + ffefb14 commit b78cd79

File tree

20 files changed

+20
-1
lines changed

20 files changed

+20
-1
lines changed

packages/components/_templates/mitosis/new/component/tsx.ejs.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import classNames from "classnames";
88
useMetadata({
99
isAttachedToShadowDom: true,
1010
component: {
11+
// MS Power Apps
1112
includeIcon: false,
1213
properties: [],
1314
},

packages/components/src/components/alert/alert.lite.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import { DEFAULT_CLOSE_BUTTON } from '../../shared/constants';
1616
useMetadata({
1717
isAttachedToShadowDom: true,
1818
component: {
19+
// MS Power Apps
1920
includeIcon: true,
2021
hasOnClick: true,
2122
properties: [

packages/components/src/components/brand/brand.lite.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import classNames from 'classnames';
55
useMetadata({
66
isAttachedToShadowDom: true,
77
component: {
8+
// MS Power Apps
89
includeIcon: false,
910
properties: []
1011
}

packages/components/src/components/button/button.lite.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import classNames from 'classnames';
66
useMetadata({
77
isAttachedToShadowDom: true,
88
component: {
9+
// MS Power Apps
910
includeIcon: true,
1011
hasDisabledProp: true,
1112
hasOnClick: true,

packages/components/src/components/button/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
IconState
88
} from '../../shared/model';
99

10-
// TODO: 👇 Find a way to make react-docgen work withouth duplicating the types below
10+
// TODO: 👇 Find a way to make react-docgen work without duplicating the types below
1111
enum buttonVariants {
1212
'outlined' = 'outlined',
1313
'primary' = 'primary',

packages/components/src/components/card/card.lite.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import classNames from 'classnames';
55
useMetadata({
66
isAttachedToShadowDom: true,
77
component: {
8+
// MS Power Apps
89
includeIcon: false,
910
properties: [
1011
{

packages/components/src/components/checkbox/checkbox.lite.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import classNames from 'classnames';
1313
useMetadata({
1414
isAttachedToShadowDom: true,
1515
component: {
16+
// MS Power Apps
1617
includeIcon: false,
1718
hasDisabledProp: true,
1819
properties: []

packages/components/src/components/code-docs/code-docs.lite.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import classNames from 'classnames';
1212
useMetadata({
1313
isAttachedToShadowDom: true,
1414
component: {
15+
// MS Power Apps
1516
includeIcon: false,
1617
properties: []
1718
}

packages/components/src/components/divider/divider.lite.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import classNames from 'classnames';
55
useMetadata({
66
isAttachedToShadowDom: true,
77
component: {
8+
// MS Power Apps
89
includeIcon: false,
910
properties: [
1011
{

packages/components/src/components/drawer/drawer.lite.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import { uuid } from '../../utils';
1616
useMetadata({
1717
isAttachedToShadowDom: true,
1818
component: {
19+
// MS Power Apps
1920
includeIcon: false,
2021
properties: [{ name: 'open', type: 'TwoOptions' }]
2122
}

0 commit comments

Comments
 (0)