Skip to content

Commit

Permalink
Merge pull request #156 from gwhitney/prune_ResizeSensor
Browse files Browse the repository at this point in the history
refactor: Replace ResizeSensor with ResizeObserver
  • Loading branch information
create3000 authored Sep 28, 2023
2 parents 4ba8f84 + 62631dd commit dc3512d
Show file tree
Hide file tree
Showing 14 changed files with 446 additions and 1,064 deletions.
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

0 comments on commit dc3512d

Please sign in to comment.