@visulima/rollup-plugin-css 1.0.0-alpha.14 → 1.0.0-alpha.16

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## @visulima/rollup-plugin-css [1.0.0-alpha.16](https://github.com/visulima/packem/compare/@visulima/rollup-plugin-css@1.0.0-alpha.15...@visulima/rollup-plugin-css@1.0.0-alpha.16) (2025-12-28)
2
+
3
+ ### Features
4
+
5
+ * **preact:** add Preact and React compatibility examples with Babel support ([0b77282](https://github.com/visulima/packem/commit/0b77282b802ed3d7c5df0733c1d7f5e2156df721))
6
+
7
+ ## @visulima/rollup-plugin-css [1.0.0-alpha.15](https://github.com/visulima/packem/compare/@visulima/rollup-plugin-css@1.0.0-alpha.14...@visulima/rollup-plugin-css@1.0.0-alpha.15) (2025-12-24)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * update dependencies and improve configuration ([aa5ea19](https://github.com/visulima/packem/commit/aa5ea194b5add7df38a8855e618736fea0ae37fe))
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.18
17
+ * **@visulima/css-style-inject:** upgraded to 1.0.0-alpha.14
18
+
1
19
  ## @visulima/rollup-plugin-css [1.0.0-alpha.14](https://github.com/visulima/packem/compare/@visulima/rollup-plugin-css@1.0.0-alpha.13...@visulima/rollup-plugin-css@1.0.0-alpha.14) (2025-12-16)
2
20
 
3
21
 
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { Plugin } from 'rollup';
2
- import { S as StyleOptions } from './packem_shared/types-D3VQL1eC.js';
3
- export { A as AutoModules, E as ExtractedData, I as InjectOptions, a as InternalStyleOptions, L as LightningCSSOptions, P as PostCSSConfigLoaderOptions, b as PostCSSOptions } from './packem_shared/types-D3VQL1eC.js';
2
+ import { S as StyleOptions } from './packem_shared/types-CA9pSumu.js';
3
+ export { A as AutoModules, E as ExtractedData, I as InjectOptions, a as InternalStyleOptions, L as LightningCSSOptions, P as PostCSSConfigLoaderOptions, b as PostCSSOptions } from './packem_shared/types-CA9pSumu.js';
4
4
  import { Environment } from '@visulima/packem-share/types';
5
5
  import 'cssnano';
6
6
  import 'lightningcss';
@@ -1,4 +1,4 @@
1
- import { c as Loader, d as LESSLoaderOptions } from '../../packem_shared/types-D3VQL1eC.js';
1
+ import { c as Loader, d as LESSLoaderOptions } from '../../packem_shared/types-CA9pSumu.js';
2
2
  import 'cssnano';
3
3
  import 'lightningcss';
4
4
  import 'postcss';
@@ -1,4 +1,4 @@
1
- import { c as Loader, L as LightningCSSOptions } from '../packem_shared/types-D3VQL1eC.js';
1
+ import { c as Loader, L as LightningCSSOptions } from '../packem_shared/types-CA9pSumu.js';
2
2
  import 'cssnano';
3
3
  import 'lightningcss';
4
4
  import 'postcss';
@@ -1,4 +1,4 @@
1
- import { c as Loader, a as InternalStyleOptions } from '../../packem_shared/types-D3VQL1eC.js';
1
+ import { c as Loader, a as InternalStyleOptions } from '../../packem_shared/types-CA9pSumu.js';
2
2
  import 'cssnano';
3
3
  import 'lightningcss';
4
4
  import 'postcss';
@@ -1,5 +1,5 @@
1
- import { c as Loader, e as SassLoaderOptions } from '../../packem_shared/types-D3VQL1eC.js';
2
- export { f as SassLoaderContext } from '../../packem_shared/types-D3VQL1eC.js';
1
+ import { c as Loader, e as SassLoaderOptions } from '../../packem_shared/types-CA9pSumu.js';
2
+ export { f as SassLoaderContext } from '../../packem_shared/types-CA9pSumu.js';
3
3
  import 'cssnano';
4
4
  import 'lightningcss';
5
5
  import 'postcss';
@@ -1,4 +1,4 @@
1
- import { c as Loader } from '../packem_shared/types-D3VQL1eC.js';
1
+ import { c as Loader } from '../packem_shared/types-CA9pSumu.js';
2
2
  import 'cssnano';
3
3
  import 'lightningcss';
4
4
  import 'postcss';
@@ -1,4 +1,4 @@
1
- import { c as Loader, g as StylusLoaderOptions } from '../../packem_shared/types-D3VQL1eC.js';
1
+ import { c as Loader, g as StylusLoaderOptions } from '../../packem_shared/types-CA9pSumu.js';
2
2
  import 'cssnano';
3
3
  import 'lightningcss';
4
4
  import 'postcss';
@@ -1,4 +1,4 @@
1
- import { c as Loader } from '../packem_shared/types-D3VQL1eC.js';
1
+ import { c as Loader } from '../packem_shared/types-CA9pSumu.js';
2
2
  import 'cssnano';
3
3
  import 'lightningcss';
4
4
  import 'postcss';
@@ -1,5 +1,5 @@
1
1
  import { Options } from 'cssnano';
2
- import { M as Minifier } from '../packem_shared/types-D3VQL1eC.js';
2
+ import { M as Minifier } from '../packem_shared/types-CA9pSumu.js';
3
3
  import 'lightningcss';
4
4
  import 'postcss';
5
5
  import 'postcss-load-config';
@@ -1,4 +1,4 @@
1
- import { M as Minifier, a as InternalStyleOptions } from '../packem_shared/types-D3VQL1eC.js';
1
+ import { M as Minifier, a as InternalStyleOptions } from '../packem_shared/types-CA9pSumu.js';
2
2
  import 'cssnano';
3
3
  import 'lightningcss';
4
4
  import 'postcss';
@@ -56,11 +56,11 @@ type SassLoaderContext = {
56
56
  resourcePath: string;
57
57
  rootContext: string;
58
58
  };
59
- type SassLoaderOptions = {
59
+ type SassLoaderOptions = (Omit<StringOptions<"sync">, "charset" | "indentedSyntax"> | Omit<StringOptions$1<"sync">, "charset" | "indentedSyntax">) & {
60
60
  additionalData: string | ((content: string | Buffer, loaderContext: SassLoaderContext) => Promise<string>) | ((content: string | Buffer, loaderContext: SassLoaderContext) => string);
61
61
  implementation?: "sass-embedded" | "sass";
62
62
  warnRuleAsWarning?: boolean;
63
- } & (Omit<StringOptions<"sync">, "charset" | "indentedSyntax"> | Omit<StringOptions$1<"sync">, "charset" | "indentedSyntax">);
63
+ };
64
64
 
65
65
  type StylusLoaderOptions = RenderOptions;
66
66
 
@@ -1,5 +1,5 @@
1
1
  import { SourceMapGenerator, RawSourceMap, SourceMapConsumer } from 'source-map-js';
2
- import { h as Extracted, b as PostCSSOptions, S as StyleOptions, a as InternalStyleOptions, i as LoaderContext } from '../packem_shared/types-D3VQL1eC.js';
2
+ import { h as Extracted, b as PostCSSOptions, S as StyleOptions, a as InternalStyleOptions, i as LoaderContext } from '../packem_shared/types-CA9pSumu.js';
3
3
  import { RollupLogger } from '@visulima/packem-share/utils';
4
4
  import { Result } from 'postcss-load-config';
5
5
  import { NapiResolveOptions } from 'oxc-resolver';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/rollup-plugin-css",
3
- "version": "1.0.0-alpha.14",
3
+ "version": "1.0.0-alpha.16",
4
4
  "description": "CSS processing plugin for packem",
5
5
  "keywords": [
6
6
  "visulima",
@@ -97,12 +97,12 @@
97
97
  ],
98
98
  "dependencies": {
99
99
  "@rollup/pluginutils": "5.3.0",
100
- "@visulima/fs": "4.0.4",
101
- "@visulima/package": "4.1.4",
102
- "@visulima/packem-share": "1.0.0-alpha.17",
103
- "@visulima/path": "1.4.0",
100
+ "@visulima/fs": "4.1.0",
101
+ "@visulima/package": "4.1.7",
102
+ "@visulima/packem-share": "1.0.0-alpha.18",
103
+ "@visulima/path": "2.0.5",
104
104
  "mlly": "1.8.0",
105
- "oxc-resolver": "11.14.0",
105
+ "oxc-resolver": "11.16.1",
106
106
  "p-queue": "^9.0.1",
107
107
  "source-map-js": "^1.2.1"
108
108
  },
@@ -112,7 +112,7 @@
112
112
  "@csstools/postcss-slow-plugins": ">=2.0.0",
113
113
  "@tailwindcss/node": ">=4.1.12",
114
114
  "@tailwindcss/oxide": ">=4.1.12",
115
- "@visulima/css-style-inject": "1.0.0-alpha.13",
115
+ "@visulima/css-style-inject": "1.0.0-alpha.14",
116
116
  "cssnano": ">=7.0.0",
117
117
  "icss-utils": ">=5.1.0",
118
118
  "less": ">=4.0.0",