@tutti-os/ui-system 0.0.74 → 0.0.76

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.
@@ -1934,6 +1934,60 @@ var components_default = {
1934
1934
  migrationHints: [],
1935
1935
  iconVariant: "lined"
1936
1936
  },
1937
+ {
1938
+ id: "lock-grid-horizontal-lined-icon",
1939
+ layer: "base",
1940
+ name: "LockGridHorizontalLinedIcon",
1941
+ export: "LockGridHorizontalLinedIcon",
1942
+ from: "@tutti-os/ui-system/icons",
1943
+ category: "icon",
1944
+ status: "stable",
1945
+ source: "src/icons/system-icons.tsx",
1946
+ description: "System icon for a locked horizontal (row) grid layout.",
1947
+ useCases: [
1948
+ "Locked slot controls",
1949
+ "Row layout locking",
1950
+ "Layout previews"
1951
+ ],
1952
+ migrationHints: [],
1953
+ iconVariant: "lined"
1954
+ },
1955
+ {
1956
+ id: "lock-grid-vertical-lined-icon",
1957
+ layer: "base",
1958
+ name: "LockGridVerticalLinedIcon",
1959
+ export: "LockGridVerticalLinedIcon",
1960
+ from: "@tutti-os/ui-system/icons",
1961
+ category: "icon",
1962
+ status: "stable",
1963
+ source: "src/icons/system-icons.tsx",
1964
+ description: "System icon for a locked vertical (column) grid layout.",
1965
+ useCases: [
1966
+ "Locked slot controls",
1967
+ "Column layout locking",
1968
+ "Layout previews"
1969
+ ],
1970
+ migrationHints: [],
1971
+ iconVariant: "lined"
1972
+ },
1973
+ {
1974
+ id: "lock-layout-lined-icon",
1975
+ layer: "base",
1976
+ name: "LockLayoutLinedIcon",
1977
+ export: "LockLayoutLinedIcon",
1978
+ from: "@tutti-os/ui-system/icons",
1979
+ category: "icon",
1980
+ status: "stable",
1981
+ source: "src/icons/system-icons.tsx",
1982
+ description: "System icon for a locked balanced grid layout.",
1983
+ useCases: [
1984
+ "Locked slot controls",
1985
+ "Balanced layout locking",
1986
+ "Layout previews"
1987
+ ],
1988
+ migrationHints: [],
1989
+ iconVariant: "lined"
1990
+ },
1937
1991
  {
1938
1992
  id: "grid-left-lined-icon",
1939
1993
  layer: "base",