lism-css 0.9.2 → 0.9.3

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.
@@ -5,7 +5,7 @@ type BreakpointKey = (typeof BREAK_POINTS_ALL)[number];
5
5
  /** ブレイクポイント数(5: base, sm, md, lg, xl) */
6
6
  type BreakpointCount = (typeof BREAK_POINTS_ALL)['length'];
7
7
  /** ブレイクポイント数を上限とする配列型(1〜5要素) */
8
- type ResponsiveArray<T> = LimitedArray<T, BreakpointCount>;
8
+ type ResponsiveArray<T> = LimitedArray<T | null, BreakpointCount>;
9
9
  /**
10
10
  * プロパティ値をレスポンシブ対応の型に変換するユーティリティ型
11
11
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lism-css",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "A layout-first CSS framework for websites.",
5
5
  "author": {
6
6
  "name": "ddryo",