Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .oxlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"coverage/**",
"**/stylelint.config.js",
"**/babel.config.js",
"**/babel.config.cjs",
"**/.next/**",
"**/next-env.d.ts"
],
Expand Down
1 change: 1 addition & 0 deletions packages/canvas-high-contrast-theme/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
**/__tests__
**/__testfixtures__
*.config.js
*.config.cjs
*.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ module.exports = {
require('@instructure/ui-babel-preset'),
{
esModules: Boolean(process.env.ES_MODULES),
removeConsole: process.env.NODE_ENV === 'production',
transformImports: false
removeConsole: process.env.NODE_ENV === 'production'
}
]
]
Expand Down
6 changes: 2 additions & 4 deletions packages/canvas-high-contrast-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/canvas-high-contrast-theme",
"version": "11.7.4",
"type": "module",
"description": "A high contrast theme for Canvas LMS made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json"
},
Expand All @@ -38,10 +38,8 @@
"src": "./src/index.ts",
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
1 change: 1 addition & 0 deletions packages/canvas-theme/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
**/__tests__
**/__testfixtures__
*.config.js
*.config.cjs
*.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ module.exports = {
require('@instructure/ui-babel-preset'),
{
esModules: Boolean(process.env.ES_MODULES),
removeConsole: process.env.NODE_ENV === 'production',
transformImports: false
removeConsole: process.env.NODE_ENV === 'production'
}
]
]
Expand Down
6 changes: 2 additions & 4 deletions packages/canvas-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/canvas-theme",
"version": "11.7.4",
"type": "module",
"description": "A theme for Canvas LMS made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json"
},
Expand All @@ -38,10 +38,8 @@
"src": "./src/index.ts",
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
1 change: 1 addition & 0 deletions packages/command-utils/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
**/__tests__
**/__testfixtures__
*.config.js
*.config.cjs
*.conf.js
1 change: 1 addition & 0 deletions packages/console/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
**/__tests__
**/__testfixtures__
*.config.js
*.config.cjs
*.conf.js

Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ module.exports = {
require('@instructure/ui-babel-preset'),
{
esModules: Boolean(process.env.ES_MODULES),
removeConsole: process.env.NODE_ENV === 'production',
transformImports: false
removeConsole: false
}
]
]
Expand Down
36 changes: 0 additions & 36 deletions packages/console/babel.config.js

This file was deleted.

6 changes: 2 additions & 4 deletions packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/console",
"version": "11.7.4",
"type": "module",
"description": "A babel macro made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json",
"ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
Expand All @@ -39,10 +39,8 @@
"src": "./src/index.ts",
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
1 change: 1 addition & 0 deletions packages/debounce/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
**/__tests__
**/__testfixtures__
*.config.js
*.config.cjs
*.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ module.exports = {
require('@instructure/ui-babel-preset'),
{
esModules: Boolean(process.env.ES_MODULES),
removeConsole: false,
transformImports: Boolean(process.env.TRANSFORM_IMPORTS)
removeConsole: process.env.NODE_ENV === 'production'
}
]
]
Expand Down
36 changes: 0 additions & 36 deletions packages/debounce/babel.config.js

This file was deleted.

6 changes: 2 additions & 4 deletions packages/debounce/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/debounce",
"version": "11.7.4",
"type": "module",
"description": "A debounce util made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json"
},
Expand All @@ -36,10 +36,8 @@
"src": "./src/index.ts",
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
1 change: 1 addition & 0 deletions packages/emotion/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
**/__tests__
**/__testfixtures__
*.config.js
*.config.cjs
*.conf.js
35 changes: 35 additions & 0 deletions packages/emotion/babel.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*
* The MIT License (MIT)
*
* Copyright (c) 2015 - present Instructure, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/

module.exports = {
presets: [
[
require('@instructure/ui-babel-preset'),
{
esModules: Boolean(process.env.ES_MODULES),
removeConsole: process.env.NODE_ENV === 'production'
}
]
]
}
36 changes: 0 additions & 36 deletions packages/emotion/babel.config.js

This file was deleted.

6 changes: 2 additions & 4 deletions packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@instructure/emotion",
"version": "11.7.4",
"type": "module",
"description": "A UI component library made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"lint": "ui-scripts lint",
"lint:fix": "ui-scripts lint --fix",
"clean": "ui-scripts clean",
"build": "ui-scripts build --modules es,cjs",
"build": "ui-scripts build",
"build:watch": "pnpm run ts:check -- --watch & ui-scripts build --watch",
"build:types": "tsc -p tsconfig.build.json ",
"ts:check": "tsc -p tsconfig.build.json"
Expand Down Expand Up @@ -56,10 +56,8 @@
"src": "./src/index.ts",
"types": "./types/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js",
"default": "./es/index.js"
},
"./lib/*": "./lib/*",
"./es/*": "./es/*",
"./types/*": "./types/*",
"./package.json": "./package.json",
Expand Down
Loading
Loading