singularity-components 0.1.82 → 0.1.83

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/dist/main.cjs CHANGED
@@ -20350,12 +20350,13 @@ var bgColor = {
20350
20350
  var layoutVariants = classVarianceAuthority.cva("sg:grid sg:grid-cols-1 sg:gap-4", {
20351
20351
  variants: {
20352
20352
  type: {
20353
- full: "sg:w-full sg:px-4",
20353
+ full: "sg:w-full",
20354
+ wide: "sg:w-full sg:px-4",
20354
20355
  col: "sg:mx-auto sg:max-w-[768px] sg:px-4 sg:md:px-0"
20355
20356
  },
20356
20357
  cols: {
20357
20358
  "100": "",
20358
- "66-33": "sg:md:grid-cols-2",
20359
+ "66-33": "sg:md:grid-cols-[2fr_1fr]",
20359
20360
  "50-50": "sg:md:grid-cols-2",
20360
20361
  "33-33-33": "sg:md:grid-cols-3",
20361
20362
  "25-25-25-25": "sg:md:grid-cols-4"