Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Replace ResizeSensor with ResizeObserver #156

Merged
merged 2 commits into from
Sep 28, 2023
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/assets/components/Text.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* X_ITE v8.12.4 */(() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({

/***/ 591:
/***/ 613:
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {

/**
Expand Down Expand Up @@ -16051,7 +16051,7 @@ Namespace_default().add ("FontStyle", "x_ite/Components/Text/FontStyle", FontSty
/* harmony default export */ const Text_FontStyle = (FontStyle_default_);
;// CONCATENATED MODULE: ./src/x_ite/Browser/Text/X3DTextContext.js
/* provided dependency */ var $ = __webpack_require__(355);
/* provided dependency */ var opentype = __webpack_require__(591);
/* provided dependency */ var opentype = __webpack_require__(613);
/*******************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Expand Down
2 changes: 1 addition & 1 deletion dist/assets/components/Text.min.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions dist/assets/components/Texturing3D.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/assets/components/Texturing3D.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/x_ite.css

Large diffs are not rendered by default.

Loading